1. 1f58dd8 Thread0 as master thread in enc multi-threading by Ravi Chaudhary · 6 years ago
  2. ebf96f4 Group parameters in AV1_COMMON into sub-structures by David Turner · 6 years ago
  3. 99e31c1 Fix enc row-mt for delta-q=2 by Ravi Chaudhary · 6 years ago
  4. 982ac04 Fix issues for palette content in enc row-mt by Ravi Chaudhary · 6 years ago
  5. 6bd5ccb Remove redundant memcpy in enc row-mt by Ravi Chaudhary · 6 years ago
  6. 00525ef Fix issues in multithreading for screen content by Ravi Chaudhary · 6 years ago
  7. e45fa2d Check the return value of the worker threads. by Wan-Teh Chang · 6 years ago
  8. 22d8ab3 refine memory in av1_rd_pick_inter_mode_sb() by wenyao.liu · 6 years ago
  9. 427e3b1 Cleanup functions that should be marked static by Sarah Parker · 6 years ago
  10. 0b3531a Fix allocation of workers for enc row-mt by Ravi Chaudhary · 6 years ago
  11. 90a15f4 Implement row based multi-threading of encoder by Ravi Chaudhary · 6 years ago
  12. 95ba1fa Modify hook function for enc row-mt by Ravi Chaudhary · 6 years ago
  13. 1cf7d16 Allocate ctxt for each thread in enc row-mt by Ravi Chaudhary · 6 years ago
  14. c5e7469 Add sync_read and sync_write for enc row-mt by Ravi Chaudhary · 6 years ago
  15. 40cdf13 Add dummy sync_read and sync_write for enc row-mt by Ravi Chaudhary · 6 years ago
  16. da4c872 Changes to facilitate hook function for enc row-mt by Ravi Chaudhary · 6 years ago
  17. 5d970f4 Make InterModesInfo tile-independent for enc row-mt by Ravi Chaudhary · 7 years ago
  18. 84a280a Add context update for enc row-mt by Ravi Chaudhary · 7 years ago
  19. 4d29ee8 Set thread names to help debugging. by Wan-Teh Chang · 7 years ago
  20. 8d2f577 Do not cast worker->hook function pointers. by Wan-Teh Chang · 7 years ago
  21. e58f6ec Add pointers to temp buffers in 'xd'. by Urvang Joshi · 7 years ago
  22. a497eb4 Refactor av1_init_tile_data function by Ravi Chaudhary · 7 years ago
  23. 0a4cfad decodeframe and reconinter_enc: Reduce stack use. by Urvang Joshi · 7 years ago
  24. 9ff9050 Refactor av1_encode_tiles_mt function by Ravi Chaudhary · 7 years ago
  25. 783d6a3 Fix enc multi-threading mismatch in screen content by Ravi Chaudhary · 7 years ago
  26. 0e4a098 Enable tile-row based multi-threading in Encoder by Ravi Chaudhary · 7 years ago
  27. 3f0cbf1 enc_worker_hook should return 1 on success. by Wan-Teh Chang · 7 years ago
  28. cc6a6ef Move FRAME_COUNTS to encoder side completely by Yue Chen · 7 years ago
  29. 3043799 Restrict number of workers in the encoder by Imdad Sardharwalla · 7 years ago
  30. 27deb38 Remove TOTAL_REFS_PER_FRAME by Zoe Liu · 7 years ago
  31. 1a79925 Reduce OBMC buffer size in multi-thread coding by Yue Chen · 7 years ago
  32. 5938ffc Remove OBMC_HIGH_PREC_BLENDING experiment by Yue Chen · 7 years ago
  33. 93c3502 Remove CONFIG_EXT_SKIP flag by Zoe Liu · 7 years ago
  34. 293f281 Remove intrabc experiment flag by Hui Su · 7 years ago
  35. b02c7c3 Fix buffer strides in OBMC by Yue Chen · 7 years ago
  36. 19d7601 Add high precision blending obmc by Yue Chen · 7 years ago
  37. b0ef6ff av1/encoder: apply clang-format v5.0.0 by Johann · 7 years ago
  38. 3558a8c Remove experimental flag of REF_ADAPT by Sebastien Alaiwan · 7 years ago
  39. a54057c intrabc: fix multithread encoding data race by Hui Su · 7 years ago
  40. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  41. d4d8b86 Update the experiment of ref-adapt by Zoe Liu · 7 years ago
  42. 8a5d343 Overwrite frame level skip mode flag if no usage by Zoe Liu · 7 years ago
  43. 1bc94fc Remove experimental flag of MOTION_VAR by Sebastien Alaiwan · 7 years ago
  44. 4879580 Remove experimental flag of GLOBAL_MOTION by Sebastien Alaiwan · 7 years ago
  45. fb83877 Remove compile guards for VAR_TX experiment by Sebastien Alaiwan · 7 years ago
  46. 6ea917e Remove CONFIG_CB4X4 config flags by Debargha Mukherjee · 7 years ago
  47. 4eafefe apply clang-format by clang-format · 8 years ago
  48. cad9fb5 Do not allocate leaf nodes in pc tree when CB4x4 is on by Hui Su · 8 years ago
  49. b53682f Remove probablity model for coeffecient tokens by hui su · 8 years ago
  50. c6300aa Remove PALETTE flag by Urvang Joshi · 8 years ago
  51. d9a812b Automatically turn on/off screen content tools by hui su · 8 years ago
  52. a0cc9aa Add missing accumulation cross threads by Yaowu Xu · 8 years ago
  53. d064cf0 Resolve extremely large stack alloc in rdopt by Jingning Han · 8 years ago
  54. 8ea3319 Remove VAR_BASED_PARTITION. by Thomas Daede · 8 years ago
  55. 770e656 Support multi-thread encoding for var-tx by Jingning Han · 8 years ago
  56. 5d49314 Palette: avoid memory leak with encoder buffers by hui su · 8 years ago
  57. a575d23 Make global motion multithreaded by Debargha Mukherjee · 8 years ago
  58. 006ff4b Change to initialize correct thread_data by Yaowu Xu · 8 years ago
  59. 5802ebe Add code to output counts for an encode run by Debargha Mukherjee · 8 years ago
  60. bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
  61. 8c1e57c Change 2 motion search counts to be tile data by Yunqing Wang · 8 years ago
  62. b100db7 Wrap palette code inside CONFIG_PALETTE flag. by Urvang Joshi · 8 years ago
  63. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  64. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (97%) from vp10/encoder/ethread.c]
  65. d9f9a34 vp10/encoder: apply clang-format by clang-format · 9 years ago
  66. c959151 Fix vp10_accumulate_frame_counts once and for all. by Geza Lore · 9 years ago
  67. 61af898 Extend variance based partitioning to 128x128 superblocks by Geza Lore · 9 years ago
  68. 490ba1a Port large scale tile coding features from nextgen. by Geza Lore · 9 years ago
  69. b6fef12 remove filter_cache by Angie Chiang · 9 years ago
  70. f07d73b Merge branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  71. 4e692bb Changes to exhaustive motion search. by paulwilkins · 9 years ago
  72. c93e5cc Bring palette back to nextgenv2 by hui su · 9 years ago
  73. 5d3327e Remove palette from VP10 by hui su · 9 years ago
  74. aaf6f62 Fix palette mode in multi-thread encoding setting by hui su · 9 years ago
  75. 5d011cb VP10: Add palette mode part 1 by hui su · 10 years ago
  76. e535723 Remove unused VP10 functions. by Johann · 10 years ago
  77. c5f1191 Include vpx_dsp_common.h when using VPXMIN/MAX by Johann · 10 years ago
  78. c147c4d vp10 cleanup: remove svc code by Yunqing Wang · 10 years ago
  79. 5e16d39 vpx_dsp_common: add VPX prefix to MIN/MAX by James Zern · 10 years ago
  80. 1c07691 vp10 cleanup: remove nonrd and real-time code by Yunqing Wang · 10 years ago
  81. 26a9afc VP9_COMP -> VP10_COMP by Yaowu Xu · 10 years ago
  82. fc7cbd1 VP9_COMMON -> VP10->COMMON by Yaowu Xu · 10 years ago
  83. 54d66ef Remove vp9_ prefix from vp10 files by Jingning Han · 10 years ago[Renamed (98%) from vp10/encoder/vp9_ethread.c]
  84. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago