1. 219f645 Add tune-content command line option by Alex Converse · 11 years ago
  2. 82eed66 Write VP9E_SET_TUNE_CONTENT to the correct location. by Alex Converse · 11 years ago
  3. a6aaab3 Merge "Use INTER_ALL for VAR based partitions for screencast material." by Alex Converse · 11 years ago
  4. b26d9ea Merge "Add a codec control option to tune for screen content." by Alex Converse · 11 years ago
  5. 0fa4777 Merge "Remove vp9_postproc_x86.h" by Johann · 11 years ago
  6. 92cdb96 Merge "Directly split the block in partition search" by Pengchong Jin · 11 years ago
  7. 74593c1 Directly split the block in partition search by Pengchong Jin · 11 years ago
  8. 7516abc Remove vp9_postproc_x86.h by Johann · 11 years ago
  9. 2be9ea6 Use INTER_ALL for VAR based partitions for screencast material. by Alex Converse · 11 years ago
  10. 572de92 Add a codec control option to tune for screen content. by Alex Converse · 11 years ago
  11. 854acfb Merge "[spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag for upper layers in first frame" by Minghai Shang · 11 years ago
  12. ba5c7ef Merge changes I4e2aeaef,Ie3e478ef by Jim Bankoski · 11 years ago
  13. 5971e89 Merge "Store first pass motion vector directions" by Pengchong Jin · 11 years ago
  14. 233e0cc Store first pass motion vector directions by Pengchong Jin · 11 years ago
  15. ef1023b Merge "Cosmetic indent fix in vp9_rd_pick_inter_mode_sb" by Jingning Han · 11 years ago
  16. 5de4368 [spatial svc]Enabl golden frame for base layer and fix wrong ref_frame_flag for upper layers in first frame by Minghai Shang · 11 years ago
  17. 395c934 Cosmetic indent fix in vp9_rd_pick_inter_mode_sb by Jingning Han · 11 years ago
  18. 5c41891 vpxdec warning errors addressed by Jim Bankoski · 11 years ago
  19. 128827d cast enums to int to avoid gcc warning in pred_common by Jim Bankoski · 11 years ago
  20. 63c1c3e energy -> int to avoid unsigned / signed mismatch by Jim Bankoski · 11 years ago
  21. 967c7c0 vp9_firstpass.c: fix unused static function by Jim Bankoski · 11 years ago
  22. 64126c3 set but unused var in vp9_rdopt by Jim Bankoski · 11 years ago
  23. 7f63dab break at the end of clauses with assert(0) to avoid gcc warning by Jim Bankoski · 11 years ago
  24. 3cf5908 uint8_t segment and skip to avoid signed / unsigned warnings by Jim Bankoski · 11 years ago
  25. c359146 avoid signed mismatch warning in gcc by Jim Bankoski · 11 years ago
  26. fffe476 Merge "frame_size_tests: cosmetics" by James Zern · 11 years ago
  27. ce896df Merge "vp9_entropy: inline comes first to avoid warning." by James Zern · 11 years ago
  28. 3a924f6 Merge "signed unsigned mismatch - warning error" by James Zern · 11 years ago
  29. 9c74e6a vp9_entropy: inline comes first to avoid warning. by Jim Bankoski · 11 years ago
  30. 1b6ac28 Merge "removed sign mismatch warning" by James Zern · 11 years ago
  31. 5f8fa13 Merge "Added vp9_sad8x8_neon()" by Frank Galligan · 11 years ago
  32. e04273f frame_size_tests: cosmetics by James Zern · 11 years ago
  33. 98165ec Neon version of vp9_sub_pixel_variance8x8(), by Scott LaVarnway · 11 years ago
  34. 5487b60 Merge "Neon version of vp9_sub_pixel_variance32x32()," by Frank Galligan · 11 years ago
  35. 545be78 Added vp9_sad8x8_neon() by Scott LaVarnway · 11 years ago
  36. 0f3689d signed unsigned mismatch - warning error by Jim Bankoski · 11 years ago
  37. 512f9b6 removed sign mismatch warning by Jim Bankoski · 11 years ago
  38. f94227c Merge "Skip calling vp9_block_energy when aq-mode is off" by Jingning Han · 11 years ago
  39. d39610a Merge "Require armv6/media when building armv7" by Johann · 11 years ago
  40. d5b8a1b Merge "Code cleanup in rdopt.c" by Yunqing Wang · 11 years ago
  41. 0e679a2 Merge "configure: remove multiple_arf experiment" by James Zern · 11 years ago
  42. bd72aa7 Merge "Changes interface to avoid uninitialized warnings in vp9_cx_iface.c." by James Zern · 11 years ago
  43. 1c3a80b Skip calling vp9_block_energy when aq-mode is off by Jingning Han · 11 years ago
  44. e589d8e Merge "Neon version of vp9_subtract_block()" by Frank Galligan · 11 years ago
  45. 678d747 Code cleanup in rdopt.c by Yunqing Wang · 11 years ago
  46. 8a4353b Merge "Remove third_party/libmkv" by Frank Galligan · 11 years ago
  47. b719d15 Merge "vp9_spatial_svc_encoder.sh: Disable existing tests, add a test that works." by Tom Finegan · 11 years ago
  48. b9839d2 Merge "vpxdec.sh: Refactor vpxdec()." by Tom Finegan · 11 years ago
  49. b924922 Merge "tools_common.sh: Move vpxdec() test support to vpxdec.sh" by Tom Finegan · 11 years ago
  50. 6f4b8dc Neon version of vp9_subtract_block() by Scott LaVarnway · 11 years ago
  51. a6a348b Merge "Refactor rd_pick_parition interface" by Jingning Han · 11 years ago
  52. 173a5c1 Remove third_party/libmkv by Frank Galligan · 11 years ago
  53. d39448e Neon version of vp9_sub_pixel_variance32x32(), by Scott LaVarnway · 11 years ago
  54. 8a774e1 Changes interface to avoid uninitialized warnings in vp9_cx_iface.c. by Jim Bankoski · 11 years ago
  55. e4eb033 vp9_spatial_svc_encoder.sh: Disable existing tests, add a test that works. by Tom Finegan · 11 years ago
  56. 3249f26 Merge "vp9_spatial_svc_encoder.sh: Prevent failures when ssvc is unavailable." by Tom Finegan · 11 years ago
  57. 06b64c5 vpxdec.sh: Refactor vpxdec(). by Tom Finegan · 11 years ago
  58. 6e0748e tools_common.sh: Move vpxdec() test support to vpxdec.sh by Tom Finegan · 11 years ago
  59. d6f3d7b Merge "configure.sh: avoid test -a/-o for compatibility" by James Zern · 11 years ago
  60. 166b623 vp9_spatial_svc_encoder.sh: Prevent failures when ssvc is unavailable. by Tom Finegan · 11 years ago
  61. a3b062c Merge "Chessboard pattern partition search" by Jingning Han · 11 years ago
  62. 7f29d22 Merge "Early termination after partition NONE is done in RD." by Pengchong Jin · 11 years ago
  63. f6bf5f5 Merge "Remove copy frame neon" by Johann · 11 years ago
  64. 5a0f112 Merge "Remove unused copy src frame function" by Johann · 11 years ago
  65. a984c86 Merge "Add test for vp8 copy frame" by Johann · 11 years ago
  66. d1403ea Merge "vp9_cx_iface: defer compressed data buffer alloc" by James Zern · 11 years ago
  67. 49866ba Early termination after partition NONE is done in RD. by Pengchong Jin · 11 years ago
  68. 81c2db5 Merge "Neon version of vp9_quantize_fp()" by Frank Galligan · 11 years ago
  69. c71b8a7 Merge changes I3513ae17,Ia0b51165,I461d8b3d by James Zern · 11 years ago
  70. 583ed85 Merge "decode_to_md5.sh: fix local md5 variable assignment" by James Zern · 11 years ago
  71. d82ff94 Refactor rd_pick_parition interface by Jingning Han · 11 years ago
  72. c034821 decode_to_md5.sh: fix local md5 variable assignment by James Zern · 11 years ago
  73. 347c8cf Merge "Fix to Visual Studio build error." by Marco Paniconi · 11 years ago
  74. ca2dcb7 Chessboard pattern partition search by Jingning Han · 11 years ago
  75. e9935a4 Merge "Clean up max/min allowed block size in rd_pick_partition" by Jingning Han · 11 years ago
  76. 22cf82a Merge "Use frame index directly in get_chessboard_index" by Jingning Han · 11 years ago
  77. e71adcd Merge "clear up cfg unused warning in vp9_pick_inter_mode" by Jim Bankoski · 11 years ago
  78. d4a37db Neon version of vp9_quantize_fp() by Scott LaVarnway · 11 years ago
  79. fbaa4b8 Fix to Visual Studio build error. by Marco Paniconi · 11 years ago
  80. 6647ca7 clear up cfg unused warning in vp9_pick_inter_mode by Jim Bankoski · 11 years ago
  81. 521cf7e Neon version of vp9_sub_pixel_variance16x16(), by Scott LaVarnway · 11 years ago
  82. 8753f9c configure.sh: avoid test -a/-o for compatibility by James Zern · 11 years ago
  83. d6fd229 make testdata: look for other variants of sha1sum by James Zern · 11 years ago
  84. 23fbef2 make testdata: fail if a sha1 fails or is missing by James Zern · 11 years ago
  85. fff4e26 test-data.sha1: add missing checksums by James Zern · 11 years ago
  86. d6cf6eb Merge "Remove 'local' from configure and configure.sh" by James Zern · 11 years ago
  87. 55f583f Merge "vpx_once: implement once() for OS/2" by James Zern · 11 years ago
  88. a798631 Merge "Makefile: add -mstackrealign to CFLAGS on OS/2 This prevents SIGSEGV of test_libvpx. Change-Id: I788743841469f4141bc8d29b1d1a8683cb00655c " by James Zern · 11 years ago
  89. 07fa6ad Remove 'local' from configure and configure.sh by KO Myung-Hun · 11 years ago
  90. f9f996b vpx_once: implement once() for OS/2 by KO Myung-Hun · 11 years ago
  91. c2c0251 vp9_cx_iface: defer compressed data buffer alloc by James Zern · 11 years ago
  92. 838b53b Merge "Remove the redundant index computation in the first pass" by Pengchong Jin · 11 years ago
  93. 24fbfa4 Require armv6/media when building armv7 by Johann · 11 years ago
  94. 1aa7a9d Merge "vp8: Add an aggressive denoising mode." by Marco Paniconi · 11 years ago
  95. 9180117 vp8: Add an aggressive denoising mode. by Marco Paniconi · 11 years ago
  96. 6646ea7 Clean up max/min allowed block size in rd_pick_partition by Jingning Han · 11 years ago
  97. c36f78b Use frame index directly in get_chessboard_index by Jingning Han · 11 years ago
  98. d19d222 Added vp9_fdct8x8_neon(), vp9_fdct8x8_1_neon() by Scott LaVarnway · 11 years ago
  99. 2926d24 Makefile: add -mstackrealign to CFLAGS on OS/2 by KO Myung-Hun · 11 years ago
  100. 6491065 Remove the redundant index computation in the first pass by Pengchong Jin · 11 years ago