1. 4c12046 Changes SvcContext_t to SvcContext by Deb Mukherjee · 10 years ago
  2. 0ba1542 Vidyo: Support for one-pass rc-enabled SVC encoder by Deb Mukherjee · 10 years ago
  3. 68b550f [spatial svc]Another workaround to avoid using prev_mi by Minghai Shang · 10 years ago
  4. 4680329 Revert "[spatial svc]Another workaround to avoid using prev_mi" by Paul Wilkins · 10 years ago
  5. c113457 [spatial svc]Another workaround to avoid using prev_mi by Minghai Shang · 10 years ago
  6. a30774c Adds support of 440 content. by Deb Mukherjee · 10 years ago
  7. a160d72 High-bitdepth bugfixes by Deb Mukherjee · 11 years ago
  8. 40479df Misc. high-bit-depth fixes by Deb Mukherjee · 11 years ago
  9. 209ee12 [spatial svc] Remove vpx_svc_parameters_t and the loop that sets it for each layer by Minghai Shang · 11 years ago
  10. 4f5b2b2 [spatial svc]Remove quantizers option. Use max/min quantizers for each layer. by Minghai Shang · 11 years ago
  11. 76885de [spatial svc] Use string for quantizers and scale-factors option in the test app by Minghai Shang · 11 years ago
  12. bb74a77 [spatial svc] Remove useless APIs and variables by Minghai Shang · 11 years ago
  13. e3fff31 [spatial svc] Output psnr for all layers in one packet. by Minghai Shang · 11 years ago
  14. 12aaff5 [spatial svc] Remove handling frame and stats packets in the codec by Minghai Shang · 11 years ago
  15. 56b9c64 Merge "Removing legacy compatibility layer." by Dmitry Kovalev · 11 years ago
  16. a8d44b9 [spatial svc]Add layer bitrates options and clean up parsing options from string by Minghai Shang · 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. 5acfafb Adds config opt for highbitdepth + misc. vpx by Deb Mukherjee · 11 years ago
  20. be3b08d [svc] Temporal svc with two pass rate control by Minghai Shang · 11 years ago
  21. 73edeb0 Removing alg_priv from vpx_codec_priv struct. by Dmitry Kovalev · 11 years ago
  22. d0e384e Merge "Passing const cfg pointer to vpx_codec_{dec,enc}_init_ver()." by Dmitry Kovalev · 11 years ago
  23. 42ad07a Merge "[spatial svc]Multiple frame context feature" by Minghai Shang · 11 years ago
  24. 4460965 Passing const cfg pointer to vpx_codec_{dec,enc}_init_ver(). by Dmitry Kovalev · 11 years ago
  25. d4a407c [spatial svc]Multiple frame context feature by Minghai Shang · 11 years ago
  26. f2e6523 Removing iface pointer from vpx_codec_priv. by Dmitry Kovalev · 11 years ago
  27. c1a769d Using functions from vpx_mem.h inside vpx_image.c. by Dmitry Kovalev · 11 years ago
  28. a6a997d vpx_internal_error -> fix -Wunused-function issues by Jim Bankoski · 11 years ago
  29. bcb97ec Merge "vpx_codec_decode: check data size" by James Zern · 11 years ago
  30. febdebf remove remaining references to XMA by James Zern · 11 years ago
  31. 6a2e9ef vpx_codec_decode: check data size by James Zern · 11 years ago
  32. 80656a1 Adds spatial-svc macros to code to allow disabling by Deb Mukherjee · 11 years ago
  33. a42b5c2 Removing legacy XMA features from libvpx. by Dmitry Kovalev · 11 years ago
  34. 8a774e1 Changes interface to avoid uninitialized warnings in vp9_cx_iface.c. by Jim Bankoski · 11 years ago
  35. 943e432 allow config options to limit max size of decode by Jim Bankoski · 11 years ago
  36. e899859 [spatial svc]Implement alt reference frames by Minghai Shang · 11 years ago
  37. 5820c5d Adds support for reading and writing 10/12-bit y4m by Deb Mukherjee · 11 years ago
  38. 79199e4 Reverting "Adds support for reading and writing 10/12-bit y4m" for now because of Mac Build Failure. by Dmitry Kovalev · 11 years ago
  39. 82dc133 Adds support for reading and writing 10/12-bit y4m by Deb Mukherjee · 11 years ago
  40. 83269ff Merge "[spatial svc] Remove encoding modes since we only need one mode at this time." by Minghai Shang · 11 years ago
  41. df38196 [spatial svc] Remove encoding modes since we only need one mode at this time. by Minghai Shang · 11 years ago
  42. 41b451e [spatial svc]Remove key frame quantizer settings since key frame is decided by rate control by Minghai Shang · 11 years ago
  43. 277338f [spatial svc]Implement lag in frames for spatial svc by Minghai Shang · 11 years ago
  44. 8a8b662 Removing ctrl_id parameter from vpx_codec_control_fn_t. by Dmitry Kovalev · 11 years ago
  45. 76bf681 Merge "[spatial svc] Remove hard coded rc_end_usage setting" by Minghai Shang · 11 years ago
  46. 652a3cc [spatial svc] Disable auto alt reference by Minghai Shang · 11 years ago
  47. 39aef40 [spatial svc] Remove hard coded rc_end_usage setting by Minghai Shang · 11 years ago
  48. 7af3440 [spatial svc] Remove some restrictions that are needed to improve the quality by Minghai Shang · 11 years ago
  49. 89f38d1 svc_encodeframe.c: change to use correct type by Yaowu Xu · 11 years ago
  50. 0affa0e [spatial svc] Fix one extra frame count during flush by Minghai Shang · 11 years ago
  51. d4124ea [svc] Fix issue for setting layers through ffmpeg by Minghai Shang · 11 years ago
  52. 6c3c66f [svc] Add min/max q and min/max bitrate in svc test app by Minghai Shang · 11 years ago
  53. d205335 [svc] Finalize spatial svc first pass rate control by Minghai Shang · 11 years ago
  54. 6c0565a svc_encodeframe: quiet -Warray-bounds warnings by James Zern · 11 years ago
  55. 6281a9a Adding type casts to remove C++ compiler errors. by Dmitry Kovalev · 11 years ago
  56. b0c146e [svc] 1. Add two pass RC options in vp9_spatial_scalable_encoder. by Minghai Shang · 11 years ago
  57. 0bbc7f9 Merge "[svc] Fix "possible loss of data", "division by zero" and "index 5 out of bounds for type" compiler warings" by Minghai Shang · 11 years ago
  58. d6321c3 Merge "Cleaning up vpx_codec_get_cx_data() function." by Dmitry Kovalev · 11 years ago
  59. e526c04 [svc] Fix "possible loss of data", "division by zero" and by Minghai Shang · 11 years ago
  60. 3a8deeb Merge "[svc] Add target bitrate settings for each layers." by Minghai Shang · 11 years ago
  61. 20da065 Merge "Change for adding QP settings for key frames" by Minghai Shang · 11 years ago
  62. e4118e2 Merge "Adding vpx_sse_to_psnr() function." by Dmitry Kovalev · 11 years ago
  63. 7d5bffc Adding vpx_sse_to_psnr() function. by Dmitry Kovalev · 11 years ago
  64. 74e1830 log overall psnr, average psnr, and overall mse by Ivan Maltz · 11 years ago
  65. 8c196b2 [svc] Add target bitrate settings for each layers. by Minghai Shang · 11 years ago
  66. c79bd22 Change for adding QP settings for key frames by Minghai Shang · 11 years ago
  67. aed2ca4 Fixed compilation on mingw with secure APIs enabled by default. by Jacek Caban · 11 years ago
  68. a4f30a5 Add VP9 decoder support for external frame buffers by Frank Galligan · 11 years ago
  69. 955b35d Cleaning up vpx_codec_get_cx_data() function. by Dmitry Kovalev · 11 years ago
  70. dd776e8 Fixing c++ compiler errors in svc_encodeframe.c. by Dmitry Kovalev · 11 years ago
  71. 6427930 Using vpx_codec_err_t instead of int. by Dmitry Kovalev · 11 years ago
  72. 4864ab2 Layer based rate control for CBR mode. by Marco Paniconi · 11 years ago
  73. 7ec838e Revert "Layer based rate control for CBR mode." by Marco Paniconi · 11 years ago
  74. 6be2b75 Layer based rate control for CBR mode. by Marco Paniconi · 11 years ago
  75. b1c72b6 Revert external frame buffer code. by Frank Galligan · 11 years ago
  76. 6efb0ab Fix to overflow in asan test (for vp8 encoder). by Marco Paniconi · 11 years ago
  77. 10f8916 Add support to pass in external frame buffers. by Frank Galligan · 11 years ago
  78. bbf61e3 Fix bug with put slice cb function. by Frank Galligan · 11 years ago
  79. 475d1d6 Modified spatial scalable encoder & unit tests by Adrian Grange · 11 years ago
  80. 1ed0e1b Move SVC per-frame loop from sample app into libvpx proper by Ivan Maltz · 11 years ago
  81. cd74a90 Revert "Merge "SVC improvements"" by James Zern · 11 years ago
  82. 663916c SVC improvements by Ivan Maltz · 11 years ago
  83. 88c8ff2 Modified resize unit test to output test vector by Adrian Grange · 12 years ago
  84. b088998 vp[89]_dx_iface: factorize vp8_mmap_*() by James Zern · 12 years ago
  85. 64bcffc Pack invisible frames without lengths by John Koleszar · 12 years ago
  86. 3a0cfb3 Merge "Packing Altref along with succeeding frame and length encoding frames" into experimental by John Koleszar · 12 years ago
  87. bc9670e Packing Altref along with succeeding frame and length encoding frames by Vignesh Venkatasubramanian · 12 years ago
  88. 83b1d90 vpx: merge with master by John Koleszar · 12 years ago
  89. c6b9039 Restyle code by John Koleszar · 13 years ago
  90. 6035da5 WebM Experimental Codec Branch Snapshot by Yaowu Xu · 13 years ago
  91. b433e12 Proposing an extension to the encoder and decoder interfaces. by Stefan Holmer · 14 years ago
  92. d04f852 Adding error-concealment to the decoder. by Stefan Holmer · 14 years ago
  93. 5db296d bug fix 32 bit matches 64 bit by James Berry · 14 years ago
  94. 2fced87 vpx_codec_dec_init: check that the iface is a decoder by John Koleszar · 14 years ago
  95. f42d52e documentation: minor cosmetics by James Zern · 14 years ago
  96. 72ebaff Avoid using an anonymous union. by Gaute Strokkenes · 14 years ago
  97. 67fb3a5 Implement error tracking in the decoder by Henrik Lundin · 14 years ago
  98. c4d7e5e Eliminate more warnings. by Timothy B. Terriberry · 14 years ago
  99. c2140b8 Use WebM in copyright notice for consistency by John Koleszar · 15 years ago
  100. 94c52e4 cosmetics: trim trailing whitespace by John Koleszar · 15 years ago