| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | Use get_bits_left() instead of size_in_bits - get_bits_count(). | Ronald S. Bultje | 2009-11-16 | 1 | -2/+2 |
* | Reduce stack memory allocation in MP3 decoder | Vitor Sessak | 2009-11-04 | 1 | -28/+8 |
* | Add support for hardcoding the mpegaudiodec tables. | Reimar Döffinger | 2009-10-28 | 1 | -27/+2 |
* | mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so make | Reimar Döffinger | 2009-10-19 | 1 | -3/+3 |
* | Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32. | Reimar Döffinger | 2009-10-15 | 1 | -2/+2 |
* | Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding. | Reimar Döffinger | 2009-10-15 | 1 | -2/+4 |
* | Set data_size to 0 to avoid having it uninitialized. | Michael Niedermayer | 2009-09-23 | 1 | -0/+1 |
* | Check data_size in decode_frame_mp3on4(). | Michael Niedermayer | 2009-09-23 | 1 | -0/+3 |
* | check data_size in decode_frame() | Michael Niedermayer | 2009-09-23 | 1 | -0/+3 |
* | Reduce pointless verbosity after seeks in the MP3 decoder. | Diego Biurrun | 2009-09-04 | 1 | -1/+1 |
* | Drop code that attempts to decode frames that are prefixed by junk. | Michael Niedermayer | 2009-06-30 | 1 | -8/+3 |
* | mpegaudio: enclose SUM8() macro args in parens when used | Måns Rullgård | 2009-05-05 | 1 | -8/+8 |
* | mpegaudio: avoid unnecessary copy in high-precision mode | Måns Rullgård | 2009-05-05 | 1 | -9/+9 |
* | mpegaudio: use av_clip() | Måns Rullgård | 2009-05-05 | 1 | -10/+2 |