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 (Collapse)Author
2013-10-04atrac: Add missing av_coldMaxim Poliakovski
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-10-03atrac3: Generalize gain compensation codeMaxim Poliakovski
Move it to the ATRAC common code, to reuse in the upcoming ATRAC3+ decoder. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-10-03atrac: Move doxygen comments to the headerMaxim Poliakovski
Also update copyright info and file description. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-09-02cosmetics: Fix ATRAC codec name spellingDiego Biurrun
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-08-15Don't include common.h from avutil.hMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2012-02-16libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö
Prefix the functions atrac_generate_tables, atrac_iqmf, dct_quantize_c. Signed-off-by: Martin Storsjö <martin@martin.st>
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-25Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò
This ensures a locally-unique name as well as marks the symbol as FFmpeg-private at least by declaration. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-25Mark qmf_window table static to atrac.c unit.Diego Elio Pettenò
The table is not used anywhere else on libavcodec. Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-02-28Include atrac.h: It contains the prototypes for atrac_generate_tables()Carl Eugen Hoyos
and atrac_iqmf(). Originally committed as revision 22104 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-08Split out common routines needed in the atrac1 decoder from atrac3.c to atrac.c.Benjamin Larsson
Originally committed as revision 19796 to svn://svn.ffmpeg.org/ffmpeg/trunk