]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegaudiodec.c
GetBitContext.size is allways multiplied by 8 -> use size_in_bits to avoid useless...
[ffmpeg] / libavcodec / mpegaudiodec.c
2003-01-21 Michael NiedermayerGetBitContext.size is allways multiplied by 8 -> use...
2003-01-19 Måns RullgårdC99 initializers and kill warnings patch by (mru at...
2002-12-03 Zdenek Kabelac* two functions to handle allocation of static data...
2002-11-04 Michael Niedermayervc++ sucks, found by ("csharprules" <csharprules at...
2002-08-09 Zdenek Kabelac* resync without endless loop
2002-07-09 Michael Niedermayernew bitstream reader API (old get_bits() based one...
2002-06-03 Falk HüffnerMinor warning cleanup.
2002-06-01 Fabrice Bellardfixed layer1/2 overflow if very loud sound - fixed...
2002-05-27 Zdenek Kabelac* started to cleanup name clashes for onetime compilation
2002-05-26 Fabrice Bellardremoved invalid buffer handling
2002-05-25 Fabrice Bellardlicense/copyright change
2002-05-21 Fabrice Bellardfixed incorrect global gain - slightly increased precis...
2002-05-20 Fabrice Bellardfixed one overflow problem
2002-05-18 Fabrice Bellardput all integer init code to compute n^(4/3) - memory...
2002-04-15 Juanjo- Versions defined for libav/libavcodec.
2002-04-07 Juanjo- Added force_pts to av_write_packet() to be able to...
2002-01-10 Michael Niedermayeranother bitstream reader code (faster on intel cpus...
2001-10-31 Zdenek Kabelac* fixed decoding busy loop
2001-10-23 Zdenek Kabelac* and finaly avoid deadlock at the end of audio stream
2001-10-23 Zdenek Kabelac* fixes to avoid crash when broken mp3 header is found
2001-10-23 Zdenek Kabelac* simple fix to avoid memcpy with len < 0
2001-09-15 Fabrice Bellardadded completely new mpeg audio decoder (integer only...
2001-07-22 Fabrice BellardInitial revision