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
2013-10-28
lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.
Anton Khirnov
2013-10-03
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-05-28
wavpack: check that all the channels were coded.
Anton Khirnov
2013-05-28
wavpack: check that there aren't too many blocks per packet
Anton Khirnov
2013-05-28
wavpack: extract channel information from the bitstream
Anton Khirnov
2013-05-28
wavpack: extract sample rate from the bitstream
Anton Khirnov
2013-05-28
matroskadec: export full wavpack blocks.
Anton Khirnov
2013-05-28
wavpack demuxer: export full wavpack blocks.
Anton Khirnov
2013-05-28
wavpack: don't set sample format in init.
Anton Khirnov
2013-05-28
wavpack: remove a useless parameter from wavpack_decode_block().
Anton Khirnov
2013-05-28
wavpack: return an error on 0-sized blocks
Anton Khirnov
2013-05-28
wavpack: remove a useless check.
Anton Khirnov
2013-05-28
wavpack: add an error message to a failure.
Anton Khirnov
2013-05-28
wavpack: return 0 instead of samples count from decoding functions
Anton Khirnov
2013-05-28
wavpack: switch to planar output
Anton Khirnov
2013-05-28
wavpack: drop redundant if/else blocks
Anton Khirnov
2013-05-28
wavpack: remove the subframes codec cap
Anton Khirnov
2013-05-22
wavpack: check packet size early
Luca Barbato
2013-05-22
wavpack: use bytestream2 in wavpack_decode_block
Luca Barbato
2013-05-18
wavpack: validate samples size parsed in wavpack_decode_block
Luca Barbato
2013-05-18
wavpack: return meaningful errors
Luca Barbato
2013-05-18
wavpack: K&R formatting cosmetics
Luca Barbato
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-02-12
wavpack: decode directly to the user-provided AVFrame
Justin Ruggles
2012-12-04
lavc: add a wrapper for AVCodecContext.get_buffer().
Anton Khirnov
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
[next]