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)

  • ffplay : remove -ec handling code

    7 mai 2014, par Michael Niedermayer
    ffplay : remove -ec handling code
    

    Its handled by the generic option code

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffplay.c
  • Revision 6f53eee531 : Code cleanup in vp9_onyx_if.c. Using clamp and MIN/MAX functions instead of pla

    2 avril 2013, par Dmitry Kovalev

    Changed Paths : Modify /vp9/encoder/vp9_onyx_if.c Code cleanup in vp9_onyx_if.c. Using clamp and MIN/MAX functions instead of plain C code. Lower case variable names. Removing redundant parenthesis. Change-Id : Ibf7cc5fbe4fbdb5029049a599af71534176e6f42

  • Using JNI in my project and geeting error "Fatal signal 11 (SIGSEGV) at 0x000000ec (code=1) "

    9 juillet 2012, par Rahul Upadhyay

    I read so many post on this que but was unable to find out my problem. I am using JNI ina my project, developing with FFMPEG library. When i start decoding video using ffmpeg it gives me an error Fatal signal 11 (SIGSEGV) at 0x000000ec (code=1) and force stop.

    Using Nexus, and it uses maxMemory : 67108864

    i know heap Size by applying this code

    Runtime rt = Runtime.getRuntime();
    long maxMemory = rt.maxMemory();
    Log.v("onCreate", "maxMemory:" + Long.toString(maxMemory));