Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (96)

  • 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 formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (11676)

  • avcodec/exr : Cleanup befor return

    16 avril 2023, par Michael Niedermayer
    avcodec/exr : Cleanup befor return
    

    Fixes : leaks
    Fixes : 45982/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_fuzzer-6703454090559488

    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/exr.c
  • avcodec/options : do a more thorough clean up in avcodec_copy_context()

    24 avril 2017, par James Almer
    avcodec/options : do a more thorough clean up in avcodec_copy_context()
    

    Free coded_frame, coded_side_data and unref hw_device_ctx to prevent
    potential leaks.

    Reviewed-by : Aaron Levinson <alevinsn@aracnet.com>
    Tested-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/options.c
  • lavf/concatdec : do not transfer custom IO flag

    22 mai 2017, par Clément Bœsch
    lavf/concatdec : do not transfer custom IO flag
    

    If the source is using a custom IO, setting this flag causes heavy leaks
    since the segments will not have their avio context closed.

    Regression since f5da453b068f55d335ca403d2e2b4dd2ac3d4331.

    • [DH] libavformat/concatdec.c