173 Commits (f3bd3810d274a7f51b5925fc3d2fc33e8043a5d4)

Author SHA1 Message Date
Ronald S. Bultje e73c6aaabf asf: reset side data elements on packet copy. 13 years ago
Justin Ruggles bdbf1fa405 asfdec: Do not set AVCodecContext.frame_size 13 years ago
Ronald S. Bultje bb6d5411e1 asf: don't seek back on EOF. 13 years ago
Ronald S. Bultje 6e57a02b9f asf: error out on ridiculously large minpktsize values. 13 years ago
Ronald S. Bultje 41afac7f7a asf: prevent packet_size_left from going negative if hdrlen > pktlen. 13 years ago
Diego Biurrun 6df5c528ca Move some conditionally used variables into the block where they are used. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Justin Ruggles e9dc920127 asfdec: add side data to ASFStream packet instead of output packet. 13 years ago
John Stebbins b88eb87630 asf: use packet dts as approximation of pts 13 years ago
Luca Barbato 73f027c17b asf: do not call av_read_frame 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Diego Biurrun 2f5df0b12c Replace ffmpeg references with more accurate libav* references. 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Mans Rullgard add41decd9 Remove return statements following infinite loops without break 14 years ago
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