aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio.c
AgeCommit message (Expand)Author
2003-11-03av_log patch(2 of ?) by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michael Niedermayer
2003-11-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2003-10-12removed the obsolete and unused parameters of init_put_bitsAlex Beregszaszi
2003-03-06per file doxyMichael Niedermayer
2003-02-11* UINTX -> uintx_t INTX -> intx_tZdenek Kabelac
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
2003-01-23use av_malloc() functions - added av_strdup and av_realloc()Fabrice Bellard
2002-12-09AVVideoFrame -> AVFrameMichael Niedermayer
2002-09-12Change abort() calls to av_abort() calls.Philip Gladstone
2002-05-27* started to cleanup name clashes for onetime compilationZdenek Kabelac
2002-05-25license/copyright changeFabrice Bellard
2002-05-18removed useless header includes - use av memory functionsFabrice Bellard
2002-02-12alternative bitstream writer (disabled by default, uncomment #define ALT_BIST...Michael Niedermayer
2001-09-17corrected mpeg audio encoding overflows - now it should give correct quality ...Fabrice Bellard
2001-09-15merged code and tables between encoder and decoderFabrice Bellard
2001-08-15log2 to av_log2Fabrice Bellard
2001-08-13win32 fixesFabrice Bellard
2001-07-22Initial revisionFabrice Bellard