1. 4c3c2c1 Screen content tool determination improvement. by Lin Zheng · 1 year, 11 months ago
  2. 8693e6a K-means: switch pipeline to 16 bit. by Vincent Rabaud · 2 years, 2 months ago
  3. 932f402 Change skip_txfm in RD_STATS to a uint8_t by Kyle Siefring · 2 years, 5 months ago
  4. fa04d2f Speed up top color finding in palette. by Vincent Rabaud · 2 years, 8 months ago
  5. fb73753 AV1 RT: Discount color code for nonRD mode in palette search by Fyodor Kyslov · 3 years ago
  6. bccf6be Cleanup in av1_rd_pick_palette_intra_sby() by Aniket Wanare · 3 years, 6 months ago
  7. cd16de1 Cleanup the handling of prune_palette_search_level = 0 by Jayasanker J · 3 years, 6 months ago
  8. 4b3e081 Extend prune_luma_palette_size_search_level sf to speed >= 3 by Aniket Wanare · 3 years, 6 months ago
  9. 0de15b4 Extend early_term_luma_palette_size_search sf to speed 0 by Jayasanker J · 3 years, 7 months ago
  10. 415360e Change the eval order of luma palette_size by Aniket Wanare · 3 years, 7 months ago
  11. dbcf1ed Revert "Revert "Change the evaluation order of luma palette_size in speed 0"" by Jayasanker J · 3 years, 6 months ago
  12. ec13691 Revert "Change the evaluation order of luma palette_size in speed 0" by Wan-Teh Chang · 3 years, 6 months ago
  13. 39a9248 Change the evaluation order of luma palette_size in speed 0 by Jayasanker J · 3 years, 7 months ago
  14. d770019 Introduce early_term_luma_palette_size_search speed feature by Jayasanker J · 3 years, 7 months ago
  15. 1a066b3 Introduce early_term_chroma_palette_size_search speed feature by venkat sanampudi · 3 years, 7 months ago
  16. 30fc8e1 Change the evaluation order of palette_size for chroma by venkat sanampudi · 3 years, 7 months ago
  17. 23588af Remove unused best_model_rd by Yunqing Wang · 3 years, 8 months ago
  18. dd45ee7 Do not terminate palette mode search using rd estimation by Cheng Chen · 3 years, 9 months ago
  19. 4243e62 Abstract seq_params to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 9 months ago
  20. 74e27a1 Clean up intra_model_rd by Angie Chiang · 3 years, 11 months ago
  21. f9818c3 Change intra_model_yrd() to intra_model_rd() by Angie Chiang · 3 years, 11 months ago
  22. 04287e8 Refactor: group data fill into a separate function by Cheng Chen · 4 years, 3 months ago
  23. 35d1af3 Adjust threshold in palette color cache clustering by Cheng Chen · 4 years, 3 months ago
  24. 9c55bdf Fix colors count and bias threshold in hbd path for palette. by Aasaipriya chandran · 4 years, 4 months ago
  25. a39da50 Downconvert pixels to 8-bit in av1_count_colors_highbd() by Aasaipriya Chandran · 4 years, 4 months ago
  26. 0f5cd05 Add doxygen comments for MB_MODE_INFO by chiyotsai · 4 years, 5 months ago
  27. 5a72e9d Change number of winner modes in winner mode processing by chiyotsai · 4 years, 7 months ago
  28. 86f0d9e Simplify code-flow in palette mode by chiyotsai · 4 years, 7 months ago
  29. 7cc167e Add Doxygen comments for palette mode by chiyotsai · 4 years, 7 months ago
  30. c9b9fa5 Refactor intra_mode_search files by chiyotsai · 4 years, 7 months ago
  31. 751a233 Remove av1_cost_bit() by Hui Su · 7 years ago
  32. 5891f98 Palette: replace floating point numbers with integers by Hui Su · 7 years ago
  33. e657911 Remove experimental flag of PALETTE_DELTA_ENCODING by Frederic Barbier · 7 years ago
  34. 15aa8c0 palette: Templatize k_means routines by Alex Converse · 7 years ago
  35. 9d068c1 Deduplicate lcg_rand16 function. by Alex Converse · 7 years ago
  36. d9a812b Automatically turn on/off screen content tools by hui su · 8 years ago
  37. fa4ff85 Palette: use uint16_t to store palette colors by hui su · 8 years ago
  38. 0ba850e Palette_delta_encoding: compile fix. by Urvang Joshi · 8 years ago
  39. 33567b2 Palette: use color cache to compress base colors by hui su · 8 years ago
  40. d13c24a palette-delta-encoding experiment by hui su · 8 years ago
  41. 71e8784 Homogenize configuration option name. by Sebastien Alaiwan · 8 years ago
  42. ec660c3 Use uint64_t to avoid integer overflow by Yaowu Xu · 8 years ago
  43. e7a9133 palette: fix bug in float_comparer() by Joe Young · 8 years ago
  44. bde4ac8 change to use AOMedia copyright notice by Yaowu Xu · 8 years ago
  45. f883b42 Port renaming changes from AOMedia by Yaowu Xu · 8 years ago
  46. c27fc14 Port folder renaming changes from AOM by Yaowu Xu · 8 years ago[Renamed (99%) from vp10/encoder/palette.c]
  47. f746c10 Handle centroid rounding inside palette.c itself. by Urvang Joshi · 8 years ago
  48. d9f9a34 vp10/encoder: apply clang-format by clang-format · 8 years ago
  49. 6dde801 Palette code: Use built-in qsort() method; create remove_dup() method. by Urvang Joshi · 8 years ago
  50. d000020 Palette code cleanup: by Urvang Joshi · 8 years ago
  51. bb0e692 Convert palette from double to float. by Alex Converse · 9 years ago v0.1.0
  52. 78b0bd0 Complete (mostly) migration of palette mode by hui su · 9 years ago
  53. c93e5cc Bring palette back to nextgenv2 by hui su · 9 years ago
  54. 5d3327e Remove palette from VP10 by hui su · 9 years ago
  55. 811be0d Fix VS build. by Alex Converse · 9 years ago
  56. 171fd89 palette: Replace rand() call with custom LCG. by Alex Converse · 9 years ago
  57. 17c817a VP10: some changes to palette mode by hui su · 9 years ago
  58. 5d011cb VP10: Add palette mode part 1 by hui su · 9 years ago