summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-10-16Prevent first pass from outputing invalid infoYaowu Xu
2013-10-16Use a separate MODE_INFO stream for each tile columnGuillaume Martres
2013-10-16Get rid of "this_mi", use "mi_8x8[0]" everywhere insteadGuillaume Martres
2013-10-16Make the static_segmentation feature work againGuillaume Martres
2013-10-16Merge "Adding get_band_translate() function."Dmitry Kovalev
2013-10-16Merge "Prevent accidental changes to the previous frame mode_infos"Guillaume Martres
2013-10-16Merge "change to use vp9_idct_32x32_add"Yaowu Xu
2013-10-16Adding get_band_translate() function.Dmitry Kovalev
2013-10-16Inlining and removing fwd_txm16x16 and fwd_txm8x8 pointers.Dmitry Kovalev
2013-10-16Merge "Cleanup of decode_coefs() function."Dmitry Kovalev
2013-10-16change to use vp9_idct_32x32_addYaowu Xu
2013-10-16Merge "Removing print_prob_tree function and vp9_coeff_probs typedef."Dmitry Kovalev
2013-10-16Merge "Moving FILTER_BITS constant from vp9_convolve.h to vp9_filter.h."Dmitry Kovalev
2013-10-16Merge "Using constants instead of plain numbers."Dmitry Kovalev
2013-10-16Initial 1-pass.Marco Paniconi
2013-10-16Implement variance-based adaptive quantizationGuillaume Martres
2013-10-16Merge "lint-hunks: remove runtime/int filter"James Zern