summaryrefslogtreecommitdiffstats
path: root/libavcodec/h264_loopfilter.c
Commit message (Expand)AuthorAgeFilesLines
* h264dec: h264: 4:2:2 intra decodingBaptiste Coudurier2011-08-151-13/+48
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-174/+186
|\
| * H.264: add filter_mb_fast support for >8-bit decodingJason Garrett-Glaser2011-07-111-48/+58
| * H.264: avoid redundant alpha/beta calculations in loopfilterJason Garrett-Glaser2011-07-111-121/+122
| * H.264: optimize intra/inter loopfilter decisionJason Garrett-Glaser2011-07-111-116/+117
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-17/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-101-6/+2
|\ \ | |/
| * H.264: fix filter_mb_fast with 4:4:4 + 8x8dctJason Garrett-Glaser2011-07-091-1/+1
| * H.264: improve qp_thresh checkJason Garrett-Glaser2011-07-081-5/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-061-9/+9
|\ \ | |/
| * H.264: make loopfilter bS const where applicableJason Garrett-Glaser2011-07-051-9/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-21/+35
|\ \ | |/
| * H.264: template left MB handlingJason Garrett-Glaser2011-07-031-7/+7
| * H.264: make filter_mb_fast support the case of unavailable top mbJason Garrett-Glaser2011-07-031-14/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-271-13/+49
|\ \ | |/
| * H.264: make filter_mb_fast support 4:4:4Jason Garrett-Glaser2011-06-261-13/+49
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-231-13/+27
|\ \ | |/
| * H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser2011-06-221-5/+5
| * H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-221-8/+22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-151-50/+82
|\ \ | |/
| * H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-131-42/+56
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-26/+44
| * Roll back 4:4:4 H.264 for nowJason Garrett-Glaser2011-06-131-82/+50
| * H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser2011-06-131-42/+56
| * 4:4:4 H.264 decoding supportJason Garrett-Glaser2011-06-131-26/+44
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-111-165/+59
|\ \ | |/
| * Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-05-101-3/+3
| * Make the h264 loop filter bit depth aware.Oskar Arvidsson2011-05-101-12/+18
| * h264: DSP'ize MBAFF loopfilter.Ronald S. Bultje2011-05-101-122/+22
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | H264: replace pixel_size by pixel_shiftMichael Niedermayer2011-04-101-3/+3
* | Add the notion of pixel size in h264 related functions.Oskar Arvidsson2011-04-101-3/+3
* | Make the h264 loop filter bit depth aware.Oskar Arvidsson2011-04-101-36/+48
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Move H264 dsputil functions into their own structMåns Rullgård2010-03-161-10/+10
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-4/+4
* H264: use alias-safe macrosMåns Rullgård2010-02-181-15/+18
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-171-1/+1
* h264: Remove unused variables.Alexander Strange2010-02-131-3/+2
* Fix CAVLC+8x8DCT+MBAFF loopfiltering.Michael Niedermayer2010-02-071-1/+8
* Get rid of a check in one direction that cant be true in it in that partMichael Niedermayer2010-01-311-1/+1
* Split first reference list comparission from mv comparission.Michael Niedermayer2010-01-301-3/+4
* Replace h->left_type[0] by the local variable for it we have.Michael Niedermayer2010-01-301-2/+2
* slightly faster bit trickery.Michael Niedermayer2010-01-301-2/+2
* Replace ?: by branchless code.Michael Niedermayer2010-01-301-7/+4
* factorize first filter call out, this makes the code somewhatMichael Niedermayer2010-01-281-10/+4
* Change wraper functions to always inline, they are faster now that way.Michael Niedermayer2010-01-281-4/+4
* indentMichael Niedermayer2010-01-281-14/+14
* Restructure check_mv()Michael Niedermayer2010-01-281-6/+5
* Restructure if() in check_mv()Michael Niedermayer2010-01-281-2/+5
OpenPOWER on IntegriCloud