summaryrefslogtreecommitdiff
path: root/vp9/vp9_cx_iface.c
AgeCommit message (Expand)Author
2014-09-02[svc] Temporal svc with two pass rate controlMinghai Shang
2014-09-02Merge "Adding get_frame_pkt_flags() function."Dmitry Kovalev
2014-08-28Removing alg_priv from vpx_codec_priv struct.Dmitry Kovalev
2014-08-26Adding get_frame_pkt_flags() function.Dmitry Kovalev
2014-08-25Removing unused arnr_type from VP9EncoderConfig and vp9_extracfg.Dmitry Kovalev
2014-08-25Removing non-executable code from encoder_encode().Dmitry Kovalev
2014-08-25Merge "[spatial svc]Multiple frame context feature"Minghai Shang
2014-08-25[spatial svc]Multiple frame context featureMinghai Shang
2014-08-22Choosing GOOD mode by default.Dmitry Kovalev
2014-08-22vp9_cx_iface.c: spatial_svc resolve missing initializer warningJim Bankoski
2014-08-21Removing output_pkt_list and pkt_list from config structs.Dmitry Kovalev
2014-08-21Merge "Removing extraconfig_map from vp9_cx_iface.c."Dmitry Kovalev
2014-08-21Merge "Replacing NOT_IMPLMENTED with NULL."Dmitry Kovalev
2014-08-20Replacing NOT_IMPLMENTED with NULL.Dmitry Kovalev
2014-08-20Removing iface pointer from vpx_codec_priv.Dmitry Kovalev
2014-08-20Merge "Converting MODE to be just BEST, GOOD, and REALTIME."Dmitry Kovalev
2014-08-19Removing extraconfig_map from vp9_cx_iface.c.Dmitry Kovalev
2014-08-19Adding set_rc_buffer_sizes().Dmitry Kovalev
2014-08-19Converting MODE to be just BEST, GOOD, and REALTIME.Dmitry Kovalev
2014-08-14Merge "Moving framerate from VP9EncoderConfig to VP9_COMP."Dmitry Kovalev
2014-08-12Merge "Fix a run-time integer overflow"James Zern
2014-08-12Fix a run-time integer overflowYaowu Xu
2014-08-11[spatial svc]Remove CONFIG_SPATIAL_SVC for ss_enable_auto_alt_ref in vpx_code...Minghai Shang
2014-08-08Merge "Moving pass from VP9_COMP to VP9EncoderConfig."Dmitry Kovalev
2014-08-08Merge "Common encode/decode function to get reference frame"Adrian Grange
2014-08-08Moving framerate from VP9EncoderConfig to VP9_COMP.Dmitry Kovalev
2014-08-08Merge "Removing legacy XMA features from libvpx."Dmitry Kovalev
2014-08-08Moving pass from VP9_COMP to VP9EncoderConfig.Dmitry Kovalev
2014-08-08Common encode/decode function to get reference frameAdrian Grange
2014-08-07Merge "vp9_cx_iface.c: warning missing default"Alex Converse
2014-08-07Merge "Adding ticks <-> timebase units conversion functions."Dmitry Kovalev
2014-08-07vp9_cx_iface.c: warning missing defaultJim Bankoski
2014-08-06[spatial svc]Add is_spatial_svc() helper function.Minghai Shang
2014-08-06Adding ticks <-> timebase units conversion functions.Dmitry Kovalev
2014-08-06Write VP9E_SET_TUNE_CONTENT to the correct location.Alex Converse
2014-08-05Removing legacy XMA features from libvpx.Dmitry Kovalev
2014-08-05Add a codec control option to tune for screen content.Alex Converse
2014-08-04break at the end of clauses with assert(0) to avoid gcc warningJim Bankoski
2014-07-31Merge "Changes interface to avoid uninitialized warnings in vp9_cx_iface.c."James Zern
2014-07-31Changes interface to avoid uninitialized warnings in vp9_cx_iface.c.Jim Bankoski
2014-07-30Merge "vp9_cx_iface: defer compressed data buffer alloc"James Zern
2014-07-29vp9_cx_iface: defer compressed data buffer allocJames Zern
2014-07-22[spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVCMinghai Shang
2014-07-15[spatial svc]Fix signed/unsigned mismatch errorMinghai Shang
2014-07-14Rewrite functions related to first pass block statsPengchong Jin
2014-07-14[spatial svc]Implement alt reference framesMinghai Shang
2014-07-08vp9_cx_iface.c: allow speed greater than 7Guillaume Martres
2014-07-02Seperate the frame buffers from VP9 encoder/decoder structure.hkuang
2014-06-24[spatial svc]Implement lag in frames for spatial svcMinghai Shang
2014-06-13Replacing RC_MODE with vpx_rc_mode.Dmitry Kovalev