1. b73a369 Disable __longjmp_chk protection by John Koleszar · 14 years ago
  2. e83d36c Merge "Adjust full-pixel clamping and motion vector limit calculation" by Yunqing Wang · 14 years ago
  3. 40991fa Adjust full-pixel clamping and motion vector limit calculation by Yunqing Wang · 14 years ago
  4. 6ae12c4 Merge "clean up warnings when building arm with rtcd" by Johann · 14 years ago
  5. 973a9c0 Merge "Set VPX_FRAME_IS_DROPPABLE" by John Koleszar · 14 years ago
  6. 37de0b8 Set VPX_FRAME_IS_DROPPABLE by John Koleszar · 14 years ago
  7. b4f7008 Merge "Properly use GET_GOT/RESTORE_GOT when using GLOBAL()." by John Koleszar · 14 years ago
  8. c8a23ad Properly use GET_GOT/RESTORE_GOT when using GLOBAL(). by Ronald S. Bultje · 14 years ago
  9. ae8aa83 Merge "Copy macroblock data to a buffer before encoding it" by Yunqing Wang · 14 years ago
  10. 80c3bbf Merge "Bug fix in motion vector limit calculation" by Yunqing Wang · 14 years ago
  11. b748045 Bug fix in motion vector limit calculation by Yunqing Wang · 14 years ago
  12. 3e4a80c Merge "remove incorrect initialization" by Johann · 14 years ago
  13. 034cea5 Merge "guard against space/time distortion" by John Koleszar · 14 years ago
  14. bb0ca87 guard against space/time distortion by Johann · 14 years ago
  15. eacaabc Merge "Change to arf boost calculation." by Paul Wilkins · 14 years ago
  16. 11694aa Change to arf boost calculation. by Paul Wilkins · 14 years ago
  17. fe53107 remove incorrect initialization by Johann · 14 years ago
  18. 6611f66 clean up warnings when building arm with rtcd by Johann · 14 years ago
  19. 05239f0 vpxenc: prevent wraparound in the --rate-hist ringbuffer by John Koleszar · 14 years ago
  20. f3a13cb Merge "Use MAX_ENTROPY_TOKENS and ENTROPY_NODES more consistently" by John Koleszar · 14 years ago
  21. dc004e8 Merge "Avoid text relocations in ARM vp8 decoder" by Johann · 14 years ago
  22. 02c30cd Merge "utilize preload in ARMv6 MC/LPF/Copy routines" by Johann · 14 years ago
  23. 2d29457 Merge "respect alignment in arm asm files" by Johann · 14 years ago
  24. b32da7c Use MAX_ENTROPY_TOKENS and ENTROPY_NODES more consistently by John Koleszar · 14 years ago
  25. 9bcf07a Merge "Simplify decode_macroblock." by John Koleszar · 14 years ago
  26. 1456612 Merge "use relative include path" by John Koleszar · 14 years ago
  27. db6ee54 vpxenc: free resources by James Zern · 14 years ago
  28. 4e4f835 use relative include path by Johann · 14 years ago
  29. 81c0546 Simplify decode_macroblock. by Gaute Strokkenes · 14 years ago
  30. 7296b3f New ways of passing encoded data between encoder and decoder. by Stefan Holmer · 14 years ago
  31. b433e12 Proposing an extension to the encoder and decoder interfaces. by Stefan Holmer · 14 years ago
  32. 4cb0ebe Adding support for independent partitions by Stefan Holmer · 14 years ago
  33. e3f850e Avoid text relocations in ARM vp8 decoder by Mike Hommey · 14 years ago
  34. be99868 Fix after removal of B_MODE_INFO by Fritz Koenig · 14 years ago
  35. 8a9a11e Merge "configuration, support disabling any subset of ARM arch" by Johann · 14 years ago
  36. 2007c3b respect alignment in arm asm files by Johann · 14 years ago
  37. ba0822b Adding support for error concealment in multi-threaded decoding by Stefan Holmer · 14 years ago
  38. deca8cf Fixed initialization of frame buffer ref counters by Adrian Grange · 14 years ago
  39. 0d87098 Copy macroblock data to a buffer before encoding it by Yunqing Wang · 14 years ago
  40. db67dcb Revert "Reduce overshoot in 1 pass rate control" by John Koleszar · 14 years ago
  41. 259ea23 Merge "Fix parallel install" by John Koleszar · 14 years ago
  42. ac998ec Merge changes I2807b5a1,I59b020c2 by John Koleszar · 14 years ago
  43. c96f8e2 vpxenc: add rate histogram display by John Koleszar · 14 years ago
  44. 3fde996 vpxenc: add quantizer histogram display by John Koleszar · 14 years ago
  45. 2bd90c1 get/set reference buffer dimension check added by James Berry · 14 years ago
  46. 653e69e Fix parallel install by Alexis Ballier · 14 years ago
  47. 7649561 Merge "adjusting the calculation of errorperbit" by Yaowu Xu · 14 years ago
  48. 55c3963 Merge "Improved vp8dx_decode_bool" by Scott LaVarnway · 14 years ago
  49. 109c202 Merge "Remove unnecessary bounds checking in motion search" by Yunqing Wang · 14 years ago
  50. 6f23f24 configuration, support disabling any subset of ARM arch by Attila Nagy · 14 years ago
  51. 10ed60d adjusting the calculation of errorperbit by Yaowu Xu · 14 years ago
  52. 67a1f98 Improved vp8dx_decode_bool by Scott LaVarnway · 14 years ago
  53. 458fb8f utilize preload in ARMv6 MC/LPF/Copy routines by Taekhyun Kim · 14 years ago
  54. 2cd1c28 Remove unnecessary bounds checking in motion search by Yunqing Wang · 14 years ago
  55. a60fc41 Merge "Use SSE as BPRED distortion metric consistently" by John Koleszar · 14 years ago
  56. 87fd66b Assign boost to GF bit allocation if past frame had no ARF. by Ronald S. Bultje · 14 years ago
  57. eb645ab Merge "Disable specialcase for last frames if the sequence contains ARFs." by John Koleszar · 14 years ago
  58. d9959e3 Merge "gen_msvs_proj: write boolean for Debug attribute" by John Koleszar · 14 years ago
  59. 91b1672 gen_msvs_proj: write boolean for Debug attribute by James Zern · 14 years ago
  60. 5223016 Merge "Remove redundant check for KEY_FRAME in multithreaded decoder" by John Koleszar · 14 years ago
  61. 61599fb Use SSE as BPRED distortion metric consistently by John Koleszar · 14 years ago
  62. 1ade44b Merge "fix --disable-runtime-cpu-detect on x86" by John Koleszar · 14 years ago
  63. 299193d Disable specialcase for last frames if the sequence contains ARFs. by Ronald S. Bultje · 14 years ago
  64. e7e5a58 Guard vpx_config.h against multiple inclusions by Attila Nagy · 14 years ago
  65. c7e6aab Remove redundant check for KEY_FRAME in multithreaded decoder by Attila Nagy · 14 years ago
  66. 7be5b6d Merge "Populate bmi for B_PRED only" by Scott LaVarnway · 14 years ago
  67. 92b0e54 fix --disable-runtime-cpu-detect on x86 by Johann · 14 years ago
  68. bf6b314 Merge "Fix RT only build" by Paul Wilkins · 14 years ago
  69. 9909047 Fix RT only build by Tero Rintaluoma · 14 years ago
  70. 5405bd9 Update -linux-rvct targets by Tero Rintaluoma · 14 years ago
  71. 532c30c fix corrupt frame leak by James Zern · 14 years ago
  72. 223d1b5 Populate bmi for B_PRED only by Scott LaVarnway · 14 years ago
  73. e71a010 Calc ref_frame_cost once per frame by Scott LaVarnway · 14 years ago
  74. 66533b1 Fix make clean for asm offset files by Tero Rintaluoma · 14 years ago
  75. f3ba4c6 Merge "bug fix mode_info_context not initialized for error-resilient" by John Koleszar · 14 years ago
  76. 361717d remove one set of 16x16 variance funcations by Yaowu Xu · 14 years ago
  77. 45feea4 bug fix mode_info_context not initialized for error-resilient by James Berry · 14 years ago
  78. af49c11 Update keyframe activity in non-RD mode by John Koleszar · 14 years ago
  79. 79327be use GCC inline magic by Johann · 14 years ago
  80. baa17db Merge "Revert "Use shared object files for ELF"" by Johann · 14 years ago
  81. abb7c21 Revert "Use shared object files for ELF" by Johann · 14 years ago
  82. 8767ac3 Merge "vp8_pick_inter_mode: remove best_bmodes" by John Koleszar · 14 years ago
  83. 9e4df2b Merge "vp8_pick_intra_mode: correct returned rate" by John Koleszar · 14 years ago
  84. 254a748 Merge "Move RD intra block mode selection to rdopt.c" by John Koleszar · 14 years ago
  85. 001bd51 vp8_pick_inter_mode: remove best_bmodes by John Koleszar · 14 years ago
  86. dce6434 Merge "Removed unused function parameters" by Scott LaVarnway · 14 years ago
  87. 91907e0 vp8_pick_intra_mode: correct returned rate by John Koleszar · 14 years ago
  88. 69d8d38 Removed unused function parameters by Scott LaVarnway · 14 years ago
  89. 1fba1e3 Adjust errorperbit according to RDMULT in activity masking by Yaowu Xu · 14 years ago
  90. 5fafa2d Merge "Further activity masking changes:" by Yaowu Xu · 14 years ago
  91. 96a42aa Move RD intra block mode selection to rdopt.c by John Koleszar · 14 years ago
  92. e90d17d Move intra block mode selection to pickinter.c by John Koleszar · 14 years ago
  93. 4e81a68 Further activity masking changes: by Paul Wilkins · 14 years ago
  94. 7368dd4 Merge "remove redundant functions" by Yaowu Xu · 14 years ago
  95. 59129af Merge "adjust sad per bit constants" by Yaowu Xu · 14 years ago
  96. 221e00e adjust sad per bit constants by Yaowu Xu · 14 years ago
  97. 5c16647 Merge "Reduce overshoot in 1 pass rate control" by John Koleszar · 14 years ago
  98. 346358a Merge "Wrapped asserts in critical code with CONFIG_DEBUG" by Scott LaVarnway · 14 years ago
  99. afb84bb Merge "Removed unused function vp8_treed_read_num" by Scott LaVarnway · 14 years ago
  100. 8c2ee42 Merge "Use shared object files for ELF" by John Koleszar · 14 years ago