summaryrefslogtreecommitdiff
path: root/libavcodec/atrac1.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* cosmetics: Fix ATRAC codec name spellingDiego Biurrun2013-09-02
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* atrac1: decode directly to the user-provided AVFrameJustin Ruggles2013-02-12
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-16
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-04
* atrac1: do not keep a copy of channel count in the private contextJustin Ruggles2012-11-01
* atrac1: use planar sample formatJustin Ruggles2012-10-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* libavcodec: Add ff_ prefix to some nonstatic symbolsMartin Storsjö2012-02-15
* 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