summaryrefslogtreecommitdiff
path: root/libavcodec/h264_loopfilter.c
Commit message (Expand)AuthorAge
* h264_loopfilter: use av_assertMichael Niedermayer2012-06-25
* h264: dont mess with chroma planes for grayscale h264.Michael Niedermayer2012-03-27
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-15
|\
| * cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-14
| * h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* | h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-12
|\|
| * H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser2011-07-11
| * H.264: avoid redundant alpha/beta calculations in loopfilterJason Garrett-Glaser2011-07-11
| * H.264: optimize intra/inter loopfilter decisionJason Garrett-Glaser2011-07-11
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-10
|\|
| * H.264: fix filter_mb_fast with 4:4:4 + 8x8dctJason Garrett-Glaser2011-07-09
| * H.264: improve qp_thresh checkJason Garrett-Glaser2011-07-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-06
|\|
| * H.264: make loopfilter bS const where applicableJason Garrett-Glaser2011-07-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-04
|\|
| * H.264: template left MB handlingJason Garrett-Glaser2011-07-03
| * H.264: make filter_mb_fast support the case of unavailable top mbJason Garrett-Glaser2011-07-03
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-27
|\|
| * H.264: make filter_mb_fast support 4:4:4Jason Garrett-Glaser2011-06-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-23
|\|
| * H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser2011-06-22
| * H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-15
|\|
| * H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-13
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-13
| * H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-13
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-13
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-11
|\|
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-10
| * Make the h264 loop filter bit depth aware.Oskar Arvidsson2011-05-10
| * h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje2011-05-10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* | H264: replace pixel_size by pixel_shiftMichael Niedermayer2011-04-10
* | Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-10
* | Make the h264 loop filter bit depth aware.Oskar Arvidsson2011-04-10
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-16
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* H264: use alias-safe macrosMåns Rullgård2010-02-18
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* h264: Remove unused variables.Alexander Strange2010-02-13
* Fix CAVLC+8x8DCT+MBAFF loopfiltering.Michael Niedermayer2010-02-07
* Get rid of a check in one direction that cant be true in it in that partMichael Niedermayer2010-01-31
* Split first reference list comparission from mv comparission.Michael Niedermayer2010-01-30
* Replace h->left_type[0] by the local variable for it we have.Michael Niedermayer2010-01-30
* slightly faster bit trickery.Michael Niedermayer2010-01-30
* Replace ?: by branchless code.Michael Niedermayer2010-01-30