| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -4/+4 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
* | | avformat/tta: remove custom crc callback function | James Almer | 2016-08-04 | 1 | -8/+2 |
* | | Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a' | Clément Bœsch | 2016-06-21 | 1 | -3/+4 |
|\| |
|
| * | Remove unnecessary get_bits.h #includes and add missing headers where needed. | Alexandra Hájková | 2016-05-04 | 1 | -2/+3 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -7/+7 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -12/+12 |
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -2/+2 |
* | | 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 |