| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove an apparently unneeded && !FRAME_MBAFF. | Michael Niedermayer | 2010-02-08 | 1 | -1/+1 |
* | Ooops, 10l forgot to commit h264.h. | Michael Niedermayer | 2010-02-07 | 1 | -0/+2 |
* | Fix svq3_* function declarations. | Rafaël Carré | 2010-01-27 | 1 | -0/+3 |
* | Simplify left_xy init | Michael Niedermayer | 2010-01-27 | 1 | -4/+2 |
* | Split fill_caches() between loopfilter & decode, the 2 no longer where common | Michael Niedermayer | 2010-01-26 | 1 | -173/+213 |
* | use left_xy[1] in mbaff QP loop filter check, this improves the amount that can | Michael Niedermayer | 2010-01-26 | 1 | -1/+1 |
* | Optimize mv/ref cache init for left MB. | Michael Niedermayer | 2010-01-26 | 1 | -8/+30 |
* | Simplify left_xy content for the loop filter, this also makes it closer to | Michael Niedermayer | 2010-01-26 | 1 | -0/+10 |
* | Set top & left types for deblock in fill_caches(). | Michael Niedermayer | 2010-01-26 | 1 | -4/+13 |
* | cosmetic | Michael Niedermayer | 2010-01-26 | 1 | -1/+1 |
* | Fix qp_thres loop filter check for MBAFF. | Michael Niedermayer | 2010-01-26 | 1 | -2/+5 |
* | Optimize mb neighbor initialization for MBAFF in fill_caches(). | Michael Niedermayer | 2010-01-26 | 1 | -32/+29 |
* | H.264: Use 64-/128-bit write-combining macros for copies | Alexander Strange | 2010-01-25 | 1 | -30/+32 |
* | Added a missing const to ff_h264_get_slice_type(). | Laurent Aimar | 2010-01-24 | 1 | -1/+1 |
* | Prefer cbp over cbp_table. | Michael Niedermayer | 2010-01-24 | 1 | -4/+4 |
* | Remove unneeded reset of non_zero_count_cache for deblock. | Michael Niedermayer | 2010-01-23 | 1 | -13/+2 |
* | Remove useless things from the deblock side of fill_caches(). | Michael Niedermayer | 2010-01-23 | 1 | -11/+3 |
* | make mv_cache init 64bit where possible. | Michael Niedermayer | 2010-01-23 | 1 | -8/+4 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -6/+6 |
* | Dont waste time initializing stuff for deblocking intra mbs, none of | Michael Niedermayer | 2010-01-19 | 1 | -0/+2 |
* | Fix accumulated indention errors. | Michael Niedermayer | 2010-01-18 | 1 | -91/+91 |
* | Optimize top non_zero_count_cache init. | Michael Niedermayer | 2010-01-18 | 1 | -5/+2 |
* | Dont init chroma elements of non_zero_count_cache for deblock. | Michael Niedermayer | 2010-01-18 | 1 | -2/+13 |
* | Remove unneeded for_deblock check, this code was alraedy under for_deblock. | Michael Niedermayer | 2010-01-18 | 1 | -1/+1 |
* | Set h->cbp for ff_h264_filter_mb_fast(). | Michael Niedermayer | 2010-01-18 | 1 | -0/+2 |
* | Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches | Michael Niedermayer | 2010-01-18 | 1 | -0/+32 |
* | Perform reference remapping at fill_cache() time instead of in the | Michael Niedermayer | 2010-01-18 | 1 | -2/+25 |
* | Make qp check for loop filter skiping also work with MBAFF. | Michael Niedermayer | 2010-01-18 | 1 | -3/+2 |
* | Comment about a cornercase we ignore currently | Michael Niedermayer | 2010-01-18 | 1 | -1/+1 |
* | Move the qp check to skip the loop filter up. | Michael Niedermayer | 2010-01-18 | 1 | -3/+21 |
* | Reorganize how values are stored in h->non_zero_count. | Michael Niedermayer | 2010-01-17 | 1 | -49/+32 |
* | Disable a few things in fill_filter_caches() that arent needed. | Michael Niedermayer | 2010-01-17 | 1 | -2/+3 |
* | Split fill_caches() between filter and decoder. | Michael Niedermayer | 2010-01-17 | 1 | -3/+11 |
* | Rearchitecturing the stiched up goose part 1 | Michael Niedermayer | 2010-01-17 | 1 | -13/+44 |
* | Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. | Michael Niedermayer | 2010-01-16 | 1 | -0/+2 |
* | Replace cabac checks in inline functions from h264.h with constants. | Michael Niedermayer | 2010-01-16 | 1 | -6/+10 |
* | Add forgotten include of h264_mvpred.h to h264.h. | Michael Niedermayer | 2010-01-15 | 1 | -0/+2 |
* | Split cabac decoding code out of h264.c. | Michael Niedermayer | 2010-01-13 | 1 | -0/+8 |
* | Split cavlc out of h264.c. | Michael Niedermayer | 2010-01-13 | 1 | -0/+596 |
* | Split motion vector prediction off h264.c/h. | Michael Niedermayer | 2010-01-12 | 1 | -114/+0 |
* | Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just | Michael Niedermayer | 2010-01-12 | 1 | -39/+5 |
* | Split all the reference picture handling off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -0/+24 |
* | Split (picture|seq) parameter set decoding out of h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -0/+4 |
* | Split SEI code off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -0/+8 |
* | Split direct mode (macro)block decoding off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -0/+4 |
* | Split h264 loop filter off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -0/+10 |
* | Get rid of #include "svq3.c" | Michael Niedermayer | 2010-01-12 | 1 | -0/+199 |
* | Export fullrange flag and color information for h.264 | David Conrad | 2010-01-11 | 1 | -0/+6 |
* | Export get_slice_type() as ff_h264_get_slice_type(). | Laurent Aimar | 2010-01-09 | 1 | -0/+5 |
* | Add field prev_interlaced_frame to H264Context to be able to flag soft telecine | Haruhiko Yamagata | 2009-06-09 | 1 | -0/+8 |