Go to the documentation of this file.
54 for (
i = 0;
i < 2; ++
i)
70 if (!
s->picture[0] || !
s->picture[1])
73 s->jpg.picture_ptr =
s->picture[0];
78 const uint8_t *buf_ptr,
int buf_size)
90 const uint8_t *buf_ptr,
int buf_size)
92 unsigned bitmask_size, mb_count;
97 mb_count =
s->mb_width *
s->mb_height;
99 bitmask_size = (mb_count + 7) >> 3;
100 if (bitmask_size > buf_size - 12) {
102 "MXM bitmask is not complete\n");
106 if (
s->bitmask_size != bitmask_size) {
110 if (!
s->mxm_bitmask) {
112 "MXM bitmask memory allocation error\n");
118 if (!
s->completion_bitmask) {
120 "Completion bitmask memory allocation error\n");
124 s->bitmask_size = bitmask_size;
127 memcpy(
s->mxm_bitmask, buf_ptr + 12, bitmask_size);
128 s->got_mxm_bitmask = 1;
130 if (!
s->has_complete_frame) {
131 uint8_t completion_check = 0xFF;
132 for (
i = 0;
i < bitmask_size; ++
i) {
133 s->completion_bitmask[
i] |=
s->mxm_bitmask[
i];
134 completion_check &=
s->completion_bitmask[
i];
136 s->has_complete_frame = !(completion_check ^ 0xFF);
143 const uint8_t *buf_ptr,
int buf_size)
149 if (
len > 14 &&
len <= buf_size && !strncmp(buf_ptr + 2,
"MXM", 3)) {
160 if ((jpg->
width + 0x0F)>>4 !=
s->mb_width ||
161 (jpg->
height + 0x0F)>>4 !=
s->mb_height) {
163 "Picture dimensions stored in SOF and MXM mismatch\n");
167 if (reference_ptr->
data[0]) {
173 "Dimensions of current and reference picture mismatch\n");
183 void *
data,
int *got_frame,
187 int buf_size = avpkt->
size;
190 const uint8_t *buf_end, *buf_ptr;
191 const uint8_t *unescaped_buf_ptr;
192 int unescaped_buf_size;
200 buf_end = buf + buf_size;
202 s->got_mxm_bitmask = 0;
203 s->got_sof_data = !!
s->got_sof_data;
204 while (buf_ptr < buf_end) {
206 &unescaped_buf_ptr, &unescaped_buf_size);
227 "quantization table decode error\n");
235 "huffman table decode error\n");
246 if (
s->got_sof_data > 1) {
248 "Multiple SOF in a frame\n");
254 "SOF data decode error\n");
260 "Interlaced mode not supported in MxPEG\n");
267 if (!
s->got_sof_data) {
269 "Can not process SOS without SOF data, skipping\n");
275 "First picture has no SOF, skipping\n");
278 if (!
s->got_mxm_bitmask){
280 "Non-key frame has no MXM, skipping\n");
296 if (
s->got_mxm_bitmask) {
297 AVFrame *reference_ptr =
s->picture[
s->picture_index ^ 1];
302 if (!reference_ptr->
data[0] &&
331 s->picture_index ^= 1;
334 if (!
s->has_complete_frame) {
335 if (!
s->got_mxm_bitmask)
336 s->has_complete_frame = 1;
342 return buf_ptr - buf;
#define AV_LOG_WARNING
Something somehow does not look correct.
#define FF_CODEC_CAP_INIT_THREADSAFE
The codec does not modify any global variables in the init function, allowing to call the init functi...
static av_cold int init(AVCodecContext *avctx)
Filter the word “frame” indicates either a video frame or a group of audio as stored in an AVFrame structure Format for each input and each output the list of supported formats For video that means pixel format For audio that means channel sample they are references to shared objects When the negotiation mechanism computes the intersection of the formats supported at each end of a all references to both lists are replaced with a reference to the intersection And when a single format is eventually chosen for a link amongst the remaining all references to the list are updated That means that if a filter requires that its input and output have the same format amongst a supported all it has to do is use a reference to the same list of formats query_formats can leave some formats unset and return AVERROR(EAGAIN) to cause the negotiation mechanism toagain later. That can be used by filters with complex requirements to use the format negotiated on one link to set the formats supported on another. Frame references ownership and permissions
int err_recognition
Error recognition; may misdetect some more or less valid parts as errors.
static int get_bits_count(const GetBitContext *s)
void av_frame_free(AVFrame **frame)
Free the frame and any dynamically allocated objects in it, e.g.
This structure describes decoded (raw) audio or video data.
static int init_get_bits(GetBitContext *s, const uint8_t *buffer, int bit_size)
Initialize GetBitContext.
uint8_t * data[AV_NUM_DATA_POINTERS]
pointer to the picture/channel planes.
static void skip_bits(GetBitContext *s, int n)
int ff_mjpeg_decode_dht(MJpegDecodeContext *s)
av_cold int ff_mjpeg_decode_init(AVCodecContext *avctx)
enum AVDiscard skip_frame
Skip decoding for selected frames.
int key_frame
1 -> keyframe, 0-> not
AVFrame * av_frame_alloc(void)
Allocate an AVFrame and set its fields to default values.
#define AV_LOG_ERROR
Something went wrong and cannot losslessly be recovered.
static void decode(AVCodecContext *dec_ctx, AVPacket *pkt, AVFrame *frame, FILE *outfile)
#define AV_GET_BUFFER_FLAG_REF
The decoder will keep a reference to the frame and may reuse it later.
static int mxpeg_decode_mxm(MXpegDecodeContext *s, const uint8_t *buf_ptr, int buf_size)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_RL16
av_cold int ff_mjpeg_decode_end(AVCodecContext *avctx)
@ AVDISCARD_ALL
discard all
static int mxpeg_decode_frame(AVCodecContext *avctx, void *data, int *got_frame, AVPacket *avpkt)
#define AVERROR_PATCHWELCOME
Not yet implemented in FFmpeg, patches welcome.
int ff_mjpeg_decode_dqt(MJpegDecodeContext *s)
@ AV_PICTURE_TYPE_I
Intra.
#define AV_EF_EXPLODE
abort decoding on minor error detection
enum AVPictureType pict_type
Picture type of the frame.
int ff_get_buffer(AVCodecContext *avctx, AVFrame *frame, int flags)
Get a buffer for a frame.
#define AV_CODEC_CAP_DR1
Codec uses get_buffer() for allocating buffers and supports custom allocators.
#define NULL_IF_CONFIG_SMALL(x)
Return NULL if CONFIG_SMALL is true, otherwise the argument without modification.
int av_frame_ref(AVFrame *dst, const AVFrame *src)
Set up a new reference to the data described by the source frame.
int ff_mjpeg_decode_sos(MJpegDecodeContext *s, const uint8_t *mb_bitmask, int mb_bitmask_size, const AVFrame *reference)
static int mxpeg_decode_app(MXpegDecodeContext *s, const uint8_t *buf_ptr, int buf_size)
#define i(width, name, range_min, range_max)
#define FF_CODEC_CAP_INIT_CLEANUP
The codec allows calling the close function for deallocation even if the init function returned a fai...
static av_cold int mxpeg_decode_init(AVCodecContext *avctx)
void av_frame_unref(AVFrame *frame)
Unreference all the buffers referenced by frame and reset the frame fields.
void * av_mallocz(size_t size)
Allocate a memory block with alignment suitable for all memory accesses (including vectors if availab...
const char * name
Name of the codec implementation.
static av_cold int mxpeg_decode_end(AVCodecContext *avctx)
static int mxpeg_check_dimensions(MXpegDecodeContext *s, MJpegDecodeContext *jpg, AVFrame *reference_ptr)
int ff_mjpeg_find_marker(MJpegDecodeContext *s, const uint8_t **buf_ptr, const uint8_t *buf_end, const uint8_t **unescaped_buf_ptr, int *unescaped_buf_size)
main external API structure.
int ff_mjpeg_decode_sof(MJpegDecodeContext *s)
int got_picture
we found a SOF and picture is valid, too.
@ AV_PICTURE_TYPE_P
Predicted.
This structure stores compressed data.
int linesize[AV_NUM_DATA_POINTERS]
For video, size in bytes of each picture line.
#define AVERROR_INVALIDDATA
Invalid data found when processing input.
static int mxpeg_decode_com(MXpegDecodeContext *s, const uint8_t *buf_ptr, int buf_size)
uint64_t_TMPL AV_WL64 unsigned int_TMPL AV_WL32 unsigned int_TMPL AV_WL24 unsigned int_TMPL AV_WL16 uint64_t_TMPL AV_WB64 unsigned int_TMPL AV_WB32 unsigned int_TMPL AV_WB24 unsigned int_TMPL AV_RB16
uint8_t * completion_bitmask