summaryrefslogtreecommitdiff
path: root/vpx/src
AgeCommit message (Expand)Author
2014-09-05[spatial svc]Add layer bitrates options and clean up parsing options from stringMinghai Shang
2014-09-03Merge "[svc] Temporal svc with two pass rate control"Minghai Shang
2014-09-02Adds config opt for highbitdepth + misc. vpxDeb Mukherjee
2014-09-02[svc] Temporal svc with two pass rate controlMinghai Shang
2014-08-28Removing alg_priv from vpx_codec_priv struct.Dmitry Kovalev
2014-08-25Merge "Passing const cfg pointer to vpx_codec_{dec,enc}_init_ver()."Dmitry Kovalev
2014-08-25Merge "[spatial svc]Multiple frame context feature"Minghai Shang
2014-08-25Passing const cfg pointer to vpx_codec_{dec,enc}_init_ver().Dmitry Kovalev
2014-08-25[spatial svc]Multiple frame context featureMinghai Shang
2014-08-20Removing iface pointer from vpx_codec_priv.Dmitry Kovalev
2014-08-19Using functions from vpx_mem.h inside vpx_image.c.Dmitry Kovalev
2014-08-13vpx_internal_error -> fix -Wunused-function issuesJim Bankoski
2014-08-12Merge "vpx_codec_decode: check data size"James Zern
2014-08-11remove remaining references to XMAJames Zern
2014-08-11vpx_codec_decode: check data sizeJames Zern
2014-08-08Adds spatial-svc macros to code to allow disablingDeb Mukherjee
2014-08-05Removing legacy XMA features from libvpx.Dmitry Kovalev
2014-07-31Changes interface to avoid uninitialized warnings in vp9_cx_iface.c.Jim Bankoski
2014-07-17allow config options to limit max size of decodeJim Bankoski
2014-07-14[spatial svc]Implement alt reference framesMinghai Shang
2014-07-05Adds support for reading and writing 10/12-bit y4mDeb Mukherjee
2014-07-02Reverting "Adds support for reading and writing 10/12-bit y4m" for now becaus...Dmitry Kovalev
2014-07-02Adds support for reading and writing 10/12-bit y4mDeb Mukherjee
2014-06-27Merge "[spatial svc] Remove encoding modes since we only need one mode at thi...Minghai Shang
2014-06-25[spatial svc] Remove encoding modes since we only need one mode at this time.Minghai Shang
2014-06-25[spatial svc]Remove key frame quantizer settings since key frame is decided b...Minghai Shang
2014-06-24[spatial svc]Implement lag in frames for spatial svcMinghai Shang
2014-05-27Removing ctrl_id parameter from vpx_codec_control_fn_t.Dmitry Kovalev
2014-05-22Merge "[spatial svc] Remove hard coded rc_end_usage setting"Minghai Shang
2014-05-21[spatial svc] Disable auto alt referenceMinghai Shang
2014-05-21[spatial svc] Remove hard coded rc_end_usage settingMinghai Shang
2014-05-20[spatial svc] Remove some restrictions that are needed to improve the qualityMinghai Shang
2014-05-12svc_encodeframe.c: change to use correct typeYaowu Xu
2014-05-02[spatial svc] Fix one extra frame count during flushMinghai Shang
2014-03-27[svc] Fix issue for setting layers through ffmpegMinghai Shang
2014-03-21[svc] Add min/max q and min/max bitrate in svc test appMinghai Shang
2014-03-19[svc] Finalize spatial svc first pass rate controlMinghai Shang
2014-03-14svc_encodeframe: quiet -Warray-bounds warningsJames Zern
2014-03-10Adding type casts to remove C++ compiler errors.Dmitry Kovalev
2014-02-28[svc] 1. Add two pass RC options in vp9_spatial_scalable_encoder.Minghai Shang
2014-02-28Merge "[svc] Fix "possible loss of data", "division by zero" and "index 5 out...Minghai Shang
2014-02-28Merge "Cleaning up vpx_codec_get_cx_data() function."Dmitry Kovalev
2014-02-28[svc] Fix "possible loss of data", "division by zero" andMinghai Shang
2014-02-27Merge "[svc] Add target bitrate settings for each layers."Minghai Shang
2014-02-27Merge "Change for adding QP settings for key frames"Minghai Shang
2014-02-26Merge "Adding vpx_sse_to_psnr() function."Dmitry Kovalev
2014-02-26Adding vpx_sse_to_psnr() function.Dmitry Kovalev
2014-02-26log overall psnr, average psnr, and overall mseIvan Maltz
2014-02-26[svc] Add target bitrate settings for each layers.Minghai Shang
2014-02-26Change for adding QP settings for key framesMinghai Shang