Recherche avancée

Médias (1)

Mot : - Tags -/ogv

Autres articles (69)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

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

Sur d’autres sites (10835)

  • segafilm : drop the "song and dance" for cinepak

    7 janvier 2014, par Michael Niedermayer
    segafilm : drop the "song and dance" for cinepak
    

    This seems not to do anything any more since a long time, and removing
    it avoids using uninitialized memory. Also change the error value
    forwarding as done everywhere else.

    Partly fixes : msan_uninit-mem_7fb7d24780d0_2744_R03T.CAK
    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DBH] libavformat/segafilm.c
  • lavc/vaapi_encode_h264 : add "coder" option support

    8 août 2017, par Jun Zhao
    lavc/vaapi_encode_h264 : add "coder" option support
    

    Follow libx264 style to support "coder" option, and set it to
    cabac by default.

    Signed-off-by : Yi A Wang <yi.a.wang@intel.com>
    Signed-off-by : Jun Zhao <jun.zhao@intel.com>
    Reviewed-by : Steven Liu <lingjiujianke@gmail.com>
    Signed-off-by : Mark Thompson <sw@jkqxz.net>

    • [DH] libavcodec/vaapi_encode_h264.c
  • avformat/dump : Fix sign bug in reported "start" time

    13 avril 2016, par Bryan Huh
    avformat/dump : Fix sign bug in reported "start" time
    

    Previously, the bug was that if -1 < start_time < 0, the reported
    "start" time would lose the negative-sign.

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

    • [DH] libavformat/dump.c