| Commit message (Expand) | Author | Age | Files | Lines |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Set start_time and duration in AVStream instead of AVFormatContext for | David Conrad | 2010-01-21 | 1 | -2/+2 |
* | 10l: WavPack demuxer forgot to seek back to initial position after block | Kostya Shishkov | 2009-11-06 | 1 | -0/+1 |
* | If custom sampling rate is set in WavPack file, parse first block to find | Kostya Shishkov | 2009-11-05 | 1 | -4/+25 |
* | Initialize block_parsed before reading first block header in WavPack demuxer, | Kostya Shishkov | 2009-11-05 | 1 | -1/+1 |
* | Read metadata in WavPack files. | Anton Khirnov | 2009-10-18 | 1 | -0/+11 |
* | Add floating point audio decoding to WavPack decoder. | Laurent Aimar | 2009-05-06 | 1 | -5/+0 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | WavPack hybrid mode support | Kostya Shishkov | 2009-01-16 | 1 | -4/+0 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -1/+1 |
* | Bump Major version, this commit is almost just renaming bits_per_sample to | Luca Abeni | 2008-09-08 | 1 | -1/+1 |
* | remove useless close func | Baptiste Coudurier | 2008-06-19 | 1 | -6/+1 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -7/+7 |
* | loosen dependencies over allformats.h | Aurelien Jacobs | 2007-09-16 | 1 | -1/+0 |
* | Support for WavPack version 0x410 (false stereo chunks) | David Bryant | 2007-08-13 | 1 | -1/+1 |
* | Add the handling of the INT32INFO block to the WavPack decoder. | David Bryant | 2007-08-05 | 1 | -4/+0 |
* | Replace all occurrences of AVERROR_IO with AVERROR(EIO). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). | Panagiotis Issaris | 2007-07-19 | 1 | -1/+1 |
* | This fixes error handling for BeOS, removing the need for some ifdefs. | François Revol | 2007-02-13 | 1 | -1/+1 |
* | Seeking support in WavPack | Kostya Shishkov | 2007-01-28 | 1 | -3/+42 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -1/+1 |
* | Remove unused variable. | Diego Biurrun | 2006-10-15 | 1 | -1/+1 |
* | Ignore blocks with no samples and flags (but usually with MD5 sum) | Kostya Shishkov | 2006-10-15 | 1 | -3/+3 |
* | Move block size check to decoder | Kostya Shishkov | 2006-10-14 | 1 | -6/+0 |
* | 10l: remove alien seek function from demuxer | Kostya Shishkov | 2006-10-10 | 1 | -1/+0 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | WavPack lossless audio decoder | Kostya Shishkov | 2006-09-26 | 1 | -0/+207 |