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-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-16Move H264 dsputil functions into their own structMåns Rullgård
2010-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-02-18H264: use alias-safe macrosMåns Rullgård
2010-02-17Use LOCAL_ALIGNED macro for local arraysMåns Rullgård
2010-02-14h264: Remove unused variables.Alexander Strange
2010-02-07Fix CAVLC+8x8DCT+MBAFF loopfiltering.Michael Niedermayer
2010-01-31Get rid of a check in one direction that cant be true in it in that partMichael Niedermayer
2010-01-30Split first reference list comparission from mv comparission.Michael Niedermayer
2010-01-30Replace h->left_type[0] by the local variable for it we have.Michael Niedermayer
2010-01-30slightly faster bit trickery.Michael Niedermayer
2010-01-30Replace ?: by branchless code.Michael Niedermayer
2010-01-28factorize first filter call out, this makes the code somewhatMichael Niedermayer
2010-01-28Change wraper functions to always inline, they are faster now that way.Michael Niedermayer
2010-01-28indentMichael Niedermayer
2010-01-28Restructure check_mv()Michael Niedermayer
2010-01-28Restructure if() in check_mv()Michael Niedermayer
2010-01-28Unroll loops in check_mv()Michael Niedermayer
2010-01-28Factor mv/ref compare code out.Michael Niedermayer
2010-01-28Simplify first edge filter condition.Michael Niedermayer
2010-01-28Cosmetics, mostly indention, 2 or so new fixme comments that i was to lazyMichael Niedermayer
2010-01-28Make the fast loop filter path work with unavailable left MBs.Michael Niedermayer
2010-01-28get rid of the start variable.Michael Niedermayer
2010-01-28Unroll main loop so the edge==0 case is seperate.Michael Niedermayer
2010-01-27Update comment.Michael Niedermayer
2010-01-27Use table to speedup access to non_zero_count in MBAFF with differing interla...Michael Niedermayer
2010-01-27Optimize loop filtering of the left edge in MBAFF.Michael Niedermayer
2010-01-26remove unneeded checkMichael Niedermayer
2010-01-26Use left_mb_xy from fill_caches instead of recalculating it.Michael Niedermayer
2010-01-26Simplify loop filter a little by using top/left_type.Michael Niedermayer
2010-01-24Remove all uses of slice_type* from the loop filter, also remove itsMichael Niedermayer
2010-01-23Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer
2010-01-23Set edges based on cbp and mv partitioning, not just skiped MBs.Michael Niedermayer
2010-01-23Optimize filter_mb_mbaff_edge*()Michael Niedermayer
2010-01-23Optmize 8x8dct check used to skip some borders in the loop filter.Michael Niedermayer
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-22Gcc idiocy fixes related to filter_mb_edge*.Michael Niedermayer
2010-01-21Make calculation of mask_edge free of branches, faster of course but probablyMichael Niedermayer
2010-01-20H.264: Declare bS with DECLARE_ALIGNED_8 for uint64_t casts.Alexander Strange
2010-01-20Simplify/Optimize another of the mbaff loop filter cases.Michael Niedermayer
2010-01-20Only calculate the second chroma qp if it differs from the firstin the mainMichael Niedermayer
2010-01-20Set bS with 64bits at a time.Michael Niedermayer
2010-01-20Merge multiple IS_* macro uses where possible.Michael Niedermayer
2010-01-20Simplify and optimize intra code in h264_loopfilter.cMichael Niedermayer
2010-01-20Sightly simplify initialization of int start.Michael Niedermayer
2010-01-19Reenable ff_h264_filter_mb_fast() for all slices it supported before.Michael Niedermayer
2010-01-19Fix compilation with -O0.Michael Niedermayer
2010-01-19Rather call filter_mb_mbaff_edge*v() more often than do extra calculationsMichael Niedermayer
2010-01-18Use h->slice_num where possible.Michael Niedermayer
2010-01-18Enable filter_mb_fast for CAVLC P slices.Michael Niedermayer