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-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö
2011-12-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
2011-11-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-10atrac1: use correct context for av_log()Justin Ruggles
2011-10-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-29atrac1: return appropriate error codes instead of -1Justin Ruggles
2011-10-29atrac1: check for ff_mdct_init() failureJustin Ruggles
2011-10-29atrac1: use optimized float_interleave() function for stereo interleavingJustin Ruggles
2011-10-29atrac1: fix a typoJustin Ruggles
2011-10-29atrac1: validate number of channelsJustin Ruggles
2011-10-29atrac1: decode mono audio directly to output bufferJustin Ruggles
2011-10-29atrac1: check output buffer size before decodingJustin Ruggles
2011-10-09atrac1: give a valid context pointer to av_log().Laurent Aimar
2011-04-27Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-26Add AVX FFT implementation.Vitor Sessak
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-02Remove unneeded add bias from 3 functions.Justin Ruggles
2011-01-31Remove unneeded add bias from 3 functions.Justin Ruggles
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ò
2011-01-26Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò
2011-01-25Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-04-21Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-07Make some functions staticMåns Rullgård
2010-03-06Move FFT parts from dsputil.h to fft.hMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-09Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger
2009-09-25Reindent code folowing previous commit (r20019)Vitor Sessak
2009-09-25Factorize duplicated code in at1_imdct_block()Vitor Sessak
2009-09-22Mention SDDS so search engines will pick it up for when someoneBenjamin Larsson
2009-09-22Use ff_sine_32 in atrac1.Benjamin Larsson
2009-09-22Add forgotten cleanup function in atrac1.Benjamin Larsson
2009-09-22Cosmetics, indentation.Benjamin Larsson
2009-09-22Cosmetics. Merge declaration and initialization.Benjamin Larsson
2009-09-22Move the scale factor and word length indexes to the stack.Benjamin Larsson
2009-09-20Merge FFTContext and MDCTContextMåns Rullgård
2009-09-20Fix embarassing typo in last commit: Restore mistakenly removed ','.Diego Biurrun
2009-09-20K&R coding style whitespace cosmeticsDiego Biurrun