summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio.h
Commit message (Expand)AuthorAge
* mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard2011-05-20
* mpegaudio: remove unused version of SAME_HEADER_MASKMans Rullgard2011-05-19
* mpegaudio: merge two #if CONFIG_FLOAT blocksMans Rullgard2011-05-19
* mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard2011-05-19
* Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-19
* mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-17
* mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2011-05-16
* mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard2011-05-16
* mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-09
* mpegaudio: remove CONFIG_AUDIO_NONSHORTMans Rullgard2011-05-09
* Move dct and rdft definitions to separate filesMans Rullgard2011-03-20
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-12
* Altivec-optimized mp{1,2,3} windowingVitor Sessak2010-07-01
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-30
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-24
* Factorize the mpegaudio windowing code in a function and call it by aVitor Sessak2010-06-19
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-11
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-04
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-19
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-26
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* 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