Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (68)

  • 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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (11862)

  • configure : Special case libfreetype test

    6 décembre 2013, par Alexander Strasser
    configure : Special case libfreetype test
    

    Include the freetype header, in-directly through a macro, like it
    is done in the drawtext filter. Do not break if the header is moved.

    Unfortunately the drawtext filter included the file where the include
    macros are defined in a wrong way. This is not needed and breaks the
    build. Remove that #include line too.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] configure
    • [DH] libavfilter/vf_drawtext.c
  • avformat/mpegts : use actually read packet size in mpegts_resync special case

    16 septembre 2021, par Michael Niedermayer
    avformat/mpegts : use actually read packet size in mpegts_resync special case
    

    Fixes : infinite loop
    Fixes : 37986/clusterfuzz-testcase-minimized-ffmpeg_dem_MPEGTSRAW_fuzzer-5292311517462528 -

    Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
    Reviewed-by : Marton Balint <cus@passwd.hu>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mpegts.c
  • id3v2 : constify the ’tag’ parameter to special metadata parsing callback

    10 janvier 2015, par Anton Khirnov
    id3v2 : constify the ’tag’ parameter to special metadata parsing callback
    

    Those functions should not ever modify it.

    • [DBH] libavformat/id3v2.c