108 Commits (28d02524a04d401fa7fca9823e3b7261a25613ab)

Author SHA1 Message Date
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Clément Bœsch d3cedc54cc lavf/ape: remove unused magic field 8 years ago
Diego Biurrun 5eef983297 ape: Restructure DEBUG ifdefs to avoid unused function parameter warnings 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Carl Eugen Hoyos 9cf8c3e62c ape: Show more information for loglevel verbose. 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Michael Niedermayer f289422a3e avformat/ape: Use av_malloc_array() 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Michael Niedermayer 459db51271 avformat/ape: free packet on avio_read() failure 11 years ago
Michael Niedermayer 3cfa310c5d avformat/ape: zero seektable&bittable and warn when they where only partially filled 11 years ago
Michael Niedermayer b570835296 avformat/ape: check version in probe 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Martin Storsjö 183b9d843a ape: Don't allow the seektable to be omitted 11 years ago
Anton Khirnov 488b2984fe ape demuxer: check for EOF in potentially long loops 11 years ago
wm4 a5ef7960fc ape: check avio_read() return value 11 years ago
Kostya Shishkov 472391b9a7 ape: use correct context for the bit table printed in debug 12 years ago
Carl Eugen Hoyos 7857ddceec Fix a typo in the Monkey's Audio demuxer. 12 years ago
Kostya Shishkov 613a37eca4 ape: 3.80-3.92 decoding support 12 years ago
Kostya Shishkov c42e262513 add support for Monkey's Audio versions from 3.93 12 years ago
Paul B Mahol 7510a9a466 lavf/apedec: return meaningful error codes 12 years ago
jamal 732dfc7660 lavf/ape: Fix stream duration calculation 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov 980e65f119 ape: create audio stream before reading tags. 13 years ago
Michael Niedermayer e7cb161515 ape: Fix null ptr dereference with files missing a seekatable. 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Justin Ruggles 9727264220 ape: do not set AVCodecContext.frame_size. 13 years ago
Justin Ruggles f1c3d4a68a ape: skip packets with invalid size 13 years ago
Justin Ruggles ac3f8d317c ape: calculate final packet size instead of guessing 13 years ago
Justin Ruggles c2c316158f ape: stop reading after the last frame has been read 13 years ago
Justin Ruggles 66f7be3603 ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished 13 years ago
Justin Ruggles 1bc035bc03 ape: return error if seeking to the current packet fails in ape_read_packet() 13 years ago
Paul B Mahol 86b57e4efe ape: fix seeking 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Laurent Aimar 273aab99bf ape demuxer: fix segfault on memory allocation failure. 13 years ago
Laurent Aimar 1632a576e6 Fixed segfault on memory allocation failure in ape demuxer. 13 years ago
Diego Biurrun ab3d241be1 ape: adjust some printf format strings to correctly match argument types 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Diego Biurrun f190f676bc Replace custom DEBUG preprocessor trickery by the standard one. 14 years ago
Diego Biurrun b0a4e5f9e7 Employ correct printf format specifiers, mostly in debug output. 14 years ago
Carl Eugen Hoyos ab088f7d28 ape: Allow demuxing of files with metadata tags. 14 years ago
Reimar Döffinger 8c3651f4a5 Fix printf format string, fixes a warning. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Kostya Shishkov 29a290439b ape: check that number of seektable entries is equal to number of frames 14 years ago
Carl Eugen Hoyos 88f8805f3e Allow demuxing of APE files with metadata tags. 14 years ago