| Commit message (Expand) | Author | Age | Files | Lines |
* | h264_loopfilter: use av_assert | Michael Niedermayer | 2012-06-25 | 1 | -4/+1 |
* | h264: dont mess with chroma planes for grayscale h264. | Michael Niedermayer | 2012-03-27 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-15 | 1 | -8/+43 |
|\ |
|
| * | cosmetics: Move static and inline attributes to more standard places. | Diego Biurrun | 2012-01-14 | 1 | -8/+43 |
| * | h264: 4:2:2 intra decoding support | Baptiste Coudurier | 2011-10-21 | 1 | -13/+48 |
* | | h264dec: h264: 4:2:2 intra decoding | Baptiste Coudurier | 2011-08-15 | 1 | -13/+48 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-12 | 1 | -174/+186 |
|\| |
|
| * | H.264: add filter_mb_fast support for >8-bit decoding | Jason Garrett-Glaser | 2011-07-11 | 1 | -48/+58 |
| * | H.264: avoid redundant alpha/beta calculations in loopfilter | Jason Garrett-Glaser | 2011-07-11 | 1 | -121/+122 |
| * | H.264: optimize intra/inter loopfilter decision | Jason Garrett-Glaser | 2011-07-11 | 1 | -116/+117 |
| * | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -17/+17 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-10 | 1 | -6/+2 |
|\| |
|
| * | H.264: fix filter_mb_fast with 4:4:4 + 8x8dct | Jason Garrett-Glaser | 2011-07-09 | 1 | -1/+1 |
| * | H.264: improve qp_thresh check | Jason Garrett-Glaser | 2011-07-08 | 1 | -5/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-06 | 1 | -9/+9 |
|\| |
|
| * | H.264: make loopfilter bS const where applicable | Jason Garrett-Glaser | 2011-07-05 | 1 | -9/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-04 | 1 | -21/+35 |
|\| |
|
| * | H.264: template left MB handling | Jason Garrett-Glaser | 2011-07-03 | 1 | -7/+7 |
| * | H.264: make filter_mb_fast support the case of unavailable top mb | Jason Garrett-Glaser | 2011-07-03 | 1 | -14/+28 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-27 | 1 | -13/+49 |
|\| |
|
| * | H.264: make filter_mb_fast support 4:4:4 | Jason Garrett-Glaser | 2011-06-26 | 1 | -13/+49 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-23 | 1 | -13/+27 |
|\| |
|
| * | H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFF | Jason Garrett-Glaser | 2011-06-22 | 1 | -5/+5 |
| * | H.264: fix 4:4:4 + deblocking + MBAFF | Jason Garrett-Glaser | 2011-06-22 | 1 | -8/+22 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-15 | 1 | -50/+82 |
|\| |
|
| * | H.264: fix CODEC_FLAG_GRAY | Jason Garrett-Glaser | 2011-06-13 | 1 | -42/+56 |
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -26/+44 |
| * | Roll back 4:4:4 H.264 for now | Jason Garrett-Glaser | 2011-06-13 | 1 | -82/+50 |
| * | H.264: fix CODEC_FLAG_GRAY | Jason Garrett-Glaser | 2011-06-13 | 1 | -42/+56 |
| * | 4:4:4 H.264 decoding support | Jason Garrett-Glaser | 2011-06-13 | 1 | -26/+44 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-11 | 1 | -165/+59 |
|\| |
|
| * | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-05-10 | 1 | -3/+3 |
| * | Make the h264 loop filter bit depth aware. | Oskar Arvidsson | 2011-05-10 | 1 | -12/+18 |
| * | h264: DSP'ize MBAFF loopfilter. | Ronald S. Bultje | 2011-05-10 | 1 | -122/+22 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | H264: replace pixel_size by pixel_shift | Michael Niedermayer | 2011-04-10 | 1 | -3/+3 |
* | | Add the notion of pixel size in h264 related functions. | Oskar Arvidsson | 2011-04-10 | 1 | -3/+3 |
* | | Make the h264 loop filter bit depth aware. | Oskar Arvidsson | 2011-04-10 | 1 | -36/+48 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Move H264 dsputil functions into their own struct | Måns Rullgård | 2010-03-16 | 1 | -10/+10 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -4/+4 |
* | H264: use alias-safe macros | Måns Rullgård | 2010-02-18 | 1 | -15/+18 |
* | Use LOCAL_ALIGNED macro for local arrays | Måns Rullgård | 2010-02-17 | 1 | -1/+1 |
* | h264: Remove unused variables. | Alexander Strange | 2010-02-13 | 1 | -3/+2 |
* | Fix CAVLC+8x8DCT+MBAFF loopfiltering. | Michael Niedermayer | 2010-02-07 | 1 | -1/+8 |
* | Get rid of a check in one direction that cant be true in it in that part | Michael Niedermayer | 2010-01-31 | 1 | -1/+1 |
* | Split first reference list comparission from mv comparission. | Michael Niedermayer | 2010-01-30 | 1 | -3/+4 |
* | Replace h->left_type[0] by the local variable for it we have. | Michael Niedermayer | 2010-01-30 | 1 | -2/+2 |
* | slightly faster bit trickery. | Michael Niedermayer | 2010-01-30 | 1 | -2/+2 |
* | Replace ?: by branchless code. | Michael Niedermayer | 2010-01-30 | 1 | -7/+4 |