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