]> git.sesse.net Git - x264/history - common/deblock.c
Use a 16-bit buffer in hpel_filter regardless of bit depth
[x264] / common / deblock.c
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