summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2016-10-03Update to vpx_temporal_svc_encoder command line.Marco1-9/+9
2016-09-27Add compiler flag -Wsign-compareUrvang Joshi1-3/+7
2016-09-19examples: quiet -Wshorten-64-to-32 warningsJames Zern8-26/+26
2016-09-16Merge changes from topic 'clang-format'James Zern3-8/+4
2016-09-16zero structures completelyJohann4-8/+22
2016-09-15apply clang-formatclang-format3-8/+4
2016-09-13vp9cx_set_ref.c: remove unused 'cfg' parameterJohann1-11/+9
2016-08-10vp8: Fix denoiser setting in multi-res sample encoder.Marco1-1/+1
2016-08-02vp9 svc: Fix a valgrind error.JackyChen1-0/+1
2016-07-18examples: apply clang-formatclang-format14-1262/+1062
2016-07-07Fix Visual Studio build warningYunqing Wang1-1/+1
2016-07-06Modify the name of vp9cx_set_ref exampleYunqing Wang1-16/+14
2016-07-01Make set_reference control API work in VP9Yunqing Wang1-0/+455
2016-05-12Merge "twopass_encoder: Add frame limit argument."Tom Finegan1-6/+18
2016-05-11simple_encoder: Add a frame limit argument.Tom Finegan1-9/+13
2016-05-11twopass_encoder: Add frame limit argument.Tom Finegan1-6/+18
2016-04-26vp9: Simplify the logic in denoiser SSE2 code.JackyChen1-1/+1
2016-02-29vp8: multi-res-encoder: Fix timer around encoder in sample encoder.Marco1-8/+10
2016-01-20Vidyo patch: Changes to the scalability code.Marco2-3/+33
2015-12-17Remove unused POSIX_MMAP referencesJohann1-7/+0
2015-10-29Update to vp9_spatial_svc_encoder.Marco1-4/+31
2015-10-20Setting change in sample encoder: vpx_temporal_svc_encoder.cMarco1-2/+2
2015-09-17Add SVC codec control to set frame flags and buffer indices.Marco1-0/+78
2015-09-15Add cyclic refresh parameters to svc-layer context.Marco1-2/+6
2015-08-26vp9_spatial_svc_encoder: Enable aq-mode for real-time mode.Marco1-0/+3
2015-08-26vp9_spatial_svc_encoder: Add encoding time log.Marco1-0/+10
2015-07-07Update to vpx_temporal_svc_encoder:Marco1-0/+1
2015-06-18Add dynamic resize logic for 1 pass CBR.Marco1-1/+3
2015-06-15vp9_ethread: create enough threads while using SVCYunqing Wang1-1/+2
2015-06-03Remove ABI check for 1 pass CBR SVC.Marco1-19/+14
2015-06-03Fix to sample encoder: vpx_temporal_svc_encoder.cMarco1-5/+10
2015-06-02Vidyo patch: Rate control for SVC, 1 pass CBR mode.Marco2-18/+375
2015-05-12Merge changes from topic 'missing-proto'James Zern13-14/+15
2015-05-12Remove reference to compatibility layerJohann1-1/+0
2015-05-11tools_common.h: fix usage_exit() prototypeJames Zern13-14/+15
2015-04-29vpx_temporal_svc_encoder: Keep static_threshold off as default.Marco1-1/+1
2015-04-29vpx_temporal_svc_encoder: Update some settings.Marco1-1/+1
2015-04-29vpx_temporal_svc_encoder: Set static threshold to off by default.Marco1-1/+1
2015-03-19put spatial svc behind an ABI checkJames Zern1-0/+6
2015-03-11vpx_temporal_svc_encoder: Update some default settings.Marco1-1/+3
2015-03-06Set the threads/tile_columns in vpx_temporal_svc_encoder.Marco1-0/+4
2015-02-12vpx_temporal_svc_encoder: Adjust default qp-max setting for vp9.Marco1-0/+2
2015-02-05vpx_temporal_svc_encoder: change default setting for static threshold.Marco1-1/+2
2015-02-04Xcode: Fix includes in examples.Tom Finegan12-34/+43
2014-12-03Various updates to vp8.Marco2-258/+702
2014-11-26temporal_svc encoder: Change default setting for layering_mode = 0.Marco1-1/+1
2014-11-18Changes SvcContext_t to SvcContextDeb Mukherjee1-2/+2
2014-11-14Add more rate control stats to vpx_temporal_svc_encoder.Marco1-1/+57
2014-11-10Vidyo: Support for one-pass rc-enabled SVC encoderDeb Mukherjee1-2/+2
2014-11-04[spatial svc] Make spatial svc working for one pass rate controlMinghai Shang1-2/+11