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
2009-09-29WMA: fix loop unrolling in decode_exp_vlc()Måns Rullgård
2009-09-29WMA: use type punning and unroll loops in decode_exp_vlc()Måns Rullgård
2009-09-29WMA: use a table instead of pow() in decode_exp_vlcMåns Rullgård
2009-09-27Drop unused args from vector_fmul_add_add, simpify code, and renameMåns Rullgård
2009-09-26WMA: remove some unused variablesMåns Rullgård
2009-09-23Remove unused variables, fixes the warnings:Diego Biurrun
2009-09-23WMA: use DSPContext.butterflies_floatMåns Rullgård
2009-06-20Introduce WMACoef typedef for decoded coefficientsSascha Sommer
2009-06-12Move run level decode functionality to ff_wma_run_level_decodeSascha Sommer
2009-05-16Support for getting (i)MDCT output multiplied by a constant scaling factor.Siarhei Siamashka
2009-04-17Remove unused variable from wma_decode_block() found by CSA.Michael Niedermayer
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-08-28Fix mid/side stereo buggy output zeroing, fixes issue264 part 2.Michael Niedermayer
2008-08-12mdct wrapper function to match fftLoren Merritt
2008-08-12remove mdct tmp bufferLoren Merritt
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
2008-07-11indentMichael Niedermayer
2008-07-11Fix not coded channels / silence decoding.Michael Niedermayer
2008-07-11Check that we have enough output space available.Michael Niedermayer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-02-01constMichael Niedermayer
2007-12-01wma_decode_superframe always returns s->block_align, so makeReimar Döffinger
2007-08-12various simplifications around recent av_clip_int16() usageAurelien Jacobs
2007-08-12use av_clip_int16() where it makes senseAurelien Jacobs
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09fix compilation with TRACE enabledAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-31sanity checks (should prevent hypothetical div by zero issue)Michael Niedermayer
2007-04-04WMA decoder improvement, output closer to the dmo binary.Ian Braithwaite
2007-03-26Optimize by building the mdct window and multipying/adding at the same time.Ian Braithwaite
2007-02-27Rename WMADecodeContext to WMACodecContextMichel Bardiaux
2007-02-27Supply context to tprintfMichel Bardiaux
2007-02-07doxygenizeMichael Niedermayer
2007-02-07kill debuging codeMichael Niedermayer
2007-02-06wma encoderMichael Niedermayer
2006-12-14Bug fix for crashes when SSE is used on unaligned arrays.Benjamin Larsson
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-10Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato
2006-08-22Alignment of the LT window, segfault fix patch by Baptiste Coudurier.Baptiste Coudurier
2006-08-19SIMD vector optimizations. 3% faster overall decoding.Benjamin Larsson
2006-08-083dnow2 implementation of imdct.Loren Merritt
2006-06-27Do not read full byte when less than 8 bits are still to be read.Reimar Döffinger
2006-06-27Ignore overrun in spectral RLE decoding, fixesReimar Döffinger
2006-03-30reverting 1.31->1.33Michael Niedermayer
2006-03-14fix coverity warning CID: 255 (uninitalized variable used to build tables whi...Michael Niedermayer