summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* matroskadec: Mark variable as av_unused.Diego Biurrun2012-02-131-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* matroskadec: Pad AAC extradata.Alex Converse2012-01-251-1/+1
* matroskadec: Fix a bug where a pointer was cached to an array that might late...Chris Evans2012-01-051-1/+1
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-4/+4
* misc Doxygen markup improvementsDiego Biurrun2011-12-051-4/+4
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* matroskadec: don't set codec timebase.Anton Khirnov2011-11-301-4/+0
* matroskadec: empty blocks are in fact valid.Ronald S. Bultje2011-11-051-2/+3
* lavf: make some seeking functions privateAnton Khirnov2011-10-281-1/+1
* lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf.Anton Khirnov2011-10-201-2/+2
* lavf: use avpriv_ prefix for ff_new_chapter().Anton Khirnov2011-10-201-1/+1
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* matroskadec: fix out of bounds writeRonald S. Bultje2011-10-151-1/+1
* Fix memory (re)allocation in matroskadec.c, related to MSVR-11-0080.Michael Niedermayer2011-09-271-8/+29
* matroskadec: export mimetype of attachments as metadata.Anton Khirnov2011-09-271-0/+1
* matroskadec: fix typo.Dustin Brody2011-09-151-1/+1
* matroskadec: bail on parsing of incorrect seek index segmentsDustin Brody2011-09-151-1/+1
* matroskadec: fix integer underflow if header length < probe length.Chris Evans2011-07-191-0/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* matroskadec: fix stupid typo (!= -> ==)Anton Khirnov2011-07-101-1/+1
* matroskadec: reindentAnton Khirnov2011-07-101-15/+15
* matroskadec: defer parsing of cues element until we seek.Aaron Colwell2011-07-101-45/+86
* matroskadec: matroska_read_seek after after EBML_STOP leads to failure.John Stebbins2011-07-011-0/+2
* matroskadec: forward parsing errors to caller.Ami Fischman2011-06-291-5/+6
* matroskadec: set timestamps for RealAudio packets.Reimar Döffinger2011-06-091-0/+8
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-8/+9
* matroskadec: check that pointers were initialized before accessing themAurelien Jacobs2011-05-121-3/+5
* avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini2011-04-191-1/+1
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-141-1/+4
* avio: AVIO_ prefixes for URL_ open flags.Anton Khirnov2011-04-071-1/+1
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* matroskadec: set default duration for simple blockJohn Stebbins2011-03-251-0/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-5/+5
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-3/+3
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-8/+8
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-5/+5
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-6/+6
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-13/+13
* avio: move init_put_byte() to a new private header and rename itAnton Khirnov2011-02-201-4/+5
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-11/+11
* matroskadec: add generic element length validation.Reimar Döffinger2011-02-061-0/+17
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* matroskadec: skip invalid tags with no TagNameAnton Khirnov2010-11-031-0/+5
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-161-1/+1
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-151-1/+1
* Add a special function to mkv demxuer to parse length values that includesReimar Döffinger2010-09-061-1/+15
OpenPOWER on IntegriCloud