log

age author description
2008-08-05 michael Simplify l1mv/l1ref calculation. libavcodec
2008-08-05 michael simplify y_shift/ref_shift code libavcodec
2008-08-05 michael indent libavcodec
2008-08-05 michael Factorize some code between temporal and spatial direct mode. libavcodec
2008-08-05 vitor Rename prodsum() function to convolve() libavcodec
2008-08-05 jbr cosmetics: use a better function name than uncouple_channels() libavcodec
2008-08-05 jbr cosmetics: change function name and comments to refer to block decoding libavcodec
2008-08-05 jbr remove unneeded local variable libavcodec
2008-08-05 michael Port b4/b8_stride code from spatial direct mode to temporal. libavcodec
2008-08-05 michael Use frame_num and reference instead of poc for matching frames for direct libavcodec
2008-08-04 michael *2 /2 is wrong for PAFF references, so do not do it. libavcodec
2008-08-04 michael Port col_parity code from spatial mode to temporal mode, libavcodec
2008-08-04 michael The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as well. libavcodec
2008-08-04 michael Remove redundant code. libavcodec
2008-08-04 michael Fill ref_count/ref_poc for both fields of frames. libavcodec
2008-08-04 cehoyos Fix static leaks in h264.c. libavcodec