summaryrefslogtreecommitdiff
path: root/vp9
AgeCommit message (Expand)Author
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-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
2014-07-17Modified frame buffer handlingAdrian Grange
2014-07-17allow config options to limit max size of decodeJim Bankoski
2014-07-17Merge "Changes to rd balance and multi-arf bug fix."Paul Wilkins
2014-07-16Merge "make default_interp_filter choice a speed feature"Yaowu Xu
2014-07-16Merge "vp9_ratectrl.c: refactor get_active_quality usage"Guillaume Martres
2014-07-16make default_interp_filter choice a speed featureYaowu Xu
2014-07-16Added vp9_sad64x64_neon(), vp9_sad32x32_neon()Scott LaVarnway
2014-07-16Merge "VP9 Denoiser denoises after mode/bsize search"Tim Kopp
2014-07-16Changes to rd balance and multi-arf bug fix.Paul Wilkins
2014-07-15Added a rt speed 12Yaowu Xu
2014-07-15Merge "[spatial svc]Fix signed/unsigned mismatch error"Minghai Shang
2014-07-15Merge "Make non-rd pick_mode work with Golden/Altref"Yaowu Xu
2014-07-15Merge "Fix show_existing_frame not decreasing frame buffer ref counter."Adrian Grange
2014-07-15[spatial svc]Fix signed/unsigned mismatch errorMinghai Shang
2014-07-15Fix show_existing_frame not decreasing frame buffer ref counter.Alexander Voronov
2014-07-15VP9 Denoiser denoises after mode/bsize searchTim Kopp
2014-07-14Rewrite functions related to first pass block statsPengchong Jin
2014-07-14Merge "Some extra bit probability cleanups"Deb Mukherjee
2014-07-14Merge "Fix a potential invalid memory access in non-RD coding flow"Jingning Han
2014-07-14Make non-rd pick_mode work with Golden/AltrefYaowu Xu
2014-07-14[spatial svc]Implement alt reference framesMinghai Shang
2014-07-13Merge "Fix chrome valgrind warning due to the use of mismatched bsize"Jingning Han
2014-07-11Merge "Add unit test to test tile decoding error handling."hkuang
2014-07-11Merge "vp9_loopfilter.c: cosmetics"James Zern
2014-07-11Fix a potential invalid memory access in non-RD coding flowJingning Han
2014-07-11Fix chrome valgrind warning due to the use of mismatched bsizeJingning Han
2014-07-11Add unit test to test tile decoding error handling.hkuang
2014-07-11Merge "Remove unnecessary assertions"Yunqing Wang