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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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 | 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
25 matches
Mail list logo