1. 42c2c6b vp8_cx_iface: delete 3 unused functions by James Zern · 9 years ago
  2. a046f56 vp8cx: remove deprecated reference/entropy controls by James Zern · 9 years ago
  3. 54d4895 vp8: change build_intra_predictors_mby_s to use vpx_dsp. by Ronald S. Bultje · 10 years ago
  4. 1c8567f Remove some trailing whitespaces by Debargha Mukherjee · 10 years ago
  5. c052309 vp8e_encode: check validate_config return by James Zern · 10 years ago
  6. 47c55ac Fix a typo by Yaowu Xu · 10 years ago
  7. d02aa04 Adds subsecond frame rates to webm by Johnny Klonaris · 10 years ago
  8. 976f7f4 VP8: For high overshoot, force drop frame and max-out QP. by Marco · 10 years ago
  9. 60b9f68 vp8/rdopt.h+onyx_int.h: add some missing prototypes by James Zern · 10 years ago
  10. d5d9289 Move shared SAD code to vpx_dsp by Johann · 10 years ago
  11. f274c21 vpx_mem: remove vpx_memcpy by James Zern · 10 years ago
  12. 14ef4ae Reorganize *_rtcd() calling conventions by Johann · 10 years ago
  13. 46ce695 Remove duplicate code from merge by Johann · 10 years ago
  14. fef91c9 vp[89]_cx_iface.c: remove obsolete ABI checks by James Zern · 10 years ago
  15. f29961d Add missing initializer to VP8 codec interface by Adrian Grange · 10 years ago
  16. 581731a vp8enc: Prevent out of bounds memory access. by Alex Converse · 10 years ago
  17. 80b344d Silence -Werror=unused-parameter by Johann · 10 years ago
  18. af898b5 Various updates to vp8. by Marco · 10 years ago
  19. 91998e6 Removing sz member from vpx_codec_priv. by Dmitry Kovalev · 11 years ago
  20. b08fab8 Consistent allocation of vpx_codec_alg_priv_t. by Dmitry Kovalev · 11 years ago
  21. 5acfafb Adds config opt for highbitdepth + misc. vpx by Deb Mukherjee · 11 years ago
  22. 73edeb0 Removing alg_priv from vpx_codec_priv struct. by Dmitry Kovalev · 11 years ago
  23. 48274c6 Removing extraconfig_map from vp8_cx_iface.c. by Dmitry Kovalev · 11 years ago
  24. eafa712 Merge "Replacing NOT_IMPLMENTED with NULL." by Dmitry Kovalev · 11 years ago
  25. cd6d984 Replacing NOT_IMPLMENTED with NULL. by Dmitry Kovalev · 11 years ago
  26. f2e6523 Removing iface pointer from vpx_codec_priv. by Dmitry Kovalev · 11 years ago
  27. 69dc876 Set uv_crop_height/width in all the places by Johann · 11 years ago
  28. 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
  29. a42b5c2 Removing legacy XMA features from libvpx. by Dmitry Kovalev · 11 years ago
  30. 8a774e1 Changes interface to avoid uninitialized warnings in vp9_cx_iface.c. by Jim Bankoski · 11 years ago
  31. 24c9d6a [spatial svc]Use #if instead of #ifdef on macro CONFIG_SPATIAL_SVC by Minghai Shang · 11 years ago
  32. f349b07 Rewrite functions related to first pass block stats by Pengchong Jin · 11 years ago
  33. e899859 [spatial svc]Implement alt reference frames by Minghai Shang · 11 years ago
  34. 8a8b662 Removing ctrl_id parameter from vpx_codec_control_fn_t. by Dmitry Kovalev · 11 years ago
  35. 947748e Fixing constant value used to calculate frame pts and duration. by Dmitry Kovalev · 11 years ago
  36. f7bd127 Enable vpxenc to specify internal coded frame size by Adrian Grange · 11 years ago
  37. 8c196b2 [svc] Add target bitrate settings for each layers. by Minghai Shang · 11 years ago
  38. 2554d57 Remove delete_first_pass_file. by Adrian Grange · 11 years ago
  39. ee5cf37 Remove duplicated code by Adrian Grange · 11 years ago
  40. 20abe59 Merge "API extensions and sample app for spacial scalable encoder" by Ivan Maltz · 12 years ago
  41. 01b35c3 API extensions and sample app for spacial scalable encoder by Ivan Maltz · 12 years ago
  42. e378a89 Support a constant quality mode in VP9 by Deb Mukherjee · 12 years ago
  43. 4fc6c88 yv12config: remove YUV_TYPE by James Zern · 12 years ago
  44. 7f7d135 Merge branch 'experimental' into master by John Koleszar · 12 years ago
  45. 81708cc Convert g_frame_parallel_decoding to control interface by John Koleszar · 12 years ago
  46. dfd89f2 Adding a frame parallel decoding mode by Deb Mukherjee · 12 years ago
  47. bc45f23 Upstream changes from Chromium Android Clang build. by Frank Galligan · 12 years ago
  48. a9c7597 support building vp8 and vp9 into a single lib by John Koleszar · 12 years ago
  49. d71ba03 silent compiling warnings for VC9 build by Yaowu Xu · 13 years ago
  50. 429743c fix timestamp calculation rollover w/altref by James Zern · 13 years ago
  51. 4066c8b multi-res: add drop_frame support by Yunqing Wang · 13 years ago
  52. 7f00997 multi-res: add parameter validity checking by Yunqing Wang · 13 years ago
  53. a6f4fc5 Remove unused parameter in encoder interface code by Yunqing Wang · 13 years ago
  54. b178fe7 Merge "disable lagged encoding in one-pass" by John Koleszar · 13 years ago
  55. 8df79e9 Remove threading dependencies with --disable-multithread by John Koleszar · 13 years ago
  56. 7b0b6a2 disable lagged encoding in one-pass by James Zern · 13 years ago
  57. 0164a1c Fix pedantic compiler warnings by John Koleszar · 13 years ago
  58. 965d868 Remove extra enum by Johann · 13 years ago
  59. 410ae57 Prevent external frame size changes in two-pass by John Koleszar · 13 years ago
  60. ad479a9 multi-res: modify memory allocation code by Yunqing Wang · 13 years ago
  61. eb5b965 Merge "multi-res: force Key frame sychronization" by Yunqing Wang · 13 years ago
  62. 65dd157 multi-res: force Key frame sychronization by Yunqing Wang · 13 years ago
  63. 92963df fix warnings for building on win32 by Scott Graham · 13 years ago
  64. 44d35f7 Merge branch 'origin/eider' into master by John Koleszar · 13 years ago
  65. c8f4c18 Use consistent range for VP8E_SET_NOISE_SENSITIVITY by John Koleszar · 13 years ago
  66. 2bf8fb5 remove deprecated pre-v0.9.0 API by John Koleszar · 13 years ago
  67. f039a85 Make global data const by Attila Nagy · 13 years ago
  68. 25a36d6 multi-res: restore v1.0.0 API by John Koleszar · 13 years ago
  69. d72c536 multi-res: restore v1.0.0 API by John Koleszar · 13 years ago
  70. 5948a02 Ports vpx_xcaler to new RTCD method by Attila Nagy · 13 years ago
  71. 9c41143 Adds a motion compensated temporal denoiser to the encoder. by Stefan Holmer · 13 years ago
  72. 52cf4dc Packing bitstream on-the-fly with delayed context updates by Attila Nagy · 13 years ago
  73. 51acb01 support changing resolution with vpx_codec_enc_config_set by John Koleszar · 13 years ago
  74. e479379 Fixed bugs in multi-layer code related to changing params by Adrian Grange · 13 years ago
  75. 2a0d7b1 Reduce the default kf_max_dist to 128. by Ralph Giles · 13 years ago
  76. b0056c3 Remove opaque pointer VP8_PTR by John Koleszar · 13 years ago
  77. c647ec4 Merge mr_pick_inter_mode and pick_inter_mode by Yunqing Wang · 13 years ago
  78. c1c47e8 add check to ensure that cq_level falls within min and max q by James Berry · 13 years ago
  79. aa7335e Multiple-resolution encoder by Yunqing Wang · 13 years ago
  80. bdd35c1 avoid resetting framerate during vpx_codec_enc_config_set() by John Koleszar · 13 years ago
  81. bac6c22 Fix: Increase default cx_data_size by James Berry · 13 years ago
  82. bc71511 Fix: check cx_data buffer prior to write by James Berry · 13 years ago
  83. 217591f Added rate-targeted temporal scalability by Adrian Grange · 14 years ago
  84. 1654ae9 Convert rc_max_intra_bitrate_pct to control by John Koleszar · 14 years ago
  85. b45065d cosmetics: consistently use [u]int64_t by James Zern · 14 years ago
  86. 0afcc76 encoder: don't set the fragment bit for the last partition by Attila Nagy · 14 years ago
  87. 37de0b8 Set VPX_FRAME_IS_DROPPABLE by John Koleszar · 14 years ago
  88. 7296b3f New ways of passing encoded data between encoder and decoder. by Stefan Holmer · 14 years ago
  89. cfbfd39 Merge "Change rc undershoot/overshoot semantics" by John Koleszar · 14 years ago
  90. aa926fb Add rc_max_intra_bitrate_pct control by John Koleszar · 14 years ago
  91. c99f9d7 Change rc undershoot/overshoot semantics by John Koleszar · 14 years ago
  92. fd09009 Merge "Fix encoder range check for frame width and height" by John Koleszar · 14 years ago
  93. 1aadced Fix encoder range check for frame width and height by Attila Nagy · 14 years ago
  94. 4fd81a9 Set cpu_used range to [-16, 16] in real-time mode by Yunqing Wang · 14 years ago
  95. ed40ff9 Removed firstpass motion map by Adrian Grange · 14 years ago
  96. eed2ce5 Merge "Fix counter of fixed keyframe distance" by John Koleszar · 14 years ago
  97. e6db21e Handle mem allocation failure in vp8e_init by Attila Nagy · 14 years ago
  98. 02321de Fix relative include paths by John Koleszar · 14 years ago
  99. ddacf1c vp8e_get_preview fixed for resized frames by James Berry · 14 years ago
  100. 4814016 Fix counter of fixed keyframe distance by Andoni Morales Alastruey · 14 years ago