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
2012-02-23wavpack: Don't shift minclip/maxclipDerek Buitenhuis
2012-02-11wavpack: add needed braces for 2 statements inside an if blockJustin Ruggles
2012-02-11wavpack: allow user to disable CRC checkingPaul B Mahol
2012-01-15wavpack: fix clipping for 32-bit lossy modeKostya Shishkov
2012-01-02wavpack: fix typos in previous cosmetic clean-up commitJustin Ruggles
2012-01-02wavpack: cosmetics: K&R pretty-printingJustin Ruggles
2012-01-02wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-12-16wavpack: Fix 32-bit clippingDerek Buitenhuis
2011-12-16wavpack: Clip samples after shiftingDerek Buitenhuis
2011-12-04wavpack: Properly clip samples during lossy decodeDerek Buitenhuis
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-10-23wavpack: calculate bpp using av_get_bytes_per_sample()Justin Ruggles
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