summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio.h
Commit message (Expand)AuthorAge
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Avoid allocating MPADecodeContext on stack.Andreas Öman2009-01-23
* explicitly disable CONFIG_AUDIO_NONSHORTAurelien Jacobs2009-01-16
* simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs2009-01-14
* Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun2009-01-14
* Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun2009-01-14
* Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer2008-12-21
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* move a couple of macros and structs to mpegaudio.hMåns Rullgård2007-06-16
* remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs2007-05-20
* add a ff_ prefix to some mpegaudio funcsAurelien Jacobs2007-05-20
* loosen dependencies over mpegaudiodecAurelien Jacobs2007-05-20
* move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs2007-05-19
* move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs2007-05-19
* dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...Michael Niedermayer2006-10-30
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* QDM2 compatible decoderRoberto Togni2005-10-18
* dithering for the mpeg audio decoderMichael Niedermayer2005-01-30
* exported mpa_decode_header for new parser APIFabrice Bellard2003-11-10
* per file doxyMichael Niedermayer2003-03-06
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* added missing externsFabrice Bellard2002-06-04
* merged code and tables between encoder and decoderFabrice Bellard2001-09-15
* win32 fixesFabrice Bellard2001-08-13
* Initial revisionFabrice Bellard2001-07-22