summaryrefslogtreecommitdiff
path: root/libavcodec/mpegaudio.h
Commit message (Expand)AuthorAge
* Factorize CHECK/SUINT codeMichael Niedermayer2017-02-21
* avcodec/mpegaudiodec: Eliminate many undefined operationsMichael Niedermayer2017-02-20
* libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOATMichael Niedermayer2013-12-03
* mp3dec: adjust IMDCT scaling to avoid overflowsMichael Niedermayer2012-08-02
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-21
|\
| * mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard2011-05-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-18
|\|
| * mpegaudio: add _fixed suffix to some namesMans Rullgard2011-05-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-17
|\|
| * mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2011-05-16
| * mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard2011-05-16
* | mpegaudio: remove frame_count variable and its only usage, it is always 0.Reimar Döffinger2011-05-10
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-10
|\|
| * mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard2011-05-09
| * mpegaudio: remove CONFIG_AUDIO_NONSHORTMans Rullgard2011-05-09
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-21
|\|
| * 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