Re: [FFmpeg-devel] [PATCH v2 1/5] Interplay MVE: Implement MVE SEND_BUFFER operation

2017-06-23 Thread Hein-Pieter van Braam
On Wed, 2017-06-21 at 22:28 +0200, Paul B Mahol wrote: > > > Checks only for 2 bytes. > > > > > +send_buffer = AV_RL8(avpkt->data); > > + > >  /* decoding map contains 4 bits of information per 8x8 block > > */ > > -s->decoding_map_size = AV_RL16(avpkt->data); > > +s->decoding_m

Re: [FFmpeg-devel] [PATCH v2 1/5] Interplay MVE: Implement MVE SEND_BUFFER operation

2017-06-21 Thread Paul B Mahol
On 6/20/17, Hein-Pieter van Braam wrote: > Interplay MVE movies have a SEND_BUFFER operation. Only after this > command does the current decoding buffer get displayed. This is required > for the other frame formats. They are fixed-size and can't always encode > a full frame worth of pixeldata. > >

[FFmpeg-devel] [PATCH v2 1/5] Interplay MVE: Implement MVE SEND_BUFFER operation

2017-06-19 Thread Hein-Pieter van Braam
Interplay MVE movies have a SEND_BUFFER operation. Only after this command does the current decoding buffer get displayed. This is required for the other frame formats. They are fixed-size and can't always encode a full frame worth of pixeldata. This code prevents half-finished frames from being e