Recherche avancée

Médias (91)

Autres articles (39)

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (3558)

  • I want to code an android video editing API

    11 mars 2017, par Jason Derulo

    I want to delete segments of two videos and merge them together into one continuous video. With that resultant video, I want to remove segments of audio and then add another audio file. I am aware of FFMPEG but I haven’t found answers to a lot of my questions regarding it and the setup looks like a bit much. I was wondering if there was any way to code, with java, all of the features listed above. Thanks for any help.

  • configure : allow mixed declarations and code for Objective-C

    25 septembre 2024, par Marvin Scholz
    configure : allow mixed declarations and code for Objective-C
    

    Mixing declarations and code is quite common in Objective-C (as can be
    seen by the number of warnings we have for this in Objective-C files)
    and forcing to not do it usually results in worse code, with unnecessary
    widely scoped variables, which in turn makes variable shadowing and
    accidentally using the wrong variable more common and harder to notice.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] configure
  • Revision 5c22224e9e : Corrected optimization of 8x8 DCT code The 8x8 DCT uses a fast version whenever

    11 décembre 2014, par Peter de Rivaz

    Changed Paths :
     Modify /vp9/common/x86/vp9_idct_intrin_sse2.c



    Corrected optimization of 8x8 DCT code

    The 8x8 DCT uses a fast version whenever possible.
    There was a mistake in the checking code which
    meant sometimes the fast version was used when it
    was not safe to do so.

    Change-Id : I154c84c9e2d836764768a11082947ca30f4b5ab7
    (cherry picked from commit fd05fb0c21e253b4d6f92d7e0b752850ff8ab188)