]> git.sesse.net Git - ffmpeg/history - libavcodec/atrac1.c
flacdec: allow mid-stream channel layout change
[ffmpeg] / libavcodec / atrac1.c
2012-11-01 Justin Rugglesatrac1: do not keep a copy of channel count in the...
2012-10-09 Justin Rugglesatrac1: use planar sample format
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-06 Martin Storsjöcosmetics: Align codec declarations
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-02-15 Martin Storsjölibavcodec: Add ff_ prefix to some nonstatic symbols
2011-12-02 Justin RugglesAdd avcodec_decode_audio4().
2011-11-10 Justin Rugglesatrac1: use correct context for av_log()
2011-10-29 Justin Rugglesatrac1: return appropriate error codes instead of -1
2011-10-29 Justin Rugglesatrac1: check for ff_mdct_init() failure
2011-10-29 Justin Rugglesatrac1: use optimized float_interleave() function for...
2011-10-29 Justin Rugglesatrac1: fix a typo
2011-10-29 Justin Rugglesatrac1: validate number of channels
2011-10-29 Justin Rugglesatrac1: decode mono audio directly to output buffer
2011-10-29 Justin Rugglesatrac1: check output buffer size before decoding
2011-04-26 Vitor SessakAdd AVX FFT implementation.
2011-03-20 Mans RullgardMove sine windows to a separate file
2011-03-19 Mans Rullgardfft: remove inline wrappers for function pointers
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-01-31 Justin RugglesRemove unneeded add bias from 3 functions.
2011-01-26 Diego Elio PettenòAdd ff_ prefix to data symbols of encoders, decoders...
2011-01-24 Diego Elio PettenòRename sf_table in atrac.c unit to ff_atrac_sf_table.
2010-11-12 Stefano SabatiniReplace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_...
2010-04-21 Ronald S. BultjeMove clipping of audio samples (for those codecs output...
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-06 Måns RullgårdMake some functions static
2010-03-06 Måns RullgårdMove FFT parts from dsputil.h to fft.h
2010-03-06 Måns RullgårdRemove DECLARE_ALIGNED_{8,16} macros
2010-01-22 Måns RullgårdMove array specifiers outside DECLARE_ALIGNED() invocations
2010-01-09 Reimar DöffingerAdd support for hard-coded MDCT-related ff_sine_windows...
2009-09-24 Vitor SessakReindent code folowing previous commit (r20019)
2009-09-24 Vitor SessakFactorize duplicated code in at1_imdct_block()
2009-09-22 Benjamin LarssonMention SDDS so search engines will pick it up for...
2009-09-22 Benjamin LarssonUse ff_sine_32 in atrac1.
2009-09-21 Benjamin LarssonAdd forgotten cleanup function in atrac1.
2009-09-21 Benjamin LarssonCosmetics, indentation.
2009-09-21 Benjamin LarssonCosmetics. Merge declaration and initialization.
2009-09-21 Benjamin LarssonMove the scale factor and word length indexes to the...
2009-09-20 Måns RullgårdMerge FFTContext and MDCTContext
2009-09-20 Diego BiurrunFix embarassing typo in last commit: Restore mistakenly...
2009-09-20 Diego BiurrunK&R coding style whitespace cosmetics
2009-09-19 Benjamin LarssonAlign sample output buffer in atrac1.
2009-09-19 Benjamin LarssonFix the short block transform for atrac1.
2009-09-17 Benjamin LarssonOnly use one mdct window size in atrac1.
2009-09-13 Benjamin LarssonCosmetics. Renames, indentation and spacing.
2009-09-10 Benjamin LarssonInitial commit of the atrac1 decoder, not hooked up yet