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-09-28Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer
2011-09-27matroskadec: export mimetype of attachments as metadata.Anton Khirnov
2011-09-15matroskadec: fix typo.Dustin Brody
2011-09-15matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody
2011-07-20matroskadec: fix integer underflow if header length < probe length.Chris Evans
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-11matroskadec: fix stupid typo (!= -> ==)Anton Khirnov
2011-07-10matroskadec: reindentAnton Khirnov
2011-07-10matroskadec: defer parsing of cues element until we seek.Aaron Colwell
2011-07-01matroskadec: matroska_read_seek after after EBML_STOP leads to failure.John Stebbins
2011-06-30matroskadec: forward parsing errors to caller.Ami Fischman
2011-06-10matroskadec: set timestamps for RealAudio packets.Reimar Döffinger
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-05-12matroskadec: check that pointers were initialized before accessing themAurelien Jacobs
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-07avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-25matroskadec: set default duration for simple blockJohn Stebbins
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: move init_put_byte() to a new private header and rename itAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-07matroskadec: add generic element length validation.Reimar Döffinger
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-11-03matroskadec: skip invalid tags with no TagNameAnton Khirnov
2010-10-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-09-06Add a special function to mkv demxuer to parse length values that includesReimar Döffinger
2010-09-06matroskadec: allow uint and float elements with length = 0Aurelien Jacobs
2010-09-02Optimize/simplify ebml_read_num.Reimar Döffinger
2010-08-17matroskadec: minor simplificationAurelien Jacobs
2010-08-17matroskadec: fix integer overflowAurelien Jacobs
2010-08-01Add WebM to the Matroska demuxer name.Alex Converse
2010-07-02matroskadec: merge only SSA packets togetherDavid Conrad
2010-07-02add AV_DISPOSITION_FORCED flag and use it in matroska demuxerAurelien Jacobs
2010-06-15matroskadec : propagate AVERROR to the callerAurelien Jacobs
2010-06-11matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs
2010-06-11matroskadec: cosmetic: indentationAurelien Jacobs
2010-06-11matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs
2010-06-11matroskadec: simplify parsing of the first clusterAurelien Jacobs
2010-06-11matroskadec: store the ID of the currently parsed ebml elementAurelien Jacobs
2010-06-11matroskadec: cosmetic: split a line to make it more readableAurelien Jacobs
2010-06-08Do not attempt to seek to index for streamed files and if the user explicitlyReimar Döffinger