Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17nutenc: mux chapters.Anton Khirnov
2010-05-23Define ff_nut_video_tags and make Nut muxer and demuxer set it inStefano Sabatini
2010-03-28Fix NUT (de)muxer warnings:Vitor Sessak
2010-03-03Plug memory leak in NUT muxer and demuxerVitor Sessak
2010-02-24Introduce metadata conversion table for NUT muxer and demuxer.Anton Khirnov
2008-12-13Remove misleading comment, _t is POSIX-reserved namespace.Diego Biurrun
2008-12-11Remove comment suggesting using variables ending in _t as this would break PO...Michael Niedermayer
2008-12-11remove _t for POSIX compatibility.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2008-08-02Revert r14497Michael Niedermayer
2008-08-01Add missing header #includes.Diego Biurrun
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-03-07Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov
2008-03-05Subtitle support. (untested)Michael Niedermayer
2008-02-15Elision header demuxing support.Michael Niedermayer
2008-02-13update flagsMichael Niedermayer
2007-10-30rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-08-17spelling/wording cosmeticsDiego Biurrun
2007-08-10header repetitionMichael Niedermayer
2007-08-10move syncpoint cache related stuff to common fileMichael Niedermayer
2007-08-09move lsb2full to common fileMichael Niedermayer
2007-08-09move crc wrapper to slightly better spotMichael Niedermayer
2007-08-09move syncpoint timestamp resetting code to a common fileMichael Niedermayer
2007-08-09use a dynamic ByteIOContext instead of using the lavf bufferMichael Niedermayer
2007-08-09make StreamContext.time_base a pointerMichael Niedermayer
2007-08-09variables needed for muxerMichael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-02Add missing comment markers to #endif directive.Diego Biurrun
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-12misc spelling fixesDiego Biurrun
2006-11-1610l forgot (skip non keyframes after seeking between syncpoint and the first ...Michael Niedermayer
2006-11-14index less seeking in O(log n) timeMichael Niedermayer
2006-11-11updating nut demuxer to latest specMichael Niedermayer