[FFmpeg-cvslog] avutil/hwcontext_qsv: Allocate public and priv device hwctx together

2024-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 11 16:45:08 2024 +0100| [028907b08ad9f327cbb405cff2df2b19d0e358e5] | committer: Andreas Rheinhardt avutil/hwcontext_qsv: Allocate public and priv device hwctx together This is possible because the lifetime of both coincide. Besides reducin

[FFmpeg-cvslog] avutil/hwcontext_qsv: Allocate pub and priv frames hwctx together

2024-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 11 19:42:08 2024 +0100| [91745ac2334f1a5c0d4a874de5373ab27551ebfb] | committer: Andreas Rheinhardt avutil/hwcontext_qsv: Allocate pub and priv frames hwctx together This is possible because the lifetime of both coincide. Besides reducing t

[FFmpeg-cvslog] avformat/aviobuf: Move code specific to URLContexts to avio.c

2024-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 2 18:46:03 2024 +0100| [f0abb44fbf263626a4b1a489ace451c230ee9fd0] | committer: Andreas Rheinhardt avformat/aviobuf: Move code specific to URLContexts to avio.c This separates the URL-layer adjacent parts of the code from the parts that ar

[FFmpeg-cvslog] avformat/avio: Avoid function pointer casts

2024-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 2 19:29:27 2024 +0100| [57e20dd6b6ee47576e83a26c6215d99211421003] | committer: Andreas Rheinhardt avformat/avio: Avoid function pointer casts It is undefined behaviour to use a different type for a call than the actual type of the functio

[FFmpeg-cvslog] avformat/avio: Avoid indirection in ffio_fdopen()

2024-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 2 19:56:37 2024 +0100| [c856e4c5469761390d278e4c5953d86df1d64a21] | committer: Andreas Rheinhardt avformat/avio: Avoid indirection in ffio_fdopen() Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avformat/avio: Avoid av_strdup(NULL)

2024-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sat Mar 2 19:59:09 2024 +0100| [fed46d77062755a8488144071239aaf00fc5a8b9] | committer: Andreas Rheinhardt avformat/avio: Avoid av_strdup(NULL) Signed-off-by: Andreas Rheinhardt > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fed46d7

[FFmpeg-cvslog] avcodec/mediacodecenc: Add a hint message to use nv12 pix_fmt

2024-03-05 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Mon Mar 4 11:37:58 2024 +0800| [b0e17e0f959b09fb228665a7eb7323af9b6ffeac] | committer: Zhao Zhili avcodec/mediacodecenc: Add a hint message to use nv12 pix_fmt Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b0e17e

[FFmpeg-cvslog] avformat/hlsenc: Redo checking for strftime %s support to avoid warnings

2024-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 5 10:19:25 2024 +0100| [d085f341d66ebfe5b29d67773e89c253f4eb99a8] | committer: Andreas Rheinhardt avformat/hlsenc: Redo checking for strftime %s support to avoid warnings This is intended to avoid -Wformat= warnings on systems where %s mi

[FFmpeg-cvslog] avformat/dashenc, hlsenc: Return 0 on succes from write_header

2024-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Tue Mar 5 11:15:36 2024 +0100| [440f8186ef9baf3f581fc463f318014d3176c4cd] | committer: Andreas Rheinhardt avformat/dashenc, hlsenc: Return 0 on succes from write_header Do not propagate the return value of avformat_write_header(), as it contains

[FFmpeg-cvslog] avformat/iamf_writer: clear extradata_size on extradata allocation failure

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 5 11:23:41 2024 -0300| [988e3a061a917408785d824ecad35967bc9d4bbd] | committer: James Almer avformat/iamf_writer: clear extradata_size on extradata allocation failure Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avformat/iamf_writer: constify some variables

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 5 11:39:17 2024 -0300| [79c6ba900792fcf01a6e29bc7e924da222be2dab] | committer: James Almer avformat/iamf_writer: constify some variables Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=79c6ba900792fcf01a6e

[FFmpeg-cvslog] avformat/avformat: add a function to return the name of stream groups

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 4 16:22:22 2024 -0300| [ab15c04dee5a607e4cedeff852839f96d8bc9129] | committer: James Almer avformat/avformat: add a function to return the name of stream groups Reviewed-by: Stefano Sabatini Signed-off-by: James Almer > http://git.videolan.org

[FFmpeg-cvslog] fftools/ffprobe: fix printing side data components and pieces

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 4 15:37:35 2024 -0300| [3769968afdae4b0530eef438cb6cccd243258532] | committer: James Almer fftools/ffprobe: fix printing side data components and pieces Components and pieces are side data specific fields and there's a variable amount of them. Th

[FFmpeg-cvslog] fftools/ffprobe: add support for Stream Groups

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 2 16:03:20 2024 -0300| [7e4334e16aaf2cac7e21a6178295fe675f35dca8] | committer: James Almer fftools/ffprobe: add support for Stream Groups Reviewed-by: Stefano Sabatini Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] fate/iamf: print stream group information

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 3 13:08:49 2024 -0300| [e3671e6441ae42bbca955d301b8a5066ff184f37] | committer: James Almer fate/iamf: print stream group information Reviewed-by: Stefano Sabatini Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] fate/mov: print stream group information for iamf tests

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 3 13:38:44 2024 -0300| [3635c1ee97faeb2fb0757a0b158e7de959dfa298] | committer: James Almer fate/mov: print stream group information for iamf tests Reviewed-by: Stefano Sabatini Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] avformat/mov: fix setting dependent disposition on ambisonic IAMF streams

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 5 13:23:52 2024 -0300| [1a34eb3ffc3236d555b03dd60522545783f10fb7] | committer: James Almer avformat/mov: fix setting dependent disposition on ambisonic IAMF streams Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=c

[FFmpeg-cvslog] avutil/hwcontext_videotoolbox: Allocate pub and priv frames hwctx together

2024-03-05 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 11 19:27:09 2024 +0100| [68f48d5c3021bb31f44cf99f52593b44c553db53] | committer: Andreas Rheinhardt avutil/hwcontext_videotoolbox: Allocate pub and priv frames hwctx together This is possible because the lifetime of both coincide. Besides r

[FFmpeg-cvslog] fate/mov: use framecrc for the remaining avif/heic tests

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 3 14:16:55 2024 -0300| [708175616c5e41e9cae8264e6552d8339d2735ca] | committer: James Almer fate/mov: use framecrc for the remaining avif/heic tests Put them in sync with the other tests. Signed-off-by: James Almer > http://git.videolan.org/git

[FFmpeg-cvslog] fate/mov: add a heic test with a derived image using a single item twice

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 3 23:45:50 2024 -0300| [924c7cd74576f9f9a4fa1f9f61610cb8bcdd8e2a] | committer: James Almer fate/mov: add a heic test with a derived image using a single item twice Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=co

[FFmpeg-cvslog] fate/mov: print stream group information for avif/heic tests

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 3 14:10:22 2024 -0300| [1f73b52850b5224a2503e8d5c96100a310585621] | committer: James Almer fate/mov: print stream group information for avif/heic tests Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f73b

[FFmpeg-cvslog] fate/iamf: print stream disposition

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 5 18:07:25 2024 -0300| [d34e9a81b1d202bb80edf42caf76c01f573a3bc5] | committer: James Almer fate/iamf: print stream disposition Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d34e9a81b1d202bb80edf42caf76c0

[FFmpeg-cvslog] avcodec/decode: remove HDR10+ from the global side data array

2024-03-05 Thread James Almer
ffmpeg | branch: master | James Almer | Tue Mar 5 11:46:32 2024 -0300| [d65908c3d416e331e075c3a5ffe7bc670112a018] | committer: James Almer avcodec/decode: remove HDR10+ from the global side data array It's a per packet/frame side data type. Reviewed-by: Derek Buitenhuis Signed-off-by: James