29 Commits (93eea20a793baf7357e374620b55f3793b873a2c)

Author SHA1 Message Date
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
David Bryant 6b05eb3117 Add the handling of the INT32INFO block to the WavPack decoder. 18 years ago
Panagiotis Issaris 6f3e0b2174 Replace all occurrences of AVERROR_IO with AVERROR(EIO). 18 years ago
Panagiotis Issaris 769e10f068 Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). 18 years ago
François Revol 8fa36ae09d This fixes error handling for BeOS, removing the need for some ifdefs. 18 years ago
Kostya Shishkov 49561f992e Seeking support in WavPack 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Diego Biurrun 827f056124 Remove unused variable. 18 years ago
Kostya Shishkov a8789714ba Ignore blocks with no samples and flags (but usually with MD5 sum) 18 years ago
Kostya Shishkov 4ec0beaa59 Move block size check to decoder 18 years ago
Kostya Shishkov ee56f2c020 10l: remove alien seek function from demuxer 18 years ago
Diego Biurrun b78e7197a8 Change license headers to say 'FFmpeg' instead of 'this program/this library' 18 years ago
Kostya Shishkov 730581f3b4 WavPack lossless audio decoder 18 years ago