summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-21Merge "Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON."Dmitry Kovalev
2013-10-21vp9 dec/com: only update frame counts when necessary (2)James Zern
2013-10-21Merge "Fix d207 intra prediction SSSE3 functions"Yunqing Wang
2013-10-21Merge "Modified no memory rate control."Paul Wilkins
2013-10-21Merge "Reduced delta for kf/gf/arf when at maxq."Paul Wilkins
2013-10-21Moving allow_high_precision_mv from MACROBLOCKD to VP9_COMMON.Dmitry Kovalev
2013-10-21Merge "Removing unused struct member mvcount[MV_VALS]."Dmitry Kovalev
2013-10-21Merge "Added necessary includes"James Zern
2013-10-21vp9_decodframe: limit scope of private function paramsJames Zern
2013-10-21vp9_decode_tokens: limit scope of function paramsJames Zern
2013-10-21vp9_read_mode_info: limit scope of function paramsJames Zern
2013-10-21vp9_decodemv: limit scope of private function paramsJames Zern
2013-10-21vp9/dec: use loop filter worker for all inline casesJames Zern
2013-10-19Modified no memory rate control.Paul Wilkins
2013-10-19Reduced delta for kf/gf/arf when at maxq.Paul Wilkins
2013-10-18Removing NUM_ prefix from constant names.Dmitry Kovalev
2013-10-18Fix d207 intra prediction SSSE3 functionsYunqing Wang
2013-10-18Using INTER_MODES constant instead of MB_MODE_COUNT - NEARESTMV.Dmitry Kovalev
2013-10-18Disable d207 intra prediction SSSE3 functionsYunqing Wang
2013-10-18Merge "vp9 dec/com: only update frame counts when necessary"James Zern
2013-10-18Added necessary includesYaowu Xu
2013-10-18Merge "vp9 com/dec: avoid reading unavailable above/left"James Zern
2013-10-18vp9 dec/com: only update frame counts when necessaryJames Zern
2013-10-18Merge "Use lookup table to simplify logic"Yaowu Xu
2013-10-18Merge "Using stride (# of elements) instead of pitch (bytes) in fdct16x16."Dmitry Kovalev
2013-10-18Make memory alloc in pick_mode_context bsize awareJingning Han
2013-10-18vp9 com/dec: avoid reading unavailable above/leftJames Zern
2013-10-18Merge "Converted assert to error checking"Yaowu Xu
2013-10-18Using stride (# of elements) instead of pitch (bytes) in fdct8x8.Dmitry Kovalev
2013-10-18Removing unused struct member mvcount[MV_VALS].Dmitry Kovalev
2013-10-18Merge "Passing block index explicitly instead of using get_sb_index()."Dmitry Kovalev
2013-10-18Using stride (# of elements) instead of pitch (bytes) in fdct16x16.Dmitry Kovalev
2013-10-18Converted assert to error checkingYaowu Xu
2013-10-18Merge "Added checking for invalid size"Yaowu Xu
2013-10-18Passing block index explicitly instead of using get_sb_index().Dmitry Kovalev
2013-10-18Added checking for invalid sizeYaowu Xu
2013-10-18Merge "Add missing calls to emms in the adaptive quantization code"Paul Wilkins
2013-10-17fix a VP8 build issueYaowu Xu
2013-10-17Use lookup table to simplify logicYaowu Xu
2013-10-17Merge "Adding allow_hp as an argument to mv search functions."Dmitry Kovalev
2013-10-17Merge "Using TREE_SIZE macro for vp9_segment_tree."Dmitry Kovalev
2013-10-17Merge "Removing last_kf_gf_q member from VP9Common structure."Dmitry Kovalev
2013-10-17Add missing calls to emms in the adaptive quantization codeGuillaume Martres
2013-10-17Adding allow_hp as an argument to mv search functions.Dmitry Kovalev
2013-10-17Using stride (# of elements) instead of pitch (bytes) in fdct32x32.Dmitry Kovalev
2013-10-17Merge "Prevent first pass from outputing invalid info"Yaowu Xu
2013-10-17vp9_thread: add vp9_worker_execute()James Zern
2013-10-16Removing last_kf_gf_q member from VP9Common structure.Dmitry Kovalev
2013-10-16Using TREE_SIZE macro for vp9_segment_tree.Dmitry Kovalev
2013-10-16Merge changes I6226456d,I97925178,I766c4b74Guillaume Martres