| Commit message (Expand) | Author | Age | Files | Lines |
* | COSMETICS: tabs --> spaces, some prettyprinting | Diego Biurrun | 2005-12-22 | 1 | -60/+60 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -125/+125 |
* | QDM2 compatible decoder | Roberto Togni | 2005-10-18 | 1 | -26/+1 |
* | Reverse patch 1.59->1.60, it break mp3 in ffplay and ffmpeg | Roberto Togni | 2005-10-15 | 1 | -2/+2 |
* | removed unused CONFIG_AUDIO_NONSHORT | Alex Beregszaszi | 2005-10-12 | 1 | -2/+2 |
* | adding a few const | Michael Niedermayer | 2005-06-01 | 1 | -1/+1 |
* | check for error | Michael Niedermayer | 2005-05-05 | 1 | -1/+4 |
* | cast to uint32 as the table is uint32_t, this also worksaround a gcc or libc ... | Michael Niedermayer | 2005-03-02 | 1 | -1/+1 |
* | kill warnings patch by (Måns Rullgård <mru inprovide com>) | Måns Rullgård | 2005-02-24 | 1 | -0/+4 |
* | Multichannel mp3 in mp4 support ISO/IEC 14496-3:2001/FPDAM 3 (MP3onMP4) | Roberto Togni | 2005-02-15 | 1 | -0/+186 |
* | merge a few shifts into the dequantization, faster and more accurate, lets ho... | Michael Niedermayer | 2005-02-03 | 1 | -17/+18 |
* | optimizing imdct12 | Michael Niedermayer | 2005-02-02 | 1 | -98/+84 |
* | optimize antialias | Michael Niedermayer | 2005-02-02 | 1 | -67/+43 |
* | faster, simpler and more accurate l3_unscale() | Michael Niedermayer | 2005-02-01 | 1 | -55/+15 |
* | optimizing imdct36() | Michael Niedermayer | 2005-02-01 | 1 | -96/+113 |
* | support 32bit output for the mpeg audio decoder | Michael Niedermayer | 2005-01-31 | 1 | -17/+33 |
* | more accurate dequant of near zero coefficients | Michael Niedermayer | 2005-01-31 | 1 | -2/+1 |
* | 10l (missing overflow check) | Michael Niedermayer | 2005-01-31 | 1 | -3/+6 |
* | 10l (didnt test code after cvs up ...) | Michael Niedermayer | 2005-01-30 | 1 | -4/+4 |
* | dithering for the mpeg audio decoder | Michael Niedermayer | 2005-01-30 | 1 | -36/+17 |
* | exported ff_mpa_synth_filter for upcoming qdm2 decoder | Alex Beregszaszi | 2005-01-28 | 1 | -21/+30 |
* | Decode MP3 in ADU format | Roberto Togni | 2005-01-15 | 1 | -0/+74 |
* | dissallow sprintf | Michael Niedermayer | 2005-01-12 | 1 | -1/+1 |
* | common.c -> bitstream.c (and the single non bitstream func -> utils.c) | Michael Niedermayer | 2004-12-29 | 1 | -0/+1 |
* | Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( ... | Burkhard Plaum | 2004-11-27 | 1 | -2/+2 |
* | warning fix | Alex Beregszaszi | 2004-06-26 | 1 | -1/+1 |
* | data_size = 0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -1/+0 |
* | static allocation rewrite (old code was plain a broken mess) | Michael Niedermayer | 2004-03-21 | 1 | -4/+4 |
* | fixes by Gildas Bazin <gbazin at altern dot org> | Michael Niedermayer | 2004-02-04 | 1 | -0/+5 |
* | 10l | Michael Niedermayer | 2004-01-26 | 1 | -4/+5 |
* | lrintf patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) | Steven M. Schultz | 2004-01-08 | 1 | -0/+1 |
* | optimize compute_antialias() and add a floating point based alternative (2x f... | Michael Niedermayer | 2004-01-08 | 1 | -10/+96 |
* | exported mpa_decode_header for new parser API | Fabrice Bellard | 2003-11-10 | 1 | -16/+11 |
* | update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?) | Fabrice Bellard | 2003-09-08 | 1 | -0/+1 |
* | CODEC_ID_MP3LAME is obsolete | Fabrice Bellard | 2003-09-08 | 1 | -1/+1 |
* | fixed audio frame buffering problem (should correct problems on some streams)... | Fabrice Bellard | 2003-08-28 | 1 | -82/+183 |
* | memmove fixes (Jon Burgess) | Fabrice Bellard | 2003-08-24 | 1 | -3/+3 |
* | merging a small amount of the changes from BroadQ, the rest is either not cle... | Michael Niedermayer | 2003-03-18 | 1 | -3/+3 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+6 |
* | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac | 2003-02-11 | 1 | -78/+78 |
* | * static,const,compiler warning cleanup | Zdenek Kabelac | 2003-02-10 | 1 | -2/+3 |
* | GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid us... | Michael Niedermayer | 2003-01-21 | 1 | -2/+2 |
* | C99 initializers and kill warnings patch by (mru at users dot sourceforge dot... | Måns Rullgård | 2003-01-19 | 1 | -1/+1 |
* | * two functions to handle allocation of static data more simple | Zdenek Kabelac | 2002-12-03 | 1 | -10/+6 |
* | vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>) | Michael Niedermayer | 2002-11-04 | 1 | -1/+1 |
* | * resync without endless loop | Zdenek Kabelac | 2002-08-09 | 1 | -1/+3 |
* | new bitstream reader API (old get_bits() based one is emulated and will still... | Michael Niedermayer | 2002-07-09 | 1 | -29/+8 |
* | Minor warning cleanup. | Falk Hüffner | 2002-06-03 | 1 | -0/+1 |
* | fixed layer1/2 overflow if very loud sound - fixed broken free format decodin... | Fabrice Bellard | 2002-06-01 | 1 | -37/+47 |
* | * started to cleanup name clashes for onetime compilation | Zdenek Kabelac | 2002-05-27 | 1 | -0/+11 |