aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegaudio.h
Commit message (Expand)AuthorAgeFilesLines
* mp3dec: adjust IMDCT scaling to avoid overflowsMichael Niedermayer2012-08-021-0/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-211-37/+1
|\
| * mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard2011-05-201-37/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-201-87/+3
|\|
| * mpegaudio: remove unused version of SAME_HEADER_MASKMans Rullgard2011-05-191-4/+0
| * mpegaudio: merge two #if CONFIG_FLOAT blocksMans Rullgard2011-05-191-6/+3
| * mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard2011-05-191-55/+0
| * Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard2011-05-191-23/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-181-3/+3
|\|
| * mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-171-3/+3
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-171-12/+3
|\|
| * mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2011-05-161-2/+0
| * mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard2011-05-161-2/+0
* | mpegaudio: remove frame_count variable and its only usage, it is always 0.Reimar Döffinger2011-05-101-3/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-101-4/+1
|\|
| * mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-091-4/+1
| * mpegaudio: remove CONFIG_AUDIO_NONSHORTMans Rullgard2011-05-091-8/+0
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-1/+1
|\|
| * Move dct and rdft definitions to separate filesMans Rullgard2011-03-201-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-3/+3
* Altivec-optimized mp{1,2,3} windowingVitor Sessak2010-07-011-0/+1
* More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak2010-06-301-0/+4
* SSE-optimized MP3 floating point windowing functionsVitor Sessak2010-06-241-0/+2
* Factorize the mpegaudio windowing code in a function and call it by aVitor Sessak2010-06-191-1/+4
* float based mp1/mp2/mp3 decoders.Michael Niedermayer2010-05-111-7/+24
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-2/+2
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-2/+2
* Reduce stack memory allocation in MP3 decoderVitor Sessak2009-11-041-1/+20
* mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger2009-10-191-0/+1
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-261-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* 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