| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Do not scan for MP3 header after the given buffer and return skipped | Zdenek Kabelac | 2009-05-04 | 1 | -2/+4 |
* | Remove unused variable from decode_init() found by CSA. | Michael Niedermayer | 2009-04-17 | 1 | -2/+0 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -3/+9 |
* | Add missing av_cold in static init/close functions. | Daniel Verkamp | 2009-02-22 | 1 | -4/+4 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Avoid allocating MPADecodeContext on stack. | Andreas Öman | 2009-01-23 | 1 | -3/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | simplify: group all the AUDIO_NONSHORT parameters in the same place | Aurelien Jacobs | 2009-01-14 | 1 | -5/+1 |
* | Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_. | Diego Biurrun | 2009-01-14 | 1 | -1/+1 |
* | Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection. | Diego Biurrun | 2009-01-14 | 1 | -7/+1 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -8/+8 |
* | Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. | Michael Niedermayer | 2009-01-13 | 1 | -0/+16 |
* | Revert r16257: | Andreas Öman | 2008-12-22 | 1 | -1/+0 |
* | Include "libavutil/common.h" where we use llrint() in case ffmpeg's | Andreas Öman | 2008-12-21 | 1 | -0/+1 |
* | Add shift argument to MULL() macro | Måns Rullgård | 2008-11-24 | 1 | -12/+12 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -2/+2 |
* | Only print "invalid new backstep" when it is really invalid. | Michael Niedermayer | 2008-09-16 | 1 | -1/+2 |
* | Make decoder more robust by default against broken encoders. | Michael Niedermayer | 2008-09-16 | 1 | -1/+1 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -3/+3 |
* | Remove debuging junk that probably hasnt been used by anyone since years. | Michael Niedermayer | 2008-08-31 | 1 | -127/+2 |
* | Use static vlc structure to decode layer 3 huffman tables. | Art Clarke | 2008-07-31 | 1 | -2/+29 |