[FFmpeg-devel] FFmpeg 4.4

Stephen Hutchinson qyot27 at gmail.com
Wed Mar 10 22:20:28 EET 2021


On 3/10/2021 2:48 PM, Marton Balint wrote:
> 
> 
> On Tue, 9 Mar 2021, Stephen Hutchinson wrote:
> 
>> On 3/9/2021 3:47 PM, Michael Niedermayer wrote:
>>> Hi all
>>>
>>> I will branch release/4.4 soon
>>> then like always leave some time for testing, bugfixes, ... and then
>>> make FFmeg 4.4 from release/4.4, its too long since 4.3
>>
>> These three AviSynth demuxer patches should probably go in before 4.4:
>>
>> http://ffmpeg.org/pipermail/ffmpeg-devel/2020-June/264269.html
>>
>> http://ffmpeg.org/pipermail/ffmpeg-devel/2021-February/275893.html
>>
>> http://ffmpeg.org/pipermail/ffmpeg-devel/2021-February/276389.html
>>
>> That third one especially.
> 
> OK, I will apply these.
> 
> Regards,
> Marton

There is one minor change to the RGB flipping patch that's needed
that I confirmed last night.

+    LOAD_AVS_FUNC(avs_is_color_space, 0);

That actually needs to be 1, not 0.  Otherwise it breaks the
version check that tells people to upgrade if they're still
using 2.5.

I was going to send a fixed version of the patch later today.


More information about the ffmpeg-devel mailing list