summaryrefslogtreecommitdiff
path: root/libavformat/tta.c
Commit message (Expand)AuthorAgeFilesLines
* tta: convert to new channel layout APIVittorio Giovara2022-03-151-1/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-4/+5
* avformat/tta: Check for EOF in index reading loopMichael Niedermayer2021-06-181-0/+2
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/tta: Use 64bit intermediate for indexMichael Niedermayer2021-02-021-1/+1
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-4/+4
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\
* | avformat/tta: remove custom crc callback functionJames Almer2016-08-041-8/+2
* | Merge commit '5c31eaa9998b2185e0aa04d11adff128498dc14a'Clément Bœsch2016-06-211-3/+4
|\ \ | |/
| * Remove unnecessary get_bits.h #includes and add missing headers where needed.Alexandra Hájková2016-05-041-2/+3
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-7/+7
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-12/+12
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-2/+2
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-1/+1
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-1/+1
* | avformat/tta: only check for header and seek table crc if requestedJames Almer2015-02-051-2/+2
* | Merge commit 'ec524ed12aa1aeb37125203f1adf5aa10dfcb0de'Michael Niedermayer2015-02-031-2/+7
|\ \ | |/
| * tta: Fix framepos and start_offset typesVittorio Giovara2015-02-031-2/+7
* | avformat/tta: fix crash with corrupted fileswm42015-02-031-2/+9
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-5/+1
* | tta: read ape tags lastPaul B Mahol2013-06-161-5/+6
* | tta: unbreak demuxing of files with id3 tags at start of filePaul B Mahol2013-06-071-3/+3
* | tta: replace datalen with nb_samplesPaul B Mahol2013-06-071-7/+7
* | tta: add support for reading ape tagsPaul B Mahol2013-06-031-0/+5
* | tta: return meaningful error codrsPaul B Mahol2013-06-031-3/+3
* | lavf/tta: check header and seek table checksumJames Almer2013-05-311-3/+21
* | tta: remove pointless codePaul B Mahol2013-05-301-14/+10
* | tta: make probing more robustPaul B Mahol2013-05-281-3/+5
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-051-1/+1
|\ \ | |/
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
* | tta: datalen is unsigned integer per reference libraryPaul B Mahol2012-10-171-4/+5
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-311-1/+1
|\ \ | |/
| * Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-1/+1
|\ \ | |/
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-041-4/+12
|\ \ | |/
| * tta demuxer: set packet durationJustin Ruggles2012-03-031-4/+12
| * tta: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
| * tta: Fix returned error code at EOFMichael Niedermayer2012-01-071-1/+1
| * tta: fix off be 1 error in the end detection.Michael Niedermayer2012-01-071-1/+1
* | tta: Fix returned error code at EOFMichael Niedermayer2012-01-071-1/+1
* | tta: fix off be 1 error in the end detection.Michael Niedermayer2012-01-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+2
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* | tta: better check for totalframes.Michael Niedermayer2011-11-271-2/+2