| Commit message (Expand) | Author | Age | Files | Lines |
* | Set x264_build so that checks are simpler. | Michael Niedermayer | 2010-02-08 | 1 | -2/+2 |
* | Zero a/b only in the branch where they need to be zeroed. | Michael Niedermayer | 2010-02-07 | 1 | -2/+4 |
* | Merge mv&ref related code for spatial direct MV code. | Michael Niedermayer | 2010-02-07 | 1 | -20/+11 |
* | Precalculate a few variables for direct mv prediction for interlaced MBs. | Michael Niedermayer | 2010-02-07 | 1 | -11/+11 |
* | Set direct MB partitioning for 16x8 and 8x16 colocated MBs to the respective ... | Michael Niedermayer | 2010-02-07 | 1 | -0/+3 |
* | Factorize setting sub_mb_type out. | Michael Niedermayer | 2010-02-07 | 1 | -2/+1 |
* | Remove FIXMEs for cases that are disallowed by the spec. | Michael Niedermayer | 2010-02-07 | 1 | -2/+1 |
* | Skip the fill_colmap() case thats for MBAFF if we dont have an MBAFF frame. | Michael Niedermayer | 2010-02-07 | 1 | -0/+1 |
* | Fix colocated map. | Michael Niedermayer | 2010-02-07 | 1 | -3/+3 |
* | Fix reference selection for colocated MBs from frames to fields. | Michael Niedermayer | 2010-02-07 | 1 | -0/+6 |
* | Add assert(sps.direct_8x8_inference_flag) to FIXME comment. | Michael Niedermayer | 2010-02-07 | 1 | -0/+1 |
* | ref_offset must be added after checking references validity. | Michael Niedermayer | 2010-02-07 | 1 | -2/+2 |
* | Long term references behave different from short term in spatial direct MV ca... | Michael Niedermayer | 2010-02-06 | 1 | -3/+3 |
* | Fix compilation with -O0. | Michael Niedermayer | 2010-01-18 | 1 | -4/+0 |
* | Split motion vector prediction off h264.c/h. | Michael Niedermayer | 2010-01-12 | 1 | -0/+1 |
* | Split direct mode (macro)block decoding off h264.c. | Michael Niedermayer | 2010-01-12 | 1 | -0/+468 |