Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-02-21Factorize CHECK/SUINT codeMichael Niedermayer
2017-02-20avcodec/mpegaudiodec: Eliminate many undefined operationsMichael Niedermayer
2013-12-04libavcodec/mpegaudio: change CONFIG_FLOAT to USE_FLOATMichael Niedermayer
2012-08-02mp3dec: adjust IMDCT scaling to avoid overflowsMichael Niedermayer
2011-05-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-20mpegaudio: move all header parsing to mpegaudiodecheader.[ch]Mans Rullgard
2011-05-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-19mpegaudio: remove unused version of SAME_HEADER_MASKMans Rullgard
2011-05-19mpegaudio: merge two #if CONFIG_FLOAT blocksMans Rullgard
2011-05-19mpegaudio: move some struct definitions from mpegaudio.hMans Rullgard
2011-05-19Move some mpegaudio functions to new mpegaudiodsp subsystemMans Rullgard
2011-05-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-05-17mpegaudio: add _fixed suffix to some namesMans Rullgard
2011-05-17Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-16mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard
2011-05-16mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard
2011-05-10mpegaudio: remove frame_count variable and its only usage, it is always 0.Reimar Döffinger
2011-05-10Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-09mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard
2011-05-09mpegaudio: remove CONFIG_AUDIO_NONSHORTMans Rullgard
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-20Move dct and rdft definitions to separate filesMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-07-02Altivec-optimized mp{1,2,3} windowingVitor Sessak
2010-07-01More mp{1,2,3} 32-point DCT transform to our common DCT framework.Vitor Sessak
2010-06-24SSE-optimized MP3 floating point windowing functionsVitor Sessak
2010-06-19Factorize the mpegaudio windowing code in a function and call it by aVitor Sessak
2010-05-11float based mp1/mp2/mp3 decoders.Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2009-11-05Reduce stack memory allocation in MP3 decoderVitor Sessak
2009-10-19mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger
2009-08-26Remove some unnecessary alignment specifiersMåns Rullgård
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-23Avoid allocating MPADecodeContext on stack.Andreas Öman
2009-01-16explicitly disable CONFIG_AUDIO_NONSHORTAurelien Jacobs
2009-01-15simplify: group all the AUDIO_NONSHORT parameters in the same placeAurelien Jacobs
2009-01-14Replace #ifdef CONFIG_ preprocessor check by #if CONFIG_.Diego Biurrun
2009-01-14Use CONFIG_MPEGAUDIO_HP directly instead of USE_HIGHPRECISION indirection.Diego Biurrun
2008-12-22Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun
2007-06-17move a couple of macros and structs to mpegaudio.hMåns Rullgård
2007-05-21remove dependency of mpeg audio encoder over mpeg audio decoderAurelien Jacobs
2007-05-20add a ff_ prefix to some mpegaudio funcsAurelien Jacobs
2007-05-20loosen dependencies over mpegaudiodecAurelien Jacobs