1. 96ddc5c Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  2. fffa2a6 fixed stride in vp8_temporal_filter_predictors_mb_c by James Berry · 14 years ago
  3. c2b4316 Merge "correct cost for implicit bit in mvs" by John Koleszar · 14 years ago
  4. 9954d05 correct cost for implicit bit in mvs by John Koleszar · 14 years ago
  5. a39b5af Merge "Put more code under #if CONFIG_MULTITHREAD." by John Koleszar · 14 years ago
  6. 315e3c2 Put more code under #if CONFIG_MULTITHREAD. by Gaute Strokkenes · 14 years ago
  7. 85e79ce Merge "Added early breakout for vp8_rd_pick_intra4x4mby_modes" by Scott LaVarnway · 14 years ago
  8. c96031d Merge "vp8e_get_preview fixed for resized frames" by John Koleszar · 14 years ago
  9. 6e6b46d Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  10. e5aaac2 clean up bilinear filter by Johann · 14 years ago
  11. cc17629 Merge "build: Change to iOS SDK 4.2" by Fritz Koenig · 14 years ago
  12. 13db80c Added early breakout for vp8_rd_pick_intra4x4mby_modes by Scott LaVarnway · 14 years ago
  13. 40dcae9 clarify *_offsets.asm differences by Johann · 14 years ago
  14. 615c90c build: Change to iOS SDK 4.2 by Fritz Koenig · 14 years ago
  15. ddacf1c vp8e_get_preview fixed for resized frames by James Berry · 14 years ago
  16. 9683198 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  17. 3273c7b move one of the offset files by Johann · 14 years ago
  18. eaadfb5 Merge "Translates -g from LDFLAGS as --debug in armlink_adapter.sh" by John Koleszar · 14 years ago
  19. adaf2b6 Merge "remove unused dboolhuff code" by John Koleszar · 14 years ago
  20. 58d2e70 Fix link error in real-time mode by Yunqing Wang · 14 years ago
  21. 0905af3 Translates -g from LDFLAGS as --debug in armlink_adapter.sh by Attila Nagy · 14 years ago
  22. 318a14c Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  23. bb9c95e remove unused dboolhuff code by Johann · 14 years ago
  24. 350ffe8 Merge "Improve MV prediction in vp8_pick_inter_mode() for speed>3" by Yunqing Wang · 14 years ago
  25. 63fc44d correct quantizer initialization by John Koleszar · 14 years ago
  26. 6bf7e2c Merge "Remove duplicate loopfilter parameters." by John Koleszar · 14 years ago
  27. ffc6aee Remove duplicate loopfilter parameters. by Gaute Strokkenes · 14 years ago
  28. c0a9cbe Merge "Delay auto key frame insertion in realtime configuration" by John Koleszar · 14 years ago
  29. 16bbf27 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  30. bf5f585 Make vp8_adjust_mb_lf_value return the updated value rather than by Gaute Strokkenes · 14 years ago
  31. 209def2 Merge "Avoid using an anonymous union." by John Koleszar · 14 years ago
  32. 4aa12b6 Merge "Zero out block mv when an intra mode is selected" by Scott LaVarnway · 14 years ago
  33. a870315 Merge "Improved encoder threading" by Yunqing Wang · 14 years ago
  34. 72ebaff Avoid using an anonymous union. by Gaute Strokkenes · 14 years ago
  35. e5904f2 Delay auto key frame insertion in realtime configuration by Attila Nagy · 14 years ago
  36. 9aeb6ac Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  37. 07a7c08 Zero out block mv when an intra mode is selected by Scott LaVarnway · 14 years ago
  38. a5ecaca Removed unnecessary B_MODE_INFO memset. by Scott LaVarnway · 14 years ago
  39. b18df82 Moved rd calculation into vp8_pick_intra4x4mby_modes by Scott LaVarnway · 14 years ago
  40. 4e7e79f Removed intra_modes from vp8cx_encode_intra_macro_block by Scott LaVarnway · 14 years ago
  41. 385c2a7 Improved encoder threading by Attila Nagy · 14 years ago
  42. 76878a0 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  43. 9e7fec2 Removed prediction_error accumulation by Scott LaVarnway · 14 years ago
  44. 317f0da Removed last_auto_filter_prediction_error by Scott LaVarnway · 14 years ago
  45. 4a15e55 Possible bug in vp8cx_encode_intra_macro_block by Scott LaVarnway · 14 years ago
  46. 60fde4d Merge "Performance improvement of first pass" by Scott LaVarnway · 14 years ago
  47. 6d19d40 Merge "change the threshold of DC check for encode breakout" by Yaowu Xu · 14 years ago
  48. f6214d1 Merge "validate min_q against max_q" by John Koleszar · 14 years ago
  49. 2d03f07 validate min_q against max_q by John Koleszar · 14 years ago
  50. 933dfe0 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  51. 408a8ad Merge "Changed condition for using RD in Intra Mode" by Adrian Grange · 14 years ago
  52. 8f27959 change the threshold of DC check for encode breakout by Yaowu Xu · 14 years ago
  53. f3cb9ae Merge "Adds "armvX-none-rvct" targets" by Johann · 14 years ago
  54. 7cbe684 Improve MV prediction in vp8_pick_inter_mode() for speed>3 by Yunqing Wang · 14 years ago
  55. e9f513d Changed condition for using RD in Intra Mode by Adrian Grange · 14 years ago
  56. a4c887d Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  57. dcb23e2 Inconsistent distortion metric in vp8_rd_pick_intra_mbuv_mode by Paul Wilkins · 14 years ago
  58. 11a222f Adds "armvX-none-rvct" targets by Tero Rintaluoma · 14 years ago
  59. 73207a1 warning: pointer targets differ in signedness by Johann · 14 years ago
  60. 27000ed clean up implicit declaration warnings for neon by Johann · 14 years ago
  61. 8a5c255 Merge "Removed unused members from VP8_COMP" by Scott LaVarnway · 14 years ago
  62. bb30ffc Merge "Remove copies of same functions" by Yunqing Wang · 14 years ago
  63. 3ee4e1e Merge "Refine motion vector prediction for NEWMV mode" by Yunqing Wang · 14 years ago
  64. 3c18a2b Performance improvement of first pass by Scott LaVarnway · 14 years ago
  65. cac5440 Remove copies of same functions by Yunqing Wang · 14 years ago
  66. c4887da Removed unused members from VP8_COMP by Scott LaVarnway · 14 years ago
  67. 35bb74a Rationalize vp8_rd_pick_intra16x16mby_mode() by Paul Wilkins · 14 years ago
  68. e8e09d3 Merge "Correction to buffer update for non-viewable frames." by Paul Wilkins · 14 years ago
  69. 82266a1 Merge "cap the best quantizer for 2nd order DC" by Yaowu Xu · 14 years ago
  70. be3e0ff Merge "Adds vpx_vp8_enc_asm_offsets.c.o to OBJS-yes list" by John Koleszar · 14 years ago
  71. 0def48b Adds vpx_vp8_enc_asm_offsets.c.o to OBJS-yes list by Attila Nagy · 14 years ago
  72. a3f71cc Correction to buffer update for non-viewable frames. by Paul Wilkins · 14 years ago
  73. 2caa36a Merge "Fix for incorrect variable declaration." by Paul Wilkins · 14 years ago
  74. 999e155 cap the best quantizer for 2nd order DC by Yaowu Xu · 14 years ago
  75. 6c61e28 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  76. 53d8e9d Fix for incorrect variable declaration. by Fritz Koenig · 14 years ago
  77. 907e98f Merge "update sse2 regular quantizer" by Johann · 14 years ago
  78. 58f19cc Merge "move new neon subpixel function" by Johann · 14 years ago
  79. dcaaadd Refine motion vector prediction for NEWMV mode by Yunqing Wang · 14 years ago
  80. af7d23c Merge "Fix issue 262, vp8cx_pack_tokens_into_partitions_armv5" by Johann · 14 years ago
  81. 2168a94 move new neon subpixel function by Johann · 14 years ago
  82. 4e149bb Merge "Modify calling of NEON code in sub-pixel search" by Yunqing Wang · 14 years ago
  83. 3bf235a Fix issue 262, vp8cx_pack_tokens_into_partitions_armv5 by Attila Nagy · 14 years ago
  84. a69c189 Merge "Incorrect bit allocation in forced KF groups." by Paul Wilkins · 14 years ago
  85. 336aa0b Incorrect bit allocation in forced KF groups. by Paul Wilkins · 14 years ago
  86. e547ded Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  87. eb8b4d9 configure.sh fix for visual studio by James Berry · 14 years ago
  88. 0ee525d Added vp8_update_zbin_extra by Scott LaVarnway · 14 years ago
  89. d4797aa Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  90. d3e9409 Merge "Modify sub-pixel filters to eliminate unnecessary calculations" by Yunqing Wang · 14 years ago
  91. 0822a62 Modify sub-pixel filters to eliminate unnecessary calculations by Yunqing Wang · 14 years ago
  92. 0cdfef1 Modified static scene check. by Paul Wilkins · 14 years ago
  93. cbe07a7 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  94. 8064583 Further work to reduce pulsing. by Paul Wilkins · 14 years ago
  95. 4195532 Update configure scripts by Attila Nagy · 14 years ago
  96. 815e1e9 Fixed use of motion percentage in KF/GF group calc by Adrian Grange · 14 years ago
  97. 3ac80a7 Merge remote branch 'origin/master' into experimental by John Koleszar · 14 years ago
  98. 5b42ae0 experiment extending the quantizer range by Yaowu Xu · 14 years ago
  99. 06e7320 Merge "First pass loop bug." by Paul Wilkins · 14 years ago
  100. e867516 First pass loop bug. by Paul Wilkins · 14 years ago