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