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