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-05-22wmadec: avoid infinit loop.Michael Niedermayer
2011-04-30Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-27WMADEC: fix ticket125Michael Niedermayer
2011-04-26Fix issue1503, this fix may be incomplete we need more samples to know for sure.Michael Niedermayer
2011-04-26wmadec: prevent null pointer call.Michael Niedermayer
2011-03-21Merge remote-tracking branch 'newdev/master'Michael Niedermayer
2011-03-19fft: remove inline wrappers for function pointersMans Rullgard
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-04Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-02-02Separate format conversion DSP functions from DSPContext.Justin Ruggles
2011-01-28cosmetics: indentation and spacingJustin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-28cosmetics: indentation and spacingJustin Ruggles
2011-01-28Remove the add bias hack for the C version of DSPContext.float_to_int16_*().Justin Ruggles
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
2010-07-07Silence warning "new qualifiers in middle of multi-levelEli Friedman
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-10Fix indentation after r22414.Carl Eugen Hoyos
2010-03-10SIMD optimization using float_to_int16_interleave.Zhou Zongyi
2010-02-19remove a Huffman table from WMA which also exists in AACStefan Gehrer
2010-01-31Flush the bitreservour.Michael Niedermayer
2009-12-07Print error messages on errors.Michael Niedermayer
2009-12-07Fix apparent 10l typos introduced in r8627.Michael Niedermayer
2009-11-24WMA: extend exponent range to 95Måns Rullgård
2009-11-24WMA: extend exponent table up to 75Måns Rullgård
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