| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-05 | 1 | -2/+2 |
|\ |
|
| * | h264: Factorize declaration of mb_sizes array. | Diego Biurrun | 2012-04-05 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-11 | 1 | -2/+2 |
|\| |
|
| * | h264: disallow constrained intra prediction modes for luma. | Ronald S. Bultje | 2012-02-09 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\| |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | h264: disable checking reader, overreads are not possible | Michael Niedermayer | 2011-12-18 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-13 | 1 | -2/+2 |
|\| |
|
| * | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -2/+2 |
| * | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -7/+120 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-12 | 1 | -4/+5 |
|\| |
|
| * | h264: fix invalid shifts in init_cavlc_level_tab() | Mans Rullgard | 2011-10-11 | 1 | -4/+5 |
* | | h264: fix intra 16x16 mode check when using mbaff and constrained_intra_pred. | Laurent Aimar | 2011-10-02 | 1 | -2/+2 |
* | | h264dec: h264: 4:2:2 intra decoding | Baptiste Coudurier | 2011-08-15 | 1 | -11/+105 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -4/+4 |
|\| |
|
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -1/+1 |
|\| |
|
| * | H.264: faster write_back_* | Jason Garrett-Glaser | 2011-07-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-15 | 1 | -81/+117 |
|\| |
|
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -81/+117 |
| * | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -117/+81 |
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -81/+117 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -5/+6 |
|\| |
|
| * | Add support for higher QP values in h264. | Oskar Arvidsson | 2011-05-10 | 1 | -4/+5 |
| * | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-05-10 | 1 | -37/+47 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -7/+7 |
| * | Replace deprecated av_get_pict_type_char() with av_get_picture_type_char(). | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-20 | 1 | -2/+1 |
| * | Set gray (128) U/V planes for chroma-less samples. Fixes two fate samples | Ronald S. Bultje | 2011-01-20 | 1 | -0/+2 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -7/+7 |
* | | replace deprecated av_get_pict_type_char() with av_get_picture_type_char() | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | H264: replace pixel_size by pixel_shift | Michael Niedermayer | 2011-04-10 | 1 | -6/+6 |
* | | Add support for higher QP values in h264. | Oskar Arvidsson | 2011-04-10 | 1 | -4/+5 |
* | | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-04-10 | 1 | -37/+46 |
* | | Set gray (128) U/V planes for chroma-less samples. Fixes two fate samples | Ronald S. Bultje | 2011-01-21 | 1 | -0/+2 |
* | | Revert 2a1f431d38ea9c05abb215d70c7dc09cdb6888ab, it broke H264 lossless. | Ronald S. Bultje | 2011-01-21 | 1 | -2/+1 |
|/ |
|
* | H.264/SVQ3: make chroma DC work the same way as luma DC | Jason Garrett-Glaser | 2011-01-15 | 1 | -1/+2 |
* | H.264: switch to x264-style tracking of luma/chroma DC NNZ | Jason Garrett-Glaser | 2011-01-14 | 1 | -5/+5 |
* | H.264: split luma dc idct out and implement MMX/SSE2 versions | Jason Garrett-Glaser | 2011-01-14 | 1 | -4/+4 |
* | H.264: 8% faster CAVLC zero-run decoding | Jason Garrett-Glaser | 2010-08-07 | 1 | -25/+22 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Check level_prefix a bit (this just checks the max our bitreader can handle, | Michael Niedermayer | 2010-03-10 | 1 | -1/+6 |
* | Remove some unneeded fill_rectangle() for 16x16 blocks. | Michael Niedermayer | 2010-02-28 | 1 | -7/+3 |
* | Move check for and call of predict_field_decoding_flag() from the mb code to | Michael Niedermayer | 2010-02-17 | 1 | -2/+0 |
* | Split setting neighboring MBs from fill_decode_caches() | Michael Niedermayer | 2010-02-15 | 1 | -0/+1 |
* | Branchless setting of MB_TYPE_8x8DCT. | Michael Niedermayer | 2010-01-24 | 1 | -3/+1 |
* | Remove cruft. | Michael Niedermayer | 2010-01-24 | 1 | -2/+0 |
* | 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 |