Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add Apple Pixlet decoder

2016-12-24 Thread Paul B Mahol
On 12/24/16, Andreas Cadhalpun wrote: +*got_frame = 1; + +return pktsize; >>> >>> Since this is a video decoder, this should always return the full >>> avpkt->size. >> >> Wrong. It returns what it consumes. > > Video decoders are expected to consume the full packet and the n

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add Apple Pixlet decoder

2016-12-23 Thread Andreas Cadhalpun
On 23.12.2016 09:17, Paul B Mahol wrote: > On 12/23/16, Andreas Cadhalpun wrote: >> On 22.12.2016 22:52, Paul B Mahol wrote: >>> +xflag = flag + cnt1; >>> +yflag = xflag; >>> + >>> +if (flag + cnt1 == 0) { >>> +value = 0; >>> +} else { >>> +x

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add Apple Pixlet decoder

2016-12-23 Thread Paul B Mahol
On 12/23/16, Andreas Cadhalpun wrote: > On 22.12.2016 22:52, Paul B Mahol wrote: >> ffmpeg | branch: master | Paul B Mahol | Fri Dec 2 >> 20:30:50 2016 +0100| [73651090ca1183f37753ee30a7e206ca4fb9f4f0] | >> committer: Paul B Mahol >> >> avcodec: add Apple Pixlet decoder >> >> Signed-off-by: Paul

Re: [FFmpeg-devel] [FFmpeg-cvslog] avcodec: add Apple Pixlet decoder

2016-12-22 Thread Andreas Cadhalpun
On 22.12.2016 22:52, Paul B Mahol wrote: > ffmpeg | branch: master | Paul B Mahol | Fri Dec 2 > 20:30:50 2016 +0100| [73651090ca1183f37753ee30a7e206ca4fb9f4f0] | committer: > Paul B Mahol > > avcodec: add Apple Pixlet decoder > > Signed-off-by: Paul B Mahol > >> http://git.videolan.org/gitw