summaryrefslogtreecommitdiff
path: root/examples/vp9_spatial_svc_encoder.c
AgeCommit message (Expand)Author
2014-11-18Changes SvcContext_t to SvcContextDeb Mukherjee
2014-11-10Vidyo: Support for one-pass rc-enabled SVC encoderDeb Mukherjee
2014-11-04[spatial svc] Make spatial svc working for one pass rate controlMinghai Shang
2014-10-13Resolves some lint errorsDeb Mukherjee
2014-10-11vp9_spatial_svc_encoder: fix -bit-depth arg parsingJames Zern
2014-10-02Adds highbitdepth support to svc examplesDeb Mukherjee
2014-09-18[spatial svc] Remove vpx_svc_parameters_t and the loop that sets it for each ...Minghai Shang
2014-09-18[spatial svc]Remove quantizers option. Use max/min quantizers for each layer.Minghai Shang
2014-09-17[spatial svc] Use string for quantizers and scale-factors option in the test appMinghai Shang
2014-09-11[spatial svc] Remove handling frame and stats packets in the codecMinghai Shang
2014-09-02[svc] Temporal svc with two pass rate controlMinghai Shang
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-21[spatial svc] Remove hard coded rc_end_usage settingMinghai Shang
2014-05-13Rename vp9_spatial_scalable_encoder.Tom Finegan