| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Merge decoding functions for all bitdepths in WavPack decoder | Kostya Shishkov | 2009-04-24 | 1 | -146/+52 |
* | Handle WavPack INT32INFO chunks with nonzero post shift | Kostya Shishkov | 2009-04-23 | 1 | -2/+4 |
* | Add functions for decoding >16 bits WavPack files. | Kostya Shishkov | 2009-04-23 | 1 | -9/+155 |
* | Shift 9-15 bit samples to use full 16-bit range. | Laurent Aimar | 2009-04-23 | 1 | -3/+5 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | WavPack hybrid mode support | Kostya Shishkov | 2009-01-16 | 1 | -18/+160 |
* | Add channel layout to several audio decoders I maintain | Kostya Shishkov | 2008-11-19 | 1 | -0/+1 |
* | Modify all codecs to report their supported input and output sample format(s). | Peter Ross | 2008-07-31 | 1 | -0/+1 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |