Re: [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_h2645: add macros to read and write fields with no custom range of values

2019-04-28 Thread James Almer
On 4/28/2019 7:59 PM, Mark Thompson wrote: > On 17/04/2019 03:56, James Almer wrote: >> Signed-off-by: James Almer >> --- >> Better macro names welcome. I used the same convention as in cbs_av1. >> >> fate-cbs passes, but i'm sure a bunch of these are not tested by it, >> so help double checking i

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_h2645: add macros to read and write fields with no custom range of values

2019-04-28 Thread Mark Thompson
On 17/04/2019 03:56, James Almer wrote: > Signed-off-by: James Almer > --- > Better macro names welcome. I used the same convention as in cbs_av1. > > fate-cbs passes, but i'm sure a bunch of these are not tested by it, > so help double checking i didn't screw up is welcome. > > libavcodec/cbs_

Re: [FFmpeg-devel] [PATCH 1/3] avcodec/cbs_h2645: add macros to read and write fields with no custom range of values

2019-04-22 Thread James Almer
On 4/16/2019 11:56 PM, James Almer wrote: > Signed-off-by: James Almer > --- > Better macro names welcome. I used the same convention as in cbs_av1. > > fate-cbs passes, but i'm sure a bunch of these are not tested by it, > so help double checking i didn't screw up is welcome. > > libavcodec/cb

[FFmpeg-devel] [PATCH 1/3] avcodec/cbs_h2645: add macros to read and write fields with no custom range of values

2019-04-16 Thread James Almer
Signed-off-by: James Almer --- Better macro names welcome. I used the same convention as in cbs_av1. fate-cbs passes, but i'm sure a bunch of these are not tested by it, so help double checking i didn't screw up is welcome. libavcodec/cbs_h2645.c| 10 +- libavcodec/cbs_h264_syn