Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (98)

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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (10539)

  • doc/filters : document ranges and defaults for nlmeans options

    1er février 2019, par Jun Zhao
    doc/filters : document ranges and defaults for nlmeans options
    

    document ranges and defaults for nlmeans options

    Reviewed-by : Gyan Doshi <ffmpeg@gyani.pro>
    Signed-off-by : Jun Zhao <mypopydev@gmail.com>

    • [DH] doc/filters.texi
  • doc : document the asf demuxer

    27 août 2013, par Luca Barbato
    doc : document the asf demuxer
    

    And drop a typo from the previous FLV entry.

    • [DH] doc/demuxers.texi
  • avformat/mov : Free temp buffer upon negative sample_size error.

    19 mai 2020, par Dale Curtis
    avformat/mov : Free temp buffer upon negative sample_size error.
    

    2d8d554f15a7a27cfeca81467cc9341a86f784e2 added a new error condition
    to mov_read_stsz() but forgot to free a temporary buffer when it
    occurs.

    Signed-off-by : Dale Curtis <dalecurtis@chromium.org>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c