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
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
2009-04-23
Handle WavPack INT32INFO chunks with nonzero post shift
Kostya Shishkov
2009-04-23
Add functions for decoding >16 bits WavPack files.
Kostya Shishkov
2009-04-23
Shift 9-15 bit samples to use full 16-bit range.
Laurent Aimar
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-07
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-16
WavPack hybrid mode support
Kostya Shishkov
2008-11-19
Add channel layout to several audio decoders I maintain
Kostya Shishkov
2008-07-31
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-27
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-02-01
const
Michael Niedermayer
2007-11-25
remove some empty close/init functions in avcodec
Aurelien Jacobs
2007-08-26
add get_unary_0_33() to help gcc with inlining
Aurelien Jacobs
2007-08-26
move get_unary() to its own file
Aurelien Jacobs
2007-08-13
Support for WavPack version 0x410 (false stereo chunks)
David Bryant
2007-08-13
Rename flag for consistency with the next commit
Kostya Shishkov
2007-08-08
use get_unary from bitstream.h
Alex Beregszaszi
2007-08-05
Add the handling of the INT32INFO block to the WavPack decoder.
David Bryant
2007-03-20
Correctly handle data_size on decoding
Kostya Shishkov
2007-01-27
Coded residual in WavPack may be > 0xFFFF
Kostya Shishkov
2007-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2006-12-08
rename always_inline to av_always_inline and move to common.h
Måns Rullgård
2006-10-15
Ignore blocks with no samples and flags (but usually with MD5 sum)
Kostya Shishkov
2006-10-14
Move block size check to decoder
Kostya Shishkov
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-28
Handle case of get_bits(0)
Kostya Shishkov
2006-09-26
WavPack lossless audio decoder
Kostya Shishkov