summaryrefslogtreecommitdiffstats
path: root/libavcodec/wavpack.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-241-3/+1
|\
| * wavpack: calculate bpp using av_get_bytes_per_sample()Justin Ruggles2011-10-231-3/+1
| * wavpack: Reset internal state on corrupted blocksLaurent Aimar2011-10-071-10/+13
* | Reset internal state on corrupted blocks in wavpack decoder.Laurent Aimar2011-09-271-10/+13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-101-2/+3
|\ \ | |/
| * Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar2011-09-101-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-091-3/+10
|\ \ | |/
| * wavpack: Check error codes rather than working around error conditions.Alex Converse2011-09-081-3/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-081-18/+39
|\ \ | |/
| * Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar2011-09-081-14/+35
| * Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar2011-09-081-3/+3
| * Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar2011-09-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-4/+5
|\ \ | |/
| * wavpack: fix wrong return value in wavpack_decode_block()Kostya Shishkov2011-09-051-1/+1
| * wavpack: use context reset in appropriate placesKostya Shishkov2011-09-051-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-211-0/+10
|\ \ | |/
| * WavPack decoder: implement flush functionKostya Shishkov2011-08-211-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-8/+7
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-8/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
| * Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * reindent after last commitKostya2011-01-241-6/+6
| * Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-241-50/+216
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov2011-02-061-1/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | reindent after last commitKostya2011-01-261-6/+6
* | Extend WavPack demuxer and decoder to support >2 channel audioKostya2011-01-261-50/+216
|/
* Limit number of samples decoded for WavPack mono mode, so decoded samples willKostya Shishkov2011-01-081-1/+1
* Fail more gracefully for multichannel wavpack in another container.Carl Eugen Hoyos2011-01-071-0/+4
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-29/+29
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* cosmetics: reindent after last commitKostya Shishkov2010-02-191-61/+61
* Since WavPack chunk can contain more samples than FFmpeg is guaranteed toKostya Shishkov2010-02-191-12/+75
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-161-2/+2
* Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer2009-09-161-0/+1
* Add floating point audio decoding to WavPack decoder.Laurent Aimar2009-05-061-8/+131
* Prepare WavPack decoder to support floating point output.Laurent Aimar2009-05-061-17/+17
* Factorize out integer sample value decoding for WavPack.Laurent Aimar2009-05-051-33/+26
* Check whether extra bits block has enough data.Laurent Aimar2009-05-031-0/+8
* Remove dead assignments found by CSABenjamin Larsson2009-05-021-1/+0
* Decode extended bitstream for high-precision WavPack files.Laurent Aimar2009-05-021-2/+50
* Correctly update output sample format in wavpack decoder.Laurent Aimar2009-04-261-6/+15
* Merge decoding functions for all bitdepths in WavPack decoderKostya Shishkov2009-04-241-146/+52
* Handle WavPack INT32INFO chunks with nonzero post shiftKostya Shishkov2009-04-231-2/+4
* Add functions for decoding >16 bits WavPack files.Kostya Shishkov2009-04-231-9/+155
* Shift 9-15 bit samples to use full 16-bit range.Laurent Aimar2009-04-231-3/+5
OpenPOWER on IntegriCloud