summaryrefslogtreecommitdiff
path: root/libavformat/ape.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/ape: Check frames sizeMichael Niedermayer2022-09-241-0/+2
* avformat/ape: fix overflow in total_blocksPaul B Mahol2022-09-161-2/+2
* avformat/ape: set packet durationPaul B Mahol2022-09-161-0/+1
* avformat/ape: more bits in size for less overflowsMichael Niedermayer2022-06-141-4/+5
* ape: convert to new channel layout APIVittorio Giovara2022-03-151-1/+1
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-171-1/+1
* avformat/ape: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-071-15/+6
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-281-1/+1
* avformat/ape: Remove seektable and bittableMichael Niedermayer2020-10-181-50/+25
* avformat/ape: Error out in case of EOF in the headerMichael Niedermayer2020-07-261-3/+6
* avformat/ape: Cleanup after ape_read_header() failureMichael Niedermayer2020-06-141-7/+19
* avformat: Remove unnecessary av_packet_unref()Andreas Rheinhardt2020-02-101-1/+0
* avformat: Forward errors where possibleAndreas Rheinhardt2019-12-121-9/+13
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* lavf/ape: remove unused magic fieldClément Bœsch2017-03-291-2/+0
* Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-211-1/+1
|\
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-301-1/+1
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-10/+10
|\ \ | |/
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-11/+11
* | ape: Show more information for loglevel verbose.Carl Eugen Hoyos2016-01-191-1/+1
* | Replace remaining occurances of av_free_packet with av_packet_unrefHendrik Leppkes2015-10-271-1/+1
* | avformat/ape: Use av_malloc_array()Michael Niedermayer2015-04-071-1/+1
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-141-2/+2
|\ \ | |/
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-141-2/+2
* | replace calls to url_feof() with avio_feof()James Almer2014-08-081-1/+1
* | Use correct msvc type specifiers for ptrdiff_t and size_t.Carl Eugen Hoyos2014-04-241-1/+1
* | avformat/ape: free packet on avio_read() failureMichael Niedermayer2013-12-251-1/+3
* | avformat/ape: zero seektable&bittable and warn when they where only partially...Michael Niedermayer2013-12-251-2/+4
* | avformat/ape: check version in probeMichael Niedermayer2013-11-101-3/+7
* | avformat: use ff_alloc_extradata()Paul B Mahol2013-10-131-2/+2
* | Merge commit '183b9d843a9533774fabd3984a52f3987001acbc'Michael Niedermayer2013-09-121-4/+1
|\ \ | |/
| * ape: Don't allow the seektable to be omittedMartin Storsjö2013-09-121-1/+1
* | Merge commit '488b2984fece7ad0c2596826fee18e74aa904667'Michael Niedermayer2013-09-031-2/+2
|\ \ | |/
| * ape demuxer: check for EOF in potentially long loopsAnton Khirnov2013-09-021-2/+2
| * ape: use correct context for the bit table printed in debugKostya Shishkov2013-03-271-1/+1
* | ape: check avio_read() return valuewm42013-08-111-0/+2
* | Fix a typo in the Monkey's Audio demuxer.Carl Eugen Hoyos2013-03-271-1/+1
* | Merge commit '613a37eca4c7b8eefceaa3e0231c23ad090ca94f'Michael Niedermayer2013-03-261-3/+25
|\ \ | |/
| * ape: 3.80-3.92 decoding supportKostya Shishkov2013-03-251-3/+25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-151-1/+1
|\ \ | |/
| * add support for Monkey's Audio versions from 3.93Kostya Shishkov2013-03-151-1/+1
* | lavf/apedec: return meaningful error codesPaul B Mahol2012-12-061-5/+5
* | lavf/ape: Fix stream duration calculationjamal2012-08-231-5/+3
* | 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-06-241-6/+6
|\ \ | |/
| * ape: create audio stream before reading tags.Anton Khirnov2012-06-241-6/+6
* | ape: Fix null ptr dereference with files missing a seekatable.Michael Niedermayer2012-05-291-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-1/+1
|\ \ | |/