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-01-06alsdec: Introduce failsafe switch to keep ALSSpecificConfig consistent to the...Thilo Borgmann
2013-01-06alsdec: Consistently use a period at the end of error messages.Thilo Borgmann
2013-01-05alsdec: change channel sorting so it match reference implementationPaul B Mahol
2013-01-04Fix "knwon" typo and add a check in tools/patcheckPaul B Mahol
2012-12-24alsdec: improve warning message when invalid channel position is foundPaul B Mahol
2012-12-21alsdec: cosmetics after previous commitPaul B Mahol
2012-12-21alsdec: channel sortingPaul B Mahol
2012-12-13alsdec: propagate error codes in read_block()Michael Niedermayer
2012-12-13alsdec: make return checking for read_*_block_data() consistentMichael Niedermayer
2012-12-13alsdec: Use AVERROR_INVALIDDATA in read_const_block_dataMichael Niedermayer
2012-12-12alsdec: check block lengthMichael Niedermayer
2012-12-05Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-14alsdec: fix clipping of weightings for MCC decodingThilo Borgmann
2012-10-13Merge commit '0a7005bebd23ade7bb852bce0401af1a8fdbb723'Michael Niedermayer
2012-10-12Use proper return values in case of missing featuresDiego Biurrun
2012-09-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-18Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521'Michael Niedermayer
2012-09-17alsdec: fix misplaced parentheses.Clément Bœsch
2012-09-17alsdec: check return values.Thilo Borgmann
2012-09-17alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann
2012-09-17alsdec: Fix out of ltp_gain_values read.Thilo Borgmann
2012-09-17alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer
2012-09-17alsdec: Check k used for rice decoder.Michael Niedermayer
2012-09-17alsdec: check opt_order.Michael Niedermayer
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-03Revert "alsdec: remove dead assignments"Michael Niedermayer
2012-07-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-01alsdec: remove dead assignmentsMans Rullgard
2012-05-05alsdec.c: Also test 0 when checking rice decoder values.Carl Eugen Hoyos
2012-05-05alsdec.c: Simplify error check before calling rice decoder.Carl Eugen Hoyos
2012-04-15alsdec: fix number of decoded samples in first sub-block in BGMC mode.Thilo Borgmann
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-07alsdec: Check k used for rice decoder.Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-27alsdec: check return values.Thilo Borgmann
2012-03-27alsdec: make sure no invalid opt_order stays in the context.Michael Niedermayer
2012-03-26als: consistent messagesThilo Borgmann
2012-03-26ALS error message pretty printThilo Borgmann
2012-03-24alsdec: check opt_order.Michael Niedermayer
2012-03-11alsdec: Fix out of ltp_gain_values read.Thilo Borgmann
2012-03-11alsdec: pretty print for another log messageThilo Borgmann
2012-03-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-05alsdec: do not set AVCodecContext.frame_sizeJustin Ruggles
2012-02-29alsdec: Check that quantized parcor coeffs are within range.Michael Niedermayer
2012-02-18als: prevent infinite loop in zero_remaining().Ronald S. Bultje
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer