| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | 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 |
* | | Replace deprecated url_fseek by avio_seek. | Reimar Döffinger | 2011-05-07 | 1 | -1/+1 |
* | | oggdec:Correct duration | jan gerber | 2011-05-07 | 1 | -0/+12 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-25 | 1 | -7/+7 |
|\| |
|
| * | 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 |
* | | Ogg: add support for Xiph's CELT (Opus) codec. | Nicolas George | 2011-04-19 | 1 | -0/+1 |
* | | Merge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8' | Michael Niedermayer | 2011-04-16 | 1 | -7/+1 |
|\| |
|
| * | oggdec: simplify audio chained ogg streams support | Clément Bœsch | 2011-04-15 | 1 | -7/+1 |
* | | oggdec: use av_freep() instead of av_free() | Michael Niedermayer | 2011-04-11 | 1 | -2/+2 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-11 | 1 | -0/+16 |
|\| |
|
| * | oggdec: fix demuxing chained audio streams | Clément Bœsch | 2011-04-10 | 1 | -0/+16 |
* | | Abort Ogg header parsing when we encounter a data packet. | Reimar Döffinger | 2011-04-10 | 1 | -4/+1 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-04 | 1 | -1/+1 |
|\| |
|
| * | 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 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | avio: avio_ prefix for url_fsize | Anton Khirnov | 2011-03-08 | 1 | -1/+1 |
* | | avio: deprecate url_fgetc and remove all it uses | Anton Khirnov | 2011-03-08 | 1 | -5/+5 |
* | | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-05 | 1 | -3/+3 |
* | | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-03 | 1 | -3/+3 |
* | | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-22 | 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-09 | 1 | -7/+7 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Ensure that data_offset is set correctly when there are partial | Aaron Colwell | 2010-11-29 | 1 | -2/+20 |
* | Export metadata in the generic format. Deprecate old conversion API. | Anton Khirnov | 2010-10-15 | 1 | -1/+0 |
* | Fix printf format warnings | Eli Friedman | 2010-06-09 | 1 | -1/+1 |
* | Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many | Reimar Döffinger | 2010-05-23 | 1 | -0/+1 |
* | oggdec: Move warning about missing granule to the correct place | David Conrad | 2010-04-16 | 1 | -2/+4 |
* | oggdec: Fix duration calculation if the last page in a file has no granule | David Conrad | 2010-04-16 | 1 | -10/+7 |
* | oggdec: Remove write-only variable | David Conrad | 2010-04-16 | 1 | -1/+0 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Add VorbisComment writing to FLAC files. | James Darnley | 2010-03-20 | 1 | -0/+1 |
* | oggdec: Pass packets to header() until the stream is done with them | David Conrad | 2010-03-12 | 1 | -9/+6 |
* | oggdec: Seek to keyframes | David Conrad | 2010-03-11 | 1 | -3/+33 |
* | oggdec: Determine pts and filepos on a packet basis in read_timestamp | David Conrad | 2010-03-11 | 1 | -8/+7 |
* | oggdec: Move PTS/DTS calculation to a function | David Conrad | 2010-03-11 | 1 | -19/+31 |
* | oggdec: Fix duration calculation for streams with non-zero start | David Conrad | 2010-03-11 | 1 | -0/+2 |