summaryrefslogtreecommitdiff
path: root/libavcodec/h264_loopfilter.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* h264: decouple h264_ps from the h264 decoderAnton Khirnov2016-04-24
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-19
* h264_loopfilter: constify all uses of H264ContextAnton Khirnov2015-03-21
* h264: move mb_field_decoding_flag into the per-slice contextAnton Khirnov2015-03-21
* h264: move mb_xy into the per-slice contextAnton Khirnov2015-03-21
* h264: move loopfilter parameters into the per-slice contextAnton Khirnov2015-03-21
* h264: move [{top,left}_]cbp into the per-slice contextAnton Khirnov2015-03-21
* h264: move the ref lists variables into the per-slice contextAnton Khirnov2015-03-21
* h264: move {mv,ref}_cache into the per-slice contextAnton Khirnov2015-03-21
* h264: move non_zero_count_cache into the per-slice contextAnton Khirnov2015-03-21
* h264: move some neighbour information into the per-slice contextAnton Khirnov2015-03-21
* h264: move the quantizers into the per-slice contextAnton Khirnov2015-03-21
* Replace av_unused attributes by block structuresDiego Biurrun2014-09-05
* h264 does not depend on mpegvideo any moreVittorio Giovara2014-03-16
* mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-16
* h264: Lower bound check for slice offsetsVittorio Giovara2014-02-20
* avcodec: Remove some commented-out debug cruftDiego Biurrun2013-08-20
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-21
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-21
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* h264: deMpegEncContextizeAnton Khirnov2013-02-15
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-08
* avcodec: Drop silly and/or broken printf debug outputDiego Biurrun2012-10-01
* cosmetics: Move static and inline attributes to more standard places.Diego Biurrun2012-01-14
* h264: 4:2:2 intra decoding supportBaptiste Coudurier2011-10-21
* 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
* 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
* H.264: make loopfilter bS const where applicableJason Garrett-Glaser2011-07-05
* 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
* H.264: make filter_mb_fast support 4:4:4Jason Garrett-Glaser2011-06-26
* 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
* 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
* 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