On Sat, Nov 16, 2024 at 9:00 AM James Almer wrote:
> On 11/16/2024 12:57 PM, Pavel Koshevoy wrote:
> > On Fri, Nov 15, 2024 at 9:25 PM Anton Khirnov wrote:
> >
> >> Quoting Pavel Koshevoy (2024-11-15 20:32:21)
> >>> This avoids unpleasant surprises to av_frame_get_buffer callers
> >>> that expli
On Sat, Nov 16, 2024 at 9:25 AM Pavel Koshevoy wrote:
>
>
> On Sat, Nov 16, 2024 at 9:00 AM James Almer wrote:
>
>> On 11/16/2024 12:57 PM, Pavel Koshevoy wrote:
>> > On Fri, Nov 15, 2024 at 9:25 PM Anton Khirnov
>> wrote:
>> >
>> >> Quoting Pavel Koshevoy (2024-11-15 20:32:21)
>> >>> This avoi
This avoids unpleasant surprises to av_frame_get_buffer callers
that explicitly specified 64-byte alignment and didn't get
AVFrame.data pointers that are 64-byte aligned.
For example, see https://github.com/sekrit-twc/zimg/issues/212
Although the zscale issue has already been resolved by other me
On 11/16/2024 12:57 PM, Pavel Koshevoy wrote:
On Fri, Nov 15, 2024 at 9:25 PM Anton Khirnov wrote:
Quoting Pavel Koshevoy (2024-11-15 20:32:21)
This avoids unpleasant surprises to av_frame_get_buffer callers
that explicitly specified 64-byte alignment and didn't get
AVFrame.data pointers that
On Fri, Nov 15, 2024 at 9:25 PM Anton Khirnov wrote:
> Quoting Pavel Koshevoy (2024-11-15 20:32:21)
> > This avoids unpleasant surprises to av_frame_get_buffer callers
> > that explicitly specified 64-byte alignment and didn't get
> > AVFrame.data pointers that are 64-byte aligned.
> >
> > For ex
Quoting Pavel Koshevoy (2024-11-09 18:46:53)
> AVFrame.data pointers being aligned according to the explicitly specified
> align parameter
> is not going to break any caller. It is a safe change, and I would think
> a welcome change for any users of av_frame_get_buffer.
I agree and am in favor of
Quoting Pavel Koshevoy (2024-11-15 20:32:21)
> This avoids unpleasant surprises to av_frame_get_buffer callers
> that explicitly specified 64-byte alignment and didn't get
> AVFrame.data pointers that are 64-byte aligned.
>
> For example, see https://github.com/sekrit-twc/zimg/issues/212
>
> Alth
This avoids unpleasant surprises to av_frame_get_buffer callers
that explicitly specified 64-byte alignment and didn't get
AVFrame.data pointers that are 64-byte aligned.
For example, see https://github.com/sekrit-twc/zimg/issues/212
Although the zscale issue has already been resolved by other me
On Sat, Nov 9, 2024 at 10:46 AM Pavel Koshevoy wrote:
>
>
> On Sat, Nov 9, 2024 at 10:39 AM James Almer wrote:
>
>> On 11/9/2024 2:34 PM, Pavel Koshevoy wrote:
>> > On Sat, Nov 9, 2024 at 10:27 AM James Almer wrote:
>> >
>> >> On 11/9/2024 1:57 PM, Pavel Koshevoy wrote:
>> >>> This avoids unple
On Sat, Nov 9, 2024 at 10:39 AM James Almer wrote:
> On 11/9/2024 2:34 PM, Pavel Koshevoy wrote:
> > On Sat, Nov 9, 2024 at 10:27 AM James Almer wrote:
> >
> >> On 11/9/2024 1:57 PM, Pavel Koshevoy wrote:
> >>> This avoids unpleasant surprises to av_frame_get_buffer callers
> >>> that explicitly
On 11/9/2024 2:34 PM, Pavel Koshevoy wrote:
On Sat, Nov 9, 2024 at 10:27 AM James Almer wrote:
On 11/9/2024 1:57 PM, Pavel Koshevoy wrote:
This avoids unpleasant surprises to av_frame_get_buffer callers
that explicitly specified 64-byte alignment and didn't get
AVFrame.data pointers that are
On Sat, Nov 9, 2024 at 10:27 AM James Almer wrote:
> On 11/9/2024 1:57 PM, Pavel Koshevoy wrote:
> > This avoids unpleasant surprises to av_frame_get_buffer callers
> > that explicitly specified 64-byte alignment and didn't get
> > AVFrame.data pointers that are 64-byte aligned.
>
> Again, the do
On 11/9/2024 1:57 PM, Pavel Koshevoy wrote:
This avoids unpleasant surprises to av_frame_get_buffer callers
that explicitly specified 64-byte alignment and didn't get
AVFrame.data pointers that are 64-byte aligned.
Again, the doxy is clear that only the buffer sizes are aligned, not the
pointe
This avoids unpleasant surprises to av_frame_get_buffer callers
that explicitly specified 64-byte alignment and didn't get
AVFrame.data pointers that are 64-byte aligned.
In particular, this fixes an issue in vf_zscale.
https://github.com/sekrit-twc/zimg/issues/212
---
libavutil/frame.c | 4 +++-
14 matches
Mail list logo