[FFmpeg-cvslog] APIchanges: fix library version in the latest entry

2022-08-19 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Aug 19 23:00:12 2022 -0300| [0446282320c2cc43c729355f229d37c5b44867b0] | committer: James Almer APIchanges: fix library version in the latest entry Also add commit hash and date while at it. Signed-off-by: James Almer >

[FFmpeg-cvslog] The vuya pixel format was recently added, so this lavc workaround is no longer

2022-08-19 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Aug 7 14:50:18 2022 -0300| [352799dca8f80b81c37ae3260e424b9479269829] | committer: James Almer The vuya pixel format was recently added, so this lavc workaround is no longer needed. Signed-off-by: James Almer >

[FFmpeg-cvslog] swscale/input: add rgbaf16 input support

2022-08-19 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Mon Aug 8 14:02:31 2022 +0200| [aca569aad26f33fe68eb36c5c689b2dc4de77084] | committer: Timo Rothenpieler swscale/input: add rgbaf16 input support This is by no means perfect, since at least ddagrab will return scRGB data with values outside of

[FFmpeg-cvslog] swscale: add opaque parameter to input functions

2022-08-19 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Wed Aug 10 15:12:24 2022 +0200| [f2de911818fbd7e73343803626b697fd0c968121] | committer: Timo Rothenpieler swscale: add opaque parameter to input functions >

[FFmpeg-cvslog] avutil/half2float: use native _Float16 if available

2022-08-19 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Wed Aug 10 02:23:26 2022 +0200| [ef2c2a22207d7ec046bb0711fcae18f539828188] | committer: Timo Rothenpieler avutil/half2float: use native _Float16 if available _Float16 support was available on arm/aarch64 for a while, and with gcc 12 was enabled on

[FFmpeg-cvslog] avutil/half2float: move non-inline init code out of header

2022-08-19 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Wed Aug 10 01:53:10 2022 +0200| [6dc79f1d04eb88ec97360c45be4cadc66b7e5780] | committer: Timo Rothenpieler avutil/half2float: move non-inline init code out of header >

[FFmpeg-cvslog] avutil/half2float: adjust conversion of NaN

2022-08-19 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Tue Aug 9 22:16:50 2022 +0200| [cb8ad005bb73b1adf0d36eeb794c4c375fd3ee12] | committer: Timo Rothenpieler avutil/half2float: adjust conversion of NaN IEEE-754 differentiates two different kind of NaNs. Quiet and Signaling ones. They are

[FFmpeg-cvslog] avutil/half2float: move tables to header-internal structs

2022-08-19 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Wed Aug 10 01:00:56 2022 +0200| [f3fb528cd5bfecec6835a3951c75903a194ae1ad] | committer: Timo Rothenpieler avutil/half2float: move tables to header-internal structs Having to put the knowledge of the size of those arrays into a multitude of places

[FFmpeg-cvslog] avutil: move half-precision float helper to avutil

2022-08-19 Thread Timo Rothenpieler
ffmpeg | branch: master | Timo Rothenpieler | Wed Aug 10 00:42:41 2022 +0200| [b42925264a910e6807e9e7134feaa44ae47bf911] | committer: Timo Rothenpieler avutil: move half-precision float helper to avutil >

[FFmpeg-cvslog] checkasm: sw_scale: Produce more realistic test filter coefficients for yuv2yuvX

2022-08-19 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Aug 17 23:25:02 2022 +0300| [f921c583353bde2403334b94c1a3ca0785364924] | committer: Martin Storsjö checkasm: sw_scale: Produce more realistic test filter coefficients for yuv2yuvX This avoids triggering overflows in the filters, and avoids stray

[FFmpeg-cvslog] mov: Compare frag times in correct time base when seeking a stream without a corresponding sidx

2022-08-19 Thread Derek Buitenhuis
ffmpeg | branch: master | Derek Buitenhuis | Tue May 17 21:19:16 2022 +0100| [e1e981c65e9b45c8acd8a907ac67801acadd262c] | committer: Derek Buitenhuis mov: Compare frag times in correct time base when seeking a stream without a corresponding sidx Some muxers, such as GPAC, create files with

[FFmpeg-cvslog] swscale/x86/yuv2yuvX: Remove unused ff_yuv2yuvX_mmx()

2022-08-19 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Aug 18 16:26:37 2022 +0200| [8bec225c3cd1e580ef0582cbbab8120b79c8b6a3] | committer: Andreas Rheinhardt swscale/x86/yuv2yuvX: Remove unused ff_yuv2yuvX_mmx() Signed-off-by: Andreas Rheinhardt >