summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
2014-07-28Merge "Store block-wise statistics obtained in the first pass"Pengchong Jin
2014-07-28Store block-wise statistics obtained in the first passPengchong Jin
2014-07-28Fix reference frame size restrictions.Jim Bankoski
2014-07-25Merge "Fix rd_pick_partition search loop for 4x4 blocks"Jingning Han
2014-07-25Merge "Fix potential ioc issue in vp9_get_prob for 4K above sizes"Jingning Han
2014-07-25Merge "Remove unnecessary conditional assignment"Jingning Han
2014-07-25Merge "[spatial svc]Fix reference issues"Minghai Shang
2014-07-25Merge "Refactor inter/intra_suberblock_yrd."Alex Converse
2014-07-25Merge "Fix allocation of context buffers on frame resize"Yaowu Xu
2014-07-25Merge "Changed validation of reference frame size"Yaowu Xu
2014-07-25Fix rd_pick_partition search loop for 4x4 blocksJingning Han
2014-07-24Fix potential ioc issue in vp9_get_prob for 4K above sizesJingning Han
2014-07-24Remove unnecessary conditional assignmentJingning Han
2014-07-24Changed validation of reference frame sizeYaowu Xu
2014-07-24Fix allocation of context buffers on frame resizeAdrian Grange
2014-07-24s/CONFIG_DENOISING/CONFIG_VP9_TEMPORAL_DENOISINGTim Kopp
2014-07-24Refactor inter/intra_suberblock_yrd.Alex Converse
2014-07-23[spatial svc]Fix reference issuesMinghai Shang
2014-07-23Merge "Remove redundant argument entry in handle_inter_mode"Jingning Han
2014-07-23Merge "Use the chessboard pattern pred search in newmv mode"Jingning Han
2014-07-23Merge "Moved call to vp9_clear_system_state() to a proper location"Yaowu Xu
2014-07-23Remove redundant argument entry in handle_inter_modeJingning Han
2014-07-23Use the chessboard pattern pred search in newmv modeJingning Han
2014-07-23Merge "Remove redundant num_refs definition"Jingning Han
2014-07-23Remove redundant num_refs definitionJingning Han
2014-07-23Merge "Enable chessboard inter prediction filter type search"Jingning Han
2014-07-22Enable chessboard inter prediction filter type searchJingning Han
2014-07-22Merge "Fix get_frame_type function"Adrian Grange
2014-07-22Merge "VP9 denoiser bugfix in debugging code."Tim Kopp
2014-07-22Merge "USE local best_filter variable in handle_inter_mode"Jingning Han
2014-07-22VP9 denoiser bugfix in debugging code.Tim Kopp
2014-07-22Merge "vp9_bitstream.c: cosmetics"James Zern
2014-07-22Fix get_frame_type functionAdrian Grange
2014-07-22vp9_bitstream.c: cosmeticsJames Zern
2014-07-22USE local best_filter variable in handle_inter_modeJingning Han
2014-07-22[spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVCMinghai Shang
2014-07-22Merge "Turn on adaptive pred filter scheme for sub8x8 below 720p"Jingning Han
2014-07-21Turn on adaptive pred filter scheme for sub8x8 below 720pJingning Han
2014-07-21Remove unfinished VP9 alpha channel.Alex Converse
2014-07-21Moved call to vp9_clear_system_state() to a proper locationYaowu Xu
2014-07-21Add -DNDEBUG when config option debug is disabledYunqing Wang
2014-07-21Merge "VP9 denoiser fix: ref frames now updated properly"Tim Kopp
2014-07-18Re-introduce frame size check inadvertantly deletedAdrian Grange
2014-07-18VP9 denoiser fix: ref frames now updated properlyTim Kopp
2014-07-18Merge "Separates profile 2 into 2 profiles 2 and 3"Deb Mukherjee
2014-07-17Separates profile 2 into 2 profiles 2 and 3Deb Mukherjee
2014-07-17Merge "Fixed a bug of setting wrong first pass mb stats pointer"Pengchong Jin
2014-07-17Merge "Modified frame buffer handling"Adrian Grange
2014-07-17Fixed a bug of setting wrong first pass mb stats pointerPengchong Jin
2014-07-17Merge "Added vp9_sad64x64_neon(), vp9_sad32x32_neon()"Scott LaVarnway