summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudiodec.c
Commit message (Collapse)AuthorAge
* merging a small amount of the changes from BroadQ, the rest is either not ↵Michael Niedermayer2003-03-18
| | | | | | clean / doesnt apply / or is PS2 specific (someone with a PS2 should merge/send a patch for the later) Originally committed as revision 1690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per file doxyMichael Niedermayer2003-03-06
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-10
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid ↵Michael Niedermayer2003-01-21
| | | | | | useless *8 in a few inner loops Originally committed as revision 1486 to svn://svn.ffmpeg.org/ffmpeg/trunk
* C99 initializers and kill warnings patch by (mru at users dot sourceforge ↵Måns Rullgård2003-01-19
| | | | | | dot net (Måns Rullgård)) Originally committed as revision 1474 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * two functions to handle allocation of static data more simpleZdenek Kabelac2002-12-03
| | | | | | | | | av_mallocz_static - called for every static data table av_free_static - called when ffmpeg is no longer needed and should free all static resources * simple usage shown in mpegaudiodec.c Originally committed as revision 1301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vc++ sucks, found by ("csharprules" <csharprules at hotmail dot com>)Michael Niedermayer2002-11-04
| | | | Originally committed as revision 1160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * resync without endless loopZdenek Kabelac2002-08-09
| | | | Originally committed as revision 849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* new bitstream reader API (old get_bits() based one is emulated and will ↵Michael Niedermayer2002-07-09
| | | | | | | | still be supported in the future cuz its simpler) minor optimizations to get_vlc Originally committed as revision 725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Minor warning cleanup.Falk Hüffner2002-06-03
| | | | Originally committed as revision 654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed layer1/2 overflow if very loud sound - fixed broken free format ↵Fabrice Bellard2002-06-01
| | | | | | decoding to pass all mpeg audio standard decoding tests (please avoid patching the parser without having all test streams available - contact me if necessary) Originally committed as revision 634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
| | | | Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed invalid buffer handlingFabrice Bellard2002-05-26
| | | | Originally committed as revision 604 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-25
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed incorrect global gain - slightly increased precision of n^(4/3) tableFabrice Bellard2002-05-21
| | | | Originally committed as revision 557 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed one overflow problemFabrice Bellard2002-05-20
| | | | Originally committed as revision 553 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put all integer init code to compute n^(4/3) - memory alloc and header fixesFabrice Bellard2002-05-18
| | | | Originally committed as revision 518 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Versions defined for libav/libavcodec.Juanjo2002-04-15
| | | | | | | - Bug fix in wav muxer for MP2 audio. - ffmpeg/libavcodec version in MPEG-4 user data. Originally committed as revision 400 to svn://svn.ffmpeg.org/ffmpeg/trunk
* - Added force_pts to av_write_packet() to be able to force PTS, this helpsJuanjo2002-04-07
| | | | | | | | | | (and fix) stream copying. By now force_pts it's just honoured by the MPEG muxer. ASF could honour this also, but it should be fixed to use Tickers first. - MPEG audio decoder exports it's frame size in bytes. - Hope this fix the floating point exception found in ffserver. Originally committed as revision 382 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another bitstream reader code (faster on intel cpus) - patch by Michael ↵Michael Niedermayer2002-01-10
| | | | | | Niedermayer <michaelni@gmx.at> Originally committed as revision 252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixed decoding busy loopZdenek Kabelac2001-10-31
| | | | Originally committed as revision 203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * and finaly avoid deadlock at the end of audio streamZdenek Kabelac2001-10-23
| | | | Originally committed as revision 183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixes to avoid crash when broken mp3 header is foundZdenek Kabelac2001-10-23
| | | | Originally committed as revision 182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * simple fix to avoid memcpy with len < 0Zdenek Kabelac2001-10-23
| | | | Originally committed as revision 180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* added completely new mpeg audio decoder (integer only, free format support, ↵Fabrice Bellard2001-09-15
| | | | | | lsf/mpeg25 support, high/low precision support, simpler code) Originally committed as revision 117 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk