| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -1/+1 |
* | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -5/+5 |
* | ogg: Forward errors further | Luca Barbato | 2015-04-20 | 1 | -5/+14 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -4/+4 |
* | oggdec: Check memory allocation | Federico Tomassetti | 2015-03-21 | 1 | -0/+5 |
* | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -3/+3 |
* | oggdec: add support for VP8 demuxing | James Almer | 2014-12-18 | 1 | -0/+1 |
* | oggdec: add support for Opus in Ogg demuxing | Nicolas George | 2013-10-12 | 1 | -0/+1 |
* | avformat: Use av_reallocp_array() where suitable | Alexandra Khirnova | 2013-09-10 | 1 | -10/+6 |
* | ogg: Fix potential infinite discard loop | Reimar Döffinger | 2013-08-19 | 1 | -1/+5 |
* | oggdec: do not fall back on binary search in the generic code. | Anton Khirnov | 2013-07-02 | 1 | -1/+1 |
* | ogg: relax demuxer conformance checks | Luca Barbato | 2013-06-22 | 1 | -2/+5 |
* | oggdec: make sure the private parse data is cleaned up | Luca Barbato | 2013-01-06 | 1 | -0/+4 |
* | oggdec: free the ogg streams on read_header failure | Luca Barbato | 2013-01-06 | 1 | -14/+16 |
* | oggdec: check memory allocation | Luca Barbato | 2012-12-23 | 1 | -2/+9 |
* | oggdec: K&R cosmetic formatting | Luca Barbato | 2012-12-23 | 1 | -117/+128 |
* | ogg: calculate the start position once all the headers are parsed | Luca Barbato | 2012-09-24 | 1 | -0/+4 |
* | ogg: check that the expected number of headers had been parsed | Luca Barbato | 2012-09-24 | 1 | -1/+12 |
* | Fix uninitialized reads on malformed ogg files. | Dale Curtis | 2012-03-08 | 1 | -5/+5 |
* | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | misc Doxygen markup improvements | Diego Biurrun | 2011-12-05 | 1 | -3/+2 |
* | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+1 |
* | lavf: make some seeking functions private | Anton Khirnov | 2011-10-28 | 1 | -1/+2 |
* | lavf: replace av_new_stream->avformat_new_stream part II. | Anton Khirnov | 2011-10-19 | 1 | -1/+2 |
* | oggdec: add support for Xiph's CELT codec | Nicolas George | 2011-09-26 | 1 | -0/+1 |
* | oggdec: fix out of bound write in the ogg demuxer | Laurent Aimar | 2011-09-17 | 1 | -2/+12 |
* | oggdec: prevent heap corruption. | Chris Evans | 2011-07-11 | 1 | -2/+3 |
* | ogg: propagate return values and return more meaningful error values | Nicolas George | 2011-07-04 | 1 | -25/+34 |
* | oggdec: Abort Ogg header parsing when encountering a data packet. | Reimar Döffinger | 2011-07-04 | 1 | -4/+1 |
* | ogg: fix double free when finding length of small chained oggs. | Ronald S. Bultje | 2011-06-29 | 1 | -1/+2 |
* | Remove stray extra arguments from av_dlog() invocations. | Diego Biurrun | 2011-06-02 | 1 | -6/+4 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -4/+1 |
* | Cosmetics: fix prototypes in oggdec | Clément Bœsch | 2011-05-12 | 1 | -33/+18 |
* | oggdec: fix memleak with continuous streams. | Clément Bœsch | 2011-05-12 | 1 | -6/+10 |
* | oggdec: use explicit AVInputFormat struct initializers | Clément Bœsch | 2011-05-12 | 1 | -11/+11 |
* | oggdec: simplify ogg_probe | Clément Bœsch | 2011-05-12 | 1 | -5/+2 |
* | Replace some commented-out debug printf() / av_log() messages with av_dlog(). | Diego Biurrun | 2011-04-29 | 1 | -12/+4 |
* | oggdec: reindent after 8f3eebd6 | Clément Bœsch | 2011-04-24 | 1 | -7/+7 |
* | oggdec: use av_freep() instead of av_free() | Michael Niedermayer | 2011-04-20 | 1 | -2/+2 |
* | oggdec: simplify audio chained ogg streams support | Clément Bœsch | 2011-04-15 | 1 | -7/+1 |
* | oggdec: fix demuxing chained audio streams | Clément Bœsch | 2011-04-10 | 1 | -0/+16 |
* | avio: introduce an AVIOContext.seekable field | Anton Khirnov | 2011-04-03 | 1 | -1/+1 |
* | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
* | avio: deprecate url_fgetc and remove all it uses | Anton Khirnov | 2011-03-07 | 1 | -5/+5 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -3/+3 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -7/+7 |
* | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -3/+3 |
* | oggdec: Fix incorrect assumption about header/data interleaving | Reimar Döffinger | 2011-02-08 | 1 | -7/+7 |