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