summaryrefslogtreecommitdiff
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAge
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Remove return statements following infinite loops without breakMans Rullgard2011-07-03
* Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* Remove unused variablesMans Rullgard2011-06-02
* asfdec: add missing #include for av_bswap32()Mans Rullgard2011-05-19
* asfdec: fix possible overread on broken files.Uoti Urpala2011-05-17
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-17
* asfdec: reindent after previous commit c7bd5edVladimir Pantelic2011-05-17
* asfdec: fallback to binary search internallyVladimir Pantelic2011-05-17
* asfdec: fix assert failure on invalid filesUoti Urpala2011-05-03
* asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje2011-05-03
* asf: remove commented out code in asf_read_seekVladimir Pantelic2011-04-20
* asfdec: Remove dead code from asf_read_close().Diego Biurrun2011-04-18
* make containers pass palette change in AVPacketKostya Shishkov2011-04-15
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-14
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-12
* asfdec: remove a forgotten declaration of nonexistent functionAnton Khirnov2011-04-08
* asfdec: also subtract preroll when reading simple index objectVladimir Pantelic2011-03-23
* avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-21
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic2011-03-17
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* 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
* 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