Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (53)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • 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 (5510)

  • avcodec/cuviddec : fix missing context push/pop

    20 novembre 2020, par leozhang
    avcodec/cuviddec : fix missing context push/pop
    

    Test command like below :
    cuda-memcheck ./ffmpeg -hwaccel cuvid -c:v h264_cuvid -i input_file -c:v h264_nvenc -f null -

    Signed-off-by : leozhang <nowerzt@gmail.com>
    Signed-off-by : Timo Rothenpieler <timo@rothenpieler.org>

    • [DH] libavcodec/cuviddec.c
  • rtmpproto : free hmac context properly

    30 juillet 2015, par James Almer
    rtmpproto : free hmac context properly
    

    Signed-off-by : James Almer <jamrial@gmail.com>
    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DH] libavformat/rtmpproto.c
  • avformat/sierravmd : use av_freep() for freeing context fields

    16 septembre 2013, par Michael Niedermayer
    avformat/sierravmd : use av_freep() for freeing context fields
    

    This ensures that there are no stale pointers

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

    • [DH] libavformat/sierravmd.c