Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (59)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (7271)

  • latm : Always reconfigure if no extradata was set previously

    23 décembre 2011, par Hendrik Leppkes
    latm : Always reconfigure if no extradata was set previously
    

    AAC LOAS can have new audio config objects in the stream itself.

    Make sure the decoder reconfigures itself when the first one arrives
    midstream.

    Bug-Id : 644
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DBH] libavcodec/aacdec.c
  • latm : Always reconfigure if no extradata was set previously

    23 décembre 2011, par Hendrik Leppkes
    latm : Always reconfigure if no extradata was set previously
    

    AAC LOAS can have new audio config objects in the stream itself.

    Make sure the decoder reconfigures itself when the first one arrives
    midstream.

    Bug-Id : 644
    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavcodec/aacdec.c
  • avcodec/h264_refs : set last_pic_for_ec only if it has not been set previously

    5 février 2015, par Michael Niedermayer
    avcodec/h264_refs : set last_pic_for_ec only if it has not been set previously
    

    This ensures we do not loose the frame in case or multiple clears
    Fixes out of array read
    Fixes : asan_heap-oob_2fa47ea_2100_cov_1278768963_ff_add_pixels_clamped_mmx.m2ts

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264_refs.c