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-04-21cook: check subacket countMichael Niedermayer
2012-04-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-18cook: Make constants passed to AV_BE2NE32C() unsigned to avoid signed overflow.Alex Converse
2012-03-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-03-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-11cook: error out on quant_index values outside [-63, 63] range.Ronald S. Bultje
2012-03-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-11cook: expand dither_tab[], and make sure indexes into it don't overflow.Ronald S. Bultje
2012-03-10cook: tighten the quant_index_table range further.Michael Niedermayer
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07cook: extend channel uncoupling tables so the full bit range is covered.Ronald S. Bultje
2012-03-07cook: silence some signed overflow warnings.Michael Niedermayer
2012-03-05cook: fix return statements.Michael Niedermayer
2012-03-05cook: check decouple values.Michael Niedermayer
2012-03-03cook: check that category is smaller than 8Michael Niedermayer
2012-02-29cook: avoid out of global array read.Michael Niedermayer
2012-02-28cook: add const to quant_index_table of categorize()Michael Niedermayer
2012-02-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-18cook: prevent div-by-zero if channels is zero.Ronald S. Bultje
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-01-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-31cook: K&R formatting cosmeticsShitiz Garg
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-26cook: use a table for xor key rotationMans Rullgard
2011-11-26cook: fix apparent typo in extradata parsingK.Y.H
2011-11-11cook: fix apparent typo in extradata parsingK.Y.H
2011-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-29cook: return AVERROR_PATCHWELCOME instead of ENOTSUPJustin Ruggles
2011-10-29cook: check output buffer size before decodingJustin Ruggles
2011-10-29cook: do not needlessly set *data_size to 0Justin Ruggles
2011-10-29cook: remove pointless return statementsJustin Ruggles
2011-10-29cook: simplify decouple_info()Justin Ruggles
2011-10-29cook: return appropriate error codes instead of -1Justin Ruggles
2011-10-29cook: avoid hardcoded sizes in sizeof()Justin Ruggles
2011-10-29cook: remove unneeded #includesJustin Ruggles
2011-10-29cook: output float samples instead of converting to int16Justin Ruggles
2011-10-07cook: Fix js_vlc_bits value validation for joint stereoLaurent Aimar
2011-09-17Fix js_vlc_bits value validation when joint stereo is used in cook decoder.Laurent Aimar
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03doxygen: Drop array size declarations from Doxygen parameter names.Diego Biurrun
2011-07-03Remove statements immediately following unconditional jumpsMans Rullgard
2011-06-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Replace custom DEBUG preprocessor trickery by the standard one.Diego Biurrun
2011-06-03cook: Remove non-compiling debug output.Diego Biurrun
2011-06-03cook: Remove unused debug functions.Diego Biurrun
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer