]> git.sesse.net Git - ffmpeg/history - libavcodec/wavpack.c
get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes
[ffmpeg] / libavcodec / wavpack.c
2016-06-07 Diego Biurrunget_bits: Move BITSTREAM_READER_LE definition before...
2016-01-11 Andreas Cadhalpunlavc: Use get_bitsz where needed
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-27 Vittorio Giovaralavc: AV-prefix all codec capabilities
2013-10-28 Anton Khirnovlavc: change all decoders to behave consistently with...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-05-28 Anton Khirnovwavpack: check that all the channels were coded.
2013-05-28 Anton Khirnovwavpack: check that there aren't too many blocks per...
2013-05-28 Anton Khirnovwavpack: extract channel information from the bitstream
2013-05-28 Anton Khirnovwavpack: extract sample rate from the bitstream
2013-05-28 Anton Khirnovmatroskadec: export full wavpack blocks.
2013-05-28 Anton Khirnovwavpack demuxer: export full wavpack blocks.
2013-05-28 Anton Khirnovwavpack: don't set sample format in init.
2013-05-28 Anton Khirnovwavpack: remove a useless parameter from wavpack_decode...
2013-05-28 Anton Khirnovwavpack: return an error on 0-sized blocks
2013-05-28 Anton Khirnovwavpack: remove a useless check.
2013-05-28 Anton Khirnovwavpack: add an error message to a failure.
2013-05-28 Anton Khirnovwavpack: return 0 instead of samples count from decodin...
2013-05-28 Anton Khirnovwavpack: switch to planar output
2013-05-28 Anton Khirnovwavpack: drop redundant if/else blocks
2013-05-28 Anton Khirnovwavpack: remove the subframes codec cap
2013-05-22 Luca Barbatowavpack: check packet size early
2013-05-22 Luca Barbatowavpack: use bytestream2 in wavpack_decode_block
2013-05-18 Luca Barbatowavpack: validate samples size parsed in wavpack_decode...
2013-05-18 Luca Barbatowavpack: return meaningful errors
2013-05-18 Luca Barbatowavpack: K&R formatting cosmetics
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2013-02-12 Justin Ruggleswavpack: decode directly to the user-provided AVFrame
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-23 Hendrik Leppkeswavpack: set bits_per_raw_sample for S32 samples to...
2012-03-02 Derek Buitenhuiswavpack: Fix an integer overflow
2012-02-23 Derek Buitenhuiswavpack: Don't shift minclip/maxclip
2012-02-11 Justin Ruggleswavpack: add needed braces for 2 statements inside...
2012-02-10 Paul B Maholwavpack: allow user to disable CRC checking
2012-01-15 Kostya Shishkovwavpack: fix clipping for 32-bit lossy mode
2012-01-02 Justin Ruggleswavpack: fix typos in previous cosmetic clean-up commit
2012-01-02 Justin Ruggleswavpack: cosmetics: K&R pretty-printing
2012-01-02 Hendrik Leppkeswavpack: determine sample_fmt before requesting a buffer
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-16 Derek Buitenhuiswavpack: Fix 32-bit clipping
2011-12-16 Derek Buitenhuiswavpack: Clip samples after shifting
2011-12-03 Derek Buitenhuiswavpack: Properly clip samples during lossy decode
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-10-23 Justin Ruggleswavpack: calculate bpp using av_get_bytes_per_sample()
2011-10-07 Laurent Aimarwavpack: Reset internal state on corrupted blocks
2011-09-10 Laurent AimarFixed segfault with wavpack decoder on corrupted decorr...
2011-09-08 Alex Conversewavpack: Check error codes rather than working around...
2011-09-08 Laurent AimarFixed invalid access in wavpack decoder on corrupted...
2011-09-08 Laurent AimarFixed invalid writes in wavpack decoder on corrupted...
2011-09-08 Laurent AimarFixed invalid access in wavpack decoder on corrupted...
2011-09-05 Kostya Shishkovwavpack: fix wrong return value in wavpack_decode_block()
2011-09-05 Kostya Shishkovwavpack: use context reset in appropriate places
2011-08-21 Kostya ShishkovWavPack decoder: implement flush function
2011-07-29 Anton Khirnovlavc: use designated initialisers for all codecs.
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-15 Reinhard TartlerMerge libavcore into libavutil
2011-02-06 Anton KhirnovReplace remaining occurrences of deprecated CH_* with...
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-24 Kostyareindent after last commit
2011-01-24 KostyaExtend WavPack demuxer and decoder to support >2 channe...
2011-01-08 Kostya ShishkovLimit number of samples decoded for WavPack mono mode...
2011-01-07 Carl Eugen HoyosFail more gracefully for multichannel wavpack in anothe...
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-02-19 Kostya Shishkovcosmetics: reindent after last commit
2010-02-19 Kostya ShishkovSince WavPack chunk can contain more samples than FFmpe...
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-09-16 Sascha SommerAdd CODEC_CAP_SUBFRAMES for codecs that output multiple...
2009-05-06 Laurent AimarAdd floating point audio decoding to WavPack decoder.
2009-05-06 Laurent AimarPrepare WavPack decoder to support floating point output.
2009-05-05 Laurent AimarFactorize out integer sample value decoding for WavPack.
2009-05-03 Laurent AimarCheck whether extra bits block has enough data.
2009-05-02 Benjamin LarssonRemove dead assignments found by CSA
2009-05-02 Laurent AimarDecode extended bitstream for high-precision WavPack...
2009-04-26 Laurent AimarCorrectly update output sample format in wavpack decoder.
2009-04-24 Kostya ShishkovMerge decoding functions for all bitdepths in WavPack...
2009-04-23 Kostya ShishkovHandle WavPack INT32INFO chunks with nonzero post shift
2009-04-23 Kostya ShishkovAdd functions for decoding >16 bits WavPack files.
2009-04-23 Laurent AimarShift 9-15 bit samples to use full 16-bit range.
2009-04-13 Stefano SabatiniRename bitstream.h to get_bits.h.
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-16 Kostya ShishkovWavPack hybrid mode support
2008-11-19 Kostya ShishkovAdd channel layout to several audio decoders I maintain
2008-07-31 Peter RossModify all codecs to report their supported input and...
2008-06-12 Stefano SabatiniMake AVCodec long_names definition conditional dependin...
2008-04-27 Stefano SabatiniAdd long names to many AVCodec declarations.
2008-03-21 Zuxy MengApply 'cold' attribute to init/uninit functions in...
2008-02-01 Michael Niedermayerconst
2007-11-25 Aurelien Jacobsremove some empty close/init functions in avcodec
2007-08-26 Aurelien Jacobsadd get_unary_0_33() to help gcc with inlining
2007-08-26 Aurelien Jacobsmove get_unary() to its own file
2007-08-13 David BryantSupport for WavPack version 0x410 (false stereo chunks)
2007-08-13 Kostya ShishkovRename flag for consistency with the next commit
2007-08-08 Alex Beregszasziuse get_unary from bitstream.h
2007-08-05 David BryantAdd the handling of the INT32INFO block to the WavPack...
2007-03-20 Kostya ShishkovCorrectly handle data_size on decoding
next