- dd2d67c Change dav1dSettings to a local variable by Wan-Teh Chang · 2 years, 6 months ago
- 6aaea11 Remove alphaRange from avifImage (#926) by Vignesh Venkatasubramanian · 2 years, 8 months ago
- c1da051 Run clang-format by Wan-Teh Chang · 2 years, 9 months ago
- db28773 Update codec_dav1d.c for the new threading model by Michael Bradshaw · 3 years, 4 months ago
- 980d585 Make image size limit configurable, expose to avifdec by Wan-Teh Chang · 3 years, 5 months ago
- 1556f21 In 32-bit builds set frame_size_limit to 8192*8192 by Wan-Teh Chang · 3 years, 5 months ago
- 9d19546 Switch from "skip" (index-based) lsel implementation to spatial_id matching by Joe Drago · 3 years, 7 months ago
- e79bc37 Updates from early review from WTC by Joe Drago · 3 years, 7 months ago
- bffba3b Support for progressive AVIFs and operating point selection by Joe Drago · 3 years, 7 months ago
- 405e872 Merge avifCodec's open call with its getNextImage call to avoid codec… (#637) by Joe Drago · 3 years, 7 months ago
- 559def5 Add avifColorPrimaries, etc. back as typedefs by Wan-Teh Chang · 4 years ago
- 428f4d5 Remove explicit avifColorPrimaries/avifTransferCharacteristics/avifMatrixCoefficients enum types for future compatibility by Joe Drago · 4 years ago
- 614d2d4 Only error on non-ASCII in string by TYTY · 4 years, 1 month ago
- b587c59 Solve all possible MSVC C4819 by TYTY · 4 years, 1 month ago
- ede5c20 Expose maxThreads to avifDecoder, add --jobs to avifdec by Joe Drago · 4 years, 2 months ago
- 7f5f165 Expose chroma sample position in decoded images by Wan-Teh Chang · 4 years, 2 months ago
- b4977b3 Cleanup related to avifCodecGetNextImageFunc by Wan-Teh Chang · 4 years, 3 months ago
- 8f8ed4f Fix an infinite loop in codec_dav1d on a carefully-malformed AV1 payload by Joe Drago · 4 years, 3 months ago
- be4cbb9 avifIO reader API by Joe Drago · 4 years, 3 months ago
- 037b7bf Disable receiving one-frame-per-layer when decoding scalable AVIFs with aom and dav1d by Joe Drago · 4 years, 4 months ago
- 7b92484 Ignore clang -Wc11-extensions warnings on dav1d.h (#271) by wantehchang · 4 years, 5 months ago
- 2fb6361 Update codec_dav1d.c by Wan-Teh Chang · 4 years, 5 months ago
- e3e3bfa Rename avifSample to avifDecodeSample (in prep for avifEncodeSample) by Joe Drago · 4 years, 7 months ago
- 168379c Monochrome (YUV400) support by Joe Drago · 4 years, 8 months ago
- 9605a2e Rename confusing decoderOwns* to imageOwns* and invert logic by Joe Drago · 4 years, 8 months ago
- a0da4a4 CICP Refactor (breaking change!) by Joe Drago · 4 years, 8 months ago
- 1818168 Optimization: avoid AV1 sample copying when feeding data to dav1d by Joe Drago · 4 years, 8 months ago
- 6cd33da nclx: change uint16_t casts to enum type casts by Wan-Teh Chang · 4 years, 8 months ago
- 74cd1c9 Range (limited/full) cleanup and refactor by Joe Drago · 4 years, 9 months ago
- d6b30da Avoid incorrect YUV range cast (these enums should be merged) by Joe Drago · 4 years, 9 months ago
- 8ba0550 Call dav1d_data_unref in dav1dCodecDestroyInternal by Wan-Teh Chang · 4 years, 9 months ago
- 00092a1 Set dav1dSettings.frame_size_limit to avoid OOM. (#114) by wantehchang · 4 years, 10 months ago
- e2c3c87 Big RGB Conversion Refactor by Joe Drago · 4 years, 10 months ago
- 060d534 Image grid support (Summer_in_Tomsk_720p_5x4_grid) by Joe Drago · 4 years, 10 months ago
- 5335535 rav1e codec support (encode-only), all codecs can coexist peacefully now, and can be queried for availability or specifically chosen at encode/decode time by Joe Drago · 5 years ago
- 621f394 Added avifCodecVersions() for getting version strings of internal AV1 codecs by Joe Drago · 5 years ago
- eb3d43e Fix formatting from PR #15 by Joe Drago · 5 years ago
- 37d13ec Fixed memory leak in dav1d codec by Aurelien Fredouelle · 5 years ago
- 04432ed Pass through starting sample index to codec when flushing with NthImage by Joe Drago · 5 years ago
- 22c1ad9 Keyframe info and Nth image support by Joe Drago · 5 years ago
- 0261bb7 Fix a few clang/macOS warnings by Joe Drago · 5 years ago
- 345aaa1 Split avifRawData and avifStream into read-only (const) and read/write versions, updated code accordingly by Joe Drago · 5 years ago
- 7740fcd Check for proper width/height/depth when decoding alpha with dav1d, matching libaom's impl by Joe Drago · 5 years ago
- 981e17f When the AVIF container does not contain a color profile, fallback to the color OBU's nclx by Joe Drago · 5 years ago
- cdc9b64 codec_dav1d: disambiguate "needs more data" and "no more frames" in feed data pump by Joe Drago · 5 years ago
- 399df4f Fix lots of clang warnings by Joe Drago · 5 years ago
- 341a6a6 Enabled tons of warnings, and warnings-as-errors; Fixed associated fallout by Joe Drago · 5 years ago
- 25dd478 Fixed some warnings (removed unused variables and a bad cast); Add a define in dav1d layer for supporting older dav1d versions by Joe Drago · 5 years ago
- 46ea058 Image Sequence Support by Joe Drago · 5 years ago
- 97b071c Adjust .clang-format, re-run by Joe Drago · 5 years ago
- 177914d Hook up basic libdav1d support (very lightly tested) by Joe Drago · 5 years ago