Re: [FFmpeg-devel] [PATCH 00/11 v3] cbs (mostly MPEG-2) patches

2019-05-28 Thread Mark Thompson
On 22/05/2019 02:04, Andreas Rheinhardt wrote: > > Andreas Rheinhardt (10): > cbs_mpeg2: Correct and use enum values > cbs_mpeg2: Improve checks for invalid values > cbs_mpeg2: Fix storage type for frame_centre_*_offset > cbs_mpeg2: Correct error codes > > James Almer (1): > avcodec/cbs

[FFmpeg-devel] [PATCH 00/11 v3] cbs (mostly MPEG-2) patches

2019-05-21 Thread Andreas Rheinhardt
Hello, this patchset is an updated and expanded version of my patchset [1] from April. Changes include: 1. I have found more elements in MPEG-2 with forbidden values. And it was always zero that was forbidden. Therefore the macro for ranges has been simplified to simply disallow the value 0. 2. c