log

age author description
2010-01-19 jai_menon Apply changes made in r21308 to svq3.c. libavcodec
2010-01-19 michael Dont waste time initializing stuff for deblocking intra mbs, none of libavcodec
2010-01-19 michael Remove 2 checks from fetch_diagonal_mv() that apparently serve no purpose. libavcodec
2010-01-19 michael Move a few things into a deeper if() in fetch_diagonal_mv(). libavcodec
2010-01-19 michael Remove code that handles the case of a MB pair to our right being available. libavcodec
2010-01-18 michael Cosmetic, get rid of &x[0] libavcodec
2010-01-18 michael Fix compilation with -O0. libavcodec
2010-01-18 michael Fix accumulated indention errors. libavcodec
2010-01-18 michael Optimize top non_zero_count_cache init. libavcodec
2010-01-18 michael Dont init chroma elements of non_zero_count_cache for deblock. libavcodec
2010-01-18 michael Remove unneeded for_deblock check, this code was alraedy under for_deblock. libavcodec
2010-01-18 michael Rather call filter_mb_mbaff_edge*v() more often than do extra calculations libavcodec
2010-01-18 michael Fix 10l segfault with threads. libavcodec
2010-01-18 michael Use h->slice_num where possible. libavcodec
2010-01-18 michael Enable filter_mb_fast for CAVLC P slices. libavcodec
2010-01-18 michael filter_mb_fast needs cbp_table to be set. libavcodec
2010-01-18 michael PAFF CABAC P slices seem to work as well, so enable them for ff_h264_filter_mb_fast() too. libavcodec
2010-01-18 michael Reenable filter_mb_fast for I slices and progressive CABAC P slices. libavcodec
2010-01-18 michael Set h->cbp for ff_h264_filter_mb_fast(). libavcodec
2010-01-18 michael 10l for someone, Store chroma_qp_diff in the correct struct. libavcodec
2010-01-18 gb Install <libavcodec/vaapi.h> header. libavcodec
2010-01-18 michael Move CAVLC 8x8 DCT special case from ff_h264_filter_mb() to fill_caches libavcodec
2010-01-18 michael Perform reference remapping at fill_cache() time instead of in the libavcodec
2010-01-18 michael Make qp check for loop filter skiping also work with MBAFF. libavcodec
2010-01-18 michael Comment about a cornercase we ignore currently libavcodec
2010-01-18 michael Move the qp check to skip the loop filter up. libavcodec
2010-01-17 michael Reorganize how values are stored in h->non_zero_count. libavcodec
2010-01-17 michael Disable a few things in fill_filter_caches() that arent needed. libavcodec
2010-01-17 michael Split fill_caches() between filter and decoder. libavcodec
2010-01-17 michael Rearchitecturing the stiched up goose part 1 libavcodec
2010-01-17 astrange Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. libavcodec
2010-01-16 michael Comment for() ; out libavcodec