Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Simplify code in mv_pred. | Michael Niedermayer | 2010-02-26 | 1 | -4/+4 |
* | Get rid of mb2b8_xy and b8_stride, change arrays organized based on b8_stride to | Michael Niedermayer | 2010-02-25 | 1 | -7/+8 |
* | H264: use alias-safe macros | Måns Rullgård | 2010-02-18 | 1 | -3/+3 |
* | Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. | Michael Niedermayer | 2010-01-19 | 1 | -3/+2 |
* | Move a few things into a deeper if() in fetch_diagonal_mv(). | Michael Niedermayer | 2010-01-19 | 1 | -4/+5 |
* | Remove code that handles the case of a MB pair to our right being available. | Michael Niedermayer | 2010-01-19 | 1 | -7/+0 |
* | Add forgotton multiple inclusion guards to h264_mvpred.h. | Michael Niedermayer | 2010-01-15 | 1 | -0/+5 |
* | Split motion vector prediction off h264.c/h. | Michael Niedermayer | 2010-01-12 | 1 | -0/+237 |