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
2011-02-06Set channel_layout for mpegaudioKieran Kunhya
2011-02-04Remove a few if (p) av_free(p) formsClément Bœsch
2011-01-30Replace dprintf with av_dlogLuca Barbato
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-23Move 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
2010-03-07Make some functions staticMåns Rullgård
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-16Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje
2009-11-05Reduce stack memory allocation in MP3 decoderVitor Sessak
2009-10-28Add support for hardcoding the mpegaudiodec tables.Reimar Döffinger
2009-10-19mpegaudiodec, mpc and qdm2 all use the same mpa_synth window, so makeReimar Döffinger
2009-10-15Partially revert r20233, exp2f is not available on some BSDs, DOS and AVR32.Reimar Döffinger
2009-10-15Use cbrtf and exp2f instead of pow to calculate tables for MPEG audio decoding.Reimar Döffinger
2009-09-23Set data_size to 0 to avoid having it uninitialized.Michael Niedermayer
2009-09-23Check data_size in decode_frame_mp3on4().Michael Niedermayer
2009-09-23check data_size in decode_frame()Michael Niedermayer
2009-09-04Reduce pointless verbosity after seeks in the MP3 decoder.Diego Biurrun
2009-06-30Drop code that attempts to decode frames that are prefixed by junk.Michael Niedermayer
2009-05-05mpegaudio: enclose SUM8() macro args in parens when usedMåns Rullgård
2009-05-05mpegaudio: avoid unnecessary copy in high-precision modeMåns Rullgård
2009-05-05mpegaudio: use av_clip()Måns Rullgård
2009-05-04Do not scan for MP3 header after the given buffer and return skippedZdenek Kabelac
2009-04-17Remove unused variable from decode_init() found by CSA.Michael Niedermayer