Lines Matching refs:mjpeg
8 * aspecting, new decode_frame mechanism and apple mjpeg-b support
48 #include "mjpeg.h"
1745 /* mjpeg-b can have padding bytes between sos and image data, skip them */
1893 "mjpeg: JFIF header found (version: %x.%x) SAR=%d/%d\n",
1922 av_log(s->avctx, AV_LOG_INFO, "mjpeg: Adobe header found, transform=%d\n", s->adobe_transform);
2035 av_log(s->avctx, AV_LOG_ERROR, "mjpeg: invalid TIFF header in EXIF data\n");
2043 av_log(s->avctx, AV_LOG_ERROR, "mjpeg: error decoding EXIF data\n");
2071 av_log(s->avctx, AV_LOG_INFO, "mjpeg: Apple MJPEG-A header found\n");
2143 "mjpeg: error, decode_app parser read over the end\n");
2644 "mjpeg: unsupported coding type (%x)\n", start_code);
3024 .p.name = "mjpeg",
3041 HWACCEL_NVDEC(mjpeg),
3044 HWACCEL_VAAPI(mjpeg),