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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-07wavpack: Reset internal state on corrupted blocksLaurent Aimar
2011-09-10Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks.Laurent Aimar
2011-09-08wavpack: Check error codes rather than working around error conditions.Alex Converse
2011-09-08Fixed invalid access in wavpack decoder on corrupted bitstream.Laurent Aimar
2011-09-08Fixed invalid writes in wavpack decoder on corrupted bitstreams.Laurent Aimar
2011-09-08Fixed invalid access in wavpack decoder on corrupted extra bits sub-blocks.Laurent Aimar
2011-09-05wavpack: fix wrong return value in wavpack_decode_block()Kostya Shishkov
2011-09-05wavpack: use context reset in appropriate placesKostya Shishkov
2011-08-21WavPack decoder: implement flush functionKostya Shishkov
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-24reindent after last commitKostya
2011-01-24Extend WavPack demuxer and decoder to support >2 channel audioKostya
2011-01-08Limit number of samples decoded for WavPack mono mode, so decoded samples willKostya Shishkov
2011-01-07Fail more gracefully for multichannel wavpack in another container.Carl Eugen Hoyos
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-02-19cosmetics: reindent after last commitKostya Shishkov
2010-02-19Since WavPack chunk can contain more samples than FFmpeg is guaranteed toKostya Shishkov
2009-11-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
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