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-10-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-21h264: 4:2:2 intra decoding supportBaptiste Coudurier
2011-10-02h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred.Laurent Aimar
2011-08-15h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier
2011-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29H.264: optimize CABAC x86 asm for AtomJason Garrett-Glaser
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-09H.264: use fill_rectangle in CABAC decodingJason Garrett-Glaser
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-04H.264: template left MB handlingJason Garrett-Glaser
2011-07-04H.264: faster write_back_*Jason Garrett-Glaser
2011-06-29Remove gcc 2.95.3 remnants.Carl Eugen Hoyos
2011-06-22Use HAVE_TEN_OPERANDS for new decode_significance* functions.Carl Eugen Hoyos
2011-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-144:4:4 H.264 decoding supportJason Garrett-Glaser
2011-06-14Roll back 4:4:4 H.264 for nowJason Garrett-Glaser
2011-06-134:4:4 H.264 decoding supportJason Garrett-Glaser
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-05-10Add support for higher QP values in h264.Oskar Arvidsson
2011-05-10Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-11H264: factor if() out of coef decoding loop of decode_cabac_residual_internal()Michael Niedermayer
2011-04-11H264: replace pixel_size by pixel_shiftMichael Niedermayer
2011-04-11Add support for higher QP values in h264.Oskar Arvidsson
2011-04-11Add the notion of pixel size in h264 related functions.Oskar Arvidsson
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-21Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-21Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless.Ronald S. Bultje
2011-01-21Set gray (128) U/V planes for chroma-less samples. Fixes two fate samplesRonald S. Bultje
2011-01-15Remove evil timers that snuck their way into r26375.Jason Garrett-Glaser
2011-01-15Fix r26375 on non-x86.Jason Garrett-Glaser
2011-01-15H.264: Partially inline CABAC residual decodingJason Garrett-Glaser
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-15H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-30Replace @returns by @return.Benoit Fouet
2010-03-26h264: Use + instead of | in some placesAlexander Strange
2010-03-26h264: Remove unused function argumentAlexander Strange
2010-03-26h264: Simplify decode_cabac_residual() specializationAlexander Strange
2010-03-01Remove some unneeded fill_rectangle() for 16x16 blocks.Michael Niedermayer
2010-02-27Optimize (amvd>2)+(amvd>32), about 1 cpu cycles faster.Zhou Zongyi
2010-02-24Change mvd_cache & mvd_table to 8bit, this is overall a bit fasterMichael Niedermayer
2010-02-24Calculate mvd without abs()Michael Niedermayer
2010-02-24switch back to (amvd>2)+(amvd>32), its 5 cpu cycles faster now.Michael Niedermayer
2010-02-24Factorize common code from the top of decode_cabac_mb_mvd()Michael Niedermayer