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

2024-03-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 11 19:50:39 2024 +0100| [32fd27df2fc47099ca21c99a1a8b4595ca9249ab] | committer: Andreas Rheinhardt avutil/hwcontext_d3d11va: Allocate pub and priv frames hwctx together This is possible because the lifetime of both coincide. Besides reduci

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

2024-03-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 11 19:46:17 2024 +0100| [a62c8558ae1604304ae8ed94e86a98954c015592] | committer: Andreas Rheinhardt avutil/hwcontext_dxva2: Allocate pub and priv frames hwctx together This is possible because the lifetime of both coincide. Besides reducing

[FFmpeg-cvslog] avformat/iamfenc: ensure updated extradata is written

2024-03-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Feb 29 14:41:22 2024 -0300| [44e5749462e0b7f804b1844206047404ee3e7526] | committer: James Almer avformat/iamfenc: ensure updated extradata is written Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=44e5749462e0

[FFmpeg-cvslog] avformat/iamf_writer: update extradata from packet side data

2024-03-04 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Feb 29 14:41:21 2024 -0300| [56d630e6c2ae3033a124133c42308b5edbd0fc98] | committer: James Almer avformat/iamf_writer: update extradata from packet side data Some encoders, like flac, propagate updated extradata at the end of encoding as packet side da

[FFmpeg-cvslog] avformat/mov: set stream index field in tile grids

2024-03-04 Thread James Almer
ffmpeg | branch: master | James Almer | Mon Mar 4 18:44:12 2024 -0300| [97e1480c8cb8a7e94f89589b58d3246e578a976b] | committer: James Almer avformat/mov: set stream index field in tile grids It was forgotten for grid type derived images. Signed-off-by: James Almer > http://git.videolan.org/g

[FFmpeg-cvslog] avformat/mov: don't mark an item referenced by a grid as dependent if it's the primary item

2024-03-04 Thread James Almer
ffmpeg | branch: master | James Almer | Sat Mar 2 16:05:45 2024 -0300| [8f33d8fa9b116b7700e213edfb9f0a6c98834779] | committer: James Almer avformat/mov: don't mark an item referenced by a grid as dependent if it's the primary item If it's the primary item, then it's expected to be ready for p

[FFmpeg-cvslog] avformat/mov: fix setting disposition for the first iamf stream

2024-03-04 Thread James Almer
ffmpeg | branch: master | James Almer | Sun Mar 3 13:45:40 2024 -0300| [d78c75fe49a8b2eb6704a66b1a914b96bf9ad46b] | committer: James Almer avformat/mov: fix setting disposition for the first iamf stream st->disposition will be overwritten with disposition later in the function. Signed-off-by:

[FFmpeg-cvslog] configure: do not specify -ldvdread, as pkg-config check is already done

2024-03-04 Thread Marth64
ffmpeg | branch: master | Marth64 | Mon Mar 4 11:36:22 2024 -0600| [59981b47db438bb402eb8fb97aab9a9b1b339b61] | committer: Timo Rothenpieler configure: do not specify -ldvdread, as pkg-config check is already done Reported-by: BtbN Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] fix "@param foo[in/out]" to "@param[in, out] foo"

2024-03-04 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Thu Feb 29 15:58:58 2024 +| [b47b2c5b912558b639c8542993e1256f9c69e675] | committer: Stefano Sabatini fix "@param foo[in/out]" to "@param[in, out] foo" Fix a few invalid doxygen comments: /** * @param[in,out] correctly_formatted * @pa

[FFmpeg-cvslog] avcodec/ivi: make comments more Doxygen-friendly

2024-03-04 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Wed Feb 28 17:09:40 2024 +| [899e022cd7b2eff352198d79cbd73a8707660ea3] | committer: Stefano Sabatini avcodec/ivi: make comments more Doxygen-friendly Doxygen eats the newline in the first comment, making it harder to read. Join the lines and add a

[FFmpeg-cvslog] fix "param"s that should be "@param"

2024-03-04 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Thu Feb 29 15:51:33 2024 +| [dea1d7531d028f0f0a8ebb9e9455162ae9d87bc5] | committer: Stefano Sabatini fix "param"s that should be "@param" Actual command: sed -i -e "s/\(^ *\\* \)\(param[^a-z]\)/\1@\2/" $( git grep -l "^ *\\* param[^a-z]" ) Signed

[FFmpeg-cvslog] avcodec/avcodec: downgrade multi-member comment to non-Doxygen comment

2024-03-04 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Wed Feb 28 17:09:41 2024 +| [0dde5c5efaefc0484021e6e5399dcb7206922b42] | committer: Stefano Sabatini avcodec/avcodec: downgrade multi-member comment to non-Doxygen comment Doxygen only associates this comment with "pts_correction_num_faulty_pts", c

[FFmpeg-cvslog] fix /// comments that should be ///

2024-03-04 Thread Andrew Sayers
ffmpeg | branch: master | Andrew Sayers | Wed Feb 28 17:09:39 2024 +| [6096c244bbd4011eba547456338b09ad83d844f6] | committer: Stefano Sabatini fix /// comments that should be ///< Actual command: sed -i -e "s/\([;,] *\)<* *\/\/\/ *<* */\1\/\/\/< /" $( git grep -l "[;,] */// " ) Signed-of

[FFmpeg-cvslog] avutil/hwcontext_vdpau: Don't use AVHWFramesInternal.priv

2024-03-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 11 19:58:03 2024 +0100| [ac86b52f802bd6f54e32ac884b61f4f399211256] | committer: Andreas Rheinhardt avutil/hwcontext_vdpau: Don't use AVHWFramesInternal.priv Use AVHWFramesContext.hwctx instead. This simplifies access to VDPAUFramesContext

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

2024-03-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Feb 11 16:50:56 2024 +0100| [f4df14b3545d9214a429cb14488550ca63f55aed] | committer: Andreas Rheinhardt avutil/hwcontext_vdpau: Allocate public and priv device hwctx together This is possible because the lifetime of both coincide. Besides reduc

[FFmpeg-cvslog] fftools/ffplay: stop printing non-public AVCodecContext fields

2024-03-04 Thread Anton Khirnov
ffmpeg | branch: master | Anton Khirnov | Fri Mar 1 19:40:59 2024 +0100| [e2e2ee7711c6cf65302c2c420e60622da4e514e7] | committer: Anton Khirnov fftools/ffplay: stop printing non-public AVCodecContext fields They are documented as not intended for caller use. > http://git.videolan.org/gitweb.c

[FFmpeg-cvslog] avcodec/vvcdec: fix boundary strength when IBC involved

2024-03-04 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sat Mar 2 22:04:40 2024 +0800| [49ba613146b2e36001d6fcdda0c89b2142f2bb62] | committer: Nuo Mi avcodec/vvcdec: fix boundary strength when IBC involved The following cases should set bs to 1: If the prediction modes are not the same. If both prediction modes ar

[FFmpeg-cvslog] avcodec/vvcdec: fix undefined behaviours for derive_affine_mvc

2024-03-04 Thread Nuo Mi
ffmpeg | branch: master | Nuo Mi | Sun Mar 3 22:04:47 2024 +0800| [72b1237ece9acf509787a68357f4fb0857c893d9] | committer: Nuo Mi avcodec/vvcdec: fix undefined behaviours for derive_affine_mvc libavcodec/vvc/vvc_inter.c:823:18: runtime error: signed integer overflow: 1426128896 + 1426128896 ca

[FFmpeg-cvslog] doc/ffprobe.xsd: add frameSideDatumType entry

2024-03-04 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Wed Feb 28 13:54:01 2024 +0100| [245eb671608156efbc051424bcaaf82e45da3ffd] | committer: Niklas Haas doc/ffprobe.xsd: add frameSideDatumType entry Frame-level side data attributes are printed with the same key/value structure as packet-level side data attr

[FFmpeg-cvslog] doc/ffprobe.xsd: add and

2024-03-04 Thread Niklas Haas
ffmpeg | branch: master | Niklas Haas | Wed Feb 28 13:58:09 2024 +0100| [679d5611ed16c3d8488f8369be76bc67d79b2fec] | committer: Niklas Haas doc/ffprobe.xsd: add and Originally introduced for dovi side data printing, but not properly reflected in the xsd. > http://git.videolan.org/gitweb.cgi/

[FFmpeg-cvslog] fftools/cmdutils: Inline print_error()

2024-03-04 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Sun Mar 3 23:45:07 2024 +0100| [edfb4325e77e9b755ac72c448a9aff2adfbcffb6] | committer: Andreas Rheinhardt fftools/cmdutils: Inline print_error() It is only used by ffprobe (once) and ffplay (twice); inlining it avoids including it unnecessarily i

[FFmpeg-cvslog] avformat/dvdvideodec: fix -pgc and -pg options

2024-03-04 Thread Marth64
ffmpeg | branch: master | Marth64 | Sun Mar 3 02:45:41 2024 -0600| [01476f752aa74f23c9226dfa3dc161285184a242] | committer: Stefano Sabatini avformat/dvdvideodec: fix -pgc and -pg options Rebased on top of recently merged fixes (should apply correctly now). In merged DVD patch, -pgc and -pg o

[FFmpeg-cvslog] doc/demuxers: emphasize that DVD demuxer does not do decryption

2024-03-04 Thread Marth64
ffmpeg | branch: master | Marth64 | Sun Mar 3 14:49:36 2024 -0600| [b065ffb295ac21f1832c17339f17f7052b7c2bb0] | committer: Stefano Sabatini doc/demuxers: emphasize that DVD demuxer does not do decryption Signed-off-by: Marth64 > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b065

[FFmpeg-cvslog] Changelog: restore new line

2024-03-04 Thread Marth64
ffmpeg | branch: master | Marth64 | Sun Mar 3 03:02:40 2024 -0600| [e3a137bef3d2e26ce4e36a8df19a59a8a91b8f08] | committer: Stefano Sabatini Changelog: restore new line A new line was removed in a1304272c3a0ef7c3d77c702dd466b3f11bf300f which breaks consistency in between versions. Signed-off-

[FFmpeg-cvslog] aarch64: Use regular hwcaps flags instead of HWCAP_CPUID for CPU feature detection on Linux

2024-03-04 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Wed Feb 14 23:00:54 2024 +0200| [e30369bc1c683aeab6ea74bc37b4ae77b03f79b5] | committer: Martin Storsjö aarch64: Use regular hwcaps flags instead of HWCAP_CPUID for CPU feature detection on Linux This makes the code much simpler (especially for adding