summaryrefslogtreecommitdiff
path: root/libavcodec/wavpack.c
Commit message (Expand)AuthorAge
...
| * wavpack: Check error codes rather than working around error conditions.Alex Converse2011-09-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-08
|\|
| * Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar2011-09-08
| * Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar2011-09-08
| * Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar2011-09-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-05
|\|
| * wavpack: fix wrong return value in wavpack_decode_block()Kostya Shishkov2011-09-05
| * wavpack: use context reset in appropriate placesKostya Shishkov2011-09-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-21
|\|
| * WavPack decoder: implement flush functionKostya Shishkov2011-08-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Merge libavcore into libavutilReinhard Tartler2011-02-15
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
| * reindent after last commitKostya2011-01-24
| * Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-24
* | Merge libavcore into libavutilReinhard Tartler2011-02-16
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-06
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
* | reindent after last commitKostya2011-01-26
* | Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-26
|/
* Limit number of samples decoded for WavPack mono mode, so decoded samples willKostya Shishkov2011-01-08
* Fail more gracefully for multichannel wavpack in another container.Carl Eugen Hoyos2011-01-07
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* cosmetics: reindent after last commitKostya Shishkov2010-02-19
* Since WavPack chunk can contain more samples than FFmpeg is guaranteed toKostya Shishkov2010-02-19
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-16
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-06
* Prepare WavPack decoder to support floating point output.Laurent Aimar2009-05-06
* Factorize out integer sample value decoding for WavPack.Laurent Aimar2009-05-05
* Check whether extra bits block has enough data.Laurent Aimar2009-05-03
* Remove dead assignments found by CSABenjamin Larsson2009-05-02
* Decode extended bitstream for high-precision WavPack files.Laurent Aimar2009-05-02
* Correctly update output sample format in wavpack decoder.Laurent Aimar2009-04-26
* Merge decoding functions for all bitdepths in WavPack decoderKostya Shishkov2009-04-24
* Handle WavPack INT32INFO chunks with nonzero post shiftKostya Shishkov2009-04-23
* Add functions for decoding >16 bits WavPack files.Kostya Shishkov2009-04-23
* Shift 9-15 bit samples to use full 16-bit range.Laurent Aimar2009-04-23
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* WavPack hybrid mode supportKostya Shishkov2009-01-16
* Add channel layout to several audio decoders I maintainKostya Shishkov2008-11-19
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-31
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12