1. 0865e0d Cleaning up vp9_ratectl.c. by Dmitry Kovalev · 11 years ago
  2. 4f8a30b Converting vpx_temporal_scalable_patterns to use VpxVideoWriter. by Dmitry Kovalev · 11 years ago
  3. 9e41de4 Merge "Moving twopass_rc and FIRSTPASS_STATS to vp9_firstpass.h." by Dmitry Kovalev · 11 years ago
  4. 9ff89d9 vp8/encoder: Silence MSVC warnings in firstpass.c. by Tom Finegan · 11 years ago
  5. 74074c9 Merge "Fixing c++ compiler errors in svc_encodeframe.c." by Dmitry Kovalev · 11 years ago
  6. aadebc6 Merge "Parameter fixes for one-pass non-cbr mode" by Deb Mukherjee · 11 years ago
  7. dd776e8 Fixing c++ compiler errors in svc_encodeframe.c. by Dmitry Kovalev · 11 years ago
  8. b2209c3 Parameter fixes for one-pass non-cbr mode by Deb Mukherjee · 11 years ago
  9. f0e896c Merge "Remove out of date comment." by Adrian Grange · 11 years ago
  10. 6adaec4 Merge "Adding video reader/writer APIs." by Dmitry Kovalev · 11 years ago
  11. f91a099 Merge "Using vpx_codec_err_t instead of int." by Dmitry Kovalev · 11 years ago
  12. 005fc69 Finally removing "short" from transform names. by Dmitry Kovalev · 11 years ago
  13. 6427930 Using vpx_codec_err_t instead of int. by Dmitry Kovalev · 11 years ago
  14. 4d8ebc9 Merge "Adding is_mv_in() function." by Dmitry Kovalev · 11 years ago
  15. 4864ab2 Layer based rate control for CBR mode. by Marco Paniconi · 11 years ago
  16. 9602ed8 Merge "vp8_set_maps.c: silence some type warnings" by James Zern · 11 years ago
  17. 0901458 libmkv: fix Makefile. by Ralph Giles · 11 years ago
  18. 37e6fd3 Adding video reader/writer APIs. by Dmitry Kovalev · 11 years ago
  19. 7474aeb vp8_set_maps.c: silence some type warnings by James Zern · 11 years ago
  20. cebda1b Merge "vp8_scalable_patterns: silence a few warnings" by James Zern · 11 years ago
  21. 778d6ef Merge "examples.mk: build examples/*.c directly" by James Zern · 11 years ago
  22. 0addb60 Merge "configure: use -Werror when testing CXX flags w/clang" by James Zern · 11 years ago
  23. 06a28e9 Merge "update .gitignore" by James Zern · 11 years ago
  24. b3ea534 Merge "Removing redundant is_inter_mode() call." by Dmitry Kovalev · 11 years ago
  25. f32fa45 Merge "Cleaning up vp9_get_pred_context_single_ref_p1()." by Dmitry Kovalev · 11 years ago
  26. 4a1a791 Merge "Removing "_1d" suffix from mips transform code." by Dmitry Kovalev · 11 years ago
  27. 5eda0ea Merge "Renaming vp9_sad_c.c to vp9_sad.c." by Dmitry Kovalev · 11 years ago
  28. 1976dd6 Moving twopass_rc and FIRSTPASS_STATS to vp9_firstpass.h. by Dmitry Kovalev · 11 years ago
  29. a1cfcc0 Merge "Cleaning up encode_frame_to_data_rate()." by Dmitry Kovalev · 11 years ago
  30. 5f5c262 Merge "Cleaning up recode_loop_test()." by Dmitry Kovalev · 11 years ago
  31. 1811bc1 Merge "Cleaning up vp9_firstpass.c." by Dmitry Kovalev · 11 years ago
  32. 8fcac74 configure: use -Werror when testing CXX flags w/clang by James Zern · 11 years ago
  33. 7ad56bf Merge "Optimize bilinear sub-pixel filters in ssse3" by Yunqing Wang · 11 years ago
  34. 77bbcab examples.mk: build examples/*.c directly by James Zern · 11 years ago
  35. 6432ae4 Merge "Clamping active_{best, worst}_quality values." by Dmitry Kovalev · 11 years ago
  36. 66188f3 Cleaning up recode_loop_test(). by Dmitry Kovalev · 11 years ago
  37. aa77872 Remove out of date comment. by Adrian Grange · 11 years ago
  38. 2f05847 Cleaning up encode_frame_to_data_rate(). by Dmitry Kovalev · 11 years ago
  39. 9d477bd Merge "vpxdec: normalize frame size types" by James Zern · 11 years ago
  40. dce41c0 Cleaning up vp9_firstpass.c. by Dmitry Kovalev · 11 years ago
  41. 77f7f6a Merge "Removing unused SPEEDSTATS." by Dmitry Kovalev · 11 years ago
  42. 340f0c9 Merge "Remove delete_first_pass_file." by Adrian Grange · 11 years ago
  43. 3711491 Merge "gen_msvs_proj: add trailing \ to IntDir" by James Zern · 11 years ago
  44. 2fb81fb Merge "One-pass rate control cleanups/fixes/refactoring" by Deb Mukherjee · 11 years ago
  45. 724fefb Cleaning up vp9_get_pred_context_single_ref_p1(). by Dmitry Kovalev · 11 years ago
  46. a536237 Merge "Cleaning up vp9_get_pred_context_single_ref_p2()." by Dmitry Kovalev · 11 years ago
  47. 2554d57 Remove delete_first_pass_file. by Adrian Grange · 11 years ago
  48. 8b53947 Renaming vp9_sad_c.c to vp9_sad.c. by Dmitry Kovalev · 11 years ago
  49. faeb21d Removing unused SPEEDSTATS. by Dmitry Kovalev · 11 years ago
  50. 40e63d4 One-pass rate control cleanups/fixes/refactoring by Deb Mukherjee · 11 years ago
  51. dff7074 Merge "arm: Consistently use braces around doubleword arguments to vld" by Johann · 11 years ago
  52. 85bd720 Merge "arm: Use {} around quadword arguments to vld" by Johann · 11 years ago
  53. 9f528c5 Removing redundant is_inter_mode() call. by Dmitry Kovalev · 11 years ago
  54. 03bc491 arm: Consistently use braces around doubleword arguments to vld by Martin Storsjo · 11 years ago
  55. c2bb1aa arm: Use {} around quadword arguments to vld by Martin Storsjo · 11 years ago
  56. 95eae0c ads2gas.pl: Don't require perl to be in a fixed location by Martin Storsjo · 11 years ago
  57. 45c4533 ads2gas_apple.pl: Reduce differences to ads2gas.pl by Martin Storsjo · 11 years ago
  58. 7940f14 vp8_scalable_patterns: silence a few warnings by James Zern · 11 years ago
  59. 87ba705 update .gitignore by James Zern · 11 years ago
  60. 95c34c9 gen_msvs_proj: add trailing \ to IntDir by James Zern · 11 years ago
  61. 303c17e Merge "libmkv: Use uint64_t instead of UInt64." by James Zern · 11 years ago
  62. 75d7ee3 vpxdec: normalize frame size types by James Zern · 11 years ago
  63. be34c18 Merge "vp9_systemdependent.h: relocate system includes" by James Zern · 11 years ago
  64. d89f861 vp9_systemdependent.h: relocate system includes by James Zern · 11 years ago
  65. 0dc535e Merge "Adjust speed feature for --rt" by Yaowu Xu · 11 years ago
  66. 0c7e1a9 Merge "Removing DBG_PRNT_SEGMAP." by Dmitry Kovalev · 11 years ago
  67. fafd7d9 Merge "libmkv: constify codec_id." by James Zern · 11 years ago
  68. c1749e1 Adding is_mv_in() function. by Dmitry Kovalev · 11 years ago
  69. 8d7cd8e Merge "Removing unused estimate_cq() function." by Dmitry Kovalev · 11 years ago
  70. 96cabf8 Merge "Moving MBGRAPH_{MB, FRAME}_STATS structs to vp9_mbgraph.h." by Dmitry Kovalev · 11 years ago
  71. 041104a Merge "Renaming vp9_variance_c.c to vp9_variance.c." by Dmitry Kovalev · 11 years ago
  72. fce6a6a Merge "Replacing int_mv with MV." by Dmitry Kovalev · 11 years ago
  73. 4cbe8ec Merge "Inlinging get_next_chkpts macro in vp9_mcomp.c." by Dmitry Kovalev · 11 years ago
  74. 2b3b293 Merge "Removing SECTIONBITS_OUTPUT." by Dmitry Kovalev · 11 years ago
  75. e564343 libmkv: Use uint64_t instead of UInt64. by Ralph Giles · 11 years ago
  76. f3bd5d8 libmkv: constify codec_id. by Ralph Giles · 11 years ago
  77. b9fea16 Removing DBG_PRNT_SEGMAP. by Dmitry Kovalev · 11 years ago
  78. ec285c4 Merge "Ignore missing newline message" by Johann · 11 years ago
  79. f498d92 Ignore missing newline message by Johann · 11 years ago
  80. c31cf0d Merge "Moving x1 & y1 calculation under if condition." by Dmitry Kovalev · 11 years ago
  81. 948fe93 Merge "With on demand border extension, clamping the MV is not longer needed." by hkuang · 11 years ago
  82. 9d6d35c Renaming vp9_variance_c.c to vp9_variance.c. by Dmitry Kovalev · 11 years ago
  83. b0fec6a With on demand border extension, clamping the MV is not longer needed. by hkuang · 11 years ago
  84. e829487 Removing unused estimate_cq() function. by Dmitry Kovalev · 11 years ago
  85. 71faaa5 Merge "One-pass rate control fixes and cleanups" by Deb Mukherjee · 11 years ago
  86. b024688 Merge "Remove duplicated code" by Adrian Grange · 11 years ago
  87. 35ee7f5 One-pass rate control fixes and cleanups by Deb Mukherjee · 11 years ago
  88. ee5cf37 Remove duplicated code by Adrian Grange · 11 years ago
  89. d1961e6 Optimize bilinear sub-pixel filters in ssse3 by Yunqing Wang · 11 years ago
  90. 2b7338a Merge "vp9_filter.h: rename interp_kernel type" by James Zern · 11 years ago
  91. 0669cd5 Merge "vp9/encoder: fix function prototypes" by James Zern · 11 years ago
  92. 0a0c293 Merge changes I9ebfeb49,I2e2f9bb6 by James Zern · 11 years ago
  93. ac94505 Merge changes Ic362b088,I1c65c2aa by James Zern · 11 years ago
  94. 084c49a Adjust speed feature for --rt by Yaowu Xu · 11 years ago
  95. 5daaff5 Moving x1 & y1 calculation under if condition. by Dmitry Kovalev · 11 years ago
  96. 64cca45 Cleaning up vp9_get_pred_context_single_ref_p2(). by Dmitry Kovalev · 11 years ago
  97. 9fca1ce Replacing int_mv with MV. by Dmitry Kovalev · 11 years ago
  98. 3ffb204 Merge "Removing ENC_DEBUG." by Dmitry Kovalev · 11 years ago
  99. 469b530 Merge "Build fix with config internal stats" by Yongzhe Wang · 11 years ago
  100. cca4276 vp9_filter.h: rename interp_kernel type by James Zern · 11 years ago