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-10-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-09-29vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-05-06cook: check subacket countMichael Niedermayer
2012-03-16Merge remote-tracking branch 'qatar/release/0.8' into release/0.10Michael Niedermayer
2012-03-14cook: error out on quant_index values outside [-63, 63] range.Ronald S. Bultje
2012-03-14cook: extend channel uncoupling tables so the full bit range is covered.Ronald S. Bultje
2012-03-14cook: expand dither_tab[], and make sure indexes into it don't overflow.Ronald S. Bultje
2012-02-26cook: prevent div-by-zero if channels is zero.Ronald S. Bultje
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
2011-04-26Add AVX FFT implementation.Vitor Sessak
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23cook: Fix small typo in av_log_ask_for_sample message.Diego Biurrun
2011-04-23Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-22Use av_log_ask_for_sample() to request samples from users.Diego Biurrun
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-21Use av_log_ask_for_sample() where appropriate.Diego Biurrun
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move sine windows to a separate fileMans Rullgard
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov