| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -5/+1 |
* | tta: read ape tags last | Paul B Mahol | 2013-06-16 | 1 | -5/+6 |
* | tta: unbreak demuxing of files with id3 tags at start of file | Paul B Mahol | 2013-06-07 | 1 | -3/+3 |
* | tta: replace datalen with nb_samples | Paul B Mahol | 2013-06-07 | 1 | -7/+7 |
* | tta: add support for reading ape tags | Paul B Mahol | 2013-06-03 | 1 | -0/+5 |
* | tta: return meaningful error codrs | Paul B Mahol | 2013-06-03 | 1 | -3/+3 |
* | lavf/tta: check header and seek table checksum | James Almer | 2013-05-31 | 1 | -3/+21 |
* | tta: remove pointless code | Paul B Mahol | 2013-05-30 | 1 | -14/+10 |
* | tta: make probing more robust | Paul B Mahol | 2013-05-28 | 1 | -3/+5 |
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af' | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
|\ |
|
| * | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | | tta: datalen is unsigned integer per reference library | Paul B Mahol | 2012-10-17 | 1 | -4/+5 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-31 | 1 | -1/+1 |
|\| |
|
| * | Improve descriptiveness of a number of codec and container long names | Diego Biurrun | 2012-07-30 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-04 | 1 | -4/+12 |
|\| |
|
| * | tta demuxer: set packet duration | Justin Ruggles | 2012-03-03 | 1 | -4/+12 |
| * | tta: Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate | 2012-02-10 | 1 | -1/+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 |
| * | tta: Fix returned error code at EOF | Michael Niedermayer | 2012-01-07 | 1 | -1/+1 |
| * | tta: fix off be 1 error in the end detection. | Michael Niedermayer | 2012-01-07 | 1 | -1/+1 |
* | | tta: Fix returned error code at EOF | Michael Niedermayer | 2012-01-07 | 1 | -1/+1 |
* | | tta: fix off be 1 error in the end detection. | Michael Niedermayer | 2012-01-07 | 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 |
* | | tta: better check for totalframes. | Michael Niedermayer | 2011-11-27 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-26 | 1 | -0/+4 |
|\| |
|
| * | tta: check for extradata allocation failure in tta demuxer | Justin Ruggles | 2011-10-25 | 1 | -0/+4 |
* | | 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 |
* | | [tta] Check return value of avio_seek and avoid modifying state if it fails | Joakim Plate | 2011-09-14 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-17 | 1 | -8/+7 |
|\| |
|
| * | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov | 2011-07-17 | 1 | -8/+7 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-09 | 1 | -1/+2 |
|\| |
|
| * | Remove all uses of now deprecated metadata functions. | Anton Khirnov | 2011-06-08 | 1 | -1/+2 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense | Anton Khirnov | 2011-03-16 | 1 | -3/+3 |
* | avio: add avio_tell macro as a replacement for url_ftell | Anton Khirnov | 2011-03-04 | 1 | -3/+3 |
* | lavf: replace all uses of url_fskip with avio_seek | Anton Khirnov | 2011-03-01 | 1 | -3/+3 |
* | avio: avio_ prefix for url_fseek | Anton Khirnov | 2011-03-01 | 1 | -2/+2 |
* | avio: avio_ prefixes for get_* functions | Anton Khirnov | 2011-02-21 | 1 | -8/+8 |
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Move handling of ID3v2 to common utils.c code, reducing code duplication | Reimar Döffinger | 2010-10-06 | 1 | -8/+0 |
* | Generalize ID3v2 functions to support ID3v2-like ID headers with a | Michael Karcher | 2010-06-11 | 1 | -2/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | 10l : make sure probe buffer is large enough. | Jai Menon | 2009-12-17 | 1 | -0/+3 |