[FFmpeg-cvslog] libavformat/mxf: Add ULs for DNxUncompressed

2024-10-09 Thread Martin Schitter
ffmpeg | branch: master | Martin Schitter | Fri Oct 4 23:07:31 2024 +0200| [3cb648d5694d97d31586fdddf89b9e9627698143] | committer: Michael Niedermayer libavformat/mxf: Add ULs for DNxUncompressed Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] libavcodec/dnxuc_parser: DNxUncompressed essence parser

2024-10-09 Thread Martin Schitter
ffmpeg | branch: master | Martin Schitter | Fri Oct 4 23:07:32 2024 +0200| [67015341029552e242297518e930e1e20624a503] | committer: Michael Niedermayer libavcodec/dnxuc_parser: DNxUncompressed essence parser Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?

[FFmpeg-cvslog] libavcodec/: Add ID and desc for DNxUncompressed

2024-10-09 Thread Martin Schitter
ffmpeg | branch: master | Martin Schitter | Fri Oct 4 23:07:30 2024 +0200| [887726a7aaf1352050ba73a9e4b74e61546449f4] | committer: Michael Niedermayer libavcodec/: Add ID and desc for DNxUncompressed Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

[FFmpeg-cvslog] avformat/matroskadec: Check desc_bytes so bits fit in 64bit

2024-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 28 22:08:23 2024 +0200| [c4122406f6d2726aea833480a2a8e345833dd881] | committer: Michael Niedermayer avformat/matroskadec: Check desc_bytes so bits fit in 64bit Likely a tighter check can be done Fixes: signed integer overflow: 3305606804

[FFmpeg-cvslog] avformat/mov: Avoid overflow in dts

2024-10-09 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Jul 28 20:53:49 2024 +0200| [057b8c2066da3554072565744f4f00435cc3342b] | committer: Michael Niedermayer avformat/mov: Avoid overflow in dts This basically ignores the overflow without undefined behavior, alternatively we could detect and err

[FFmpeg-cvslog] avcodec/mfenc: add support for AV1 MF encoders

2024-10-09 Thread Min Chen
ffmpeg | branch: master | Min Chen | Fri Oct 4 23:22:04 2024 +0530| [37842f2caa0fb495869aab61603edc5c6b8a45f4] | committer: Martin Storsjö avcodec/mfenc: add support for AV1 MF encoders Signed-off-by: Dash Santosh Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.gi

[FFmpeg-cvslog] arm: Consistently use proper interworking function returns

2024-10-09 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Oct 4 00:30:24 2024 +0300| [77e6293735262b20a86b5047b77991a86cf4e9e1] | committer: Martin Storsjö arm: Consistently use proper interworking function returns Use "bx lr", or "pop {lr}", which do proper mode switching between thumb and arm modes. A

[FFmpeg-cvslog] checkasm: lls: Use relative tolerances rather than absolute ones

2024-10-09 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Fri Oct 4 10:22:57 2024 +0300| [6668268e16b6d1a6992840dccb12effece2e7202] | committer: Martin Storsjö checkasm: lls: Use relative tolerances rather than absolute ones Depending on the magnitude of the output values, the potential errors can be larger

[FFmpeg-cvslog] swscale/rgb2xyz: minor style fixes

2024-10-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Oct 7 18:50:44 2024 +0200| [ea228fc41524caff68a20b6d18a9b1ddcc927928] | committer: Niklas Haas swscale/rgb2xyz: minor style fixes Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit

[FFmpeg-cvslog] swscale/rgb2xyz: add explicit width parameter

2024-10-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Oct 7 18:58:29 2024 +0200| [9d8f5141cf7da4c72e8e1a08e9a967c0f163a78a] | committer: Niklas Haas swscale/rgb2xyz: add explicit width parameter This fixes an 11-year-old bug in the rgb2xyz functions, when used with a negative stride. The current loop bo

[FFmpeg-cvslog] swscale/rgb2xyz: expose these functions internally

2024-10-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Oct 7 19:38:03 2024 +0200| [403a20b2e61e3b164f6729f16e14fdfcee535ee8] | committer: Niklas Haas swscale/rgb2xyz: expose these functions internally Sponsored-by: Sovereign Tech Fund Signed-off-by: Niklas Haas > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] swscale/internal: constify and expose ff_swscale()

2024-10-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Thu Sep 26 17:06:26 2024 +0200| [ec9985b54f68f58519848096ee7f6b1476052871] | committer: Niklas Haas swscale/internal: constify and expose ff_swscale() Used as an intermediate entry point for the new swscale context. The extra constification is a consisten

[FFmpeg-cvslog] swscale/rgb2xyz: follow convention on image pointers and strides

2024-10-09 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Mon Oct 7 19:33:44 2024 +0200| [775de8c19d22a175e1240a180f339e0642c5d536] | committer: Niklas Haas swscale/rgb2xyz: follow convention on image pointers and strides Instead of taking an int16_t pointer and a stride in halfwords, follow the usual conventio