1. 7a9a661 Add .clang-format file, run clang-format on src and include by Joe Drago · 6 years ago
  2. 7637023 Setup basic fuzzing (afl) tool and script; fix found issues by Joe Drago · 6 years ago
  3. 177914d Hook up basic libdav1d support (very lightly tested) by Joe Drago · 6 years ago
  4. 19f6214 Fix incorrect ICC profile size check by Joe Drago · 6 years ago
  5. 64d26e8 Fix some compiler warnings by Joe Drago · 6 years ago
  6. 3533b97 Created new cmake option AVIF_CODEC_AOM, reorganized struct avifCodec to prepare for other codec impls by Joe Drago · 6 years ago
  7. c7c5272 Added install rules in CMake; Minor CMake cleanup by Joe Drago · 6 years ago
  8. 9c502a4 Fix one last URL in the readme, mention these changes in the changelog by Joe Drago · 6 years ago
  9. a0eb212 Update README to point CI icons at official repo builders by Joe Drago · 6 years ago
  10. 50066da Update changelog URLs by Joe Drago · 6 years ago
  11. 852a292 v0.2.0 by Joe Drago · 6 years ago v0.2.0
  12. 0b05eee Added avifEncoder and avifDecoder to match avifImage's pattern and allow for easier future parameterization by Joe Drago · 6 years ago
  13. de312f2 Update name to libavif in appropriate places by Joe Drago · 6 years ago
  14. 7f3a6e4 v0.1.4 by Joe Drago · 6 years ago v0.1.4
  15. 1840cc1 Update ext/aom submodule to 38711e7fe by Joe Drago · 6 years ago
  16. db8125b Switch aom submodule to use official remote by Joe Drago · 6 years ago
  17. 1ab02e5 Rewind aom repo one commit back in preparation for submodule url switch by Joe Drago · 6 years ago
  18. b1dca3b Merge pull request #1 from AOMediaCodec/import-and-update-readme by Lou Quillio · 6 years ago
  19. e0c724f Import repo from joedrago/avif; tweak readme by Lou Quillio · 6 years ago
  20. cb4d3bb Update changelog by Joe Drago · 6 years ago
  21. 5b5a0cd Make calling avifImageYUVToRGB() upon reading an avif optional by Joe Drago · 6 years ago
  22. 3ffb730 Remove all calls to convertXYZToXYY() as they were all unnecessary by Joe Drago · 6 years ago
  23. 127822c Enable AVIF_BUILD_APPS in appveyor so they can show up in artifacts by Joe Drago · 6 years ago
  24. e9fefac Add basic apps to appveyor artifacts by Joe Drago · 6 years ago
  25. b2f46c1 Add avifenc and avifdec apps to showcase basic y4m conversion by Joe Drago · 6 years ago
  26. d7e971a v0.1.3 by Joe Drago · 6 years ago v0.1.3
  27. 77a600e Fix version in changelog by Joe Drago · 6 years ago
  28. eb652d8 Lots of fixes to ftyp, swapping meta and mdat ordering on write for streaming friendliness by Joe Drago · 6 years ago
  29. d810a61 Fix incorrect date in changelog by Joe Drago · 6 years ago
  30. 6b3c529 v0.1.2 by Joe Drago · 6 years ago v0.1.2
  31. cd5b93b Fix UV limited ranges when doing full<->limited range conversion by Joe Drago · 6 years ago
  32. aee0f40 Add avifNclxColourPrimariesFind() and AVIF_NCLX_COLOUR_PRIMARIES_P3, fix EG 432-1 typo by Joe Drago · 6 years ago
  33. ece7576 v0.1.1 by Joe Drago · 6 years ago v0.1.1
  34. 996182c Fix clang warning in avifVersion() signature by Joe Drago · 6 years ago
  35. a9a2ce4 Update AOM to 3e3b9342a by Joe Drago · 6 years ago
  36. 9c52161 Update appveyor.yml to do a recursive git checkout by Joe Drago · 6 years ago
  37. 60e555b Move AOM to a git submodule by Joe Drago · 6 years ago
  38. 1a35cbd Remove aom in preparation for converting to a submodule by Joe Drago · 6 years ago
  39. 5e5f092 Added AOM commit to 0.1.0 message in changelog to have a record for future changes/updates by Joe Drago · 6 years ago
  40. d8044fb Add note about tagged releases to README by Joe Drago · 6 years ago
  41. 3671231 Update README to give a bit more information by Joe Drago · 6 years ago
  42. a9e4bd3 Another zip filename tweak using some cmd voodoo by Joe Drago · 6 years ago
  43. 2c1048f Add commit SHA to artifact zip filename by Joe Drago · 6 years ago
  44. 08cb144 Minor appveyor naming convention changes by Joe Drago · 6 years ago
  45. 18a1f4c More after_build tweaking by Joe Drago · 6 years ago
  46. f335f77 Add proper newlines in appveyor's after_build by Joe Drago · 6 years ago
  47. 6063267 Adding an all-in-one static library to appveyor windows builds by Joe Drago · 6 years ago
  48. d639d28 Add appveyor.yml by Joe Drago · 6 years ago
  49. c0d3d66 v0.1.0 - First semver release, with changelog by Joe Drago · 6 years ago v0.1.0
  50. 0a5a0e4 Add IO stats to avif to see how large OBUs are after read/write by Joe Drago · 6 years ago
  51. 72d1b55 Fix awful bug with YUV444 sampling by Joe Drago · 6 years ago
  52. d29ae90 Remove unused local variables by Joe Drago · 6 years ago
  53. 4e54133 Fix YUV422 sample count when averaging by Joe Drago · 6 years ago
  54. b210b0b Attempt proper YUV subsample averaging by Joe Drago · 6 years ago
  55. 93eff0f Fix padding on odd dimensions for YUV by Joe Drago · 6 years ago
  56. 7edb13e Add checks for seq_level_idx to see if it is 5.1 compatible, set av1C if so by Joe Drago · 6 years ago
  57. 50888a7 av1C is just a Box, not a FullBox by Joe Drago · 6 years ago
  58. 647dd7d Support AOM's multithreaded encoding by Joe Drago · 6 years ago
  59. 095a594 Fix incorrect documentation comment by Joe Drago · 6 years ago
  60. 1585797 Basic av1C support (rough, still needs work) by Joe Drago · 6 years ago
  61. 33f1d36 Abstract all AOM references into a separate .c file for future codec support by Joe Drago · 6 years ago
  62. ea252af Fix all clang warnings by Joe Drago · 6 years ago
  63. ee56380 Add string lookup for avifResult errors by Joe Drago · 6 years ago
  64. 88a3b2e Calculate YUV coefficients from nclx colr box primaries by Joe Drago · 6 years ago
  65. f35e41a Cleanup nclx API to use temp structs by Joe Drago · 6 years ago
  66. e7ce20d Support for nclx colr boxes by Joe Drago · 6 years ago
  67. f1dcd4d Implement UV flip for YV12 format by Joe Drago · 6 years ago
  68. 3f4798e Put gb in the same VS folder as aom (if building gb) by Joe Drago · 6 years ago
  69. 678b938 Calculate YUV coefficients from the ICC profile in the colr box, if possible by Joe Drago · 6 years ago
  70. b13e572 Minor cleanup by Joe Drago · 6 years ago
  71. 80516ea Better per-dimension clamps for Nx1 or 1xN images by Joe Drago · 6 years ago
  72. 303da3e Always allocate at least 1 byte for U and V planes by Joe Drago · 6 years ago
  73. 41eb62b Add ICC profile plumbing (via the colr box). This still needs YUV coeff harvesting to be correct by Joe Drago · 6 years ago
  74. 7efd803 Properly support YUV studio range, detect and fix bad studio ranges in alpha by Joe Drago · 6 years ago
  75. cd1e4c3 auxC support (read/write) by Joe Drago · 6 years ago
  76. 224b018 Reorganize ipma writing a bit to make it easier to add new iprops by Joe Drago · 6 years ago
  77. e4dba56 Add pixi item properties to color and alpha, avifImageWrite is due for a refactor by Joe Drago · 6 years ago
  78. 8f7a300 Refactor reading to properly read in item props, ignore thumbnails, add auxl iref for alpha by Joe Drago · 6 years ago
  79. 7ad3ad6 Large planes refactor to properly support any YUV format (YV12 and studio range still need work) by Joe Drago · 6 years ago
  80. 4e882ec Add Travis CI for Linux builds (clang/gcc) by Joe Drago · 6 years ago
  81. 42aee38 Add AppVeyor badge to Readme by Ewout ter Hoeven · 6 years ago
  82. c36192a write an ipma box to associate the ipse prop by Joe Drago · 6 years ago
  83. 10836d0 Fix clang strict prototypes error by Joe Drago · 6 years ago
  84. 170b961 Add stddef.h to avif.h for size_t by Joe Drago · 6 years ago
  85. 444f051 Initial commit (basic functionality, not feature complete) by Joe Drago · 6 years ago