]> git.sesse.net Git - x264/history - common/deblock.c
MBAFF: Enable adaptive MBAFF with VSAD decision
[x264] / common / deblock.c
2011-05-12 Simon HorlickMBAFF: First edge deblocking
2011-05-12 Simon HorlickMBAFF: Implement left edge deblocking functions
2011-05-12 Simon HorlickMBAFF: Add extra data to the deblock strength structure
2011-05-12 Simon HorlickMBAFF: Deblocking support
2011-05-12 Simon HorlickMBAFF: Move common code from deblock functions
2011-05-12 Simon HorlickMBAFF: Add mbaff deblock strength calculation
2011-05-12 Simon HorlickMBAFF: Store references to the two left macroblocks
2011-04-26 Anton MitrofanovFix decoder desync with positive --chroma-qp-offset...
2011-02-18 Daniel KangAdd AVX functions where 3+ arg commands are useful
2011-01-25 Sean McGovernBump dates to 2011
2010-11-19 Oskar ArvidssonConvert X264_HIGH_BIT_DEPTH to HIGH_BIT_DEPTH
2010-11-19 Oskar Arvidssonx86 asm for high-bit-depth deblocking
2010-09-18 Fiona GlaserUpdate source file headers
2010-08-24 Fiona GlaserSimplify addressing logic for interlaced-related arrays
2010-08-16 Fiona GlaserDeblock-aware RD
2010-07-15 Loren MerrittConvert x264 to use NV12 pixel format internally
2010-07-04 Oskar ArvidssonSupport for 9 and 10-bit encoding
2010-06-09 Fiona GlaserRemove double-dereferences for MB width/height data
2010-06-09 Steven WaltersPreprocessing cosmetics
2010-06-02 Oskar ArvidssonConvert to a unified "pixel" type for pixel data
2010-05-31 Henrik GramnerSome deblocking-related optimizations
2010-05-31 Fiona GlaserFix cavlc+deblock+8x8dct (regression in r1612)
2010-05-26 Fiona GlaserOverhaul deblocking again
2010-05-21 Fiona GlaserRewrite deblock strength calculation, add asm
2010-05-21 Henrik GramnerSet correct filesystem permissions for various files
2010-04-23 Fiona GlaserMove deblocking code to a separate file