| Commit message (Expand) | Author | Age | Files | Lines |
* | Use explicit struct initializers for AVCodec declarations. | Diego Biurrun | 2011-09-24 | 1 | -64/+50 |
* | mpegaudiodec: Fix av_dlog() invocation. | Diego Biurrun | 2011-06-01 | 1 | -2/+3 |
* | mpegaudiodec: remove unusued code and variables | Mans Rullgard | 2011-05-31 | 1 | -26/+4 |
* | mpegaudio: clean up compute_antialias() definition | Mans Rullgard | 2011-05-31 | 1 | -30/+36 |
* | dct32: Add AVX implementation of 32-point DCT | Vitor Sessak | 2011-05-21 | 1 | -2/+2 |
* | mpegaudio: clean up #includes | Mans Rullgard | 2011-05-20 | 1 | -1/+0 |
* | mpegaudio: move some struct definitions from mpegaudio.h | Mans Rullgard | 2011-05-19 | 1 | -0/+46 |
* | Move some mpegaudio functions to new mpegaudiodsp subsystem | Mans Rullgard | 2011-05-19 | 1 | -193/+4 |
* | mpegaudio: sanitise compute_antialias_* names | Mans Rullgard | 2011-05-18 | 1 | -6/+3 |
* | mpegaudio: add _fixed suffix to some names | Mans Rullgard | 2011-05-17 | 1 | -2/+2 |
* | dct: build dct32 as separate object files | Mans Rullgard | 2011-05-17 | 1 | -7/+2 |
* | mpegaudio: move OUT_FMT macro to mpegaudiodec.c | Mans Rullgard | 2011-05-16 | 1 | -0/+2 |
* | mpegaudio: remove OUT_MIN/MAX macros | Mans Rullgard | 2011-05-16 | 1 | -1/+1 |
* | mpegaudiodec: group #includes more sanely | Mans Rullgard | 2011-05-09 | 1 | -2/+1 |
* | mpegaudio: remove #if 0 blocks | Mans Rullgard | 2011-05-09 | 1 | -55/+0 |
* | mpegaudio: remove CONFIG_MPEGAUDIO_HP option | Mans Rullgard | 2011-05-09 | 1 | -37/+0 |
* | lavc: add missing audioconvert includes | Anton Khirnov | 2011-04-02 | 1 | -0/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Set channel_layout for mpegaudio | Kieran Kunhya | 2011-02-05 | 1 | -0/+1 |
* | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -2/+1 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -11/+11 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -5/+5 |
* | Move ID3v1 skip from decoder to demuxer | Clément Bœsch | 2011-01-22 | 1 | -8/+0 |
* | Handle ID3v1 tag while decoding mp[123] frames | Clément Bœsch | 2011-01-10 | 1 | -0/+8 |
* | Show correct bitrate for VBR MP3 files. | Alexander Kojevnikov | 2010-07-27 | 1 | -2/+4 |
* | Move ff_dct_init(context) out of if(one time init) | Michael Niedermayer | 2010-07-07 | 1 | -3/+3 |
* | mpegaudio: move compute_antialias_float() to mpegaudiodec_float.c | Måns Rullgård | 2010-07-01 | 1 | -41/+3 |
* | mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoder | Måns Rullgård | 2010-07-01 | 1 | -1/+1 |
* | adu and mp3on4 functions are also needed by their respective float decoders | Aurelien Jacobs | 2010-07-01 | 1 | -4/+4 |
* | Altivec-optimized mp{1,2,3} windowing | Vitor Sessak | 2010-07-01 | 1 | -0/+2 |
* | More mp{1,2,3} 32-point DCT transform to our common DCT framework. | Vitor Sessak | 2010-06-30 | 1 | -239/+9 |
* | Use lookup table to avoid division in mp2 decoder | Vitor Sessak | 2010-06-28 | 1 | -6/+29 |
* | SSE-optimized MP3 floating point windowing functions | Vitor Sessak | 2010-06-24 | 1 | -3/+14 |
* | Move float-specific function to mpegaudiodec_float.c | Vitor Sessak | 2010-06-23 | 1 | -20/+1 |
* | Remove pointless condition in #if | Vitor Sessak | 2010-06-23 | 1 | -1/+1 |
* | Fix breakage in compilation with --disable-mpegaudio-hp introduced in | Vitor Sessak | 2010-06-20 | 1 | -0/+1 |
* | Factorize the mpegaudio windowing code in a function and call it by a | Vitor Sessak | 2010-06-19 | 1 | -25/+64 |
* | Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitable | Vitor Sessak | 2010-06-07 | 1 | -57/+70 |
* | 1.0 and the resulting exactly representable value must be marked as float as ... | Michael Niedermayer | 2010-05-13 | 1 | -1/+1 |
* | Cast constants to float to avoid gcc converting to and from | Michael Niedermayer | 2010-05-13 | 1 | -2/+2 |
* | Fix compilation with low precission mpeg audio decoding. | Michael Niedermayer | 2010-05-13 | 1 | -2/+1 |
* | Do the same sign flip optimization to the low freq decoder. | Michael Niedermayer | 2010-05-11 | 1 | -14/+13 |
* | Factorize READ_FLIP_SIGN() optimization out | Michael Niedermayer | 2010-05-11 | 1 | -13/+17 |
* | Optimize decoding high freqs. | Michael Niedermayer | 2010-05-11 | 1 | -4/+12 |
* | Make lsf_sf_expand() 4 times faster. | Michael Niedermayer | 2010-05-11 | 1 | -16/+24 |
* | float based mp1/mp2/mp3 decoders. | Michael Niedermayer | 2010-05-11 | 1 | -141/+147 |
* | Remove unused FRAC_RND() macro from mpegaudiodec.c. | Michael Niedermayer | 2010-05-11 | 1 | -1/+0 |
* | 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 | -5/+5 |
* | Make some functions static | Måns Rullgård | 2010-03-06 | 1 | -4/+4 |