Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove extraneous semicolons | Mans Rullgard | 2011-12-11 | 1 | -6/+6 |
* | Support for lossless and inter H264 4:2:2. | Ronald S. Bultje | 2011-10-21 | 1 | -1/+38 |
* | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -0/+138 |
* | h264pred: use unsigned types for pixel values, fix signed overflows | Mans Rullgard | 2011-10-09 | 1 | -16/+16 |
* | Rename libavcodec/high_bit_depth.h ---> libavcodec/bit_depth_template.c | Diego Biurrun | 2011-07-05 | 1 | -1/+2 |
* | h264pred: fix one more aliasing violation. | Ronald S. Bultje | 2011-05-11 | 1 | -2/+4 |
* | h264pred: fix aliasing violations. | Ronald S. Bultje | 2011-05-11 | 1 | -73/+90 |
* | Adds 8-, 9- and 10-bit versions of some of the functions used by the h264 dec... | Oskar Arvidsson | 2011-05-10 | 1 | -15/+1 |
* | Preparatory patch for high bit depth h264 decoding support. | Oskar Arvidsson | 2011-05-10 | 1 | -254/+331 |
* | Move the functions in h264pred.c into a new file h264pred_template.c. | Oskar Arvidsson | 2011-05-10 | 1 | -0/+912 |