Recherche avancée

Médias (91)

Autres articles (14)

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

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

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

Sur d’autres sites (4554)

  • avfilter/af_sofalizer : add printing of license back

    20 décembre 2018, par Paul B Mahol
    avfilter/af_sofalizer : add printing of license back
    
    • [DH] libavfilter/af_sofalizer.c
  • avformat/mp3dec : avoid seek back and forth

    25 septembre 2022, par Zhao Zhili
    avformat/mp3dec : avoid seek back and forth
    

    avio_seek() is called inside check(). Seeking to 'off' then seeking
    to 'off + i' is unefficient, and it can loop 64 * 1024 times in the
    worst case. When probe a malformed file over HTTP, it looks like
    stucked forvever. ffio_ensure_seekback() doesn't solve the issue
    when the stream is seekable but slow.

    Signed-off-by : Zhao Zhili <zhilizhao@tencent.com>

    • [DH] libavformat/mp3dec.c
  • avcodec/h264 : Put context_count check back

    8 juin 2016, par Michael Niedermayer
    avcodec/h264 : Put context_count check back
    

    Fixes assertion failure

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

    • [DH] libavcodec/h264.c