1. 80b344d Silence -Werror=unused-parameter by Johann · 10 years ago
  2. af898b5 Various updates to vp8. by Marco · 10 years ago
  3. 91998e6 Removing sz member from vpx_codec_priv. by Dmitry Kovalev · 11 years ago
  4. b08fab8 Consistent allocation of vpx_codec_alg_priv_t. by Dmitry Kovalev · 11 years ago
  5. 5acfafb Adds config opt for highbitdepth + misc. vpx by Deb Mukherjee · 11 years ago
  6. 73edeb0 Removing alg_priv from vpx_codec_priv struct. by Dmitry Kovalev · 11 years ago
  7. 48274c6 Removing extraconfig_map from vp8_cx_iface.c. by Dmitry Kovalev · 11 years ago
  8. eafa712 Merge "Replacing NOT_IMPLMENTED with NULL." by Dmitry Kovalev · 11 years ago
  9. cd6d984 Replacing NOT_IMPLMENTED with NULL. by Dmitry Kovalev · 11 years ago
  10. f2e6523 Removing iface pointer from vpx_codec_priv. by Dmitry Kovalev · 11 years ago
  11. 69dc876 Set uv_crop_height/width in all the places by Johann · 11 years ago
  12. 136a022 [spatial svc]Remove CONFIG_SPATIAL_SVC for ss_enable_auto_alt_ref in vpx_codec_enc_cfg to fix heap-overflow issue in asan config by Minghai Shang · 11 years ago
  13. a42b5c2 Removing legacy XMA features from libvpx. by Dmitry Kovalev · 11 years ago
  14. 8a774e1 Changes interface to avoid uninitialized warnings in vp9_cx_iface.c. by Jim Bankoski · 11 years ago
  15. 24c9d6a [spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVC by Minghai Shang · 11 years ago
  16. f349b07 Rewrite functions related to first pass block stats by Pengchong Jin · 11 years ago
  17. e899859 [spatial svc]Implement alt reference frames by Minghai Shang · 11 years ago
  18. 8a8b662 Removing ctrl_id parameter from vpx_codec_control_fn_t. by Dmitry Kovalev · 11 years ago
  19. 947748e Fixing constant value used to calculate frame pts and duration. by Dmitry Kovalev · 11 years ago
  20. f7bd127 Enable vpxenc to specify internal coded frame size by Adrian Grange · 11 years ago
  21. 8c196b2 [svc] Add target bitrate settings for each layers. by Minghai Shang · 11 years ago
  22. 2554d57 Remove delete_first_pass_file. by Adrian Grange · 11 years ago
  23. ee5cf37 Remove duplicated code by Adrian Grange · 11 years ago
  24. 20abe59 Merge "API extensions and sample app for spacial scalable encoder" by Ivan Maltz · 12 years ago
  25. 01b35c3 API extensions and sample app for spacial scalable encoder by Ivan Maltz · 12 years ago
  26. e378a89 Support a constant quality mode in VP9 by Deb Mukherjee · 12 years ago
  27. 4fc6c88 yv12config: remove YUV_TYPE by James Zern · 12 years ago
  28. 7f7d135 Merge branch 'experimental' into master by John Koleszar · 12 years ago
  29. 81708cc Convert g_frame_parallel_decoding to control interface by John Koleszar · 12 years ago
  30. dfd89f2 Adding a frame parallel decoding mode by Deb Mukherjee · 12 years ago
  31. bc45f23 Upstream changes from Chromium Android Clang build. by Frank Galligan · 12 years ago
  32. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  33. d71ba03 silent compiling warnings for VC9 build by Yaowu Xu · 13 years ago
  34. 429743c fix timestamp calculation rollover w/altref by James Zern · 13 years ago
  35. 4066c8b multi-res: add drop_frame support by Yunqing Wang · 13 years ago
  36. 7f00997 multi-res: add parameter validity checking by Yunqing Wang · 13 years ago
  37. a6f4fc5 Remove unused parameter in encoder interface code by Yunqing Wang · 13 years ago
  38. b178fe7 Merge "disable lagged encoding in one-pass" by John Koleszar · 13 years ago
  39. 8df79e9 Remove threading dependencies with --disable-multithread by John Koleszar · 13 years ago
  40. 7b0b6a2 disable lagged encoding in one-pass by James Zern · 13 years ago
  41. 0164a1c Fix pedantic compiler warnings by John Koleszar · 13 years ago
  42. 965d868 Remove extra enum by Johann · 13 years ago
  43. 410ae57 Prevent external frame size changes in two-pass by John Koleszar · 13 years ago
  44. ad479a9 multi-res: modify memory allocation code by Yunqing Wang · 13 years ago
  45. eb5b965 Merge "multi-res: force Key frame sychronization" by Yunqing Wang · 13 years ago
  46. 65dd157 multi-res: force Key frame sychronization by Yunqing Wang · 13 years ago
  47. 92963df fix warnings for building on win32 by Scott Graham · 13 years ago
  48. 44d35f7 Merge branch 'origin/eider' into master by John Koleszar · 13 years ago
  49. c8f4c18 Use consistent range for VP8E_SET_NOISE_SENSITIVITY by John Koleszar · 13 years ago
  50. 2bf8fb5 remove deprecated pre-v0.9.0 API by John Koleszar · 13 years ago
  51. f039a85 Make global data const by Attila Nagy · 13 years ago
  52. 25a36d6 multi-res: restore v1.0.0 API by John Koleszar · 13 years ago
  53. d72c536 multi-res: restore v1.0.0 API by John Koleszar · 13 years ago
  54. 5948a02 Ports vpx_xcaler to new RTCD method by Attila Nagy · 13 years ago
  55. 9c41143 Adds a motion compensated temporal denoiser to the encoder. by Stefan Holmer · 13 years ago
  56. 52cf4dc Packing bitstream on-the-fly with delayed context updates by Attila Nagy · 13 years ago
  57. 51acb01 support changing resolution with vpx_codec_enc_config_set by John Koleszar · 13 years ago
  58. e479379 Fixed bugs in multi-layer code related to changing params by Adrian Grange · 13 years ago
  59. 2a0d7b1 Reduce the default kf_max_dist to 128. by Ralph Giles · 13 years ago
  60. b0056c3 Remove opaque pointer VP8_PTR by John Koleszar · 13 years ago
  61. c647ec4 Merge mr_pick_inter_mode and pick_inter_mode by Yunqing Wang · 13 years ago
  62. c1c47e8 add check to ensure that cq_level falls within min and max q by James Berry · 13 years ago
  63. aa7335e Multiple-resolution encoder by Yunqing Wang · 13 years ago
  64. bdd35c1 avoid resetting framerate during vpx_codec_enc_config_set() by John Koleszar · 13 years ago
  65. bac6c22 Fix: Increase default cx_data_size by James Berry · 13 years ago
  66. bc71511 Fix: check cx_data buffer prior to write by James Berry · 13 years ago
  67. 217591f Added rate-targeted temporal scalability by Adrian Grange · 13 years ago
  68. 1654ae9 Convert rc_max_intra_bitrate_pct to control by John Koleszar · 14 years ago
  69. b45065d cosmetics: consistently use [u]int64_t by James Zern · 14 years ago
  70. 0afcc76 encoder: don't set the fragment bit for the last partition by Attila Nagy · 14 years ago
  71. 37de0b8 Set VPX_FRAME_IS_DROPPABLE by John Koleszar · 14 years ago
  72. 7296b3f New ways of passing encoded data between encoder and decoder. by Stefan Holmer · 14 years ago
  73. cfbfd39 Merge "Change rc undershoot/overshoot semantics" by John Koleszar · 14 years ago
  74. aa926fb Add rc_max_intra_bitrate_pct control by John Koleszar · 14 years ago
  75. c99f9d7 Change rc undershoot/overshoot semantics by John Koleszar · 14 years ago
  76. fd09009 Merge "Fix encoder range check for frame width and height" by John Koleszar · 14 years ago
  77. 1aadced Fix encoder range check for frame width and height by Attila Nagy · 14 years ago
  78. 4fd81a9 Set cpu_used range to [-16, 16] in real-time mode by Yunqing Wang · 14 years ago
  79. ed40ff9 Removed firstpass motion map by Adrian Grange · 14 years ago
  80. eed2ce5 Merge "Fix counter of fixed keyframe distance" by John Koleszar · 14 years ago
  81. e6db21e Handle mem allocation failure in vp8e_init by Attila Nagy · 14 years ago
  82. 02321de Fix relative include paths by John Koleszar · 14 years ago
  83. ddacf1c vp8e_get_preview fixed for resized frames by James Berry · 14 years ago
  84. 4814016 Fix counter of fixed keyframe distance by Andoni Morales Alastruey · 14 years ago
  85. 2d03f07 validate min_q against max_q by John Koleszar · 14 years ago
  86. cb791aa Fix encoder real-time only configuration. by Attila Nagy · 14 years ago
  87. 339c512 Fix CQ range and experimental KF sizing changes. by Paul Wilkins · 14 years ago
  88. e0846c9 CQ Mode by Paul Wilkins · 14 years ago
  89. b0da9b3 Add psnr/ssim tuning option by John Koleszar · 14 years ago
  90. fd9f9dc allow dimensions as low as 1 pixel by Pascal Massimino · 14 years ago
  91. 79e2b1f Disable compile warning for ERROR macro by John Koleszar · 14 years ago
  92. 647df00 postproc : Re-work posproc calling to allow more flags. by Fritz Koenig · 14 years ago
  93. 45e6494 Change altref times to preceding pts+1. by Frank Galligan · 15 years ago
  94. bb7dd5b Move firstpass motion map to stats packet by John Koleszar · 14 years ago
  95. 1554272 Update arnr strength range form 1-6 to 0-6. by Frank Galligan · 15 years ago
  96. 8ee7284 Changed defaults & range checking for AltRef params by Adrian Grange · 15 years ago
  97. fa7a55b Add getter functions for the interface data symbols by John Koleszar · 15 years ago
  98. 2369068 Add high limit check for unsigned parameters by Guillermo Ballester Valor · 15 years ago
  99. c2140b8 Use WebM in copyright notice for consistency by John Koleszar · 15 years ago
  100. 76640f8 encoder: remove postproc dependency by James Zern · 15 years ago