1. 12c64e8 Remove the INLINE macro by Wan-Teh Chang · 7 months ago
  2. b7c05bd *.{c,cc,h}: normalize AOMedia copyright by James Zern · 9 months ago
  3. ffe7ae7 Optimize highbd 4x16 and 16x4 inv_txfm by Remya · 6 years ago
  4. a563302 Optimize highbd 4x8 and 8x4 inv_txfm by Remya · 6 years ago
  5. 0fa5411 Optimize highbd inv_txfm modules by Remya · 6 years ago
  6. 929b4d1 Optimize highbd 8x16 and 16x8 inv_txfm by Remya · 7 years ago
  7. e1cbb13 cosmetics: normalize include guards by James Zern · 7 years ago
  8. d3d6845 Restructure highbd inverse txfm modules. by Venkat · 7 years ago
  9. 60e653d cmake: Output aom_config in config sub dir. by Tom Finegan · 7 years ago
  10. 8c489a8 Move iwht4x4 to av1_inv_txfm2d.c by Angie Chiang · 7 years ago
  11. 750f644 Move encoder-only function to encodemb.c by Sebastien Alaiwan · 7 years ago
  12. 5859636 Remove DAALA_TX experiment by Sebastien Alaiwan · 7 years ago
  13. e2165df idct.c: make functions static by Sebastien Alaiwan · 7 years ago
  14. fcdb1b4 idct.c: drop unreachable code (non-scaled transforms) by Sebastien Alaiwan · 7 years ago
  15. b2bf48d idct.h: remove unused inclusions by Sebastien Alaiwan · 7 years ago
  16. 53e5e65 idct.h: remove dead declarations by Sebastien Alaiwan · 7 years ago
  17. d3e7c68 Remove the use of macro "CONFIG_HIGHBITDEPTH" by Yaowu Xu · 7 years ago
  18. 9f001f3 Remove MRC_TX experiment by Sebastien Alaiwan · 7 years ago
  19. 33b39f0 [idct] Fix initialization of tx_set_type by Frederic Barbier · 7 years ago
  20. 27d1b37 Remove use of av1_get_tx_scale in Daala TX by Monty Montgomery · 7 years ago
  21. 95137bd Move encoder-only code to av1/encoder by Sebastien Alaiwan · 7 years ago
  22. 2fa189e Remove LGT experiment by Sebastien Alaiwan · 7 years ago
  23. 7fc6b2a Remove LGT_FROM_PRED experiment by Sebastien Alaiwan · 7 years ago
  24. 3bac992 Remove experimental flag of EXT_TX by Sebastien Alaiwan · 7 years ago
  25. 90024e4 Use tx_size 1 level down for transform type search by Sarah Parker · 7 years ago
  26. 432012f lgt-from-pred: transforms based on prediction by Lester Lu · 8 years ago
  27. 99e7daa Tokenize and write mrc mask by Sarah Parker · 8 years ago
  28. 918fe69 Refactor lgt by Lester Lu · 8 years ago
  29. 400bf65 Remove dpcm-intra experiment by Hui Su · 8 years ago
  30. 27319b6 Unify FWD_TXFM_PARAM and INV_TXFM_PARAM by Lester Lu · 8 years ago
  31. 554d2c3 Minor refactor to match the 4x4 forward transform. by Monty Montgomery · 8 years ago
  32. 708c1ec Inter and intra LGTs by Lester Lu · 8 years ago
  33. d8b1ddc Signature changes for the LGT experiment by Lester Lu · 8 years ago
  34. 24d565b Cleanup dead inv-txfm functions in HBD data path by Frederic Barbier · 8 years ago
  35. 5128109 Fix inv txfm low/high bitdepth selection logic by Yi Luo · 8 years ago
  36. 31c6650 Remove deprecated high-bitdepth functions by Sarah Parker · 8 years ago
  37. b8a6fd6 DPCM intra coding experiment by hui su · 8 years ago
  38. 2ab63cb Integrate partial IDCT to adapt_scan by Yi Luo · 8 years ago
  39. 34c06df Revert "Avoid use of deprecated high-bitdepth functions" by Frank Galligan · 8 years ago
  40. f9d77bd Avoid use of deprecated high-bitdepth functions by Frederic Barbier · 8 years ago
  41. 0d1e4ff rdopt.c: const-correctness. by Urvang Joshi · 8 years ago
  42. ff70545 Rename get_tx_scale to av1_get_tx_scale by Jingning Han · 8 years ago
  43. f8e87b4 Deliver the eob threshold to inverse transform by Yi Luo · 8 years ago
  44. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  45. bc2288c Add av1_inverse_transform_block_facade by Angie Chiang · 8 years ago
  46. d92d4bf Add av1_inverse_transform_block by Angie Chiang · 8 years ago
  47. a531571 Make some inverse transform functions static by hui su · 8 years ago
  48. bb9c73b Add av1 prefix to inv_txfm_add by hui su · 8 years ago
  49. 0e11912 Support 64x64 quantizer functions by Debargha Mukherjee · 8 years ago
  50. ec419e0 Make rectangular transform block available in the common lib by Jingning Han · 8 years ago
  51. 2ab7ff0 Change to use AOM copyright notice by Yaowu Xu · 9 years ago
  52. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 9 years ago
  53. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 9 years ago[Renamed (95%) from vp10/common/idct.h]
  54. 7feae8e vp10/common: apply clang-format by clang-format · 9 years ago
  55. e5848de Rectangular transforms 4x8 & 8x4 by Debargha Mukherjee · 9 years ago
  56. 9bf5a1a vp10/common/idct.h: add some missing prototypes by James Zern · 9 years ago
  57. 64413a6 Parameterize transform scale for quantizer by Angie Chiang · 9 years ago
  58. a245d9f Add facade to inverse txfm by Angie Chiang · 9 years ago
  59. 7c514e2 Merged branch 'master' into nextgenv2 by Yaowu Xu · 9 years ago
  60. d76e5b3 Refactoring on transform types by hui su · 10 years ago
  61. 2dcefd9 Correct guard macros in header files by Yaowu Xu · 10 years ago
  62. 54d66ef Remove vp9_ prefix from vp10 files by Jingning Han · 10 years ago[Renamed (97%) from vp10/common/vp9_idct.h]
  63. 3ee6db6 Fork VP9 and VP10 codebase by Jingning Han · 10 years ago