Age | Commit message (Expand) | Author |
2012-02-15 | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö |
2012-02-15 | libavcodec: Add ff_ prefix to some nonstatic symbols | Martin Storsjö |
2011-12-02 | Add avcodec_decode_audio4(). | Justin Ruggles |
2011-11-10 | atrac1: use correct context for av_log() | Justin Ruggles |
2011-10-29 | atrac1: return appropriate error codes instead of -1 | Justin Ruggles |
2011-10-29 | atrac1: check for ff_mdct_init() failure | Justin Ruggles |
2011-10-29 | atrac1: use optimized float_interleave() function for stereo interleaving | Justin Ruggles |
2011-10-29 | atrac1: fix a typo | Justin Ruggles |
2011-10-29 | atrac1: validate number of channels | Justin Ruggles |
2011-10-29 | atrac1: decode mono audio directly to output buffer | Justin Ruggles |
2011-10-29 | atrac1: check output buffer size before decoding | Justin Ruggles |
2011-04-26 | Add AVX FFT implementation. | Vitor Sessak |
2011-03-20 | Move sine windows to a separate file | Mans Rullgard |
2011-03-19 | fft: remove inline wrappers for function pointers | Mans Rullgard |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-01-31 | Remove unneeded add bias from 3 functions. | Justin Ruggles |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-24 | Rename sf_table in atrac.c unit to ff_atrac_sf_table. | Diego Elio Pettenò |
2010-11-12 | Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enum | Stefano Sabatini |
2010-04-21 | Move clipping of audio samples (for those codecs outputting float) from decoder | Ronald S. Bultje |
2010-04-20 | Remove explicit filename from Doxygen @file commands. | Diego Biurrun |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-06 | Make some functions static | Måns Rullgård |
2010-03-06 | Move FFT parts from dsputil.h to fft.h | Måns Rullgård |
2010-03-06 | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård |
2010-01-22 | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård |
2010-01-09 | Add support for hard-coded MDCT-related ff_sine_windows tables. | Reimar Döffinger |
2009-09-24 | Reindent code folowing previous commit (r20019) | Vitor Sessak |
2009-09-24 | Factorize duplicated code in at1_imdct_block() | Vitor Sessak |
2009-09-22 | Mention SDDS so search engines will pick it up for when someone | Benjamin Larsson |
2009-09-22 | Use ff_sine_32 in atrac1. | Benjamin Larsson |
2009-09-21 | Add forgotten cleanup function in atrac1. | Benjamin Larsson |
2009-09-21 | Cosmetics, indentation. | Benjamin Larsson |
2009-09-21 | Cosmetics. Merge declaration and initialization. | Benjamin Larsson |
2009-09-21 | Move the scale factor and word length indexes to the stack. | Benjamin Larsson |
2009-09-20 | Merge FFTContext and MDCTContext | Måns Rullgård |
2009-09-20 | Fix embarassing typo in last commit: Restore mistakenly removed ','. | Diego Biurrun |
2009-09-20 | K&R coding style whitespace cosmetics | Diego Biurrun |
2009-09-19 | Align sample output buffer in atrac1. | Benjamin Larsson |
2009-09-19 | Fix the short block transform for atrac1. | Benjamin Larsson |
2009-09-17 | Only use one mdct window size in atrac1. | Benjamin Larsson |
2009-09-13 | Cosmetics. Renames, indentation and spacing. | Benjamin Larsson |
2009-09-10 | Initial commit of the atrac1 decoder, not hooked up yet | Benjamin Larsson |