| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-07 | 1 | -7/+25 |
|\ |
|
| * | ape: skip packets with invalid size | Justin Ruggles | 2012-02-06 | 1 | -0/+8 |
| * | ape: calculate final packet size instead of guessing | Justin Ruggles | 2012-02-06 | 1 | -3/+12 |
| * | ape: stop reading after the last frame has been read | Justin Ruggles | 2012-02-06 | 1 | -1/+1 |
| * | ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished | Justin Ruggles | 2012-02-06 | 1 | -2/+2 |
| * | ape: return error if seeking to the current packet fails in ape_read_packet() | Justin Ruggles | 2012-02-06 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-05 | 1 | -0/+2 |
|\| |
|
| * | ape: fix seeking | Paul B Mahol | 2012-02-04 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-28 | 1 | -1/+1 |
|\| |
|
| * | lavf: remove AVFormatParameters from AVFormatContext.read_header signature | Anton Khirnov | 2012-01-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-01 | 1 | -1/+2 |
|\| |
|
| * | lavf: make av_set_pts_info private. | Anton Khirnov | 2011-11-30 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -1/+1 |
|\| |
|
| * | lavf,lavd: replace av_new_stream->avformat_new_stream part I. | Anton Khirnov | 2011-10-19 | 1 | -1/+1 |
| * | ape demuxer: fix segfault on memory allocation failure. | Laurent Aimar | 2011-09-12 | 1 | -0/+2 |
* | | Fixed segfault on memory allocation failure in ape demuxer. | Laurent Aimar | 2011-09-11 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-26 | 1 | -4/+7 |
|\| |
|
| * | ape: adjust some printf format strings to correctly match argument types | Diego Biurrun | 2011-07-26 | 1 | -4/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -8/+8 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-03 | 1 | -3/+1 |
|\| |
|
| * | Replace custom DEBUG preprocessor trickery by the standard one. | Diego Biurrun | 2011-06-03 | 1 | -3/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-02 | 1 | -24/+30 |
|\| |
|
| * | Employ correct printf format specifiers, mostly in debug output. | Diego Biurrun | 2011-05-31 | 1 | -24/+30 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-05-25 | 1 | -1/+1 |
|\| |
|
| * | ape: Allow demuxing of files with metadata tags. | Carl Eugen Hoyos | 2011-05-24 | 1 | -3/+3 |
* | | Fix printf format string, fixes a warning. | Reimar Döffinger | 2011-05-07 | 1 | -1/+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 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-04-02 | 1 | -0/+5 |
|\| |
|
| * | ape: check that number of seektable entries is equal to number of frames | Kostya Shishkov | 2011-04-01 | 1 | -0/+5 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | Allow demuxing of APE files with metadata tags. | Carl Eugen Hoyos | 2011-03-21 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-17 | 1 | -3/+3 |
|\| |
|
| * | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
| * | Do not attempt to decode APE file with no frames | Kostya | 2011-03-16 | 1 | -0/+4 |
| * | avio: deprecate url_feof | Anton Khirnov | 2011-03-07 | 1 | -1/+1 |
| * | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -1/+1 |
| * | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -4/+4 |
| * | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -30/+30 |
| * | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
| * | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | Do not attempt to decode APE file with no frames. | Kostya Shishkov | 2011-03-15 | 1 | -0/+4 |
* | | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-03 | 1 | -1/+1 |
* | | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-03 | 1 | -4/+4 |
* | | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-22 | 1 | -30/+30 |
* | | avio: rename ByteIOContext to AVIOContext. | Anton Khirnov | 2011-02-20 | 1 | -1/+1 |
* | | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Replace all remaining occurrences of AVERROR_NOMEM with | Stefano Sabatini | 2010-04-03 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |