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
2012-02-13matroskadec: Mark variable as av_unused.Diego Biurrun
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-26matroskadec: Pad AAC extradata.Alex Converse
2012-01-06matroskadec: Fix a bug where a pointer was cached to an array that might late...Chris Evans
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-05misc Doxygen markup improvementsDiego Biurrun
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-30matroskadec: don't set codec timebase.Anton Khirnov
2011-11-05matroskadec: empty blocks are in fact valid.Ronald S. Bultje
2011-10-28lavf: make some seeking functions privateAnton Khirnov
2011-10-20lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov
2011-10-20lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-15matroskadec: fix out of bounds writeRonald S. Bultje
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