Recherche avancée

Médias (91)

Autres articles (102)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

Sur d’autres sites (6254)

  • avcodec/apedec : Fix 2 signed overflows

    4 août 2019, par Michael Niedermayer
    avcodec/apedec : Fix 2 signed overflows
    

    Fixes : left shift of 1073741824 by 1 places cannot be represented in type 'int'
    Fixes : signed integer overflow : 2049431315 + 262759074 cannot be represented in type 'int'
    Fixes : 16012/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_APE_fuzzer-5719016003338240

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

    • [DH] libavcodec/apedec.c
  • lavf : Implement ff_brktimegm using gmtime_r

    24 octobre 2014, par Martin Storsjö
    lavf : Implement ff_brktimegm using gmtime_r
    

    While a standalone implementation is nice, we already depend on
    gmtime and gmtime_r in a number of places.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/cutils.c
  • Where to find old ffmpeg/ffprobe documentation ?

    5 mars 2019, par Multihunter

    There are several different versions of ffmpeg and ffprobe flying around, and each version has a different API.

    If I apt-get install ffmpeg on Ubuntu 16.04, I get ffmpeg version 2.8.15-0ubuntu0.16.04.1. If I install apt-get install ffmpeg on Ubuntu 18.04, I get version 3.4.4-0ubuntu0.18.04.1.

    When I visit the ffmpeg documentation, it says "The following documentation is regenerated nightly, and corresponds to the newest FFmpeg revision. Consult your locally installed documentation for older versions." That is, the hosted documentation is neither of those two versions.

    So I have two questions :

    • What does it mean "your locally installed documentation" ? Is it only talking about man ffmpeg ? Or is there some way to host the documentation as a webpage ?
    • Are there any places that simply host the older versions of the ffmpeg documentation ?