summaryrefslogtreecommitdiffstats
path: root/libavcodec/atrac1.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-111-1/+1
|\
| * atrac1: use correct context for av_log()Justin Ruggles2011-11-101-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-301-33/+60
|\ \ | |/
| * atrac1: return appropriate error codes instead of -1Justin Ruggles2011-10-291-5/+5
| * atrac1: check for ff_mdct_init() failureJustin Ruggles2011-10-291-15/+22
| * atrac1: use optimized float_interleave() function for stereo interleavingJustin Ruggles2011-10-291-7/+19
| * atrac1: fix a typoJustin Ruggles2011-10-291-1/+1
| * atrac1: validate number of channelsJustin Ruggles2011-10-291-0/+5
| * atrac1: decode mono audio directly to output bufferJustin Ruggles2011-10-291-6/+2
| * atrac1: check output buffer size before decodingJustin Ruggles2011-10-291-2/+9
* | atrac1: give a valid context pointer to av_log().Laurent Aimar2011-10-091-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-271-10/+10
|\ \ | |/
| * Add AVX FFT implementation.Vitor Sessak2011-04-261-10/+10
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-1/+2
|\ \ | |/
| * Move sine windows to a separate fileMans Rullgard2011-03-201-0/+1
| * fft: remove inline wrappers for function pointersMans Rullgard2011-03-191-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-311-1/+1
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
| * Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò2011-01-241-1/+1
* | Remove unneeded add bias from 3 functions.Justin Ruggles2011-02-021-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
* | Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò2011-01-261-1/+1
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-1/+1
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-211-9/+4
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Make some functions staticMåns Rullgård2010-03-061-1/+1
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-061-0/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-10/+10
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-10/+10
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-091-1/+1
* Reindent code folowing previous commit (r20019)Vitor Sessak2009-09-241-18/+18
* Factorize duplicated code in at1_imdct_block()Vitor Sessak2009-09-241-18/+17
* Mention SDDS so search engines will pick it up for when someoneBenjamin Larsson2009-09-221-1/+1
* Use ff_sine_32 in atrac1.Benjamin Larsson2009-09-221-5/+3
* Add forgotten cleanup function in atrac1.Benjamin Larsson2009-09-211-1/+12
* Cosmetics, indentation.Benjamin Larsson2009-09-211-1/+1
* Cosmetics. Merge declaration and initialization.Benjamin Larsson2009-09-211-3/+1
* Move the scale factor and word length indexes to the stack.Benjamin Larsson2009-09-211-7/+7
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-201-2/+2
* Fix embarassing typo in last commit: Restore mistakenly removed ','.Diego Biurrun2009-09-201-1/+1
* K&R coding style whitespace cosmeticsDiego Biurrun2009-09-201-47/+48
* Align sample output buffer in atrac1.Benjamin Larsson2009-09-191-1/+1
* Fix the short block transform for atrac1.Benjamin Larsson2009-09-191-15/+7
* Only use one mdct window size in atrac1.Benjamin Larsson2009-09-171-50/+22
* Cosmetics. Renames, indentation and spacing.Benjamin Larsson2009-09-131-20/+28
* Initial commit of the atrac1 decoder, not hooked up yetBenjamin Larsson2009-09-101-0/+402
OpenPOWER on IntegriCloud