summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudio.c
Commit message (Collapse)AuthorAgeFilesLines
* per file doxyMichael Niedermayer2003-03-061-0/+6
| | | | Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-2/+2
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * static,const,compiler warning cleanupZdenek Kabelac2003-02-101-3/+3
| | | | Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard2003-01-231-0/+1
| | | | Originally committed as revision 1505 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVVideoFrame -> AVFrameMichael Niedermayer2002-12-091-1/+8
| | | | Originally committed as revision 1327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change abort() calls to av_abort() calls.Philip Gladstone2002-09-121-1/+1
| | | | Originally committed as revision 922 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * started to cleanup name clashes for onetime compilationZdenek Kabelac2002-05-271-0/+2
| | | | Originally committed as revision 617 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license/copyright changeFabrice Bellard2002-05-251-11/+11
| | | | Originally committed as revision 599 to svn://svn.ffmpeg.org/ffmpeg/trunk
* removed useless header includes - use av memory functionsFabrice Bellard2002-05-181-1/+0
| | | | Originally committed as revision 522 to svn://svn.ffmpeg.org/ffmpeg/trunk
* alternative bitstream writer (disabled by default, uncomment #define ↵Michael Niedermayer2002-02-121-1/+1
| | | | | | 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-171-30/+24
| | | | | | 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-151-27/+43
| | | | Originally committed as revision 119 to svn://svn.ffmpeg.org/ffmpeg/trunk
* log2 to av_log2Fabrice Bellard2001-08-151-2/+2
| | | | Originally committed as revision 101 to svn://svn.ffmpeg.org/ffmpeg/trunk
* win32 fixesFabrice Bellard2001-08-131-7/+1
| | | | Originally committed as revision 84 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initial revisionFabrice Bellard2001-07-221-0/+774
Originally committed as revision 5 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud