summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio.c
Commit message (Collapse)AuthorAge
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-27
| | | | Originally committed as revision 617 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
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-18
| | | | Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alternative bitstream writer (disabled by default, uncomment #define ↵Michael Niedermayer2002-02-12
| | | | | | ALT_BISTREAM_WRITER in common.h if u want to try it) Originally committed as revision 295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* corrected mpeg audio encoding overflows - now it should give correct quality ↵Fabrice Bellard2001-09-17
| | | | | | even for very high volumes Originally committed as revision 132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merged code and tables between encoder and decoderFabrice Bellard2001-09-15
| | | | Originally committed as revision 119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log2 to av_log2Fabrice Bellard2001-08-15
| | | | Originally committed as revision 101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-13
| | | | Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-22
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk