1. ccd9886 Fixing compilation error on Mac OS. by Dmitry Kovalev · 12 years ago
  2. 368c723 Change the encryption feature to use a callback for decryption. by Jeff Petkau · 12 years ago
  3. 8dd8287 Y4M input support for 4:2:2, 4:4:4, 4:4:4:4 by John Koleszar · 12 years ago
  4. 31ee193 Extension of segmentation to 8 segments. by Paul Wilkins · 12 years ago
  5. 672b75a Convert inv_tile_order to control interface by John Koleszar · 12 years ago
  6. 81708cc Convert g_frame_parallel_decoding to control interface by John Koleszar · 12 years ago
  7. 771fc83 Merge branch 'master' into experimental by John Koleszar · 12 years ago
  8. 26cec5c Basic encryption feature for libvpx. by Dmitry Kovalev · 12 years ago
  9. b3c350a Add VP9_GET_REFERENCE control by John Koleszar · 12 years ago
  10. 69c67c9 Merge master branch into experimental by John Koleszar · 12 years ago
  11. 89a206e Add support for tile rows. by Ronald S. Bultje · 12 years ago
  12. f496f60 Add tile column size limits (256 pixels min, 4096 pixels max). by Ronald S. Bultje · 12 years ago
  13. 1407bdc [WIP] Add column-based tiling. by Ronald S. Bultje · 12 years ago
  14. dea1433 Added INT16_MIN and INT16_MAX for MSVC builds by Yaowu Xu · 12 years ago
  15. 75f647f WIP: Multiple decoder instances support by Scott LaVarnway · 12 years ago
  16. dfd89f2 Adding a frame parallel decoding mode by Deb Mukherjee · 12 years ago
  17. 24bc1a7 Use INT64_MAX instead of LLONG_MAX by John Koleszar · 12 years ago
  18. 16810c1 Merge branch 'vp9-preview' of review:webm/libvpx by John Koleszar · 12 years ago
  19. d034bfa avoid redefining DECLSPEC_DEPRECATED by James Zern · 12 years ago
  20. 999f31f Move documentation file list to relevant make file by Johann · 12 years ago
  21. 7c7801e Each make file is responsible for its own directory by Johann · 12 years ago
  22. 64bcffc Pack invisible frames without lengths by John Koleszar · 12 years ago
  23. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  24. 3a0cfb3 Merge "Packing Altref along with succeeding frame and length encoding frames" into experimental by John Koleszar · 12 years ago
  25. bc9670e Packing Altref along with succeeding frame and length encoding frames by Vignesh Venkatasubramanian · 12 years ago
  26. 7b8dfcb Rough merge of master into experimental by John Koleszar · 12 years ago
  27. 83b1d90 vpx: merge with master by John Koleszar · 12 years ago
  28. 4b2c2b9 Rename vp8/ codec directory to vp9/. by Ronald S. Bultje · 12 years ago
  29. fd084b2 Shut up warnings added by -Wundef by Daniel Kang · 13 years ago
  30. 903efe8 Added unit test of vp8_set_roimap() by Paul Wilkins · 13 years ago
  31. 1b16e74 Dll build of libvpx by Jim Bankoski · 13 years ago
  32. c6b9039 Restyle code by John Koleszar · 13 years ago
  33. 7f00997 multi-res: add parameter validity checking by Yunqing Wang · 13 years ago
  34. a6f4fc5 Remove unused parameter in encoder interface code by Yunqing Wang · 13 years ago
  35. acd147c Build unit test driver from the default target by John Koleszar · 13 years ago
  36. e44ee38 Add lossless compression mode. by Hui Su · 13 years ago
  37. a87fb0d Alter comment on range of delta_q and delta_lf by Paul Wilkins · 13 years ago
  38. 8df79e9 Remove threading dependencies with --disable-multithread by John Koleszar · 13 years ago
  39. eb5b965 Merge "multi-res: force Key frame sychronization" by Yunqing Wang · 13 years ago
  40. 65dd157 multi-res: force Key frame sychronization by Yunqing Wang · 13 years ago
  41. 2bf8fb5 remove deprecated pre-v0.9.0 API by John Koleszar · 13 years ago
  42. 9f9cc8f Merge "Add VPX_TS_ prefix to MAX_LAYERS, MAX_PERIODICITY" into eider by John Koleszar · 13 years ago
  43. 25a36d6 multi-res: restore v1.0.0 API by John Koleszar · 13 years ago
  44. d8216b1 Merge "Fix compiler warnings" into eider by John Koleszar · 13 years ago
  45. d46ddd0 Add VPX_TS_ prefix to MAX_LAYERS, MAX_PERIODICITY by John Koleszar · 13 years ago
  46. 22ae140 Fix trailing commas in enums. by Timothy B. Terriberry · 13 years ago
  47. 28f5451 Fix trailing commas in enums. by Timothy B. Terriberry · 13 years ago
  48. 14c9fce Fix compiler warnings by Attila Nagy · 13 years ago
  49. d72c536 multi-res: restore v1.0.0 API by John Koleszar · 13 years ago
  50. c459d37 Allow disabling disabled codecs by Johann · 13 years ago
  51. 6b7cf30 doxy: fix conditional usage, ref warnings by James Zern · 13 years ago
  52. 46f9ad2 Experimental code base simplification. by Paul Wilkins · 13 years ago
  53. fa1a929 Allow to skip highest-resolution encoding in multi-resolution encoder by Yunqing Wang · 13 years ago
  54. 892e23a vp8d - function to check if a reference frame is used. by Jim Bankoski · 13 years ago
  55. 87aa846 Multiframe quality enhancement postprocessing by Deb Mukherjee · 13 years ago
  56. c4aeff9 Merge "vpx_integer.h: fix incorrect type emulation" by John Koleszar · 13 years ago
  57. 153eec4 Align image buffer in multiple-resolution encoder by Yunqing Wang · 13 years ago
  58. a4e410a vpx_integer.h: fix incorrect type emulation by John Koleszar · 13 years ago
  59. 254889c Merge "Allow aligning the raw image buffer" by Yunqing Wang · 13 years ago
  60. be5bbc9 Allow aligning the raw image buffer by Yunqing Wang · 13 years ago
  61. aa7335e Multiple-resolution encoder by Yunqing Wang · 13 years ago
  62. 1427205 Changing decoder input partition API to input fragments. by Stefan Holmer · 13 years ago
  63. 6505adf Bump ABI version number for temporal scalability by John Koleszar · 13 years ago
  64. 217591f Added rate-targeted temporal scalability by Adrian Grange · 13 years ago
  65. 87e570e Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  66. 1654ae9 Convert rc_max_intra_bitrate_pct to control by John Koleszar · 14 years ago
  67. 6907117 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  68. d98a5ed Revert "Disable __longjmp_chk protection" by John Koleszar · 14 years ago
  69. 2614b77 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  70. b73a369 Disable __longjmp_chk protection by John Koleszar · 14 years ago
  71. fe5765a Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  72. 4e4f835 use relative include path by Johann · 14 years ago
  73. 7296b3f New ways of passing encoded data between encoder and decoder. by Stefan Holmer · 14 years ago
  74. b433e12 Proposing an extension to the encoder and decoder interfaces. by Stefan Holmer · 14 years ago
  75. 4cb0ebe Adding support for independent partitions by Stefan Holmer · 14 years ago
  76. 54bc4fd Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  77. d04f852 Adding error-concealment to the decoder. by Stefan Holmer · 14 years ago
  78. 5c849a6 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  79. 814532a Merge "Use stdint.h for VS2010" by John Koleszar · 14 years ago
  80. 4ead98f Use stdint.h for VS2010 by John Koleszar · 14 years ago
  81. 89c3269 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  82. 5db296d bug fix 32 bit matches 64 bit by James Berry · 14 years ago
  83. 0a77e59 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  84. cfbfd39 Merge "Change rc undershoot/overshoot semantics" by John Koleszar · 14 years ago
  85. aa926fb Add rc_max_intra_bitrate_pct control by John Koleszar · 14 years ago
  86. cb3e0aa Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  87. c99f9d7 Change rc undershoot/overshoot semantics by John Koleszar · 14 years ago
  88. 4fd81a9 Set cpu_used range to [-16, 16] in real-time mode by Yunqing Wang · 14 years ago
  89. 5f6db35 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  90. 2fced87 vpx_codec_dec_init: check that the iface is a decoder by John Koleszar · 14 years ago
  91. 386ceca Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  92. 6795e25 Avoid misspelling "dependent". by Gaute Strokkenes · 14 years ago
  93. 54c59a0 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  94. aa4a90c Improve grammar in a comment. by Ralph Giles · 14 years ago
  95. 01eb7c2 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  96. 4a742e5 cosmetic: clean up comments for new vp8dx controls by John Koleszar · 14 years ago
  97. 1a7ce50 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  98. 8e17e82 documentation: minor updates to vp8 (en|de)coder by James Zern · 14 years ago
  99. f42d52e documentation: minor cosmetics by James Zern · 14 years ago
  100. 16bbf27 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago