1. 0ba1542 Vidyo: Support for one-pass rc-enabled SVC encoder by Deb Mukherjee · 10 years ago
  2. 86c36a5 [spatial svc] Make spatial svc working for one pass rate control by Minghai Shang · 10 years ago
  3. a349ee3 Resolves some lint errors by Deb Mukherjee · 10 years ago
  4. e4caf22 vp9_spatial_svc_encoder: fix -bit-depth arg parsing by James Zern · 10 years ago
  5. 4bad0e6 Adds highbitdepth support to svc examples by Deb Mukherjee · 11 years ago
  6. c9527aa examples/simple_decoder: Correct comments/remove unnecessary include. by Tom Finegan · 11 years ago
  7. 209ee12 [spatial svc] Remove vpx_svc_parameters_t and the loop that sets it for each layer by Minghai Shang · 11 years ago
  8. 4f5b2b2 [spatial svc]Remove quantizers option. Use max/min quantizers for each layer. by Minghai Shang · 11 years ago
  9. 76885de [spatial svc] Use string for quantizers and scale-factors option in the test app by Minghai Shang · 11 years ago
  10. bb1a236 Change the control function of VP9 denoiser. by JackyChen · 11 years ago
  11. e9b6c5f Merge "[spatial svc] Remove handling frame and stats packets in the codec" by Minghai Shang · 11 years ago
  12. fb285ba Merge "Adding lossless encoding example." by Dmitry Kovalev · 11 years ago
  13. 12aaff5 [spatial svc] Remove handling frame and stats packets in the codec by Minghai Shang · 11 years ago
  14. cb1f97e Adding lossless encoding example. by Dmitry Kovalev · 11 years ago
  15. 4e94dec examples/twopass_encoder: Use good quality. by Tom Finegan · 11 years ago
  16. 56b9c64 Merge "Removing legacy compatibility layer." by Dmitry Kovalev · 11 years ago
  17. 759afe5 Merge "[svc] Temporal svc with two pass rate control" by Minghai Shang · 11 years ago
  18. 9cdaa3d Removing legacy compatibility layer. by Dmitry Kovalev · 11 years ago
  19. be3b08d [svc] Temporal svc with two pass rate control by Minghai Shang · 11 years ago
  20. 296f2e6 Switching back to #define instead of static const int. by Dmitry Kovalev · 11 years ago
  21. 0c1b9c7 vp8_multi_resolution_encoder: Huge cleanup. by Dmitry Kovalev · 11 years ago
  22. 1e82bde twopass_encoder: Flush encoder. by Dmitry Kovalev · 11 years ago
  23. 393e5d9 twopass_encoder: Separate functions for first and second pass. by Dmitry Kovalev · 11 years ago
  24. 812506b set_maps: add exit to avoid uninitialized variable warning by Jim Bankoski · 11 years ago
  25. 339391a vpx_temporal_svc_encoder: initialize outfile to avoid warning by Jim Bankoski · 11 years ago
  26. 116aa2d vpx_temporal_svc_encoder.c : removed dead assignment. by Jim Bankoski · 11 years ago
  27. a8e674d set_maps: Flush encoder. by Dmitry Kovalev · 11 years ago
  28. 965af79 vp8cx_set_ref: Flush encoder. by Dmitry Kovalev · 11 years ago
  29. 8db245b Add an adaptive denoising mode. by Marco Paniconi · 11 years ago
  30. a4e85a5 Implementing right flushing for simple_encoder. by Dmitry Kovalev · 11 years ago
  31. 9180117 vp8: Add an aggressive denoising mode. by Marco Paniconi · 11 years ago
  32. 1094a11 temporal_svc sample encoder: setting for denoiser. by Marco Paniconi · 11 years ago
  33. f1f3d09 Merge "Renames interface field in VpxInterface" by Deb Mukherjee · 11 years ago
  34. f332c63 Renames interface field in VpxInterface by Deb Mukherjee · 11 years ago
  35. 21042c7 vp8: Allow for on/off control of UV temporal denoiser. by Marco Paniconi · 11 years ago
  36. c0061cc Merge "Fix build for examples/vp8_multi_resolution_encoder." by Marco Paniconi · 11 years ago
  37. 5f732c2 Fix build for examples/vp8_multi_resolution_encoder. by Marco Paniconi · 11 years ago
  38. 83269ff Merge "[spatial svc] Remove encoding modes since we only need one mode at this time." by Minghai Shang · 11 years ago
  39. df38196 [spatial svc] Remove encoding modes since we only need one mode at this time. by Minghai Shang · 11 years ago
  40. 41b451e [spatial svc]Remove key frame quantizer settings since key frame is decided by rate control by Minghai Shang · 11 years ago
  41. 277338f [spatial svc]Implement lag in frames for spatial svc by Minghai Shang · 11 years ago
  42. 76bf681 Merge "[spatial svc] Remove hard coded rc_end_usage setting" by Minghai Shang · 11 years ago
  43. 21a0371 vpx_temporal_svc_encoder: fix memory leak on success by James Zern · 11 years ago
  44. 39aef40 [spatial svc] Remove hard coded rc_end_usage setting by Minghai Shang · 11 years ago
  45. 7083560 set_map.c: cleanup -wextra warnings by Yaowu Xu · 11 years ago
  46. a77d6d0 Rename vpx_temporal_scalable_patterns.c by Tom Finegan · 11 years ago
  47. cea4167 Rename vp9_spatial_scalable_encoder. by Tom Finegan · 11 years ago
  48. 732e49b Remove bitrotted example code: example_xma by Tom Finegan · 11 years ago
  49. f06de3b Remove decode_with_partial_drops example. by Tom Finegan · 11 years ago
  50. d899a1c [spatial svc] Use VPX_DL_GOOD_QUALITY for vp9_spatial_scalable_encoder by Minghai Shang · 11 years ago
  51. a39b201 Remove the unneeded output_framerate from svc. by Marco Paniconi · 11 years ago
  52. 0eb88c9 Add codec control function for enabling frame_periodic_boost. by Marco Paniconi · 11 years ago
  53. ccdbbe0 vpx_temporal_pattern_encoder: add speed setting to command line. by Marco Paniconi · 11 years ago
  54. c217423 Merge "[svc] Add min/max q and min/max bitrate in svc test app" by Minghai Shang · 11 years ago
  55. 6c3c66f [svc] Add min/max q and min/max bitrate in svc test app by Minghai Shang · 11 years ago
  56. 03d7518 Merge "[svc] Finalize spatial svc first pass rate control" by Minghai Shang · 11 years ago
  57. 16c15c1 Log encoding time/fps in vpx_temporal_scalable_patterns by Marco Paniconi · 11 years ago
  58. d205335 [svc] Finalize spatial svc first pass rate control by Minghai Shang · 11 years ago
  59. 6b83884 In-frame q adjustment for cyclic background refresh. by Marco Paniconi · 11 years ago
  60. 61ecd7f Add VP9 support to the set maps example. by Alex Converse · 11 years ago
  61. b528d49 Make vp8_set_maps more flexible. by Alex Converse · 11 years ago
  62. 2740507 Merge "[svc] 1. Add two pass RC options in vp9_spatial_scalable_encoder. 2. Add read/write for RC stats file The two pass RC for svc does not work yet. This is just the first step. We need further development to make it working. Change-Id: I8ef0e177dff0b5ed3c97a916beea5123717cc6f2" by Minghai Shang · 11 years ago
  63. ee77a1a vp8cx_set_ref: fix variable assignment by James Zern · 11 years ago
  64. 87a3129 Merge "move resize_util.c to examples/" by James Zern · 11 years ago
  65. c3cd6b3 Merging force-keyframe example into simple_encoder. by Dmitry Kovalev · 11 years ago
  66. cb4eb79 Converting vp8cx_set_ref example to use new API. by Dmitry Kovalev · 11 years ago
  67. 98e16b1 move resize_util.c to examples/ by James Zern · 11 years ago
  68. 6440e29 Merge "Merging error-resilient example into simple_encoder." by Dmitry Kovalev · 11 years ago
  69. b0c146e [svc] 1. Add two pass RC options in vp9_spatial_scalable_encoder. by Minghai Shang · 11 years ago
  70. 2dad0e1 Adding sse_to_psnr function to tools_common.{h, c}. by Dmitry Kovalev · 11 years ago
  71. 20da065 Merge "Change for adding QP settings for key frames" by Minghai Shang · 11 years ago
  72. d32e000 Update some comments in vpx_temporal_scalable_patterns. by Marco Paniconi · 11 years ago
  73. c79bd22 Change for adding QP settings for key frames by Minghai Shang · 11 years ago
  74. 194e6f2 Merging error-resilient example into simple_encoder. by Dmitry Kovalev · 11 years ago
  75. c30cc9f vpx_temporal_scalable_patterns: fix to encoding_bitrate computation. by Marco Paniconi · 11 years ago
  76. 20eb5cb move vp9_spatial_scalable_encoder.c to examples/ by James Zern · 11 years ago
  77. 18e3415 Merge "twopass_encoder.c: Silence MSVC data loss warnings." by Tom Finegan · 11 years ago
  78. 8f69ce2 vpx_temporal_scalable_patterns: set rc_target_bitrate correct. by Marco Paniconi · 11 years ago
  79. 3fa7c9e Merge "vp8_set_maps.c: Silence signed/unsigned mismatch MSVC warnings." by James Zern · 11 years ago
  80. 34d02b0 vp8cx_set_ref.c: Silence MSVC data loss warning. by Tom Finegan · 11 years ago
  81. 560119c vp8_set_maps.c: Silence signed/unsigned mismatch MSVC warnings. by Tom Finegan · 11 years ago
  82. 3118aba twopass_encoder.c: Silence MSVC data loss warnings. by Tom Finegan · 11 years ago
  83. 33bb443 Merge "decode_with_drops.c: Cast away MSVC data loss warning." by James Zern · 11 years ago
  84. 68d4903 Merge "simple_decoder.c: Silence MSVC data loss warning." by James Zern · 11 years ago
  85. 8491e3c Merge "postproc.c: Cast away MSVC data loss warning." by James Zern · 11 years ago
  86. 1ea12f5 Merge "vpx_temporal_scalable_patterns.c: Silence MSVC warnings." by Tom Finegan · 11 years ago
  87. ebf4550 simple_decoder.c: Silence MSVC data loss warning. by Tom Finegan · 11 years ago
  88. a3c521e postproc.c: Cast away MSVC data loss warning. by Tom Finegan · 11 years ago
  89. 6811dbc decode_with_drops.c: Cast away MSVC data loss warning. by Tom Finegan · 11 years ago
  90. 14e3d31 Merge "error_resilient.c: Cast away MSVC data loss warning." by Tom Finegan · 11 years ago
  91. a63a8e1 Merge "decode_to_md5.c: Silence warning with cast." by Tom Finegan · 11 years ago
  92. fb8a2cf error_resilient.c: Cast away MSVC data loss warning. by Tom Finegan · 11 years ago
  93. 3d2f832 force_keyframe.c: Cast away MSVC data loss warning. by Tom Finegan · 11 years ago
  94. 7e1d0e3 vpx_temporal_scalable_patterns.c: Silence MSVC warnings. by Tom Finegan · 11 years ago
  95. fdf3bfa decode_to_md5.c: Silence warning with cast. by Tom Finegan · 11 years ago
  96. 49b4b72 Merge "Adapting vp8_set_maps.c example to use new APIs." by Dmitry Kovalev · 11 years ago
  97. e590e08 Fix target frame size setting, for 1pass cbr. by Marco Paniconi · 11 years ago
  98. 8837b02 Adapting vp8_set_maps.c example to use new APIs. by Dmitry Kovalev · 11 years ago
  99. f2d9525 Calling vpx_img_read() from vpx_temporal_scalable_patterns. by Dmitry Kovalev · 11 years ago
  100. 2eb499a Update to vpx_temporal_scalable_patterns test: by Marco Paniconi · 11 years ago