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
2010-02-18H264: use alias-safe macrosMåns Rullgård
2010-02-17Move predict_field_decoding_flag() from h264.h to .c as its only used there a...Michael Niedermayer
2010-02-17Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer
2010-02-16Split setting neighboring MBs from fill_decode_caches()Michael Niedermayer
2010-02-14Store sub_mb_type in direct_cache/direct_table.Michael Niedermayer
2010-02-14Remove slice_table checks from decode_cabac_mb_cbp_luma() and set left/top_cb...Michael Niedermayer
2010-02-14Revert r21814Michael Niedermayer
2010-02-14Direct temporal skiped MBs dont need fill_decode_caches() at all so dont call itMichael Niedermayer
2010-02-14h264: Remove unused variables.Alexander Strange
2010-02-14h264: Fix pointer warnings by removing redundant [0]Alexander Strange
2010-02-13Fix integer overflow warnings in h264.hAlexander Strange
2010-02-13Merge (IS_SKIP(mb_type) || IS_DIRECT(mb_type)Michael Niedermayer
2010-02-13Skiped MBs dont need the cbp stuff so skip initing that.Michael Niedermayer
2010-02-13Also skip direct/mvd_cache init for skiped blocks.Michael Niedermayer
2010-02-13Move more code under if(!IS_DIRECT(mb_type)).Michael Niedermayer
2010-02-13Skip some more code that isnt needed for direct MBs.Michael Niedermayer
2010-02-13Move setting MB_TYPE_L0L1 for direct MBs up, this is simpler.Michael Niedermayer
2010-02-13Dont calculate any surrounding MVs for temporal MBsMichael Niedermayer
2010-02-08Remove an apparently unneeded && !FRAME_MBAFF.Michael Niedermayer
2010-02-08Ooops, 10l forgot to commit h264.h.Michael Niedermayer
2010-01-28Fix svq3_* function declarations.Rafaël Carré
2010-01-27Simplify left_xy initMichael Niedermayer
2010-01-27Split fill_caches() between loopfilter & decode, the 2 no longer where commonMichael Niedermayer
2010-01-26use left_xy[1] in mbaff QP loop filter check, this improves the amount that canMichael Niedermayer
2010-01-26Optimize mv/ref cache init for left MB.Michael Niedermayer
2010-01-26Simplify left_xy content for the loop filter, this also makes it closer toMichael Niedermayer
2010-01-26Set top & left types for deblock in fill_caches().Michael Niedermayer
2010-01-26cosmeticMichael Niedermayer
2010-01-26Fix qp_thres loop filter check for MBAFF.Michael Niedermayer
2010-01-26Optimize mb neighbor initialization for MBAFF in fill_caches().Michael Niedermayer
2010-01-25H.264: Use 64-/128-bit write-combining macros for copiesAlexander Strange
2010-01-24Added a missing const to ff_h264_get_slice_type().Laurent Aimar
2010-01-24Prefer cbp over cbp_table.Michael Niedermayer
2010-01-24Remove unneeded reset of non_zero_count_cache for deblock.Michael Niedermayer
2010-01-24Remove useless things from the deblock side of fill_caches().Michael Niedermayer
2010-01-24make mv_cache init 64bit where possible.Michael Niedermayer
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-19Dont waste time initializing stuff for deblocking intra mbs, none ofMichael Niedermayer
2010-01-19Fix accumulated indention errors.Michael Niedermayer
2010-01-19Optimize top non_zero_count_cache init.Michael Niedermayer
2010-01-19Dont init chroma elements of non_zero_count_cache for deblock.Michael Niedermayer
2010-01-19Remove unneeded for_deblock check, this code was alraedy under for_deblock.Michael Niedermayer
2010-01-18Set h->cbp for ff_h264_filter_mb_fast().Michael Niedermayer
2010-01-18Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_cachesMichael Niedermayer
2010-01-18Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer
2010-01-18Make qp check for loop filter skiping also work with MBAFF.Michael Niedermayer
2010-01-18Comment about a cornercase we ignore currentlyMichael Niedermayer
2010-01-18Move the qp check to skip the loop filter up.Michael Niedermayer
2010-01-18Reorganize how values are stored in h->non_zero_count.Michael Niedermayer
2010-01-18Disable a few things in fill_filter_caches() that arent needed.Michael Niedermayer