summaryrefslogtreecommitdiff
path: root/libavcodec/atrac1.c
Commit message (Expand)AuthorAge
* Add avcodec_decode_audio4().Justin Ruggles2011-12-02
* atrac1: use correct context for av_log()Justin Ruggles2011-11-10
* atrac1: return appropriate error codes instead of -1Justin Ruggles2011-10-29
* atrac1: check for ff_mdct_init() failureJustin Ruggles2011-10-29
* atrac1: use optimized float_interleave() function for stereo interleavingJustin Ruggles2011-10-29
* atrac1: fix a typoJustin Ruggles2011-10-29
* atrac1: validate number of channelsJustin Ruggles2011-10-29
* atrac1: decode mono audio directly to output bufferJustin Ruggles2011-10-29
* atrac1: check output buffer size before decodingJustin Ruggles2011-10-29
* Add AVX FFT implementation.Vitor Sessak2011-04-26
* Move sine windows to a separate fileMans Rullgard2011-03-20
* fft: remove inline wrappers for function pointersMans Rullgard2011-03-19
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Remove unneeded add bias from 3 functions.Justin Ruggles2011-01-31
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Rename sf_table in atrac.c unit to ff_atrac_sf_table.Diego Elio Pettenò2011-01-24
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Move clipping of audio samples (for those codecs outputting float) from decoderRonald S. Bultje2010-04-21
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Make some functions staticMåns Rullgård2010-03-06
* Move FFT parts from dsputil.h to fft.hMåns Rullgård2010-03-06
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Add support for hard-coded MDCT-related ff_sine_windows tables.Reimar Döffinger2010-01-09
* Reindent code folowing previous commit (r20019)Vitor Sessak2009-09-24
* Factorize duplicated code in at1_imdct_block()Vitor Sessak2009-09-24
* Mention SDDS so search engines will pick it up for when someoneBenjamin Larsson2009-09-22
* Use ff_sine_32 in atrac1.Benjamin Larsson2009-09-22
* Add forgotten cleanup function in atrac1.Benjamin Larsson2009-09-21
* Cosmetics, indentation.Benjamin Larsson2009-09-21
* Cosmetics. Merge declaration and initialization.Benjamin Larsson2009-09-21
* Move the scale factor and word length indexes to the stack.Benjamin Larsson2009-09-21
* Merge FFTContext and MDCTContextMåns Rullgård2009-09-20
* Fix embarassing typo in last commit: Restore mistakenly removed ','.Diego Biurrun2009-09-20
* K&R coding style whitespace cosmeticsDiego Biurrun2009-09-20
* Align sample output buffer in atrac1.Benjamin Larsson2009-09-19
* Fix the short block transform for atrac1.Benjamin Larsson2009-09-19
* Only use one mdct window size in atrac1.Benjamin Larsson2009-09-17
* Cosmetics. Renames, indentation and spacing.Benjamin Larsson2009-09-13
* Initial commit of the atrac1 decoder, not hooked up yetBenjamin Larsson2009-09-10