[FFmpeg-cvslog] avcodec/x86/h264_qpel: Remove unused functions

2022-06-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Jun 24 19:29:37 2022 +0200| [9dfec90253787e718b2771fd93528381d5407721] | committer: Andreas Rheinhardt avcodec/x86/h264_qpel: Remove unused functions Forgotten in 4011a76494a5ff6844312813bc753aae8e54c2f0. The reason for this is that these func

[FFmpeg-cvslog] avformat/matroskaenc: Fix use of uninitialized value

2022-06-25 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Jun 26 06:12:32 2022 +0200| [2cce1d852862c91a14a9921bf15a7e0e027c7164] | committer: Andreas Rheinhardt avformat/matroskaenc: Fix use of uninitialized value Regression since 67eea6cf026a70940ea402d54685d67c660b49cd. Affects only WebVTT when mux

[FFmpeg-cvslog] avformat/matroskadec: avoid integer overflows in SAR computation

2022-06-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Apr 1 12:46:08 2022 +0200| [e6cad01122c6dea0435d042d68a56045a214492d] | committer: Michael Niedermayer avformat/matroskadec: avoid integer overflows in SAR computation This ignores >64bit Alternatively we could support that if it occurs in r

[FFmpeg-cvslog] avcodec/libjxlenc: properly read input colorspace

2022-06-25 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Tue May 3 11:38:43 2022 -0400| [59a58d1a85611c65c9f6910c75ee5bfa7ba43364] | committer: Niklas Haas avcodec/libjxlenc: properly read input colorspace Whether an ICC profile is present or not, the libjxl encoder wrapper should now properly read colorspace tag

[FFmpeg-cvslog] avcodec/libjxldec: properly tag output colorspace

2022-06-25 Thread Leo Izen
ffmpeg | branch: master | Leo Izen | Tue May 3 11:37:27 2022 -0400| [ef43767911eb81e8d21e1359e4c61871f8a66433] | committer: Niklas Haas avcodec/libjxldec: properly tag output colorspace Whether an ICC profile is present or not, the decoder should now properly tag the colorspace of pixel data r

[FFmpeg-cvslog] avfilter/Makefile: always make colorspace.o

2022-06-25 Thread Gyan Doshi
ffmpeg | branch: master | Gyan Doshi | Sat Jun 25 11:50:45 2022 +0530| [0744c84792f78bc4de082ef8ca041f66852b506b] | committer: Gyan Doshi avfilter/Makefile: always make colorspace.o Unbreaks libavfilter builds when configured with a subset of filters. drawutils added ff_draw_init2 in 6c3a82f04

[FFmpeg-cvslog] avutil/ppc/cpu: Use proper header for OpenBSD PPC CPU detection

2022-06-25 Thread Brad Smith
ffmpeg | branch: master | Brad Smith | Wed Mar 2 20:34:53 2022 -0500| [beaf172d75da1580532e241be5ff546c806abd41] | committer: Michael Niedermayer avutil/ppc/cpu: Use proper header for OpenBSD PPC CPU detection Use the proper header for PPC CPU detection code. sys/param.h includes sys/types, b