[FFmpeg-cvslog] avformat: add a disposition field to AVStreamGroup

2024-02-13 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Feb 10 20:05:08 2024 -0300| [ec2036454bcdc6c12382961d4ab539c2f9b70ec8] | committer: James Almer avformat: add a disposition field to AVStreamGroup The existing (and upcoming) available group types are meant to combine several streams for presentation,

[FFmpeg-cvslog] avformat/dump: Fix use of undeclared variables

2024-02-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Feb 13 14:04:32 2024 +0100| [568645f08782cb4a12a81bcd0b655395a3f5a737] | committer: Andreas Rheinhardt avformat/dump: Fix use of undeclared variables Broken in ec2036454bcdc6c12382961d4ab539c2f9b70ec8. Reviewed-by: James Almer Signed-off-by:

[FFmpeg-cvslog] avformat/matroska: Add support for A_ATRAC/AT1

2024-02-13 Thread asivery
ffmpeg | branch: master | asivery | Mon Feb 12 19:01:32 2024 +0100| [7f4abe7c371f669b0fa8b957e33f95b966775dd9] | committer: Andreas Rheinhardt avformat/matroska: Add support for A_ATRAC/AT1 Signed-off-by: asivery Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.

[FFmpeg-cvslog] avutil/hwcontext_opencl: Use proper OpenCLFramesContext

2024-02-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 11 17:16:40 2024 +0100| [aa3bf6d41c1a78262244766c517084bfef953666] | committer: Andreas Rheinhardt avutil/hwcontext_opencl: Use proper OpenCLFramesContext The currently used pointer when unmapping DXVA2 and D3D11 actually points to an Open

[FFmpeg-cvslog] avfilter/vf_setparams: use YUV colorspace negotiation API

2024-02-13 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Sat Feb 10 11:54:57 2024 +0100| [3bf80df3ccd32aed23f09a7e1b3b9e6700e65b15] | committer: Niklas Haas avfilter/vf_setparams: use YUV colorspace negotiation API When this filter overrides frame properties, the outgoing frames have a different YUV colorspace

[FFmpeg-cvslog] fate/subtitles: Ignore line endings for sub-scc test

2024-02-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Feb 13 14:20:55 2024 +0100| [99d33cc661fbd04e8657831b818042b11f1862a2] | committer: Andreas Rheinhardt fate/subtitles: Ignore line endings for sub-scc test Since 7bf1b9b35769b37684dd2f18a54f01d852a540c8, the test produces ordinary \n, yet this

[FFmpeg-cvslog] avfilter/buffersrc: promote unspecified color metadata

2024-02-13 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Jan 12 09:14:01 2024 +0100| [2303bf32327b94c25e1cbd78f87a32de05d48bc6] | committer: Niklas Haas avfilter/buffersrc: promote unspecified color metadata Currently, this only affects untagged RGB/XYZ/Gray, which get forced to their corresponding metadata

[FFmpeg-cvslog] avfilter/buffersrc: allow promoting color range to MPEG

2024-02-13 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Fri Jan 12 09:16:16 2024 +0100| [d2ae2aad8c6731ea5a5e6a4891fbb4fe17a77665] | committer: Niklas Haas avfilter/buffersrc: allow promoting color range to MPEG Otherwise, passing an UNSPECIFIED frame to am MPEG-only filter graph would trigger insertion of an

[FFmpeg-cvslog] lavc/blockdsp: R-V V clear_blocks

2024-02-13 Thread sunyuechi
ffmpeg | branch: master | sunyuechi | Thu Feb 1 15:41:09 2024 +0800| [fdebde817c03e0983da31a1d5445b48bf0122e2c] | committer: Rémi Denis-Courmont lavc/blockdsp: R-V V clear_blocks C908: blockdsp.clear_blocks_c: 128.2 blockdsp.clear_blocks_rvv_i64: 102.5 Signed-off-by: Rémi Denis-Courmont >

[FFmpeg-cvslog] vp6dsp: Remove MMX code

2024-02-13 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Sun Feb 11 20:27:04 2024 +| [f43b5f109832d3197773c67b50f70a7103a36503] | committer: Kieran Kunhya vp6dsp: Remove MMX code Missed from 6cb3ee8 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f43b5f109832d3197773c67b50f70a7103a36503 ---

[FFmpeg-cvslog] x86/h264_pred: Convert ff_pred8x8_vertical_8_mmx to ff_pred8x8_vertical_8_sse2

2024-02-13 Thread Kieran Kunhya
ffmpeg | branch: master | Kieran Kunhya | Sun Feb 11 22:33:41 2024 +| [40c5c19eac21025d1538250926761e8e960e6c81] | committer: Kieran Kunhya x86/h264_pred: Convert ff_pred8x8_vertical_8_mmx to ff_pred8x8_vertical_8_sse2 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=40c5c19eac2

[FFmpeg-cvslog] avcodec/hevcdsp: Offset ff_hevc_.pel_filters to simplify addressing

2024-02-13 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 11 09:23:02 2024 +0100| [6106fb2b4c5ebd88a75fadfbbe7cf7e7fb944d18] | committer: James Almer avcodec/hevcdsp: Offset ff_hevc_.pel_filters to simplify addressing Besides simplifying address computations (it saves 432B of .text in hevcdsp.o a

[FFmpeg-cvslog] avcodec/avcodec: don't print coded dimensions if not set

2024-02-13 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Feb 10 14:39:41 2024 -0300| [eb5b4e60c9c2ad701c99f5ab2c606a66b3119341] | committer: James Almer avcodec/avcodec: don't print coded dimensions if not set The avctx passed to avcodec_string() may have unset coded dimensions, as is the case when called b

[FFmpeg-cvslog] avcodec/vvcdec: frame_context_setup, set fc->ref to NULL

2024-02-13 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Mon Feb 12 11:41:55 2024 +0800| [1e174120d48a5ed86d9353018e7bb3c11636772c] | committer: Nuo Mi avcodec/vvcdec: frame_context_setup, set fc->ref to NULL fc->ref points to an old VVCFrame, which cannot be used after frame_context_setup. This prevents crashes in