1. 6f7ab01 vp9: sync threads after a longjmp by James Zern · 10 years ago
  2. 1228433 Modify the frame context memory deallocation by Yunqing Wang · 10 years ago
  3. e886069 Merge "Totally remove prev_mi in VP9 decoder." by hkuang · 10 years ago
  4. 4cc7c5a Totally remove prev_mi in VP9 decoder. by hkuang · 10 years ago
  5. 2c95a3f Merge "Simplify interface of write_selected_tx_size and read_tx_size" by Hui Su · 10 years ago
  6. 709c634 Simplify interface of write_selected_tx_size and read_tx_size by Hui Su · 10 years ago
  7. 5557743 Bind motion vectors with frame buffer structure. by hkuang · 10 years ago
  8. 01900ed Merge changes I8a9c9019,Ic7b2faa3,I44d42a50,I3f3a3924,I10747b32,I31b49c9e by James Zern · 10 years ago
  9. 0148367 add vp9_loop_filter_data_reset by James Zern · 11 years ago
  10. 330a6b2 Merge "vp9_ethread: allocate frame contexts outside VP9_COMMON struct" by Yunqing Wang · 10 years ago
  11. 7c7e4d4 vp9_ethread: allocate frame contexts outside VP9_COMMON struct by Yunqing Wang · 10 years ago
  12. e3bf55d Correct the logic of ready_for_new_data. by hkuang · 10 years ago
  13. e9b8810 move LFWorkerData allocation to VP9LfSync by James Zern · 11 years ago
  14. 175c870 vp9_loop_filter_frame_mt: remove pbi dependency by James Zern · 11 years ago
  15. 69f11d2 vp9_loop_filter_frame_mt: pass planes directly by James Zern · 11 years ago
  16. eb3fdfb vp9_loop_filter_frame_mt: pass VP9LfSync directly by James Zern · 11 years ago
  17. ff3ae42 vp9: store TileWorkerData allocations separately by James Zern · 11 years ago
  18. cf60811 Merge "Correct the format." by hkuang · 10 years ago
  19. c1b0d0d Correct the format. by hkuang · 10 years ago
  20. 8fff2db Merge "Remove unnecessary local variable." by hkuang · 10 years ago
  21. c38a8ed Merge "Remove extra line." by hkuang · 10 years ago
  22. c7f9c71 Remove unnecessary local variable. by hkuang · 10 years ago
  23. dbe91de Remove extra line. by hkuang · 10 years ago
  24. 3304d4e Optimize the code to set the refernce frame right after reading the header. by hkuang · 10 years ago
  25. ca27459 Merge "Remove unnecessary code." by hkuang · 10 years ago
  26. 336e255 Merge "Remove unnecessary scale check in set_ref." by hkuang · 10 years ago
  27. 0e06c8f Remove unnecessary code. by hkuang · 10 years ago
  28. 1929c9b Rename highbitdepth functions to use highbd prefix by Deb Mukherjee · 10 years ago
  29. 15a3e5f Remove unnecessary scale check in set_ref. by hkuang · 10 years ago
  30. 27c9577 Merge "Take out repeated block width/height lookup functions" by Jingning Han · 11 years ago
  31. 29062db Merge "Add range checking for decoded coefficients." by Yaowu Xu · 11 years ago
  32. b66f701 Take out repeated block width/height lookup functions by Jingning Han · 11 years ago
  33. 9751aa1 Add range checking for decoded coefficients. by Yaowu Xu · 11 years ago
  34. fced63e Resolves some static analysis / undefined warnings by Deb Mukherjee · 11 years ago
  35. f809475 Merge "Make iscan and scan neighbor arrays static const." by Yaowu Xu · 11 years ago
  36. 9712bc6 Make iscan and scan neighbor arrays static const. by Yaowu Xu · 11 years ago
  37. a0befb9 Fix subsampling check for images 1 pixel wide/tall by Alex Converse · 11 years ago
  38. 9ed23de Miscellaneous decoder changes for high bitdepth by Deb Mukherjee · 11 years ago
  39. 993d10a Adds various high bit-depth encode functions by Deb Mukherjee · 11 years ago
  40. c70cea9 Remove mi_grid_* structures. by hkuang · 11 years ago
  41. 822b516 High bit-depth coefficient coding functions by Deb Mukherjee · 11 years ago
  42. 0d3c3d3 Adds high bitdepth convolve, interpred & scaling by Deb Mukherjee · 11 years ago
  43. 4f50635 Merge "Speeding up decode_coeffs()." by Dmitry Kovalev · 11 years ago
  44. 5cd0aab Adds high bitdepth quantization functions by Deb Mukherjee · 11 years ago
  45. adaec4d Speeding up decode_coeffs(). by Dmitry Kovalev · 11 years ago
  46. 10783d4 Adds high bitdepth transform functions and tests by Deb Mukherjee · 11 years ago
  47. 7ee073e vp9: wait for key/intra-only frame after corruption by James Zern · 11 years ago
  48. 2215d2f Merge changes If8887e1d,I36bfc9c8,I3d1e6c42 by James Zern · 11 years ago
  49. 6d65cb1 Merge changes I660c1b7f,Id3cdf6b6 by James Zern · 11 years ago
  50. a46ca6e vp9_loop_filter_frame_mt: defer allocations by James Zern · 11 years ago
  51. 958a15f vp9_loop_filter_alloc: reorder parameters by James Zern · 11 years ago
  52. a5da7de vp9_dthread: simplify loop_filter_row_worker signature by James Zern · 11 years ago
  53. f853117 vp9_decodeframe: simplify tile_work_hook signature by James Zern · 11 years ago
  54. b932c6c BITSTREAM CLARIFICATION: Forbid referencing across color spaces. by Alex Converse · 11 years ago
  55. 54bec09 Merge "Initializing intra modes without vpx_once()." by Dmitry Kovalev · 11 years ago
  56. 46faaee Merge changes I7b9f40dc,I76e74f2e by James Zern · 11 years ago
  57. 2886b91 Merge "vp9: skip loopfilter when the frame is corrupt" by James Zern · 11 years ago
  58. bb4950d vp9: correct context buffer resize check by James Zern · 11 years ago
  59. 440f509 vp9: fail decode if block/frame refs are corrupt by James Zern · 11 years ago
  60. bf778e7 Initializing intra modes without vpx_once(). by Dmitry Kovalev · 11 years ago
  61. 5acfafb Adds config opt for highbitdepth + misc. vpx by Deb Mukherjee · 11 years ago
  62. 0e361fb Merge "vp9: sync workers at the start of decode_tiles_mt()" by James Zern · 11 years ago
  63. fec40f9 vp9: fix m/t loop filter invalid free by James Zern · 11 years ago
  64. dbdff12 vp9: sync workers at the start of decode_tiles_mt() by James Zern · 11 years ago
  65. db8b1b7 vp9: skip loopfilter when the frame is corrupt by James Zern · 11 years ago
  66. cde790c vp9: fix crash in inline loopfilter w/corrupt file by James Zern · 11 years ago
  67. 4f27202 vp9: fix crash in mt loopfilter w/corrupt file by James Zern · 11 years ago
  68. 7b2177c Fix bug 837 (Part 2): Handle increase in frame width by Adrian Grange · 11 years ago
  69. 229f2aa Merge "[spatial svc]Add a few different encode frame tests." by Minghai Shang · 11 years ago
  70. e1b5d24 [spatial svc]Add a few different encode frame tests. by Minghai Shang · 11 years ago
  71. 1043474 Merge "vp9_copy_reference_dec: check ref frame index before use" by James Zern · 11 years ago
  72. a07d09f vp9_copy_reference_dec: check ref frame index before use by James Zern · 11 years ago
  73. 54f8cb7 Merge "Fix bug 837: realloc mode info buffers on resize" by Adrian Grange · 11 years ago
  74. 4e30565 Fix bug 837: realloc mode info buffers on resize by Adrian Grange · 11 years ago
  75. a6b7bd6 Merge "fixes several -Wunused-function warnings" by James Zern · 11 years ago
  76. f452961 fixes several -Wunused-function warnings by Jim Bankoski · 11 years ago
  77. 1ebf52d Common encode/decode function to get reference frame by Adrian Grange · 11 years ago
  78. 75b42a4 Remove coding_use_prev_mi member from VP9_COMMON by Adrian Grange · 11 years ago
  79. 09bf1d6 Changes hdr for profiles > 1 for intraonly frames by Deb Mukherjee · 11 years ago
  80. 899585e Fix reference frame size restrictions. by Jim Bankoski · 11 years ago
  81. b43b4fe Merge "Fix allocation of context buffers on frame resize" by Yaowu Xu · 11 years ago
  82. 9261e1a Changed validation of reference frame size by Yaowu Xu · 11 years ago
  83. 423e8a9 Fix allocation of context buffers on frame resize by Adrian Grange · 11 years ago
  84. 5926e7c Remove unfinished VP9 alpha channel. by Alex Converse · 11 years ago
  85. 765485c Add -DNDEBUG when config option debug is disabled by Yunqing Wang · 11 years ago
  86. 18a7f69 Re-introduce frame size check inadvertantly deleted by Adrian Grange · 11 years ago
  87. 727f384 Merge "Separates profile 2 into 2 profiles 2 and 3" by Deb Mukherjee · 11 years ago
  88. c447a50 Separates profile 2 into 2 profiles 2 and 3 by Deb Mukherjee · 11 years ago
  89. f68aaa3 Modified frame buffer handling by Adrian Grange · 11 years ago
  90. 943e432 allow config options to limit max size of decode by Jim Bankoski · 11 years ago
  91. 7be99c4 Merge "Fix show_existing_frame not decreasing frame buffer ref counter." by Adrian Grange · 11 years ago
  92. 0aa2af5 Fix show_existing_frame not decreasing frame buffer ref counter. by Alexander Voronov · 11 years ago
  93. 1f6aaed Merge "Some extra bit probability cleanups" by Deb Mukherjee · 11 years ago
  94. c147cf3 Add unit test to test tile decoding error handling. by hkuang · 11 years ago
  95. 6957e7a Some extra bit probability cleanups by Deb Mukherjee · 11 years ago
  96. 61c3338 call vp[89]_clear_system_state after longjmp by James Zern · 11 years ago
  97. 2d8339e Merge "vp9_decoder_remove: destroy common after thread shutdown" by James Zern · 11 years ago
  98. 2e0588b vp9_decoder_remove: destroy common after thread shutdown by James Zern · 11 years ago
  99. b84ee5a Merge "Move vp9_thread.* to common." by hkuang · 11 years ago
  100. 7c43fb6 Fix decoder handling of intra-only frames by Adrian Grange · 11 years ago