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
2013-10-28lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-28wavpack: check that all the channels were coded.Anton Khirnov
2013-05-28wavpack: check that there aren't too many blocks per packetAnton Khirnov
2013-05-28wavpack: extract channel information from the bitstreamAnton Khirnov
2013-05-28wavpack: extract sample rate from the bitstreamAnton Khirnov
2013-05-28matroskadec: export full wavpack blocks.Anton Khirnov
2013-05-28wavpack demuxer: export full wavpack blocks.Anton Khirnov
2013-05-28wavpack: don't set sample format in init.Anton Khirnov
2013-05-28wavpack: remove a useless parameter from wavpack_decode_block().Anton Khirnov
2013-05-28wavpack: return an error on 0-sized blocksAnton Khirnov
2013-05-28wavpack: remove a useless check.Anton Khirnov
2013-05-28wavpack: add an error message to a failure.Anton Khirnov
2013-05-28wavpack: return 0 instead of samples count from decoding functionsAnton Khirnov
2013-05-28wavpack: switch to planar outputAnton Khirnov
2013-05-28wavpack: drop redundant if/else blocksAnton Khirnov
2013-05-28wavpack: remove the subframes codec capAnton Khirnov
2013-05-23wavpack: check packet size earlyLuca Barbato
2013-05-23wavpack: use bytestream2 in wavpack_decode_blockLuca Barbato
2013-05-18wavpack: validate samples size parsed in wavpack_decode_blockLuca Barbato
2013-05-18wavpack: return meaningful errorsLuca Barbato
2013-05-18wavpack: K&R formatting cosmeticsLuca Barbato
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-12wavpack: decode directly to the user-provided AVFrameJustin Ruggles
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-11Include libavutil/channel_layout.h instead of libavutil/audioconvert.hJustin Ruggles
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-23wavpack: set bits_per_raw_sample for S32 samples to properly identify 24-bitHendrik Leppkes
2012-03-02wavpack: Fix an integer overflowDerek Buitenhuis
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