summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-08-02mp3dec: adjust IMDCT scaling to avoid overflowsMichael Niedermayer3-3/+5
2011-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer18-91/+104
2011-05-20mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard6-80/+79
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer28-408/+489
2011-05-19mpegaudio: remove unused version of SAME_HEADER_MASKMans Rullgard2-5/+0
2011-05-19mpegaudio: merge two #if CONFIG_FLOAT blocksMans Rullgard1-6/+3
2011-05-19mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard3-55/+53
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard17-255/+390
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer29-168/+296
2011-05-17mpegaudio: add _fixed suffix to some namesMans Rullgard6-17/+17
2011-05-17Merge remote branch 'qatar/master'Michael Niedermayer12-99/+54
2011-05-16mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard2-2/+2
2011-05-16mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard2-3/+1
2011-05-10mpegaudio: remove frame_count variable and its only usage, it is always 0.Reimar Döffinger2-4/+0
2011-05-10Merge remote branch 'qatar/master'Michael Niedermayer16-161/+56
2011-05-09mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard7-64/+6
2011-05-09mpegaudio: remove CONFIG_AUDIO_NONSHORTMans Rullgard1-8/+0
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer44-328/+413
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard13-72/+138
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini80-234/+234
2010-07-01Altivec-optimized mp{1,2,3} windowingVitor Sessak4-0/+139
2010-06-30More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak5-240/+29
2010-06-24SSE-optimized MP3 floating point windowing functionsVitor Sessak4-3/+177
2010-06-19Factorize the mpegaudio windowing code in a function and call it by aVitor Sessak2-26/+68
2010-05-11float based mp1/mp2/mp3 decoders.Michael Niedermayer6-148/+294
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård58-202/+199
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård71-230/+230
2009-11-04Reduce stack memory allocation in MP3 decoderVitor Sessak2-29/+28
2009-10-19mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger4-11/+8
2009-08-26Remove some unnecessary alignment specifiersMåns Rullgård4-6/+6
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-23Avoid allocating MPADecodeContext on stack.Andreas Öman6-20/+26
2009-01-16explicitly disable CONFIG_AUDIO_NONSHORTAurelien Jacobs1-0/+2
2009-01-14simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs2-5/+3
2009-01-14Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun2-3/+3
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun6-29/+3
2008-12-21Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer3-12/+16
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer15-33/+33
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-06-16move a couple of macros and structs to mpegaudio.hMåns Rullgård3-11/+11
2007-05-20remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs5-796/+825
2007-05-20add a ff_ prefix to some mpegaudio funcsAurelien Jacobs6-12/+12
2007-05-20loosen dependencies over mpegaudiodecAurelien Jacobs7-155/+234
2007-05-19move mp3_header_decompress bitstream filter in its own fileAurelien Jacobs4-81/+102
2007-05-19move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.cAurelien Jacobs8-209/+271
[next]