summaryrefslogtreecommitdiff
path: root/vp8
AgeCommit message (Expand)Author
2012-08-14Fix warnings.Christian Duvivier
2012-08-14Fix build.Christian Duvivier
2012-08-14Shut up warnings added by -WundefDaniel Kang
2012-08-14Merge "Some build fixes" into experimentalDeb Mukherjee
2012-08-14Merge "Changed to use reference mv as nearest mv" into experimentalYaowu Xu
2012-08-14Changed to use reference mv as nearest mvYaowu Xu
2012-08-14Some build fixesDeb Mukherjee
2012-08-14Code clean up.Paul Wilkins
2012-08-13Fix typo, which adds skip testing for 16x16Daniel Kang
2012-08-13Shut up some compiler warnings on gccDaniel Kang
2012-08-13Fix warning/bug introduced in 4d5b81a80faa8333ca3a7aed53684d2167fbebd2.Christian Duvivier
2012-08-13Cosmetics to rdopt.cDaniel Kang
2012-08-13Combine optimize_b and optimize_b_8x8Daniel Kang
2012-08-10extend the range of encoding timeYaowu Xu
2012-08-10fix build problem for newbestrefmv experimentYaowu Xu
2012-08-10Fix some tabbing in rdopt.cDaniel Kang
2012-08-10Refactor to remove some arguments from vp8_rd_pick_inter_modeDaniel Kang
2012-08-10Refactor RD to take same codepath for single and comp predDaniel Kang
2012-08-10Code cleanup.Paul Wilkins
2012-08-09Refactor vp8_build_inter16x16_predictor functionsDaniel Kang
2012-08-09More refactoring of diamond search.Daniel Kang
2012-08-09Refactor SPLITMV in RD to a special case.Daniel Kang
2012-08-09Begin refactoring to help merge parts of rd inter.Daniel Kang
2012-08-09Merge "Merging in the sixteenth subpel uv experiment" into experimentalDeb Mukherjee
2012-08-08Merging in the sixteenth subpel uv experimentDeb Mukherjee
2012-08-08Merge "Partial import of "New RTCD implementation" from master branch." into ...Christian Duvivier
2012-08-08Partial import of "New RTCD implementation" from master branch.Christian Duvivier
2012-08-08Merge "a tiny fix for MSVC build" into experimentalDebargha Mukherjee
2012-08-08Merge "Refactor setting up MVs and buffers in rdopt.c" into experimentalDaniel Kang
2012-08-08a tiny fix for MSVC buildYaowu Xu
2012-08-08Merge "Cleanup and commenting of the sub-pixel interpolation functions. Mostl...Christian Duvivier
2012-08-08Cleanup and commenting of the sub-pixel interpolation functions. MostlyChristian Duvivier
2012-08-07Refactor setting up MVs and buffers in rdopt.cDaniel Kang
2012-08-07Some refactoring of mcomp functions.Daniel Kang
2012-08-07Change the RD cost functions to take into account the seg_eob.Daniel Kang
2012-08-07clamp_mv_min_max -> vp8_clamp_mv_min_maxDaniel Kang
2012-08-07More refactoring and cosmetics to rdopt.cDaniel Kang
2012-08-07Reorganiziation of the RD loop to make more sense.Daniel Kang
2012-08-07Minor cosmetic changes to rdopt.c.Daniel Kang
2012-08-07Combine vp8_block_error_c and vp8_submb_error_c.Daniel Kang
2012-08-07A bit of temporary relief on encoder slownessYaowu Xu
2012-08-07a new way of determining reference motion vectorYaowu Xu
2012-08-06Refactoring hybrid transform codingJingning Han
2012-08-06Remove code to set transform size.Daniel Kang
2012-08-06Combine cost_coeffs functions.Daniel Kang
2012-08-06Merge token_costs into a single table.Daniel Kang
2012-08-06More refactoring of RD cost to make later changes easier.Daniel Kang
2012-08-06Minor refactoring of RD cost functions.Daniel Kang
2012-08-06Add x86_64-darwin11-gcc target.Christian Duvivier
2012-08-06Merge "enable interleaved decoding of mode and mv" into experimentalYaowu Xu