summaryrefslogtreecommitdiff
path: root/libavformat/asfdec.c
Commit message (Expand)AuthorAgeFilesLines
* asfdec: add side data to ASFStream packet instead of output packet.Justin Ruggles2011-12-211-1/+1
* asf: use packet dts as approximation of ptsJohn Stebbins2011-12-021-1/+1
* asf: do not call av_read_frameLuca Barbato2011-12-021-1/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-021-1/+1
* lavf: make some seeking functions privateAnton Khirnov2011-10-281-1/+1
* 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-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-9/+9
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove return statements following infinite loops without breakMans Rullgard2011-07-031-2/+0
* Move some conditionally used code below the appropriate #ifdef.Diego Biurrun2011-07-031-3/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-2/+3
* Remove unused variablesMans Rullgard2011-06-021-11/+8
* asfdec: add missing #include for av_bswap32()Mans Rullgard2011-05-191-0/+1
* asfdec: fix possible overread on broken files.Uoti Urpala2011-05-171-1/+4
* asfdec: do not fall back to binary/generic searchVladimir Pantelic2011-05-171-0/+1
* asfdec: reindent after previous commit c7bd5edVladimir Pantelic2011-05-171-7/+7
* asfdec: fallback to binary search internallyVladimir Pantelic2011-05-171-7/+8
* asfdec: fix assert failure on invalid filesUoti Urpala2011-05-031-0/+4
* asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje2011-05-031-2/+8
* asf: remove commented out code in asf_read_seekVladimir Pantelic2011-04-201-21/+0
* asfdec: Remove dead code from asf_read_close().Diego Biurrun2011-04-181-5/+1
* make containers pass palette change in AVPacketKostya Shishkov2011-04-151-6/+15
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-141-1/+3
* avio: undeprecate av_url_read_fseek/fpause under nicer namesAnton Khirnov2011-04-121-1/+1
* asfdec: remove a forgotten declaration of nonexistent functionAnton Khirnov2011-04-081-2/+0
* asfdec: also subtract preroll when reading simple index objectVladimir Pantelic2011-03-231-2/+2
* avio: make av_url_read_fseek/fpause internal.Anton Khirnov2011-03-211-1/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* asfdec: subtract the preroll value and thus output 0 based timestampsVladimir Pantelic2011-03-171-1/+2
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-18/+18
* avio: deprecate url_ferrorAnton Khirnov2011-03-151-1/+1
* avio: deprecate url_feofAnton Khirnov2011-03-071-6/+6
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-18/+18
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-15/+15
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-12/+12
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-127/+127
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-14/+14
* asfdec: fix build for big endian targetsMans Rullgard2011-02-131-0/+1
* asfdec: don't export empty metadataAnton Khirnov2011-02-131-1/+2
* asfdec: split reading stream properties out of asf_read_header()Anton Khirnov2011-02-131-176/+186
* asfdec: deobfuscate reading video properties sizeAnton Khirnov2011-02-101-5/+4
* asfdec: split asf_read_header()Anton Khirnov2011-02-101-151/+214
* asfdec: skip the stream bitrate listAnton Khirnov2011-02-101-15/+0
* asfdec: use an ASFContext array for storing stream bitratesAnton Khirnov2011-02-091-5/+2
* asfdec: move DAR list to ASFContextAnton Khirnov2011-02-091-10/+9
* asfdec: remove some write-only values from the contextAnton Khirnov2011-02-091-4/+1
* asf: split ASFContext into muxer and demuxer parts.Anton Khirnov2011-02-091-0/+41
* asf: make ff_guidcmp inline and move it to asf.hAnton Khirnov2011-02-091-5/+0