1. 7a691f1 vpxenc: Silence MSVC warnings. by Tom Finegan · 11 years ago
  2. 4d6cd41 Merge "vpx_integer: Use inttypes.h in MSVC (2013 and later)." by Tom Finegan · 11 years ago
  3. 992500b Merge "Further one-pass vbr rate control changes" by Deb Mukherjee · 11 years ago
  4. 66bfc69 Merge "*.mk: s/\bUSE_X86INC/CONFIG_USE_X86INC/" by James Zern · 11 years ago
  5. 7320fdd vpx_integer: Use inttypes.h in MSVC (2013 and later). by Tom Finegan · 11 years ago
  6. 3da25f2 Merge "Merged two similar functions to reduce duplication" by Yaowu Xu · 11 years ago
  7. c761bd7 Merge "Cleaning up {simple, twopass}_encoder examples." by Dmitry Kovalev · 11 years ago
  8. 15fb551 Further one-pass vbr rate control changes by Deb Mukherjee · 11 years ago
  9. 52c1550 Merge "Cleaning up rd_check_segment_txsize() function." by Dmitry Kovalev · 11 years ago
  10. ae8bc7a Merge "add_warning(): remove dead store" by James Zern · 11 years ago
  11. 855070e Merged two similar functions to reduce duplication by Yaowu Xu · 11 years ago
  12. 352db1d Merge "Convert small static header functions to inline" by Jim Bankoski · 11 years ago
  13. 59ff7c6 Merge "Convert small static functions in header to inline.." by Jim Bankoski · 11 years ago
  14. 09d374f Merge "Convert small header functions to inline" by Jim Bankoski · 11 years ago
  15. da4df15 Merge "Convert header static functions to inline or make them global." by Jim Bankoski · 11 years ago
  16. 00c48ae Merge "Converted functions in header to INLINE..." by Jim Bankoski · 11 years ago
  17. adc84cf Merge "Convert functions to inline that are small ." by Jim Bankoski · 11 years ago
  18. 56090b2 Merge "Convert functions to inline that are in headers static." by Jim Bankoski · 11 years ago
  19. 3a4598c Merge "Converted function to inline" by Jim Bankoski · 11 years ago
  20. 2697d6c Merge "Converted short static functions to inline." by Jim Bankoski · 11 years ago
  21. 812bacc Some updates and fixes for layered CBR mode. by Marco Paniconi · 11 years ago
  22. 3c790ec Convert small static header functions to inline by Jim Bankoski · 11 years ago
  23. b5f59ea Convert small static functions in header to inline.. by Jim Bankoski · 11 years ago
  24. 7341725 Convert small header functions to inline by Jim Bankoski · 11 years ago
  25. 69f58b4 Convert header static functions to inline or make them global. by Jim Bankoski · 11 years ago
  26. 6a9e58c Converted functions in header to INLINE... by Jim Bankoski · 11 years ago
  27. 18c8dea Convert functions to inline that are small . by Jim Bankoski · 11 years ago
  28. 9768d0b Convert functions to inline that are in headers static. by Jim Bankoski · 11 years ago
  29. 99e4c50 Converted function to inline by Jim Bankoski · 11 years ago
  30. 3a3aa3f Converted short static functions to inline. by Jim Bankoski · 11 years ago
  31. 398f2f6 Cleaning up rd_check_segment_txsize() function. by Dmitry Kovalev · 11 years ago
  32. c04c313 add_warning(): remove dead store by James Zern · 11 years ago
  33. 7c8a666 Merge "vp9_dthread: interleave mutex/cond alloc+init" by James Zern · 11 years ago
  34. e876cf3 Merge "vp9/common: Silence MSVC warning in vp9_convolve.c." by Tom Finegan · 11 years ago
  35. e844624 Merge "Fixing undefined behavior vp9_peek_si()." by Dmitry Kovalev · 11 years ago
  36. b94d618 Merge "Removing references to nonexistent functions." by Dmitry Kovalev · 11 years ago
  37. ab4b17a Merge "Remove unnecessary local variables." by James Zern · 11 years ago
  38. cd0ffb4 Removing references to nonexistent functions. by Dmitry Kovalev · 11 years ago
  39. 22ee1b3 Merge "Cleaning up vp9_ratectl.c." by Dmitry Kovalev · 11 years ago
  40. 0865e0d Cleaning up vp9_ratectl.c. by Dmitry Kovalev · 11 years ago
  41. 0d43bd7 Bug fix in ssse3 quantize function by Yunqing Wang · 11 years ago
  42. 0f3cffa Fixing undefined behavior vp9_peek_si(). by Dmitry Kovalev · 11 years ago
  43. 592936b Cleaning up {simple, twopass}_encoder examples. by Dmitry Kovalev · 11 years ago
  44. 4f8a30b Converting vpx_temporal_scalable_patterns to use VpxVideoWriter. by Dmitry Kovalev · 11 years ago
  45. 9e41de4 Merge "Moving twopass_rc and FIRSTPASS_STATS to vp9_firstpass.h." by Dmitry Kovalev · 11 years ago
  46. bf79a4d vp9/common: Silence MSVC warning in vp9_convolve.c. by Tom Finegan · 11 years ago
  47. 9ff89d9 vp8/encoder: Silence MSVC warnings in firstpass.c. by Tom Finegan · 11 years ago
  48. 74074c9 Merge "Fixing c++ compiler errors in svc_encodeframe.c." by Dmitry Kovalev · 11 years ago
  49. aadebc6 Merge "Parameter fixes for one-pass non-cbr mode" by Deb Mukherjee · 11 years ago
  50. dd776e8 Fixing c++ compiler errors in svc_encodeframe.c. by Dmitry Kovalev · 11 years ago
  51. b2209c3 Parameter fixes for one-pass non-cbr mode by Deb Mukherjee · 11 years ago
  52. f0e896c Merge "Remove out of date comment." by Adrian Grange · 11 years ago
  53. 37d7cb6 Remove unnecessary local variables. by Adrian Grange · 11 years ago
  54. 6adaec4 Merge "Adding video reader/writer APIs." by Dmitry Kovalev · 11 years ago
  55. f91a099 Merge "Using vpx_codec_err_t instead of int." by Dmitry Kovalev · 11 years ago
  56. 4e44457 vp9_dthread: interleave mutex/cond alloc+init by James Zern · 11 years ago
  57. 005fc69 Finally removing "short" from transform names. by Dmitry Kovalev · 11 years ago
  58. 6427930 Using vpx_codec_err_t instead of int. by Dmitry Kovalev · 11 years ago
  59. 4d8ebc9 Merge "Adding is_mv_in() function." by Dmitry Kovalev · 11 years ago
  60. 4864ab2 Layer based rate control for CBR mode. by Marco Paniconi · 11 years ago
  61. 9602ed8 Merge "vp8_set_maps.c: silence some type warnings" by James Zern · 11 years ago
  62. 0901458 libmkv: fix Makefile. by Ralph Giles · 11 years ago
  63. 37e6fd3 Adding video reader/writer APIs. by Dmitry Kovalev · 11 years ago
  64. 7474aeb vp8_set_maps.c: silence some type warnings by James Zern · 11 years ago
  65. cebda1b Merge "vp8_scalable_patterns: silence a few warnings" by James Zern · 11 years ago
  66. 778d6ef Merge "examples.mk: build examples/*.c directly" by James Zern · 11 years ago
  67. 0addb60 Merge "configure: use -Werror when testing CXX flags w/clang" by James Zern · 11 years ago
  68. 06a28e9 Merge "update .gitignore" by James Zern · 11 years ago
  69. b3ea534 Merge "Removing redundant is_inter_mode() call." by Dmitry Kovalev · 11 years ago
  70. f32fa45 Merge "Cleaning up vp9_get_pred_context_single_ref_p1()." by Dmitry Kovalev · 11 years ago
  71. 4a1a791 Merge "Removing "_1d" suffix from mips transform code." by Dmitry Kovalev · 11 years ago
  72. 5eda0ea Merge "Renaming vp9_sad_c.c to vp9_sad.c." by Dmitry Kovalev · 11 years ago
  73. 1976dd6 Moving twopass_rc and FIRSTPASS_STATS to vp9_firstpass.h. by Dmitry Kovalev · 11 years ago
  74. a1cfcc0 Merge "Cleaning up encode_frame_to_data_rate()." by Dmitry Kovalev · 11 years ago
  75. 5f5c262 Merge "Cleaning up recode_loop_test()." by Dmitry Kovalev · 11 years ago
  76. 1811bc1 Merge "Cleaning up vp9_firstpass.c." by Dmitry Kovalev · 11 years ago
  77. 8fcac74 configure: use -Werror when testing CXX flags w/clang by James Zern · 11 years ago
  78. 7ad56bf Merge "Optimize bilinear sub-pixel filters in ssse3" by Yunqing Wang · 11 years ago
  79. 77bbcab examples.mk: build examples/*.c directly by James Zern · 11 years ago
  80. 6432ae4 Merge "Clamping active_{best, worst}_quality values." by Dmitry Kovalev · 11 years ago
  81. 66188f3 Cleaning up recode_loop_test(). by Dmitry Kovalev · 11 years ago
  82. aa77872 Remove out of date comment. by Adrian Grange · 11 years ago
  83. 2f05847 Cleaning up encode_frame_to_data_rate(). by Dmitry Kovalev · 11 years ago
  84. 9d477bd Merge "vpxdec: normalize frame size types" by James Zern · 11 years ago
  85. dce41c0 Cleaning up vp9_firstpass.c. by Dmitry Kovalev · 11 years ago
  86. 77f7f6a Merge "Removing unused SPEEDSTATS." by Dmitry Kovalev · 11 years ago
  87. 340f0c9 Merge "Remove delete_first_pass_file." by Adrian Grange · 11 years ago
  88. 3711491 Merge "gen_msvs_proj: add trailing \ to IntDir" by James Zern · 11 years ago
  89. 2fb81fb Merge "One-pass rate control cleanups/fixes/refactoring" by Deb Mukherjee · 11 years ago
  90. 724fefb Cleaning up vp9_get_pred_context_single_ref_p1(). by Dmitry Kovalev · 11 years ago
  91. a536237 Merge "Cleaning up vp9_get_pred_context_single_ref_p2()." by Dmitry Kovalev · 11 years ago
  92. 2554d57 Remove delete_first_pass_file. by Adrian Grange · 11 years ago
  93. 8b53947 Renaming vp9_sad_c.c to vp9_sad.c. by Dmitry Kovalev · 11 years ago
  94. faeb21d Removing unused SPEEDSTATS. by Dmitry Kovalev · 11 years ago
  95. 40e63d4 One-pass rate control cleanups/fixes/refactoring by Deb Mukherjee · 11 years ago
  96. dff7074 Merge "arm: Consistently use braces around doubleword arguments to vld" by Johann · 11 years ago
  97. 85bd720 Merge "arm: Use {} around quadword arguments to vld" by Johann · 11 years ago
  98. 9f528c5 Removing redundant is_inter_mode() call. by Dmitry Kovalev · 11 years ago
  99. 03bc491 arm: Consistently use braces around doubleword arguments to vld by Martin Storsjo · 11 years ago
  100. c2bb1aa arm: Use {} around quadword arguments to vld by Martin Storsjo · 11 years ago