2 Commits (66499f34b56fc6a9fdef25543bd9d576fc787895)

Author SHA1 Message Date
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
Justin Ruggles a903f8f087 Include libavutil/channel_layout.h instead of libavutil/audioconvert.h 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 a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 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 b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Reinhard Tartler 737eb5976f Merge libavcore into libavutil 14 years ago
Anton Khirnov c2fcd0a7a4 Replace remaining occurrences of deprecated CH_* with AV_CH_* 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Kostya dacbcd170a reindent after last commit 14 years ago
Kostya 3bdc886c22 Extend WavPack demuxer and decoder to support >2 channel audio 14 years ago
Kostya Shishkov 614e139a11 Don't try to demux WavPack files with >2 channels until we can support them 14 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
David Conrad 0fc07ad951 Set start_time and duration in AVStream instead of AVFormatContext for 15 years ago
Kostya Shishkov 0d32307dd2 10l: WavPack demuxer forgot to seek back to initial position after block 15 years ago
Kostya Shishkov 7aa2d42db6 If custom sampling rate is set in WavPack file, parse first block to find 15 years ago
Kostya Shishkov aa926a480f Initialize block_parsed before reading first block header in WavPack demuxer, 15 years ago
Anton Khirnov c4d438c265 Read metadata in WavPack files. 15 years ago
Laurent Aimar 992f7db060 Add floating point audio decoding to WavPack decoder. 16 years ago
Diego Biurrun 406792e7b0 cosmetics: Remove pointless period after copyright statement non-sentences. 16 years ago
Kostya Shishkov 2c96535af7 WavPack hybrid mode support 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Luca Abeni dd1c8f3e6e Bump Major version, this commit is almost just renaming bits_per_sample to 16 years ago
Baptiste Coudurier 6a862b4947 remove useless close func 17 years ago
Stefano Sabatini bde15e74de Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext 17 years ago
Aurelien Jacobs 6369638bf0 loosen dependencies over allformats.h 17 years ago
David Bryant a6ba65f7f2 Support for WavPack version 0x410 (false stereo chunks) 18 years ago