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