OSDN Git Service

wavpack: Check error codes rather than working around error conditions.
[coroid/libav_saccubus.git] / libavcodec / wavpack.c
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
2007-01-27 Kostya ShishkovCoded residual in WavPack may be > 0xFFFF
2007-01-19 Alex Beregszaszirename BE/LE_8/16/32 to AV_RL/B_8/16/32
2006-12-08 Måns Rullgårdrename always_inline to av_always_inline and move to...
2006-10-15 Kostya ShishkovIgnore blocks with no samples and flags (but usually...
2006-10-14 Kostya ShishkovMove block size check to decoder
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-28 Kostya ShishkovHandle case of get_bits(0)
2006-09-26 Kostya ShishkovWavPack lossless audio decoder