Re: [FFmpeg-devel] [PATCH v2 00/16] avcodec/vvcdec: support subpicture

2024-04-03 Thread James Almer
On 4/4/2024 12:12 AM, Nuo Mi wrote: On Thu, Apr 4, 2024 at 10:09 AM James Almer wrote: On 4/3/2024 11:05 PM, Nuo Mi wrote: On Tue, Apr 2, 2024 at 11:24 PM James Almer wrote: On 4/2/2024 10:01 AM, Nuo Mi wrote: On Wed, Mar 27, 2024 at 9:01 PM Nuo Mi wrote: Changes since v1: add

Re: [FFmpeg-devel] [PATCH v2 00/16] avcodec/vvcdec: support subpicture

2024-04-03 Thread Nuo Mi
On Thu, Apr 4, 2024 at 10:09 AM James Almer wrote: > On 4/3/2024 11:05 PM, Nuo Mi wrote: > > On Tue, Apr 2, 2024 at 11:24 PM James Almer wrote: > > > >> On 4/2/2024 10:01 AM, Nuo Mi wrote: > >>> On Wed, Mar 27, 2024 at 9:01 PM Nuo Mi wrote: > >>> > Changes since v1: > add

Re: [FFmpeg-devel] [PATCH v2 00/16] avcodec/vvcdec: support subpicture

2024-04-03 Thread James Almer
On 4/3/2024 11:05 PM, Nuo Mi wrote: On Tue, Apr 2, 2024 at 11:24 PM James Almer wrote: On 4/2/2024 10:01 AM, Nuo Mi wrote: On Wed, Mar 27, 2024 at 9:01 PM Nuo Mi wrote: Changes since v1: add v2-0004-avcodec-vvcdec-fix-uninitialized-last-element-of-.patch to address the clang-usan and

Re: [FFmpeg-devel] [PATCH v2 00/16] avcodec/vvcdec: support subpicture

2024-04-03 Thread Nuo Mi
On Tue, Apr 2, 2024 at 11:24 PM James Almer wrote: > On 4/2/2024 10:01 AM, Nuo Mi wrote: > > On Wed, Mar 27, 2024 at 9:01 PM Nuo Mi wrote: > > > >> Changes since v1: > >> add v2-0004-avcodec-vvcdec-fix-uninitialized-last-element-of-.patch to > >> address > >> the clang-usan and clang-asan

Re: [FFmpeg-devel] [PATCH v2 00/16] avcodec/vvcdec: support subpicture

2024-04-02 Thread James Almer
On 4/2/2024 10:01 AM, Nuo Mi wrote: On Wed, Mar 27, 2024 at 9:01 PM Nuo Mi wrote: Changes since v1: add v2-0004-avcodec-vvcdec-fix-uninitialized-last-element-of-.patch to address the clang-usan and clang-asan failures reported by Frank pushed. I added a test for this using

Re: [FFmpeg-devel] [PATCH v2 00/16] avcodec/vvcdec: support subpicture

2024-04-02 Thread Nuo Mi
On Wed, Mar 27, 2024 at 9:01 PM Nuo Mi wrote: > Changes since v1: > add v2-0004-avcodec-vvcdec-fix-uninitialized-last-element-of-.patch to > address > the clang-usan and clang-asan failures reported by Frank pushed. ___ ffmpeg-devel mailing list

[FFmpeg-devel] [PATCH v2 00/16] avcodec/vvcdec: support subpicture

2024-03-27 Thread Nuo Mi
Changes since v1: add v2-0004-avcodec-vvcdec-fix-uninitialized-last-element-of-.patch to address the clang-usan and clang-asan failures reported by Frank Frank Plowman (2): avcodec/vvcdec: fix uninitialized last element of xxx_bd and ctb_to_xxx_bd arrays avcodec/vvcdec: support