summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2014-10-13Resolves some lint errorsDeb Mukherjee2-4/+4
2014-10-11vp9_spatial_svc_encoder: fix -bit-depth arg parsingJames Zern1-1/+1
2014-10-02Adds highbitdepth support to svc examplesDeb Mukherjee2-5/+108
2014-09-30examples/simple_decoder: Correct comments/remove unnecessary include.Tom Finegan1-13/+13
2014-09-18[spatial svc] Remove vpx_svc_parameters_t and the loop that sets it for each ...Minghai Shang1-6/+0
2014-09-18[spatial svc]Remove quantizers option. Use max/min quantizers for each layer.Minghai Shang1-13/+7
2014-09-17[spatial svc] Use string for quantizers and scale-factors option in the test appMinghai Shang1-2/+9
2014-09-12Change the control function of VP9 denoiser.JackyChen1-1/+1
2014-09-11Merge "[spatial svc] Remove handling frame and stats packets in the codec"Minghai Shang1-11/+29
2014-09-11Merge "Adding lossless encoding example."Dmitry Kovalev1-0/+144
2014-09-11[spatial svc] Remove handling frame and stats packets in the codecMinghai Shang1-11/+29
2014-09-11Adding lossless encoding example.Dmitry Kovalev1-0/+144
2014-09-10examples/twopass_encoder: Use good quality.Tom Finegan1-7/+6
2014-09-09Merge "Removing legacy compatibility layer."Dmitry Kovalev10-20/+2
2014-09-03Merge "[svc] Temporal svc with two pass rate control"Minghai Shang1-5/+12
2014-09-02Removing legacy compatibility layer.Dmitry Kovalev10-20/+2
2014-09-02[svc] Temporal svc with two pass rate controlMinghai Shang1-5/+12
2014-09-02Switching back to #define instead of static const int.Dmitry Kovalev1-8/+8
2014-08-28vp8_multi_resolution_encoder: Huge cleanup.Dmitry Kovalev1-415/+262
2014-08-25twopass_encoder: Flush encoder.Dmitry Kovalev1-17/+33
2014-08-25twopass_encoder: Separate functions for first and second pass.Dmitry Kovalev1-68/+89
2014-08-21set_maps: add exit to avoid uninitialized variable warningJim Bankoski1-2/+4
2014-08-21vpx_temporal_svc_encoder: initialize outfile to avoid warningJim Bankoski1-1/+4
2014-08-21vpx_temporal_svc_encoder.c : removed dead assignment.Jim Bankoski1-6/+5
2014-08-15set_maps: Flush encoder.Dmitry Kovalev1-5/+14
2014-08-15vp8cx_set_ref: Flush encoder.Dmitry Kovalev1-5/+13
2014-08-14Add an adaptive denoising mode.Marco Paniconi1-1/+2
2014-08-11Implementing right flushing for simple_encoder.Dmitry Kovalev1-7/+14
2014-07-29vp8: Add an aggressive denoising mode.Marco Paniconi1-1/+1
2014-07-18temporal_svc sample encoder: setting for denoiser.Marco Paniconi1-1/+1
2014-07-15Merge "Renames interface field in VpxInterface"Deb Mukherjee9-23/+23
2014-07-15Renames interface field in VpxInterfaceDeb Mukherjee9-23/+23
2014-07-15vp8: Allow for on/off control of UV temporal denoiser.Marco Paniconi1-1/+9
2014-07-07Merge "Fix build for examples/vp8_multi_resolution_encoder."Marco Paniconi1-21/+3
2014-07-07Fix build for examples/vp8_multi_resolution_encoder.Marco Paniconi1-21/+3
2014-06-27Merge "[spatial svc] Remove encoding modes since we only need one mode at thi...Minghai Shang1-19/+4
2014-06-25[spatial svc] Remove encoding modes since we only need one mode at this time.Minghai Shang1-19/+4
2014-06-25[spatial svc]Remove key frame quantizer settings since key frame is decided b...Minghai Shang1-10/+4
2014-06-24[spatial svc]Implement lag in frames for spatial svcMinghai Shang1-3/+3
2014-05-22Merge "[spatial svc] Remove hard coded rc_end_usage setting"Minghai Shang1-0/+1
2014-05-21vpx_temporal_svc_encoder: fix memory leak on successJames Zern1-0/+1
2014-05-21[spatial svc] Remove hard coded rc_end_usage settingMinghai Shang1-0/+1
2014-05-15set_map.c: cleanup -wextra warningsYaowu Xu1-8/+10
2014-05-14Rename vpx_temporal_scalable_patterns.cTom Finegan1-1/+1
2014-05-13Rename vp9_spatial_scalable_encoder.Tom Finegan1-0/+0
2014-05-09Remove bitrotted example code: example_xmaTom Finegan1-193/+0
2014-05-07Remove decode_with_partial_drops example.Tom Finegan1-328/+0
2014-05-02[spatial svc] Use VPX_DL_GOOD_QUALITY for vp9_spatial_scalable_encoderMinghai Shang1-1/+1
2014-04-10Remove the unneeded output_framerate from svc.Marco Paniconi1-1/+1
2014-04-03Add codec control function for enabling frame_periodic_boost.Marco Paniconi1-0/+1