| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/ape: Check frames size | Michael Niedermayer | 2022-09-24 | 1 | -0/+2 |
* | avformat/ape: fix overflow in total_blocks | Paul B Mahol | 2022-09-16 | 1 | -2/+2 |
* | avformat/ape: set packet duration | Paul B Mahol | 2022-09-16 | 1 | -0/+1 |
* | avformat/ape: more bits in size for less overflows | Michael Niedermayer | 2022-06-14 | 1 | -4/+5 |
* | ape: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+1 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | avformat/ape: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-07 | 1 | -15/+6 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -1/+1 |
* | avformat/ape: Remove seektable and bittable | Michael Niedermayer | 2020-10-18 | 1 | -50/+25 |
* | avformat/ape: Error out in case of EOF in the header | Michael Niedermayer | 2020-07-26 | 1 | -3/+6 |
* | avformat/ape: Cleanup after ape_read_header() failure | Michael Niedermayer | 2020-06-14 | 1 | -7/+19 |
* | avformat: Remove unnecessary av_packet_unref() | Andreas Rheinhardt | 2020-02-10 | 1 | -1/+0 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -9/+13 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | lavf/ape: remove unused magic field | Clément Bœsch | 2017-03-29 | 1 | -2/+0 |
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -10/+10 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -11/+11 |
* | | ape: Show more information for loglevel verbose. | Carl Eugen Hoyos | 2016-01-19 | 1 | -1/+1 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | | avformat/ape: Use av_malloc_array() | Michael Niedermayer | 2015-04-07 | 1 | -1/+1 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -2/+2 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -2/+2 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -1/+1 |
* | | Use correct msvc type specifiers for ptrdiff_t and size_t. | Carl Eugen Hoyos | 2014-04-24 | 1 | -1/+1 |
* | | avformat/ape: free packet on avio_read() failure | Michael Niedermayer | 2013-12-25 | 1 | -1/+3 |
* | | avformat/ape: zero seektable&bittable and warn when they where only partially... | Michael Niedermayer | 2013-12-25 | 1 | -2/+4 |
* | | avformat/ape: check version in probe | Michael Niedermayer | 2013-11-10 | 1 | -3/+7 |
* | | avformat: use ff_alloc_extradata() | Paul B Mahol | 2013-10-13 | 1 | -2/+2 |
* | | Merge commit '183b9d843a9533774fabd3984a52f3987001acbc' | Michael Niedermayer | 2013-09-12 | 1 | -4/+1 |
|\| |
|
| * | ape: Don't allow the seektable to be omitted | Martin Storsjö | 2013-09-12 | 1 | -1/+1 |
* | | Merge commit '488b2984fece7ad0c2596826fee18e74aa904667' | Michael Niedermayer | 2013-09-03 | 1 | -2/+2 |
|\| |
|
| * | ape demuxer: check for EOF in potentially long loops | Anton Khirnov | 2013-09-02 | 1 | -2/+2 |
| * | ape: use correct context for the bit table printed in debug | Kostya Shishkov | 2013-03-27 | 1 | -1/+1 |
* | | ape: check avio_read() return value | wm4 | 2013-08-11 | 1 | -0/+2 |
* | | Fix a typo in the Monkey's Audio demuxer. | Carl Eugen Hoyos | 2013-03-27 | 1 | -1/+1 |
* | | Merge commit '613a37eca4c7b8eefceaa3e0231c23ad090ca94f' | Michael Niedermayer | 2013-03-26 | 1 | -3/+25 |
|\| |
|
| * | ape: 3.80-3.92 decoding support | Kostya Shishkov | 2013-03-25 | 1 | -3/+25 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-15 | 1 | -1/+1 |
|\| |
|
| * | add support for Monkey's Audio versions from 3.93 | Kostya Shishkov | 2013-03-15 | 1 | -1/+1 |
* | | lavf/apedec: return meaningful error codes | Paul B Mahol | 2012-12-06 | 1 | -5/+5 |
* | | lavf/ape: Fix stream duration calculation | jamal | 2012-08-23 | 1 | -5/+3 |
* | | 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-06-24 | 1 | -6/+6 |
|\| |
|
| * | ape: create audio stream before reading tags. | Anton Khirnov | 2012-06-24 | 1 | -6/+6 |
* | | ape: Fix null ptr dereference with files missing a seekatable. | Michael Niedermayer | 2012-05-29 | 1 | -0/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -1/+1 |
|\| |
|