25 Commits (0a5ff1964355f6d288071b7c0bc4fb24f658c9fc)

Author SHA1 Message Date
Michael Niedermayer 688c1175ba avformat/wvdec: Check rate for overflow 4 years ago
Andreas Rheinhardt 96bf6d61e2 avformat/wvdec: Export version as extradata 5 years ago
David Bryant 9a13ed522f avcodec/wavpack: add support for DSD files 5 years ago
Andreas Rheinhardt 6a67d518d6 avformat: Remove unnecessary av_packet_unref() 5 years ago
Andreas Rheinhardt c1e439d7e9 avformat: Forward errors where possible 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
David Bryant db109373d8 avformat/wvdec: detect and error out on WavPack DSD files 6 years ago
Paul B Mahol cfa7709d05 avcodec/wavpack: fix decoding of files with many channels 6 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 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
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
wm4 0f776df09e avformat/wvdec: fix seeking 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Paul B Mahol 3dca5a5c41 wvdec: check for eof in wv_read_block_header() 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Anton Khirnov 794ca87d2b wvdec: split block header parsing into a separate file 12 years ago
Anton Khirnov 0a1a94450a lavf: rename wv.c to wvdec.c 12 years ago
Anton Khirnov 5074f4545c wavpack demuxer: export full wavpack blocks. 12 years ago
Paul B Mahol fa23f94eac wv: make probing more robust 12 years ago
Paul B Mahol 87c113f4b3 wv: use right function to read block_samples 12 years ago
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 12 years ago
Paul B Mahol 039341eb43 wv: do not report invalid stream duration 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Anton Khirnov 782e64fbe1 wv,mpc8: don't return apetag data in packets. 12 years ago
Anton Khirnov 29d70274ec wv: K&R formatting cosmetics 12 years ago
Anton Khirnov c1d865d563 wv: return meaningful error codes. 12 years ago
Anton Khirnov ccc10acb5b wv: return AVERROR_EOF on EOF, not EIO. 12 years ago
Paul B Mahol 0f3d8baef9 WavPack demuxer: set packet duration 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
Kostya Shishkov ccb919e34b WavPack demuxer: do not rely on index when timestamp is not in indexed range. 13 years ago
Kostya Shishkov 5561fe487f WavPack demuxer: store position of the first block in index. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Kostya Shishkov cb7b55b096 wavpack: skip blocks with no samples 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago