| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\ |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avformat/tta: only check for header and seek table crc if requested | James Almer | 2015-02-05 | 1 | -2/+2 |
* | | Merge commit 'ec524ed12aa1aeb37125203f1adf5aa10dfcb0de' | Michael Niedermayer | 2015-02-03 | 1 | -2/+7 |
|\| |
|
| * | tta: Fix framepos and start_offset types | Vittorio Giovara | 2015-02-03 | 1 | -2/+7 |
* | | avformat/tta: fix crash with corrupted files | wm4 | 2015-02-03 | 1 | -2/+9 |
* | | 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 |