1. 42b6791 Allow for re-encoding frame if high overshoot. by Marco · 10 years ago
  2. 9852643 Expose params min-gf-interval/max-gf-interval by Debargha Mukherjee · 10 years ago
  3. d77f51b Add dynamic resize logic for 1 pass CBR. by Marco · 10 years ago
  4. 883fdd4 Fast feedback of bits on undershoot. by paulwilkins · 10 years ago
  5. 18b60af vp9: correct some function signatures by James Zern · 10 years ago
  6. e0786c2 Adjust ARF min and max interval. by paulwilkins · 10 years ago
  7. 23ebacd Auto-adaptive encoder frame resizing logic by Adrian Grange · 10 years ago
  8. f752da8 Change to update of rate control factors. by Paul Wilkins · 10 years ago
  9. 0bff1ef Bug when last group before forced key frame is short. by Paul Wilkins · 10 years ago
  10. 83fd189 Cyclic refresh: factor segment delta-q into rate control. by Marco Paniconi · 11 years ago
  11. ffa06b3 Prevent severe rate control errors in CBR mode by Yaowu Xu · 10 years ago
  12. 0d085eb Prepare for dynamic frame resizing in the recode loop by Adrian Grange · 10 years ago
  13. f7f0eaa Add adaptation option for VBR. by Paul Wilkins · 10 years ago
  14. a90255c Revert "Add adaptation option for VBR." by Alex Converse · 10 years ago
  15. 869d4ca Add adaptation option for VBR. by Paul Wilkins · 10 years ago
  16. c389b37 Substantial reworking of code for arf and kf groups. by Paul Wilkins · 11 years ago
  17. 5cd0aab Adds high bitdepth quantization functions by Deb Mukherjee · 11 years ago
  18. e899859 [spatial svc]Implement alt reference frames by Minghai Shang · 11 years ago
  19. 2e430cb Experiment for mid group second arf. by Paul Wilkins · 11 years ago
  20. 4a26b24 Using 2 instead of 3 elements for avg_frame_qindex array. by Dmitry Kovalev · 11 years ago
  21. 1cdc238 Adding buffer levels to RATE_CONTROL struct. by Dmitry Kovalev · 11 years ago
  22. d009c23 Merge "Re-factor some duplicate code." by Paul Wilkins · 11 years ago
  23. 39c91d8 Re-factor some duplicate code. by Paul Wilkins · 11 years ago
  24. edccfce Using 2 instead of 3 elements for last_q array. by Dmitry Kovalev · 11 years ago
  25. 0422747 Moving #defines to *.c from *.h. by Dmitry Kovalev · 11 years ago
  26. 3a5b7dd Merge "Add experimental VBR adaptation method." by Yaowu Xu · 11 years ago
  27. 07f86d0 Renaming VP9_CONFIG to VP9EncoderConfig. by Dmitry Kovalev · 11 years ago
  28. 085f76e Add experimental VBR adaptation method. by Paul Wilkins · 11 years ago
  29. 4e9529c Renaming av_per_frame_bandwidth to avg_frame_bandwidth. by Dmitry Kovalev · 11 years ago
  30. 335a18a Adding vp9_rc_update_framerate() function. by Dmitry Kovalev · 11 years ago
  31. a286ff8 Moving last_frame_type update out from vp9_rc_postencode_update. by Dmitry Kovalev · 11 years ago
  32. e9fb970 Merge "Moving init_rate_control() to vp9_ratectrl.{c, h}." by Dmitry Kovalev · 11 years ago
  33. 2914bcf Merge "vp9_firstpass: Get rid of magic number in bits per MB calculation" by Yaowu Xu · 11 years ago
  34. 91dbac1 Moving compute_qdelta functions into vp9_ratectrl.{h, c}. by Dmitry Kovalev · 11 years ago
  35. e7e426b Moving init_rate_control() to vp9_ratectrl.{c, h}. by Dmitry Kovalev · 11 years ago
  36. 22580c4 Moving {restore, save}_coding_context to vp9_onyx_if.c by Dmitry Kovalev · 11 years ago
  37. ded9e19 vp9_firstpass: Get rid of magic number in bits per MB calculation by Guillaume Martres · 11 years ago
  38. 97f4fb7 Rate ctrl changes to track target bitrates closer by Deb Mukherjee · 11 years ago
  39. 94800ae Merge "Moving setup_{key, inter}_frame() to vp9_onyx_if.c." by Dmitry Kovalev · 11 years ago
  40. 5b8c834 Initialization code cleanup. by Dmitry Kovalev · 11 years ago
  41. 20a40bd Moving setup_{key, inter}_frame() to vp9_onyx_if.c. by Dmitry Kovalev · 11 years ago
  42. 7866408 Move svc layer_context to separate file. by Marco Paniconi · 11 years ago
  43. d6b8709 Moving static_scene_max_gf_interval to RATE_CONTROL struct. by Dmitry Kovalev · 11 years ago
  44. 80ccb45 Merge "vp9_ratectrl - convert buffers to int64 to avoid casting" by Jim Bankoski · 11 years ago
  45. fb4f10a vp9_ratectrl - convert buffers to int64 to avoid casting by Jim Bankoski · 11 years ago
  46. e5dda3b vp9_ratectrl.h resolve visual studio warnings by Jim Bankoski · 11 years ago
  47. d23e339 Removes active_worst_quality feedback by Deb Mukherjee · 11 years ago
  48. 40e63d4 One-pass rate control cleanups/fixes/refactoring by Deb Mukherjee · 11 years ago
  49. 45d9925 Moving RATE_CONTROL struct to vp9_ratectrl.h. by Dmitry Kovalev · 11 years ago
  50. b453941 vp9/encoder: add extern "C" to headers by James Zern · 11 years ago
  51. 730ade4 Further rate control cleanups by Deb Mukherjee · 11 years ago
  52. 1b8b8b0 Updates for 1-pass CBR rate control. by Marco Paniconi · 11 years ago
  53. 1e59cbf Rate control changes on active_worst_quality by Deb Mukherjee · 11 years ago
  54. 52d2736 Further rate control cleanups by Deb Mukherjee · 11 years ago
  55. d17ac4f Continued rate control clean-ups by Deb Mukherjee · 11 years ago
  56. 25f1195 Some cleanups on rate control by Deb Mukherjee · 11 years ago
  57. f1781e8 Refactoring of rate control - part 1 by Deb Mukherjee · 11 years ago
  58. 12d57a9 Removing redundant 'extern' keyword. by Dmitry Kovalev · 12 years ago
  59. 97da8b8 Minor rate control refactoring and experiments. by Paul Wilkins · 12 years ago
  60. 548b4dd Code cleanup. by Dmitry Kovalev · 12 years ago
  61. 4cca47b Use standard integer types for pixel values and coefficients. by Ronald S. Bultje · 12 years ago
  62. 2b8dc06 google style guide include guards by Jim Bankoski · 12 years ago
  63. c678739 fixed includes to be fully specified by Jim Bankoski · 12 years ago
  64. fcccbcb Add vp9_ prefix to all vp9 files by John Koleszar · 12 years ago[Renamed (97%) from vp9/encoder/ratectrl.h]
  65. 4b2c2b9 Rename vp8/ codec directory to vp9/. by Ronald S. Bultje · 12 years ago[Renamed from vp8/encoder/ratectrl.h]
  66. 982deeb Change name of common top-level structures from VP8 to VP9. by Ronald S. Bultje · 12 years ago
  67. d115dbc Adjust style to match Google Coding Style a little more closely. by Ronald S. Bultje · 12 years ago
  68. f88558f Change encoder vp8_ and vp8cx_ public symbol prefixes to vp9_. by Ronald S. Bultje · 12 years ago
  69. c6b9039 Restyle code by John Koleszar · 13 years ago
  70. e0a338c Fix a bunch of warnings. by Christian Duvivier · 13 years ago
  71. a0be3fa Allow for frame overheads in min frame bandwidth. by Paul Wilkins · 13 years ago
  72. d39b5d0 Removal of Qindex LUTS. by Paul Wilkins · 13 years ago
  73. 81d2206 Move pick_frame_size() to ratectrl.c by John Koleszar · 14 years ago
  74. c2140b8 Use WebM in copyright notice for consistency by John Koleszar · 15 years ago
  75. 94c52e4 cosmetics: trim trailing whitespace by John Koleszar · 15 years ago
  76. 09202d8 LICENSE: update with latest text by John Koleszar · 15 years ago
  77. 0ea50ce Initial WebM release by John Koleszar · 15 years ago