1. ebee359 di-edid-decode: fix rgb quantization output by Christian Meissl · 1 year, 3 months ago
  2. ae6cb52 ci: upgrade to Alpine 3.18 by Simon Ser · 1 year, 4 months ago
  3. 0e1235a ci: halt on UBSan error by Simon Ser · 1 year, 4 months ago
  4. 8aa57fb edid: turn range limits max pixel clock into an int64_t by Simon Ser · 1 year, 4 months ago
  5. 924f59f test: add QEMU EDID by Simon Ser · 1 year, 4 months ago
  6. 3034840 test: add ayaneo-wxga by Simon Ser · 1 year, 4 months ago
  7. 5142866 cta: be more lenient about data block parsing by Sebastian Wick · 1 year, 9 months ago
  8. 8829bab tool: fix redirect bashism in dump-i2c.sh by Jani Nikula · 1 year, 9 months ago
  9. 41027f9 ci: use detached CI pipelines by Simon Ser · 1 year, 9 months ago
  10. 49af17a editorconfig: bump max line length to 100 chars by Simon Ser · 1 year, 11 months ago
  11. 8781d1d tool: add a tool for dumping EDID/DisplayID from I2C by Sebastian Wick · 1 year, 10 months ago
  12. 5c9801a displayid.c: Include sys/types.h by Bernd Kuhls · 1 year, 10 months ago
  13. 598bde5 edid: fix missing color point descriptor cleanup by Simon Ser · 1 year, 11 months ago
  14. 480f725 displayid.c: prevent int promotion warning by Consolatis · 2 years ago
  15. 147d661 readme: update test suite instructions by Simon Ser · 2 years ago
  16. 83ae3f5 ci: remove unnecessary "Testing checks" stage by Simon Ser · 2 years ago
  17. af7af60 info: ignore empty model/serial descriptors by Simon Ser · 2 years ago
  18. 5e7bb09 test/data: add goldstar-e2441 by Simon Ser · 2 years ago
  19. eed3e1e test: remove edid-decode as a test dependency by Sebastian Wick · 2 years, 1 month ago
  20. 0ec8330 ci: adjust testing check script to 'set -e' by Sebastian Wick · 2 years, 1 month ago
  21. 8ec4aa2 ci: create new stage for checking the testing data by Sebastian Wick · 2 years, 1 month ago
  22. 5a4a28e readme: add IRC channel by Simon Ser · 2 years, 1 month ago
  23. 2927135 build: fix invalid library version by Simon Ser · 2 years, 1 month ago
  24. a9528b0 build: bump version to 0.2.0-dev by Simon Ser · 2 years, 1 month ago
  25. 92b0317 build: bump version to 0.1.1 by Simon Ser · 2 years, 1 month ago
  26. 015bddc build: set pkg-config name and URL by Simon Ser · 2 years, 1 month ago
  27. d0ad02c build: fix pkg-config filebase by Simon Ser · 2 years, 1 month ago
  28. 1871aab build: bump version to 0.1.0 by Simon Ser · 2 years, 1 month ago
  29. 10bece8 release: Add release instructions and script by Sebastian Wick · 2 years, 1 month ago
  30. c88cd24 build: Set the library version and SOVERSION by Sebastian Wick · 2 years, 1 month ago
  31. 506925a cta: add support for InfoFrame Data Block by Sebastian Wick · 2 years, 2 months ago
  32. 23be383 test: Bump edid-decode to newer version by Sebastian Wick · 2 years, 1 month ago
  33. d299c47 edid: Sync On Green Signal only is set if the bit is 0 and not 1 by Sebastian Wick · 2 years, 1 month ago
  34. 4698004 cta: Add new data blocks from CTA-861.6 by Sebastian Wick · 2 years, 1 month ago
  35. ddb32da cdi-edid-decode/cta: Take interlacing into account when printing VICs by Sebastian Wick · 2 years, 1 month ago
  36. 883f469 test: Document where each EDID blob is from by Sebastian Wick · 2 years, 2 months ago
  37. 0154eaa readme: document versioning and stability expectations by Simon Ser · 2 years, 2 months ago
  38. 6cdebd2 readme: move URL to references list by Simon Ser · 2 years, 2 months ago
  39. 05f9450 di-edid-decode/cta: align VIC aspect ratio names by Sebastian Wick · 2 years, 2 months ago
  40. 94f4cd4 readme: fix executable path in fuzzing instructions by Simon Ser · 2 years, 2 months ago
  41. 1f3913f di-edid-decode/cta: print detailed info for VICs by Simon Ser · 2 years, 2 months ago
  42. b439985 cta: add VIC table by Simon Ser · 2 years, 2 months ago
  43. 5c22550 cta: add support for YCbCr 4:2:0 Capability Map by Sebastian Wick · 2 years, 2 months ago
  44. f7bd527 cta: add support for YCbCr 4:2:0 Video by Sebastian Wick · 2 years, 2 months ago
  45. 2ebc104 cta: add support for speaker allocation data block by Simon Ser · 2 years, 3 months ago
  46. a55e759 cta: parse HDR Dynamic Metadata Data Block by Sebastian Wick · 2 years, 2 months ago
  47. 6c8d466 ci: always build documentation by Sebastian Wick · 2 years, 2 months ago
  48. c32df33 cta: include stddef.h for size_t by Sebastian Wick · 2 years, 2 months ago
  49. 67b5d67 cta: add support for VESA DDDB by Simon Ser · 2 years, 2 months ago
  50. fc13fb4 displayid: add support for tiled display topology data block by Simon Ser · 2 years, 5 months ago
  51. 3b83980 Add code coverage configuration file by Simon Ser · 2 years, 2 months ago
  52. 4a8684d edid: add support for CVT timing code descriptors by Sebastian Wick · 2 years, 6 months ago
  53. f716073 Introduce di_cvt_compute() by Simon Ser · 2 years, 4 months ago
  54. 8fbc366 cta: parse short audio descriptors by Sebastian Wick · 2 years, 6 months ago
  55. c995305 info: Use memory_stream_cleanup in di_info_get_serial by Joshua Ashton · 2 years, 4 months ago
  56. 12923cc info: Use memory-stream API for di_info_parse_edid by Joshua Ashton · 2 years, 4 months ago
  57. c63ca40 memory-stream: Add memory_stream_cleanup helper by Joshua Ashton · 2 years, 4 months ago
  58. a10c478 memory-stream: Factor out memory-stream related code to a new file by Joshua Ashton · 2 years, 4 months ago
  59. b21fdb3 ci: pin Alpine version by Simon Ser · 2 years, 4 months ago
  60. 4e0fd2c di-edid-decode: print DMT reduced blanking flag by Simon Ser · 2 years, 5 months ago
  61. 7d5003c dmt: add reduced_blanking field by Simon Ser · 2 years, 5 months ago
  62. 671c8d7 di-edid-decode: print full established timings III by Simon Ser · 2 years, 5 months ago
  63. 5b81e0b di-edid-decode: add special case for 16:10 aspect ratio by Simon Ser · 2 years, 5 months ago
  64. 6b8bdb5 ci: upgrade edid-decode by Simon Ser · 2 years, 4 months ago
  65. 7289c6e ci: upgrade to Alpine 3.17 by Simon Ser · 2 years, 4 months ago
  66. 85d6a3a test: fix default path for di-edid-decode by Simon Ser · 2 years, 4 months ago
  67. a001cab build: split off di-edid-decode into separate file by Simon Ser · 2 years, 4 months ago
  68. 4480465 build: override dependency for subproject usage by Simon Ser · 2 years, 4 months ago
  69. e19ee5d build: add gen-test-data run target by Simon Ser · 2 years, 4 months ago
  70. ac857e8 info: use PNP ID database for manufacturer names by Pekka Paalanen · 2 years, 5 months ago
  71. 3c675db ci: install hwdata by Pekka Paalanen · 2 years, 5 months ago
  72. 89f8eec editorconfig: add python rules by Pekka Paalanen · 2 years, 5 months ago
  73. 00b446d test: make edid-decode-diff.sh easier to run by Pekka Paalanen · 2 years, 5 months ago
  74. f70fa58 test: add high-level API test by Pekka Paalanen · 2 years, 5 months ago
  75. b3231b8 info: add getters for make, model and serial by Pekka Paalanen · 2 years, 5 months ago
  76. 4af5b96 di-edid-decode/cta: round VESA transfer characteristics by Simon Ser · 2 years, 5 months ago
  77. b7d0793 edid-decode/cta: align data block names with edid-decode by Simon Ser · 2 years, 5 months ago
  78. c930f13 test: add custom-uncommon-cta-vesa by Simon Ser · 2 years, 5 months ago
  79. add5d0b info: drop di_info_get_product_name() by Simon Ser · 2 years, 5 months ago
  80. cda99a0 readme: add Using section by Pekka Paalanen · 2 years, 5 months ago
  81. 6d7ce6d readme: mention edid-decode version by Pekka Paalanen · 2 years, 5 months ago
  82. 50ce9c7 Get size_t definition for info.h by Pekka Paalanen · 2 years, 5 months ago
  83. 56be915 edid: fix uint16_t conversion warning by Pekka Paalanen · 2 years, 5 months ago
  84. 619fc30 ci: update edid-decode by Simon Ser · 2 years, 5 months ago
  85. 41d3278 readme: link to latest code coverage report by Simon Ser · 2 years, 5 months ago
  86. 97a8f16 di-edid-decode: split into multiple files by Simon Ser · 2 years, 5 months ago
  87. f2d6819 displayid: add missing includes in public header by Simon Ser · 2 years, 5 months ago
  88. 2ec42b3 readme: add link to website by Simon Ser · 2 years, 5 months ago
  89. ec2521e Generate HTML documentation by Simon Ser · 2 years, 5 months ago
  90. eea7215 di-edid-decode: print preferred flag for type I timing by Simon Ser · 2 years, 5 months ago
  91. cad7de9 displayid: add support for display parameters data block by Simon Ser · 2 years, 5 months ago
  92. d7144ad displayid: parse type I timings by Simon Ser · 2 years, 6 months ago
  93. 87e264f Introduce di_gtf_compute() by Simon Ser · 2 years, 6 months ago
  94. 11f4848 cta: add support for VESA Display Transfer Characteristic data block by Sebastian Wick · 2 years, 6 months ago
  95. 78b4f0e edid: use the correct definition for maximum standard timings by Sebastian Wick · 2 years, 6 months ago
  96. 40d8018 displayid: parse data blocks by Simon Ser · 2 years, 6 months ago
  97. 3b8816b displayid: add logging helpers by Simon Ser · 2 years, 6 months ago
  98. 186e78c displayid: validate checksum by Simon Ser · 2 years, 6 months ago
  99. ceabc88 displayid: parse product type by Simon Ser · 2 years, 6 months ago
  100. 106947a displayid: parse section size by Simon Ser · 2 years, 6 months ago