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
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-10add FF_ prefix to all (frame)_TYPE usageAurelien Jacobs
2008-02-13typo fix: inited --> initializedDiego Biurrun
2008-02-02constAurelien Jacobs
2008-02-01some constMichael Niedermayer
2008-01-25Correctly clean up IntraX8Context upon codec close.Zdenek Kabelac
2008-01-16pqindex=0 is forbiddenKostya Shishkov
2008-01-14Select scan tables for 8x4 and 4x8 blocks only once.Christophe Gisquet
2008-01-03Make decode210() common function.Kostya Shishkov
2007-12-09Enable 4x4 IDCT for FASTTX=0 mode in WMV3Kostya Shishkov
2007-12-09add ff_ prefix to all simple_idct symbolsAurelien Jacobs
2007-12-08Use IDCT functions when FASTTX=0Kostya Shishkov
2007-12-08Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov
2007-12-02Fix alignment broke by my last patchVitor Sessak
2007-12-02spellingVitor Sessak
2007-11-15Use put_signed_pixels_clamped where appropriateChristophe Gisquet
2007-11-10X8 is supported now, so warning is incorrectKostya Shishkov
2007-11-10add {} to make the else look a little more normalMichael Niedermayer
2007-11-10indentionMichael Niedermayer
2007-11-10indentionMichael Niedermayer
2007-11-10intrax8 decoder patch by "someone"Michael Niedermayer
2007-10-22Use simple IDCT for nowKostya Shishkov
2007-10-22Remove incorrect and unneeded codeKostya Shishkov
2007-10-18WMV3 mode with FASTTX=0 seems to use standard IDCT instead of own 8x8 transformKostya Shishkov
2007-09-15Enable error resilience in WMV3/VC-1 decoderKostya Shishkov
2007-09-15HALFPQ should be used only for when PQUANT is selectedKostya Shishkov
2007-09-15In case when any quantizer may occur, HALFPQ should be zeroKostya Shishkov
2007-08-27move get_unary() to its own fileAurelien Jacobs
2007-08-09use skip_bits where appropriateAlex Beregszaszi
2007-08-09use get_bits1(..) instead get_bits(.., 1)Alex Beregszaszi
2007-08-09use get_unary from bitstream.hAlex Beregszaszi
2007-07-13Replace non-existing @fixme doxygen tags with @todo.İsmail Dönmez
2007-07-06Drop redundant assignment and variableKostya Shishkov
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-28this prediction direction adjustment is wrongKostya Shishkov
2007-06-12TypoKostya Shishkov
2007-06-12misc spelling fixesDiego Biurrun
2007-05-10those tables don't need to be externAurelien Jacobs
2007-05-10use header instead of copying table declarationsAurelien Jacobs
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-05-09Add ff_ prefix to (externally) visible variablesKostya Shishkov
2007-05-09Use correct dequantizer valueKostya Shishkov
2007-05-06Add prefix to some variables for consistencyKostya Shishkov
2007-05-06Move variables to vc1data.hKostya Shishkov
2007-05-04Move some declarations into headerKostya Shishkov
2007-05-04Move VC1 parser to its own file.Diego Biurrun
2007-04-21Remove unused variable.Diego Biurrun
2007-04-18Pullback should be performed on scaled motion vectors in B-framesKostya Shishkov