Recherche avancée

Médias (91)

Autres articles (49)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Demande de création d’un canal

    12 mars 2010, par

    En fonction de la configuration de la plateforme, l’utilisateur peu avoir à sa disposition deux méthodes différentes de demande de création de canal. La première est au moment de son inscription, la seconde, après son inscription en remplissant un formulaire de demande.
    Les deux manières demandent les mêmes choses fonctionnent à peu près de la même manière, le futur utilisateur doit remplir une série de champ de formulaire permettant tout d’abord aux administrateurs d’avoir des informations quant à (...)

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

  • avcodec/hevcdec : Output MD5-message in one piece

    22 juillet 2022, par Andreas Rheinhardt
    avcodec/hevcdec : Output MD5-message in one piece
    

    Otherwise, there is no guarantee that the various av_log-messages
    are not interrupted by another log statement. The latter may originate
    from anywhere else, even the HEVC decoder itself, as happens when
    one uses frame-threading to decode the BUMPING_A_ericsson_1.bit
    sample from the FATE-suite.

    Furthermore, the earlier approach suffered from the fact that
    various parts of the logmsg were output with different loglevels
    and that checking stopped after having encountered the first
    plane with MD5 mismatch, although it is probably interesting to
    know whether other planes are incorrect, too.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/hevcdec.c
  • avcodec/pngdec : Check deloco index more exactly

    11 janvier 2023, par Michael Niedermayer
    avcodec/pngdec : Check deloco index more exactly
    

    Fixes : out of array access :
    Fixes : 48567/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_PNG_fuzzer-6716193709096960

    Alternatively it should be possible to limit this to 3 plane RGB 8 /16bit to ensure the size is what it should be

    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/pngdec.c
  • avcodec/hevc_refs : don't use the frame's AVBufferRef sizes when initializing planes

    8 mars 2022, par James Almer
    avcodec/hevc_refs : don't use the frame's AVBufferRef sizes when initializing planes
    

    Use the actual plane sizes instead.

    Reviewed-by : Anton Khirnov <anton@khirnov.net>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/hevc_refs.c