Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-16Add CODEC_CAP_SUBFRAMES for codecs that output multiple subframesSascha Sommer
2009-05-06Add floating point audio decoding to WavPack decoder.Laurent Aimar
2009-05-06Prepare WavPack decoder to support floating point output.Laurent Aimar
2009-05-05Factorize out integer sample value decoding for WavPack.Laurent Aimar
2009-05-03Check whether extra bits block has enough data.Laurent Aimar
2009-05-02Remove dead assignments found by CSABenjamin Larsson
2009-05-02Decode extended bitstream for high-precision WavPack files.Laurent Aimar
2009-04-26Correctly update output sample format in wavpack decoder.Laurent Aimar
2009-04-24Merge decoding functions for all bitdepths in WavPack decoderKostya Shishkov
2009-04-23Handle WavPack INT32INFO chunks with nonzero post shiftKostya Shishkov
2009-04-23Add functions for decoding >16 bits WavPack files.Kostya Shishkov
2009-04-23Shift 9-15 bit samples to use full 16-bit range.Laurent Aimar
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-16WavPack hybrid mode supportKostya Shishkov
2008-11-19Add channel layout to several audio decoders I maintainKostya Shishkov
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constMichael Niedermayer
2007-11-25remove some empty close/init functions in avcodecAurelien Jacobs
2007-08-27add get_unary_0_33() to help gcc with inliningAurelien Jacobs
2007-08-27move get_unary() to its own fileAurelien Jacobs
2007-08-13Support for WavPack version 0x410 (false stereo chunks)David Bryant
2007-08-13Rename flag for consistency with the next commitKostya Shishkov
2007-08-09use get_unary from bitstream.hAlex Beregszaszi
2007-08-05Add the handling of the INT32INFO block to the WavPack decoder.David Bryant
2007-03-20Correctly handle data_size on decodingKostya Shishkov
2007-01-27Coded residual in WavPack may be > 0xFFFFKostya Shishkov
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-10-15Ignore blocks with no samples and flags (but usually with MD5 sum)Kostya Shishkov
2006-10-14Move block size check to decoderKostya Shishkov
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-28Handle case of get_bits(0)Kostya Shishkov
2006-09-26WavPack lossless audio decoderKostya Shishkov