Recherche avancée

Médias (91)

Autres articles (10)

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

  • avformat/mov : avoid seeking back to 0 on HEVC open GOP files

    22 mai 2024, par llyyr
    avformat/mov : avoid seeking back to 0 on HEVC open GOP files
    

    ab77b878f1 attempted to fix the issue of broken packets being sent to
    the decoder by implementing logic that kept attempting to PTS-step
    backwards until it reached a valid point, however applying this
    heuristic meant that in files that had no valid points (such as HEVC
    videos shot on iPhones), we'd seek back to sample 0 on every seek
    attempt. This meant that files that were previously seekable, albeit
    with some skipped frames, were not seekable at all now.

    Relax this heuristic a bit by giving up on seeking to a valid point if
    we've tried a different sample and we still don't have a valid point to
    seek to. This may some frames to be skipped on seeking but it's better
    than not being able to seek at all in such files.

    Fixes : ab77b878f1 ("avformat/mov : fix seeking with HEVC open GOP files")
    Fixes : #10585
    Signed-off-by : Philip Langdale <philipl@overt.org>

    • [DH] libavformat/mov.c
  • ffmpeg : copy b frame codec delay back from decoder to demuxer

    1er juin 2014, par Michael Niedermayer
    ffmpeg : copy b frame codec delay back from decoder to demuxer
    

    The demuxer needs this value to generate correct timestamps in some corner cases
    Ideally the parser would always set this correctly, but some parsers lac support
    for extracting this value, also its not trivial.
    This fixes a regression

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffmpeg.c
  • ffserver : strip odd chars from html error messages before sending them back

    9 octobre 2013, par Michael Niedermayer
    ffserver : strip odd chars from html error messages before sending them back
    

    Fixes Ticket3034

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] ffserver.c