summaryrefslogtreecommitdiff
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAge
...
| * avio: deprecate url_ferrorAnton Khirnov2011-03-15
| * avio: deprecate url_feofAnton Khirnov2011-03-07
| * avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
| * lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
| * avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
| * avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
| * asfdec: fix build for big endian targetsMans Rullgard2011-02-13
| * asfdec: don't export empty metadataAnton Khirnov2011-02-13
| * asfdec: split reading stream properties out of asf_read_header()Anton Khirnov2011-02-13
| * asfdec: deobfuscate reading video properties sizeAnton Khirnov2011-02-10
| * asfdec: split asf_read_header()Anton Khirnov2011-02-10
| * asfdec: skip the stream bitrate listAnton Khirnov2011-02-10
| * asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov2011-02-09
| * asfdec: move DAR list to ASFContextAnton Khirnov2011-02-09
| * asfdec: remove some write-only values from the contextAnton Khirnov2011-02-09
| * asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-09
| * asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-09
| * Replace dprintf with av_dlogLuca Barbato2011-01-29
| * asfdec: ensure that the whole tag is read.Anton Khirnov2011-01-28
| * Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
| * asfdec: remove some commented-out cruftAnton Khirnov2011-01-25
| * lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-25
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-05
* | lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-03
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-03
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-22
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* | asfdec: fix build for big endian targetsMans Rullgard2011-02-14
* | asfdec: split reading stream properties out of asf_read_header()Anton Khirnov2011-02-14
* | asfdec: deobfuscate reading video properties sizeAnton Khirnov2011-02-11
* | asfdec: split asf_read_header()Anton Khirnov2011-02-11
* | asfdec: skip the stream bitrate listAnton Khirnov2011-02-11
* | asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov2011-02-11
* | asfdec: move DAR list to ASFContextAnton Khirnov2011-02-11
* | asfdec: remove some write-only values from the contextAnton Khirnov2011-02-11
* | asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-11
* | asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-11
* | Replace dprintf with av_dlogLuca Barbato2011-01-30
* | asfdec: ensure that the whole tag is read.Anton Khirnov2011-01-30
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-28
* | asfdec: remove some commented-out cruftAnton Khirnov2011-01-26
* | lavf: make a variant of ff_get_str16_nolen publicAnton Khirnov2011-01-26
|/
* make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid)Peter Ross2010-12-26
* Change ASF demuxer to return incomplete last packets.Reimar Döffinger2010-12-18
* Return an error when get_buffer reads none or only partial data insteadReimar Döffinger2010-12-11
* Ensure that packets returned from ASF demuxer are properly 0-padded.Reimar Döffinger2010-12-11
* skip top-level objects to search for the simple index in ASF filesStefan Gehrer2010-12-03
* add ff_ prefix to metadata_conv()Anton Khirnov2010-10-16
* Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov2010-10-15