Re: [FFmpeg-devel] [PATCH] avcodec: add IMM4 decoder

2018-08-16 Thread Rostislav Pehlivanov
On Thu, 16 Aug 2018 at 18:40, Paul B Mahol wrote: > On 8/16/18, Paul B Mahol wrote: > > Hi, > > > > another patch attached, please review. > > > > Again. > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/f

Re: [FFmpeg-devel] [PATCH] avcodec: add IMM4 decoder

2018-08-16 Thread Rostislav Pehlivanov
On Thu, 16 Aug 2018 at 21:19, Rostislav Pehlivanov wrote: > > > On Thu, 16 Aug 2018 at 18:40, Paul B Mahol wrote: > >> On 8/16/18, Paul B Mahol wrote: >> > Hi, >> > >> > another patch attached, please review. >> > >> >> Again. >> ___ >> ffmpeg-devel m

Re: [FFmpeg-devel] [PATCH] avcodec: add IMM4 decoder

2018-08-16 Thread Paul B Mahol
On 8/16/18, Paul B Mahol wrote: > Hi, > > another patch attached, please review. > Again. 0001-avcodec-add-IMM4-decoder.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-deve

Re: [FFmpeg-devel] [PATCH] avcodec: add IMM4 decoder

2018-08-16 Thread James Almer
On 8/16/2018 12:23 PM, Paul B Mahol wrote: > On 8/16/18, James Almer wrote: >> On 8/16/2018 8:00 AM, Paul B Mahol wrote: >>> Hi, >>> >>> another patch attached, please review. >> >>> +static int decode_frame(AVCodecContext *avctx, void *data, >>> +int *got_frame, AVPacket *

Re: [FFmpeg-devel] [PATCH] avcodec: add IMM4 decoder

2018-08-16 Thread Paul B Mahol
On 8/16/18, James Almer wrote: > On 8/16/2018 8:00 AM, Paul B Mahol wrote: >> Hi, >> >> another patch attached, please review. > >> +static int decode_frame(AVCodecContext *avctx, void *data, >> +int *got_frame, AVPacket *avpkt) >> +{ >> +IMM4Context *s = avctx->priv_da

Re: [FFmpeg-devel] [PATCH] avcodec: add IMM4 decoder

2018-08-16 Thread James Almer
On 8/16/2018 8:00 AM, Paul B Mahol wrote: > Hi, > > another patch attached, please review. > +static int decode_frame(AVCodecContext *avctx, void *data, > +int *got_frame, AVPacket *avpkt) > +{ > +IMM4Context *s = avctx->priv_data; > +GetBitContext *gb = &s->gb; >