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