105 Commits (82494cad9db1f32f13b6643b7dce15f2688e3f27)

Author SHA1 Message Date
Diego Biurrun 91c9aa0941 Move some conditionally used code below the appropriate #ifdef. 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Mans Rullgard b122c65107 asfdec: add missing #include for av_bswap32() 14 years ago
Uoti Urpala 29fa570d0c asfdec: fix possible overread on broken files. 14 years ago
Vladimir Pantelic 69fa23961e asfdec: do not fall back to binary/generic search 14 years ago
Vladimir Pantelic b58bc17cf7 asfdec: reindent after previous commit c7bd5ed 14 years ago
Vladimir Pantelic c7bd5edae4 asfdec: fallback to binary search internally 14 years ago
Uoti Urpala 0bd433a916 asfdec: fix assert failure on invalid files 14 years ago
Ronald S. Bultje f8b1245922 asfdec: fix parsing of packets that overrun into padding. 14 years ago
Vladimir Pantelic 8408e1d7d6 asf: remove commented out code in asf_read_seek 14 years ago
Diego Biurrun 0b5ae1fdd3 asfdec: Remove dead code from asf_read_close(). 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
Max Horn ca402f32e3 handle malloc failures in ff_get_wav_header 14 years ago
Anton Khirnov ff1ec0c3f8 avio: undeprecate av_url_read_fseek/fpause under nicer names 14 years ago
Anton Khirnov acaceca2f1 asfdec: remove a forgotten declaration of nonexistent function 14 years ago
Vladimir Pantelic 4377fafda1 asfdec: also subtract preroll when reading simple index object 14 years ago
Anton Khirnov 933e90a69a avio: make av_url_read_fseek/fpause internal. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Vladimir Pantelic de11ee906e asfdec: subtract the preroll value and thus output 0 based timestamps 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 3e68b3ba7b avio: deprecate url_ferror 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Mans Rullgard aabc2682fc asfdec: fix build for big endian targets 14 years ago
Anton Khirnov 5cbd3b5d91 asfdec: don't export empty metadata 14 years ago
Anton Khirnov 8bf6db1b29 asfdec: split reading stream properties out of asf_read_header() 14 years ago
Anton Khirnov 0b1d291a71 asfdec: deobfuscate reading video properties size 14 years ago
Anton Khirnov c1fea23070 asfdec: split asf_read_header() 14 years ago
Anton Khirnov d7a5106eb2 asfdec: skip the stream bitrate list 14 years ago
Anton Khirnov 7c7253802b asfdec: use an ASFContext array for storing stream bitrates 14 years ago
Anton Khirnov d42b09723e asfdec: move DAR list to ASFContext 14 years ago
Anton Khirnov 569ff02168 asfdec: remove some write-only values from the context 14 years ago
Anton Khirnov 4bc328a2bd asf: split ASFContext into muxer and demuxer parts. 14 years ago
Anton Khirnov e4e234fad7 asf: make ff_guidcmp inline and move it to asf.h 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Anton Khirnov 042950542d asfdec: ensure that the whole tag is read. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov 2934cd9dbf asfdec: remove some commented-out cruft 14 years ago
Anton Khirnov 93b78d1210 lavf: make a variant of ff_get_str16_nolen public 14 years ago
Peter Ross a750050f4c make guid utility function visibile to other modules (ff_guidcmp, ff_get_guid) 14 years ago
Reimar Döffinger bf09a01981 Change ASF demuxer to return incomplete last packets. 14 years ago
Reimar Döffinger 4172951ba7 Return an error when get_buffer reads none or only partial data instead 14 years ago
Reimar Döffinger 3c3ef81b9b Ensure that packets returned from ASF demuxer are properly 0-padded. 14 years ago
Stefan Gehrer 77b7c334be skip top-level objects to search for the simple index in ASF files 14 years ago
Anton Khirnov ad7768f4c4 add ff_ prefix to metadata_conv() 14 years ago