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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-10-20lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf.Anton Khirnov
2011-09-24Use explicit struct initializers for AVCodec declarations.Diego Biurrun
2011-06-01mpegaudiodec: Fix av_dlog() invocation.Diego Biurrun
2011-05-31mpegaudiodec: remove unusued code and variablesMans Rullgard
2011-05-31mpegaudio: clean up compute_antialias() definitionMans Rullgard
2011-05-21dct32: Add AVX implementation of 32-point DCTVitor Sessak
2011-05-20mpegaudio: clean up #includesMans 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-18mpegaudio: sanitise compute_antialias_* namesMans Rullgard
2011-05-17mpegaudio: add _fixed suffix to some namesMans Rullgard
2011-05-17dct: build dct32 as separate object filesMans Rullgard
2011-05-16mpegaudio: move OUT_FMT macro to mpegaudiodec.cMans Rullgard
2011-05-16mpegaudio: remove OUT_MIN/MAX macrosMans Rullgard
2011-05-10mpegaudiodec: group #includes more sanelyMans Rullgard
2011-05-10mpegaudio: remove #if 0 blocksMans Rullgard
2011-05-09mpegaudio: remove CONFIG_MPEGAUDIO_HP optionMans Rullgard
2011-04-02lavc: add missing audioconvert includesAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-06Set channel_layout for mpegaudioKieran Kunhya
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-22Move ID3v1 skip from decoder to demuxerClément Bœsch
2011-01-10Handle ID3v1 tag while decoding mp[123] framesClément Bœsch
2010-07-27Show correct bitrate for VBR MP3 files.Alexander Kojevnikov
2010-07-07Move ff_dct_init(context) out of if(one time init)Michael Niedermayer
2010-07-02mpegaudio: move compute_antialias_float() to mpegaudiodec_float.cMåns Rullgård
2010-07-02mpegaudio: call ff_mpegaudiodec_init_mmx() only from float decoderMåns Rullgård
2010-07-02adu and mp3on4 functions are also needed by their respective float decodersAurelien Jacobs
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-28Use lookup table to avoid division in mp2 decoderVitor Sessak
2010-06-24SSE-optimized MP3 floating point windowing functionsVitor Sessak
2010-06-24Move float-specific function to mpegaudiodec_float.cVitor Sessak
2010-06-24Remove pointless condition in #ifVitor Sessak
2010-06-20Fix breakage in compilation with --disable-mpegaudio-hp introduced inVitor Sessak
2010-06-19Factorize the mpegaudio windowing code in a function and call it by aVitor Sessak
2010-06-07Optimize 1D DCT transform used in MP{1,2,3}. Makes also this function suitableVitor Sessak
2010-05-131.0 and the resulting exactly representable value must be marked as float as ...Michael Niedermayer
2010-05-13Cast constants to float to avoid gcc converting to and fromMichael Niedermayer
2010-05-13Fix compilation with low precission mpeg audio decoding.Michael Niedermayer
2010-05-12Do the same sign flip optimization to the low freq decoder.Michael Niedermayer
2010-05-12Factorize READ_FLIP_SIGN() optimization outMichael Niedermayer
2010-05-12Optimize decoding high freqs.Michael Niedermayer
2010-05-12Make lsf_sf_expand() 4 times faster.Michael Niedermayer
2010-05-11float based mp1/mp2/mp3 decoders.Michael Niedermayer
2010-05-11Remove unused FRAC_RND() macro from mpegaudiodec.c.Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini