Recherche avancée

Médias (91)

Autres articles (67)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

Sur d’autres sites (6046)

  • swscale/output : Fix integer overflow in alpha computation in yuv2gbrp16_full_X_c()

    16 février 2020, par Michael Niedermayer
    swscale/output : Fix integer overflow in alpha computation in yuv2gbrp16_full_X_c()
    

    Fixes : signed integer overflow : 524280 * 4432 cannot be represented in type 'int'
    Fixes : ticket8322

    Found-by : Suhwan
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libswscale/output.c
  • Silence "string-plus-int" warning shown by clang.

    6 janvier 2020, par Carl Eugen Hoyos
    Silence "string-plus-int" warning shown by clang.
    

    libswscale/utils.c:89:42 : warning : adding 'unsigned long' to a string does not append to the string [-Wstring-plus-int]

    • [DH] libavcodec/utils.c
    • [DH] libavdevice/avdevice.c
    • [DH] libavfilter/avfilter.c
    • [DH] libavformat/utils.c
    • [DH] libavutil/utils.c
    • [DH] libpostproc/postprocess.c
    • [DH] libswresample/swresample.c
    • [DH] libswscale/utils.c
  • avcodec/xsubdec : fix overflow in alpha handling

    23 octobre 2019, par Michael Niedermayer
    avcodec/xsubdec : fix overflow in alpha handling
    

    Fixes : left shift of 255 by 24 places cannot be represented in type 'int'
    Fixes : 18368/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_XSUB_fuzzer-5702665442426880

    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/xsubdec.c