[FFmpeg-cvslog] x86/ac3dsp: clear the upper 32 bits for input arguments where needed

2024-04-08 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 8 13:44:05 2024 -0300| [b0ef9e35e80990b0ba03dd724a6d41cccba100b1] | committer: James Almer x86/ac3dsp: clear the upper 32 bits for input arguments where needed Fixes checkasm on win64. Signed-off-by: James Almer > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/mpegvideo_dec, h264_slice: Return proper error codes

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 5 11:58:44 2024 +0200| [17414abb69b44675fd9964069f948a4d48b1ec5e] | committer: Andreas Rheinhardt avcodec/mpegvideo_dec, h264_slice: Return proper error codes Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg

[FFmpeg-cvslog] avcodec/mpeg12dec: Remove redundant mpeg_enc_ctx_allocated

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 5 11:29:04 2024 +0200| [7f0efe232475d7a704924a3cb308281973e8add3] | committer: Andreas Rheinhardt avcodec/mpeg12dec: Remove redundant mpeg_enc_ctx_allocated Use context_initialized from the underlying MpegEncContext instead. Also don't ch

[FFmpeg-cvslog] avcodec/mpegvideo_dec: Factor allocating dummy frame out

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 14 23:00:42 2023 +0200| [b7cf2d0efcd20384b6ddbc2c1bfd04e0ea591474] | committer: Andreas Rheinhardt avcodec/mpegvideo_dec: Factor allocating dummy frame out Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/mpegvideo: Remove pointless check

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 15 23:14:51 2023 +0200| [94295bb57407fac57defc77fe59ea4cfdbe113c0] | committer: Andreas Rheinhardt avcodec/mpegvideo: Remove pointless check Possible since 315c956cbd14f021e49dac7fc0b906fad1672aad. Signed-off-by: Andreas Rheinhardt > ht

[FFmpeg-cvslog] avcodec/mpegvideo_dec: Don't emit non-keyframe warning for H.261

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 12 20:26:45 2023 +0200| [f48313526b5c0fb889560cb91daadd8f8c194317] | committer: Andreas Rheinhardt avcodec/mpegvideo_dec: Don't emit non-keyframe warning for H.261 H.261 does not have keyframes (or indeed frame types) at all, so this warni

[FFmpeg-cvslog] avcodec/mpegvideo_dec: Move getting Picture slot into alloc_picture()

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 14 23:31:29 2023 +0200| [6f2f496822b056db8c22763706da2a5103c96708] | committer: Andreas Rheinhardt avcodec/mpegvideo_dec: Move getting Picture slot into alloc_picture() Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/mpegvideo_dec: Remove redundant code to reset keyframe flag

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 14 22:43:24 2023 +0200| [b00c6976547c4d08b32c6ecd7ecdfebb916ffab7] | committer: Andreas Rheinhardt avcodec/mpegvideo_dec: Remove redundant code to reset keyframe flag These AVFrames are blank and therefore the flag is already unset. Signe

[FFmpeg-cvslog] avcodec/mpeg12dec: Remove unnecessary FFCodec.close

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 5 14:02:07 2024 +0200| [00e48e6da8247fd59a6fe27a809b09ef806c447c] | committer: Andreas Rheinhardt avcodec/mpeg12dec: Remove unnecessary FFCodec.close The ipu decoder never calls ff_mpv_common_init() or allocates anything else that would n

[FFmpeg-cvslog] avcodec/mpegvideo_dec: Remove obsolete current_picture_ptr reuse code

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 14 22:23:46 2023 +0200| [da4cca5fc0d60d042fed2692459392b3606fe2f3] | committer: Andreas Rheinhardt avcodec/mpegvideo_dec: Remove obsolete current_picture_ptr reuse code Obsolete since at least 74d623914f02aa79447df43a742efd0929dded04. Sig

[FFmpeg-cvslog] avcodec/mpeg12dec: Don't pretend MPEG-1/2 to support alpha

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 5 06:06:17 2024 +0200| [518f79f2a83d07f8917e5acda794f0481a93e2d4] | committer: Andreas Rheinhardt avcodec/mpeg12dec: Don't pretend MPEG-1/2 to support alpha (FF_PTR_ADD has to be kept although MPEG-1/2 only supports YUV pixel formats beca

[FFmpeg-cvslog] avcodec/mpeg12: Remove always-false check

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 5 09:36:57 2024 +0200| [ca7b2c393a7c04262457c7bcbbdaea40bcafe18d] | committer: Andreas Rheinhardt avcodec/mpeg12: Remove always-false check Forgotten in 7800cc6e82068c6dfb5af53817f03dfda794c568. Signed-off-by: Andreas Rheinhardt > http

[FFmpeg-cvslog] avcodec/mpeg12dec: Remove redundant check

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Fri Apr 5 10:59:31 2024 +0200| [1a5452655aeebe832e84561769e81e2c3062a8a9] | committer: Andreas Rheinhardt avcodec/mpeg12dec: Remove redundant check This code only gets executed for the first field. Signed-off-by: Andreas Rheinhardt > http://gi

[FFmpeg-cvslog] avcodec/mpegvideo_dec, mpeg12dec: Move MPEG1/2 code to mpeg12dec.c

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Oct 7 23:34:08 2023 +0200| [a9709b3c8382a8eb9a118e77efc9f357760d999e] | committer: Andreas Rheinhardt avcodec/mpegvideo_dec, mpeg12dec: Move MPEG1/2 code to mpeg12dec.c Up until now, ff_mpv_frame_start() offsets the data of the current pictur

[FFmpeg-cvslog] avcodec/mpegutils: Move definitions to better places

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 15 23:27:24 2023 +0200| [66923165d5b7cdb751e890813e6e8ed23986d820] | committer: Andreas Rheinhardt avcodec/mpegutils: Move definitions to better places FRAME_SKIPPED -> h263dec.h CANDIDATE_MB_TYPE_* -> mpegvideoenc.h INPLACE_OFFSET -> mpeg

[FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't update current_picture unnecessarily

2024-04-08 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Oct 15 23:56:56 2023 +0200| [908a73df31ff4bd6c82535022152c634b4312ba5] | committer: Andreas Rheinhardt avcodec/mpegvideo_enc: Don't update current_picture unnecessarily current_picture is not changed after frame_start() at all and it therefore

[FFmpeg-cvslog] avcodec/vvc/dec: fix typo

2024-04-08 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Apr 8 09:10:04 2024 -0300| [1f049d5627ce5b5f75552bbeb832eed51af5a0a2] | committer: James Almer avcodec/vvc/dec: fix typo Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f049d5627ce5b5f75552bbeb832eed51af5a0a2

[FFmpeg-cvslog] avcodec/vvc/ps: reset sps_id_used on flush

2024-04-08 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Apr 7 11:45:41 2024 -0300| [9eca5b8369b85cb91b6636f37f652cbb835fdbc1] | committer: James Almer avcodec/vvc/ps: reset sps_id_used on flush Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9eca5b8369b85cb91b6636f

[FFmpeg-cvslog] avcodec/ac3: Implement sum_square_butterfly_float for aarch64 NEON

2024-04-08 Thread Geoff Hill
ffmpeg | branch: master | Geoff Hill | Sat Apr 6 07:26:13 2024 -0700| [ee1bc723de4cc7038cd414964471888e384de492] | committer: Martin Storsjö avcodec/ac3: Implement sum_square_butterfly_float for aarch64 NEON Signed-off-by: Geoff Hill Signed-off-by: Martin Storsjö > http://git.videolan.org/

[FFmpeg-cvslog] avcodec/ac3: Implement sum_square_butterfly_int32 for aarch64 NEON

2024-04-08 Thread Geoff Hill
ffmpeg | branch: master | Geoff Hill | Sat Apr 6 07:26:06 2024 -0700| [42e88f18f30c275f52cea001b33ca62d8a3ff2d1] | committer: Martin Storsjö avcodec/ac3: Implement sum_square_butterfly_int32 for aarch64 NEON Signed-off-by: Geoff Hill Signed-off-by: Martin Storsjö > http://git.videolan.org/

[FFmpeg-cvslog] avcodec/ac3: Implement ac3_extract_exponents for aarch64 NEON

2024-04-08 Thread Geoff Hill
ffmpeg | branch: master | Geoff Hill | Sat Apr 6 07:26:01 2024 -0700| [69cb34f8859ed62fd1c46d3612912a334542fe28] | committer: Martin Storsjö avcodec/ac3: Implement ac3_extract_exponents for aarch64 NEON Signed-off-by: Geoff Hill Signed-off-by: Martin Storsjö > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/ac3: Implement float_to_fixed24 for aarch64 NEON

2024-04-08 Thread Geoff Hill
ffmpeg | branch: master | Geoff Hill | Sat Apr 6 07:25:51 2024 -0700| [b69486ea18ed1a278501911c161a5f72f1622ad3] | committer: Martin Storsjö avcodec/ac3: Implement float_to_fixed24 for aarch64 NEON Signed-off-by: Geoff Hill Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] avcodec/ac3: Implement ac3_exponent_min for aarch64 NEON

2024-04-08 Thread Geoff Hill
ffmpeg | branch: master | Geoff Hill | Sat Apr 6 07:25:56 2024 -0700| [6f6bd10531e439de67d1354c5fc6f78cc031c66b] | committer: Martin Storsjö avcodec/ac3: Implement ac3_exponent_min for aarch64 NEON Signed-off-by: Geoff Hill Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi