Rdzleo 0d0bc33192 chore(deps): managed_components 自动更新
idf.py reconfigure 触发的 idf-component-manager 版本刷新副作用:
- espressif/dl_fft, esp_jpeg, freetype 等组件的小版本更新

不影响项目功能,与 Phase 10 无直接关系。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-15 15:56:33 +08:00

1.3 KiB

Changelog

v1.0.1

Features

  • Supported IDF6.0
  • Supported ESP32-S31, ESP32-H4, ESP32-C61

Bug Fixes

  • Fixed build error in test_app

v1.0.0

Features

  • Added support for RGB565(big endian), RGB565(little endian), and CbYCrY pixel format in the encoder
  • Aligned pixel format with esp-fourcc

Bug Fixes

  • Fixed encoding error with large gray images
  • Fixed missing assignment of the out_size member in the jpeg_dec_io_t structure when scale is enabled during decoding

v0.6.1

Features

  • Optimize error handling logic of the decoder
  • Improve example of encoder block mode in test_app

Bug Fixes

  • Fix decoding error for some images containing restart markers

v0.6.0

Features

  • Support IDF5.4
  • Support SD power supply comes from internal LDO IO in test_app
  • Add 16-byte alignment check for encoder input buffer when using ESP32-S3
  • Add 16-byte alignment check for decoder output buffer when using ESP32-S3

Bug Fixes

  • Fix inaccurate inbuf_remain member in jpeg_dec_io_t structure after decoding is finished
  • Fix spelling errors in test_app

v0.5.1

Bug Fixes

  • Fix memory leakage on jpeg_enc_open fail
  • Fix memory allocation fail when dram is insufficient

v0.5.0

Features

  • Initial version of esp_new_jpeg
  • Add JPEG encoder and decoder library