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-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
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
2011-02-06Replace remaining occurrences of deprecated CH_* with AV_CH_*Anton Khirnov
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
2010-07-08Improve variable names in imlt_window_float() and mlt_compensate_output().Diego Biurrun