1. b7c05bd *.{c,cc,h}: normalize AOMedia copyright by James Zern · 7 months ago
  2. 125ce91 Improve CONFIG_CWG_C013 by Bohan Li · 1 year, 9 months ago
  3. 66a86fe Guard support of 7.x and 8.x levels under a config flag. by Bohan Li · 1 year, 9 months ago
  4. 0d051f1 level: make time_next_buffer_is_free static by James Zern · 1 year, 9 months ago
  5. 7904274 Fix signed integer overflow. by Mark Wachsler · 1 year, 11 months ago
  6. c038618 Implement new level definitions from CWG-C013 by Bohan Li · 2 years, 3 months ago
  7. 509dee3 Revert "Consider SEQ_LEVEL_MAX for max tile size." by James Zern · 2 years, 5 months ago
  8. f79e1b3 Consider SEQ_LEVEL_MAX for max tile size. by Bohan Li · 2 years, 5 months ago
  9. 48d8e6f Implement the new level definitions from CWG-C013 by Bohan Li · 2 years, 8 months ago
  10. 5bb5dee Revert "Properly initialize the level indices." by Wan-Teh Chang · 2 years, 7 months ago
  11. 2df4d0b Test cpi->oxcf.strict_level_conformance as boolean by Wan-Teh Chang · 2 years, 8 months ago
  12. b15360e Properly initialize the level indices. by Bohan Li · 2 years, 8 months ago
  13. 239351d Add a parameter for strict level conformance when encoding. by Bohan Li · 3 years ago
  14. 4b9cd3d Add control API to get the target sequence levels. by Bohan Li · 3 years ago
  15. deab729 Check decoder model for recode loop. by Bohan Li · 3 years, 2 months ago
  16. a779577 Fix decoder model initial presentation delay bug. by Bohan Li · 3 years, 2 months ago
  17. 3753248 Remove all calls to aom_clear_system_state by chiyotsai · 3 years, 7 months ago
  18. cfa5fb4 Abstract error to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 9 months ago
  19. 4243e62 Abstract seq_params to AV1_PRIMARY and AV1Decoder by Tarundeep Singh · 3 years, 9 months ago
  20. 3b3e9e1 Abstract level_params to AV1_PRIMARY by Tarundeep Singh · 3 years, 10 months ago
  21. d37807f Move frame_header_count to AV1_COMP by Tarundeep Singh · 3 years, 10 months ago
  22. 15ab03c Rename time stamp struct members by Yunqing Wang · 4 years, 2 months ago
  23. a9c86ef Fix total_time_encoded calc in AV1LevelStats by Mufaddal Chakera · 4 years, 6 months ago
  24. fb89ce0 Refactor TimeStamps from AV1_COMP by Deepa K G · 4 years, 10 months ago
  25. 8ac928b Refactor AV1LevelParams from AV1_COMP by Vishesh · 4 years, 10 months ago
  26. 450a9a2 Move some vars from AV1_COMMON to SequenceHeader by Urvang Joshi · 4 years, 10 months ago
  27. 9dc909d Refactor CommonModeInfoParams from AV1_COMMON by Urvang Joshi · 4 years, 10 months ago
  28. 54ffae7 Refactor CommonTileParams from AV1_COMMON by Urvang Joshi · 4 years, 10 months ago
  29. bcacb32 Add support for level targetting by Wan-Teh Chang · 5 years ago
  30. f0b9ec1 AV1 levels: change max bitrate constraint by Hui Su · 6 years ago
  31. 76bc70f AV1 levels: use display rate from decoder model by Hui Su · 6 years ago
  32. fdc35f2 AV1 levels: assign a frame info buffer for each OP by Hui Su · 6 years ago
  33. 269f9fe Calculate decode and display rate in decoder model by Hui Su · 6 years ago
  34. 58753d6 Use the decoder model to check level conformance by Hui Su · 6 years ago
  35. c3a8d37 Dynamically allocate memory for level stats by Hui Su · 6 years ago
  36. 72ff048 Use bit mask to mark whether to keep level stats by Hui Su · 6 years ago
  37. 8aa46d3 Implement the decoder model by Hui Su · 6 years ago
  38. ef139e1 Add encoder API for minimum compression ratio by Hui Su · 6 years ago
  39. d3ed898 AV1 levels: add max bitrate by Hui Su · 6 years ago
  40. 8ea8732 Initialize level info. before each sequence by Hui Su · 6 years ago
  41. de959b9 AV1 levels: tier cannot be 1 below level 4.0 by Hui Su · 6 years ago
  42. 74933f0 Add check for product of tile size and header rate by Hui Su · 6 years ago
  43. 978ab9e AV1 levels: add min frame width and height by Hui Su · 6 years ago
  44. 62133bf AV1 levels: add max superres tile width by Hui Su · 6 years ago
  45. dee839c AV1 levels: add max tile rate by Hui Su · 6 years ago
  46. 5bdd954 Implement av1_get_seq_level_idx() by Hui Su · 6 years ago
  47. d06d2d5 Refactor check_level_constraints() by Hui Su · 6 years ago
  48. 3522632 Move some data from AV1LevelSpec to AV1LevelStats by Hui Su · 6 years ago
  49. bfe9261 AV1 levels: add check for min compression ratio by Hui Su · 6 years ago
  50. 37fa0e8 AV1 levels: add header, display and decode rate by Hui Su · 6 years ago
  51. 81a59f1 Add data structure to store frame info. by Hui Su · 6 years ago
  52. 57b2a29 AV1 levels: add tile related metrics by Hui Su · 6 years ago
  53. 3dd68b3 Add control function to get sequence level index by Hui Su · 6 years ago
  54. 2aa492c target level API: specify per operating point by Hui Su · 6 years ago
  55. a1ff3f8 Keep level info. for every operating point by Hui Su · 6 years ago
  56. eca009d Fix VisualStudio build by kyslov · 6 years ago
  57. e222dd6 target level API: remove the "Not enabled" option by Hui Su · 6 years ago
  58. e542a34 Move level enum definition to common by Hui Su · 6 years ago
  59. 8dc220b Refactor check_level_constraints() by Hui Su · 6 years ago
  60. 9f2c075 Remove redundant header inclusions by Hui Su · 6 years ago
  61. abeeb7c Add infrastructure to calculate level statistics by kyslov · 6 years ago