1. 3fa28d5 More vp8/vp9 clean up by Yaowu Xu · 9 years ago
  2. 2967bf3 Merge changes from libvpx/master by cherry-pick by Johann · 9 years ago
  3. 6fe07a2 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  4. 26f6b21 remove visual studio < 2010 workarounds by James Zern · 9 years ago
  5. 5805a14 Merge bi-predictive frames to EXT_REFS by Zoe Liu · 9 years ago
  6. 72d4890 Add vp9 encoder API VP9E_GET_LEVEL to provide bitstream level by hui su · 9 years ago
  7. cf5083d Added an experiment "bidir_pred" for backward prediction by Zoe Liu · 9 years ago
  8. a63147a Fix --test-decode=warn to test mismatch by Zoe Liu · 9 years ago
  9. 84e3639 Revert "Extend the external fb interface to allocate individual planes." by James Zern · 9 years ago
  10. 04fdbdc5 Merge "Extend the external fb interface to allocate individual planes." by Daniele Castagna · 9 years ago
  11. 6dd7f2b Extend the external fb interface to allocate individual planes. by Daniele Castagna · 9 years ago
  12. 3c206ac Fix typos in control function for VP9E_SET_TARGET_LEVEL by hui su · 9 years ago
  13. 8e5e338 Add decoder APIs and unit tests in tile-coding experiment by Yunqing Wang · 9 years ago
  14. be3f069 Add VP9 encoder API for level specification. by hui su · 9 years ago
  15. 9aa2321 Revert "Skip inttypes.h on Darwin" by James Zern · 9 years ago
  16. 1bec0c5 Skip inttypes.h on Darwin by Brion Vibber · 9 years ago
  17. e2b451d Break exports for spatial_svc out to fix shared builds without it by Brion Vibber · 9 years ago
  18. 454989f Make superblock size variable at the frame level. by Geza Lore · 9 years ago
  19. c810740 Merge branch 'masterbase' into nextgenv2 by Yaowu Xu · 9 years ago
  20. bdcc140 Recover tile coding performance by Yunqing Wang · 9 years ago
  21. 490ba1a Port large scale tile coding features from nextgen. by Geza Lore · 9 years ago
  22. 699276e vp9-svc: Change default spatial bitrate allocation. by Marco · 9 years ago
  23. 7538501 Move PSNR related functions into vpx_dsp/psnr.c by Yaowu Xu · 9 years ago
  24. efe1b1d Set a max dB value for PSNR_HVS and FAST_SSIM by Yaowu Xu · 9 years ago
  25. 94322a9 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  26. abf58ec Vidyo patch: Changes to the scalability code. by Marco · 9 years ago
  27. c557efa Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  28. 1e6af9e Update IMAGE_ABI_VERSION which wasn't updated after color_range enum was introduced. by Sasi Inguva · 9 years ago
  29. 24e2b4c Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  30. f700950 Fix a spatial svc test crash by Debargha Mukherjee · 9 years ago
  31. ea78294 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  32. b0027b9 vp9-svc: Fix to allow setting qp-max/min per spatial and temporal layer. by Marco · 9 years ago
  33. fff6704 Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  34. 4fb2ba2 VP9-SVC: Allow frame dropping due to overshoot for spatial layers. by Marco · 9 years ago
  35. 4ac2ae3 Merge branch 'masterbase' into nextgenv2 by Yaowu Xu · 9 years ago
  36. 849e54c Merge "vp8cx: remove deprecated reference/entropy controls" by James Zern · 9 years ago
  37. a046f56 vp8cx: remove deprecated reference/entropy controls by James Zern · 9 years ago
  38. 5684295 Add a new enum type vpx_color_range_t by Yaowu Xu · 9 years ago
  39. 7dd7a7d vpx/*.h: add VPX_CTRL_* preproc defines by James Zern · 9 years ago
  40. 0b74e5d vpx/*.h, cosmetics: fix some typos by James Zern · 9 years ago
  41. 7c514e2 Merged branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  42. 812945a vp9/10: improve support for render_width/height. by Ronald S. Bultje · 9 years ago
  43. 730cdef Add SVC codec control to set frame flags and buffer indices. by Marco · 10 years ago
  44. eeb5ef0 Add support for color-range. by Ronald S. Bultje · 9 years ago
  45. eb53c69 Add cyclic refresh parameters to svc-layer context. by Marco · 10 years ago
  46. 465eace SVC sample encoder: Change some settings/update. by Marco · 10 years ago
  47. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago
  48. 8a64f51 clang/win: Make libvpx build with -Wunused-function. by Nico Weber · 10 years ago
  49. 130c0ec Added TODOs for two unused #defines by Yaowu Xu · 10 years ago
  50. e8a3abe Adds macros for new encoder controls by Debargha Mukherjee · 10 years ago
  51. 9852643 Expose params min-gf-interval/max-gf-interval by Debargha Mukherjee · 10 years ago
  52. bfb6d48 Add control to skip loop filter in VP9 decoder. by Frank Galligan · 10 years ago
  53. a8c5ab2 Remove ABI check for 1 pass CBR SVC. by Marco · 10 years ago
  54. 88fadaf Merge "Support building shared libraries on OS/2" by James Zern · 10 years ago
  55. 6d52fe2 Support building shared libraries on OS/2 by KO Myung-Hun · 11 years ago
  56. c139b81 Vidyo patch: Rate control for SVC, 1 pass CBR mode. by Marco · 10 years ago
  57. 976f7f4 VP8: For high overshoot, force drop frame and max-out QP. by Marco · 10 years ago
  58. d104b16 Remove the BUILD_LIBVPX variable from the build system. by Tom Finegan · 10 years ago
  59. 9670d76 Merge "VP9E_GET_ACTIVE_MAP API function." by Alex Converse · 10 years ago
  60. e865be9 Merge "fix static analysis warnings related to CHECK_MEM_ERROR" by James Zern · 10 years ago
  61. 4dcb839 VP9E_GET_ACTIVE_MAP API function. by Alex Converse · 10 years ago
  62. 7999c07 vp8cx.h: vpx/vpx_encoder.h -> ./vpx_encoder.h by James Zern · 10 years ago
  63. 1861340 put spatial svc behind an ABI check by James Zern · 10 years ago
  64. e4aa19a vpx/vpx_codec.h: bump ABI version by James Zern · 10 years ago
  65. 1ca2e4e vpx/vpx_encoder.h: bump ABI version by James Zern · 10 years ago
  66. 3ab1c02 fix static analysis warnings related to CHECK_MEM_ERROR by James Zern · 10 years ago
  67. a562e90 Fix comments for vpx_codec_enc_config_default() by Yaowu Xu · 10 years ago
  68. 268f106 Provide information on codec controls by Yaowu Xu · 10 years ago
  69. 5dd146c Added comment for vp9 only codec controls by Yaowu Xu · 10 years ago
  70. 4165290 Rename a vp9 only control with vp9e prefix by Yaowu Xu · 10 years ago
  71. cf54b88 Add VP9 decoder control to get frame size by Adrian Grange · 10 years ago
  72. 03bc5a3 Add two constant definitions by Yaowu Xu · 10 years ago
  73. be6aead Try again to merge branch 'frame-parallel' into master branch. by hkuang · 10 years ago
  74. a18da97 Revert "Merge branch 'frame-parallel' to enable frame parallel decode in master branch." by Johann · 10 years ago
  75. bde04ce Merge branch 'frame-parallel' to enable frame parallel decode in master branch. by hkuang · 10 years ago
  76. f5bbe24 Fix obvious misses in doxygen mainpage by Yaowu Xu · 10 years ago
  77. 1be4267 Fix color_space enum comments for doxygen by Yaowu Xu · 10 years ago
  78. 199951b Merge "Fix comments for doxygen" by Yaowu Xu · 10 years ago
  79. 9ace4f9 Fix comments for doxygen by Yaowu Xu · 10 years ago
  80. 5ca96f9 Merge "Clarify purpose of VP9_INVERT_TILE_DECODE_ORDER" by Yaowu Xu · 10 years ago
  81. 05d19e0 Merge "Add comments for two SVC related controls" by Yaowu Xu · 10 years ago
  82. 8119418 Merge "Add comments for two SVC related controls" by Yaowu Xu · 10 years ago
  83. 6fc7267 Merge "Add comments for control VP9E_SET_TUNE_CONTENT" by Yaowu Xu · 10 years ago
  84. f3c9272 Merge "Add comments for VP9E_SET_FRAME_PERIODIC_BOOST" by Yaowu Xu · 10 years ago
  85. 6f4d29c Clarify purpose of VP9_INVERT_TILE_DECODE_ORDER by Yaowu Xu · 10 years ago
  86. f7fd03f9 Merge "Fix comments for encoder controls" by Yaowu Xu · 10 years ago
  87. 3ca15a8 Add comments for two SVC related controls by Yaowu Xu · 10 years ago
  88. 193ca4b Add comments for two SVC related controls by Yaowu Xu · 10 years ago
  89. dc08b20 Add comments for control VP9E_SET_TUNE_CONTENT by Yaowu Xu · 10 years ago
  90. 4ab39e1 Add comments for VP9E_SET_FRAME_PERIODIC_BOOST by Yaowu Xu · 10 years ago
  91. 87c436f Fix comments for encoder controls by Yaowu Xu · 10 years ago
  92. e94b415 Add encoder control for setting color space by Yaowu Xu · 10 years ago
  93. 6b223fc Enable decoder to pass through color space info by Yaowu Xu · 10 years ago
  94. 9022ba3 Merge "Allow building multi-res encoder with --shared" by Johann · 10 years ago
  95. 7326185 Allow building multi-res encoder with --shared by Johann · 10 years ago
  96. c4f7079 Revert "Revert "Add support for setting byte alignment."" by Frank Galligan · 10 years ago
  97. 91471d6 Revert "Add support for setting byte alignment." by Paul Wilkins · 10 years ago
  98. 399823b Add support for setting byte alignment. by Frank Galligan · 10 years ago
  99. d05cf10 Add error handling for frame parallel decode and unit test for that. by hkuang · 10 years ago
  100. af898b5 Various updates to vp8. by Marco · 10 years ago