| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert Revision: 21362 | Michael Niedermayer | 2010-01-27 | 1 | -1/+0 |
* | Update comment. | Michael Niedermayer | 2010-01-27 | 1 | -1/+1 |
* | Use table to speedup access to non_zero_count in MBAFF with differing interla... | Michael Niedermayer | 2010-01-27 | 1 | -1/+11 |
* | Fix misc typos, patch by | Stefano Sabatini | 2010-01-27 | 3 | -3/+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 |
* | Optimize loop filtering of the left edge in MBAFF. | Michael Niedermayer | 2010-01-26 | 1 | -8/+9 |
* | 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 |
* | Add UMULH() | Måns Rullgård | 2010-01-26 | 1 | -0/+6 |
* | optimize h264_loop_filter_strength_mmx2 | Loren Merritt | 2010-01-26 | 1 | -74/+70 |
* | remove unneeded check | Michael Niedermayer | 2010-01-26 | 1 | -2/+0 |
* | Use left_mb_xy from fill_caches instead of recalculating it. | Michael Niedermayer | 2010-01-26 | 1 | -5/+3 |
* | Simplify left_xy content for the loop filter, this also makes it closer to | Michael Niedermayer | 2010-01-26 | 1 | -0/+10 |
* | Simplify loop filter a little by using top/left_type. | Michael Niedermayer | 2010-01-26 | 1 | -11/+9 |
* | Set top & left types for deblock in fill_caches(). | Michael Niedermayer | 2010-01-26 | 1 | -4/+13 |
* | 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. | Michael Niedermayer | 2010-01-26 | 1 | -1/+1 |
* | 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 |
* | Metasoft MJPEG codec has Cb and Cr swapped, fixes issue 1611. | Carl Eugen Hoyos | 2010-01-26 | 1 | -0/+4 |
* | Fix heap overflow due to lack of nb_components check. | Michael Niedermayer | 2010-01-25 | 1 | -0/+4 |
* | Release buffer when decoding is finished. | Carl Eugen Hoyos | 2010-01-25 | 1 | -1/+10 |
* | Optimize decode_cabac_field_decoding_flag(). | Michael Niedermayer | 2010-01-25 | 1 | -12/+6 |
* | 100l, correct wrong H.264+adaptive MBAFF decoding | Alexander Strange | 2010-01-25 | 1 | -2/+5 |
* | H.264: Use 64-/128-bit write-combining macros for copies | Alexander Strange | 2010-01-25 | 2 | -52/+54 |
* | Only check frame size if the header is valid. | Justin Ruggles | 2010-01-24 | 1 | -1/+1 |
* | Fix decoding ATI VCR2 codec, sample in | Carl Eugen Hoyos | 2010-01-24 | 1 | -0/+3 |
* | Branchless setting of MB_TYPE_8x8DCT. | Michael Niedermayer | 2010-01-24 | 1 | -3/+1 |
* | Remove cruft. | Michael Niedermayer | 2010-01-24 | 1 | -2/+0 |
* | Mark index as unsigend so gcc knows it doesnt need a sign extension on x86_64. | Michael Niedermayer | 2010-01-24 | 1 | -4/+6 |
* | a[b-1] -> (a-1)[b]. | Michael Niedermayer | 2010-01-24 | 1 | -4/+4 |
* | Optimize suffix_length computation, 1 cpu cycle speedup. | Michael Niedermayer | 2010-01-24 | 1 | -3/+1 |
* | Simplify suffix_length computation, same speed. | Michael Niedermayer | 2010-01-24 | 1 | -3/+1 |
* | Optimize level_code computation, 6cpu cycles speedup. | Michael Niedermayer | 2010-01-24 | 1 | -1/+1 |
* | Fix crash in MLP decoder due to integer overflow. | Reimar Döffinger | 2010-01-24 | 1 | -1/+1 |
* | 1 cpu cycle faster suffix_length calculation. | Michael Niedermayer | 2010-01-24 | 1 | -1/+1 |
* | VC-1/WMV3 DXVA2 implementation | Laurent Aimar | 2010-01-24 | 3 | -0/+294 |
* | Remove is_complex from loop_filter() its useless there in its current form. | Michael Niedermayer | 2010-01-24 | 1 | -5/+3 |
* | Added a few missing consts in dxva_h264. | Laurent Aimar | 2010-01-24 | 1 | -5/+5 |
* | Added a missing const to ff_h264_get_slice_type(). | Laurent Aimar | 2010-01-24 | 2 | -2/+2 |
* | Added missing const to get_bits_count(). | Laurent Aimar | 2010-01-24 | 1 | -3/+3 |
* | Prefer cbp over cbp_table. | Michael Niedermayer | 2010-01-24 | 1 | -4/+4 |
* | Remove all uses of slice_type* from the loop filter, also remove its | Michael Niedermayer | 2010-01-24 | 2 | -11/+5 |
* | 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 |
* | Moved reusable functions from dxva2_h264.c to dxva2.c | Laurent Aimar | 2010-01-23 | 4 | -133/+205 |
* | Move +52 from the loop filter to the alpha/beta offsets in the context. | Michael Niedermayer | 2010-01-23 | 4 | -25/+30 |
* | Release buffer when the codec is closed. | Reimar Döffinger | 2010-01-23 | 1 | -0/+2 |