92 Commits (01621202aad7e27b2a05c71d9ad7a19dfcbe17ec)

Author SHA1 Message Date
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Luca Barbato 656e31ed87 ogg: Forward errors further 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Federico Tomassetti 27aa1ff35a oggdec: Check memory allocation 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
James Almer 430a816859 oggdec: add support for VP8 demuxing 10 years ago
Nicolas George ecab1c7741 oggdec: add support for Opus in Ogg demuxing 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Reimar Döffinger 9a27acae9e ogg: Fix potential infinite discard loop 11 years ago
Anton Khirnov 8ad3267ce3 oggdec: do not fall back on binary search in the generic code. 12 years ago
Luca Barbato f963f701d9 ogg: relax demuxer conformance checks 12 years ago
Luca Barbato d894f74762 oggdec: make sure the private parse data is cleaned up 12 years ago
Luca Barbato 89b51b570d oggdec: free the ogg streams on read_header failure 12 years ago
Luca Barbato ba064ebe48 oggdec: check memory allocation 12 years ago
Luca Barbato f5f1cf5224 oggdec: K&R cosmetic formatting 12 years ago
Luca Barbato d1f05dd183 ogg: calculate the start position once all the headers are parsed 12 years ago
Luca Barbato 7751e4693d ogg: check that the expected number of headers had been parsed 12 years ago
Dale Curtis ef0d779706 Fix uninitialized reads on malformed ogg files. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Diego Biurrun e873c03ac7 misc Doxygen markup improvements 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Nicolas George 4ca59d1948 oggdec: add support for Xiph's CELT codec 13 years ago
Laurent Aimar 0e7efb9d23 oggdec: fix out of bound write in the ogg demuxer 13 years ago
Chris Evans 4cc3467e7a oggdec: prevent heap corruption. 14 years ago
Nicolas George 9cec1bbd14 ogg: propagate return values and return more meaningful error values 14 years ago
Reimar Döffinger 0a94020b5b oggdec: Abort Ogg header parsing when encountering a data packet. 14 years ago
Ronald S. Bultje 9ed6cbc3ee ogg: fix double free when finding length of small chained oggs. 14 years ago
Diego Biurrun b751f61106 Remove stray extra arguments from av_dlog() invocations. 14 years ago
Mans Rullgard e65ab9d94f Remove unused variables 14 years ago
Clément Bœsch e575685fad Cosmetics: fix prototypes in oggdec 14 years ago
Clément Bœsch 5780f41af5 oggdec: fix memleak with continuous streams. 14 years ago
Clément Bœsch b3bbc6fdc5 oggdec: use explicit AVInputFormat struct initializers 14 years ago
Clément Bœsch f95257d27c oggdec: simplify ogg_probe 14 years ago
Diego Biurrun 045dd4b928 Replace some commented-out debug printf() / av_log() messages with av_dlog(). 14 years ago
Clément Bœsch dc713546d4 oggdec: reindent after 8f3eebd6 14 years ago
Michael Niedermayer 52512d0a43 oggdec: use av_freep() instead of av_free() 14 years ago
Clément Bœsch 8f3eebd663 oggdec: simplify audio chained ogg streams support 14 years ago
Clément Bœsch 47dec30edb oggdec: fix demuxing chained audio streams 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov e51975392d avio: deprecate url_fgetc and remove all it uses 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 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
Reimar Döffinger 6bd69e6ada oggdec: Fix incorrect assumption about header/data interleaving 14 years ago