summaryrefslogtreecommitdiffstats
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* matroskadec: allow uint and float elements with length = 0Aurelien Jacobs2010-09-051-2/+4
* Optimize/simplify ebml_read_num.Reimar Döffinger2010-09-021-7/+4
* matroskadec: minor simplificationAurelien Jacobs2010-08-171-1/+1
* matroskadec: fix integer overflowAurelien Jacobs2010-08-171-0/+3
* Add WebM to the Matroska demuxer name.Alex Converse2010-08-011-2/+2
* matroskadec: merge only SSA packets togetherDavid Conrad2010-07-021-1/+2
* add AV_DISPOSITION_FORCED flag and use it in matroska demuxerAurelien Jacobs2010-07-021-1/+4
* matroskadec : propagate AVERROR to the callerAurelien Jacobs2010-06-151-3/+3
* matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs2010-06-111-2/+2
* matroskadec: cosmetic: indentationAurelien Jacobs2010-06-111-6/+6
* matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs2010-06-111-1/+5
* matroskadec: simplify parsing of the first clusterAurelien Jacobs2010-06-111-10/+3
* matroskadec: store the ID of the currently parsed ebml elementAurelien Jacobs2010-06-111-3/+11
* matroskadec: cosmetic: split a line to make it more readableAurelien Jacobs2010-06-111-1/+3
* Do not attempt to seek to index for streamed files and if the user explicitlyReimar Döffinger2010-06-081-0/+5
* Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead ofReimar Döffinger2010-06-081-0/+1
* matroskadec: avoid potential crash after r23169Aurelien Jacobs2010-05-251-1/+1
* matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhereDavid Conrad2010-05-231-1/+0
* matroskadec: Allow unknown EBML doctypeDavid Conrad2010-05-221-4/+3
* matroskadec: Support webm doctypeJames Zern2010-05-221-8/+21
* matroskadec: Free ebml binary buffer on errorDavid Conrad2010-05-181-1/+3
* matroskadec: Fix buffer overread in matroska_ebmlnum_uintDavid Conrad2010-05-181-1/+1
* matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the fileDavid Conrad2010-05-181-0/+2
* matroskadec: Use av_freep in ebml_read_asciiDavid Conrad2010-05-181-1/+1
* set avg frame rate in mkv demuxerBaptiste Coudurier2010-05-171-0/+2
* Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini2010-04-251-8/+8
* seems aac gets screwed up by the parser so disable itBaptiste Coudurier2010-04-201-0/+1
* parse stream headers for audio streams in mkv, needed for frame sizeBaptiste Coudurier2010-04-201-0/+1
OpenPOWER on IntegriCloud