| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bit | Hendrik Leppkes | 2012-07-23 | 1 | -0/+1 |
* | wavpack: Fix an integer overflow | Derek Buitenhuis | 2012-03-02 | 1 | -1/+1 |
* | wavpack: Don't shift minclip/maxclip | Derek Buitenhuis | 2012-02-23 | 1 | -2/+2 |
* | wavpack: add needed braces for 2 statements inside an if block | Justin Ruggles | 2012-02-10 | 1 | -1/+2 |
* | wavpack: allow user to disable CRC checking | Paul B Mahol | 2012-02-10 | 1 | -16/+21 |
* | wavpack: fix clipping for 32-bit lossy mode | Kostya Shishkov | 2012-01-15 | 1 | -8/+19 |
* | wavpack: fix typos in previous cosmetic clean-up commit | Justin Ruggles | 2012-01-02 | 1 | -2/+2 |
* | wavpack: cosmetics: K&R pretty-printing | Justin Ruggles | 2012-01-02 | 1 | -322/+337 |
* | wavpack: determine sample_fmt before requesting a buffer | Hendrik Leppkes | 2012-01-01 | 1 | -13/+18 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | wavpack: Fix 32-bit clipping | Derek Buitenhuis | 2011-12-16 | 1 | -2/+2 |
* | wavpack: Clip samples after shifting | Derek Buitenhuis | 2011-12-16 | 1 | -2/+2 |
* | wavpack: Properly clip samples during lossy decode | Derek Buitenhuis | 2011-12-03 | 1 | -2/+9 |
* | Add avcodec_decode_audio4(). | Justin Ruggles | 2011-12-02 | 1 | -72/+44 |
* | wavpack: calculate bpp using av_get_bytes_per_sample() | Justin Ruggles | 2011-10-23 | 1 | -3/+1 |
* | wavpack: Reset internal state on corrupted blocks | Laurent Aimar | 2011-10-07 | 1 | -10/+13 |
* | Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks. | Laurent Aimar | 2011-09-10 | 1 | -2/+3 |
* | wavpack: Check error codes rather than working around error conditions. | Alex Converse | 2011-09-08 | 1 | -3/+10 |
* | Fixed invalid access in wavpack decoder on corrupted bitstream. | Laurent Aimar | 2011-09-08 | 1 | -14/+35 |
* | Fixed invalid writes in wavpack decoder on corrupted bitstreams. | Laurent Aimar | 2011-09-08 | 1 | -3/+3 |
* | Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks. | Laurent Aimar | 2011-09-08 | 1 | -1/+1 |
* | wavpack: fix wrong return value in wavpack_decode_block() | Kostya Shishkov | 2011-09-05 | 1 | -1/+1 |
* | wavpack: use context reset in appropriate places | Kostya Shishkov | 2011-09-05 | 1 | -3/+4 |
* | WavPack decoder: implement flush function | Kostya Shishkov | 2011-08-21 | 1 | -0/+10 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -8/+7 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Replace remaining occurrences of deprecated CH_* with AV_CH_* | Anton Khirnov | 2011-02-06 | 1 | -1/+2 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | reindent after last commit | Kostya | 2011-01-24 | 1 | -6/+6 |
* | Extend WavPack demuxer and decoder to support >2 channel audio | Kostya | 2011-01-24 | 1 | -50/+216 |
* | Limit number of samples decoded for WavPack mono mode, so decoded samples will | Kostya Shishkov | 2011-01-08 | 1 | -1/+1 |
* | Fail more gracefully for multichannel wavpack in another container. | Carl Eugen Hoyos | 2011-01-07 | 1 | -0/+4 |
* | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini | 2010-11-12 | 1 | -29/+29 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | cosmetics: reindent after last commit | Kostya Shishkov | 2010-02-19 | 1 | -61/+61 |
* | Since WavPack chunk can contain more samples than FFmpeg is guaranteed to | Kostya Shishkov | 2010-02-19 | 1 | -12/+75 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -2/+2 |
* | Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframes | Sascha Sommer | 2009-09-16 | 1 | -0/+1 |
* | Add floating point audio decoding to WavPack decoder. | Laurent Aimar | 2009-05-06 | 1 | -8/+131 |
* | Prepare WavPack decoder to support floating point output. | Laurent Aimar | 2009-05-06 | 1 | -17/+17 |
* | Factorize out integer sample value decoding for WavPack. | Laurent Aimar | 2009-05-05 | 1 | -33/+26 |
* | Check whether extra bits block has enough data. | Laurent Aimar | 2009-05-03 | 1 | -0/+8 |
* | Remove dead assignments found by CSA | Benjamin Larsson | 2009-05-02 | 1 | -1/+0 |
* | Decode extended bitstream for high-precision WavPack files. | Laurent Aimar | 2009-05-02 | 1 | -2/+50 |
* | Correctly update output sample format in wavpack decoder. | Laurent Aimar | 2009-04-26 | 1 | -6/+15 |