| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\| |
|
| * | cosmetics: Align muxer/demuxer declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-06 | 1 | -1/+0 |
|\| |
|
| * | ape: do not set AVCodecContext.frame_size. | Justin Ruggles | 2012-03-05 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-07 | 1 | -7/+25 |
|\| |
|
| * | ape: skip packets with invalid size | Justin Ruggles | 2012-02-06 | 1 | -0/+8 |
| * | ape: calculate final packet size instead of guessing | Justin Ruggles | 2012-02-06 | 1 | -3/+12 |
| * | ape: stop reading after the last frame has been read | Justin Ruggles | 2012-02-06 | 1 | -1/+1 |
| * | ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished | Justin Ruggles | 2012-02-06 | 1 | -2/+2 |
| * | ape: return error if seeking to the current packet fails in ape_read_packet() | Justin Ruggles | 2012-02-06 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-05 | 1 | -0/+2 |
|\| |
|
| * | ape: fix seeking | Paul B Mahol | 2012-02-04 | 1 | -0/+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 |
* | | 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 |
* | | 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 |
| * | ape demuxer: fix segfault on memory allocation failure. | Laurent Aimar | 2011-09-12 | 1 | -0/+2 |
* | | Fixed segfault on memory allocation failure in ape demuxer. | Laurent Aimar | 2011-09-11 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-26 | 1 | -4/+7 |
|\| |
|