summaryrefslogtreecommitdiff
path: root/vp9/encoder/vp9_encoder.c
AgeCommit message (Expand)Author
2015-07-06Merge "remove vp9_get_interp_kernel()"James Zern
2015-07-06remove vp9_get_interp_kernel()James Zern
2015-07-02Merge "Use vpx prefix for codec independent threading functions"Jingning Han
2015-07-02Use vpx prefix for codec independent threading functionsJingning Han
2015-06-29VP9: Move ref_mvs[][] and mode_context[] from MB_MODE_INFOScott LaVarnway
2015-06-19Merge changes I2552d810,I51952c0a,Ib82e4247,I9c8d16cbJames Zern
2015-06-18Add dynamic resize logic for 1 pass CBR.Marco
2015-06-16Remove duplicate calls for set_frame_size in 1 pass mode.Marco
2015-06-12vp9_encoder: hide adjust_image_stat()James Zern
2015-06-09Enable more split modes for animated content.Paul Wilkins
2015-06-03Duplicate reference variance codeJohann
2015-06-02Vidyo patch: Rate control for SVC, 1 pass CBR mode.Marco
2015-06-01Merge "Fast feedback of bits on undershoot."paulwilkins
2015-05-28Merge "[svc] Disable tiles for spatial svc case"Minghai Shang
2015-05-28Merge "Add error handling when running out of free frame buffers."hkuang
2015-05-27Add error handling when running out of free frame buffers.hkuang
2015-05-27Merge "Refactor set_vbp_thresholds."Marco
2015-05-27Merge "[svc] Make size of empty frame to be 16x16 all the time"Minghai Shang
2015-05-27Refactor set_vbp_thresholds.Marco
2015-05-26[svc] Make size of empty frame to be 16x16 all the timeMinghai Shang
2015-05-26Merge "Move variance functions to vpx_dsp"Johann
2015-05-26Move variance functions to vpx_dspJohann
2015-05-26Merge "[svc] Turn on frame_parallel_decoding_mode"Minghai Shang
2015-05-20[svc] Disable tiles for spatial svc caseMinghai Shang
2015-05-20[svc] Turn on frame_parallel_decoding_modeMinghai Shang
2015-05-20Fast feedback of bits on undershoot.paulwilkins
2015-05-20Fix issues with mixed ARF and GF groups.paulwilkins
2015-05-15vp9/encoder: make some functions staticJames Zern
2015-05-15Merge "Revert "Skip the last frame update for some frame repeats.""paulwilkins
2015-05-14Revert "Skip the last frame update for some frame repeats."paulwilkins
2015-05-13Merge "Relocate memory operations for common code"Johann
2015-05-13Relocate memory operations for common codeJohann
2015-05-12Merge "Protect new metric computation with use_highbitdepth flag"Yaowu Xu
2015-05-12Protect new metric computation with use_highbitdepth flagYaowu Xu
2015-05-11Recompute tile params on frame resizeAdrian Grange
2015-05-08Skip the last frame update for some frame repeats.paulwilkins
2015-05-06Move shared SAD code to vpx_dspJohann
2015-04-28vpx_mem: remove vpx_memsetJames Zern
2015-04-28vpx_mem: remove vpx_memcpyJames Zern
2015-04-22Adds worst frame metrics for a bunch of metrics.Jim Bankoski
2015-04-21Merge "Adds a new temporal consistency metric to libvpx."Jim Bankoski
2015-04-21Revert "Remove mi_grid_* structures."Scott LaVarnway
2015-04-21Adds a new temporal consistency metric to libvpx.Jim Bankoski
2015-04-17Merge "Adds a blockiness metric to internal stats."Jim Bankoski
2015-04-17Merge "adds psnrhvs to internal stats."Jim Bankoski
2015-04-17Merge "Adds a fastssim metric to VPX internal stats."Jim Bankoski
2015-04-17Adds a blockiness metric to internal stats.Jim Bankoski
2015-04-17adds psnrhvs to internal stats.Jim Bankoski
2015-04-17Adds a fastssim metric to VPX internal stats.Jim Bankoski
2015-04-16Merge "[svc] Fix syntax error when encoding multiple tiles."Minghai Shang