Changelog

# Changelog

## v0.5.2

### Features

- Align video codec and pixel format with `esp-gmf`

## v0.5.1

### Features

- Fix build issue for board not support `esp_h264`

## v0.5.0

### Features

- Initial version of `esp-video-codec`
- Add video encoder and decoder common part
- Add hardware MJPEG encoder and decoder implement based on `esp_driver_jpeg`
- Add hardware H264 encoder implement based on `esp_h264`
- Add software MJPEG encoder and decoder implement based on `esp_new_jpeg`
- Add software H264 encoder and decoder implement based on `esp_h264`