ffmpeg | branch: master | Andreas Rheinhardt |
Sat Feb 3 01:11:53 2024 +0100| [1d5ba34249e2a43976586fcbb1171b03bdcca1e0] |
committer: Andreas Rheinhardt
avformat/avformat: Remove dead check, write-only assignment
For muxers, the internal AVCodecContext is basically unused
except in avformat_t
ffmpeg | branch: master | Andreas Rheinhardt |
Sat Feb 3 01:24:43 2024 +0100| [76ef2b9337cf8d2cc7666b7bf8c5a870c373ade1] |
committer: Andreas Rheinhardt
avformat/avformat: Remove obsolete comment
Forgotten in 3f991325b5ef472cf51b7d8433a2380bef2c94ff,
obsolete since 3749eede66c3774799766b1f246
ffmpeg | branch: master | Andreas Rheinhardt |
Sat Feb 3 20:11:29 2024 +0100| [71e1da4522de809e06cbc7cdca7de3fda794f255] |
committer: Andreas Rheinhardt
avformat/mux: Don't allocate priv_pts separately
Signed-off-by: Andreas Rheinhardt
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=comm
ffmpeg | branch: master | Andreas Rheinhardt |
Sat Feb 3 02:57:52 2024 +0100| [569ad285a5c241e10a387fbfa13275e8fb90b979] |
committer: Andreas Rheinhardt
avformat/options: Only allocate AVCodecContext for demuxers
The muxer's AVCodecContext is currently used for exactly one thing:
To store a t
ffmpeg | branch: master | Andreas Rheinhardt |
Sat Feb 3 12:40:37 2024 +0100| [9b67c5a6841e37b980d7400c95e52d02d687b7a7] |
committer: Andreas Rheinhardt
avfilter/ccfifo: Inline trivial functions
Besides being extremly simple this also avoids including
ff_ccfifo_ccdetected() unnecessarily (it
ffmpeg | branch: master | Andreas Rheinhardt |
Sat Feb 3 19:05:25 2024 +0100| [ad9f644505bddd8b7243d4d9927ca08d6f80e97a] |
committer: Andreas Rheinhardt
avformat/avformat: Avoid av_strdup(NULL)
It is not documented to be safe.
Also copy these lists in a more generic manner.
Signed-off-by: An
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Feb 4 17:32:52 2024 +0100| [ed56ca856c3bc6e99cf12d748b351e5ea35964da] |
committer: Andreas Rheinhardt
avutil/opt: Fix AV_OPT_TYPE_CONST default value
It uses the int64_t instead of the double member.
(This code can currently not be reached:
ffmpeg | branch: master | Andreas Rheinhardt |
Sat Feb 3 14:29:07 2024 +0100| [1a52cbd40482102c9ac9f63ab809f1336e91675a] |
committer: Andreas Rheinhardt
avfilter/ccfifo: Improve included headers
We don't need to include fifo.h, because we don't need AVFifo
as a complete type. Also add the oth
ffmpeg | branch: master | Andreas Rheinhardt |
Sat Feb 3 19:02:42 2024 +0100| [8b83b52d0fa55c69cf1840075be4b942e4b12f12] |
committer: Andreas Rheinhardt
avformat/nutenc: Fix indentation
Forgotten after 82beb46e65e5f820b187355bf757725c22a59c45.
Also use loop-scope for iterators while at it.
S
ffmpeg | branch: master | Andreas Rheinhardt |
Sun Feb 4 18:14:14 2024 +0100| [e05d3c1a16c96fee59bf00e23f9d67a79b47220f] |
committer: Andreas Rheinhardt
avdevice/caca: Allow to list multiple dither option types at once
This can be achieved by using AV_OPT_TYPE_FLAGS instead of
AV_OPT_TYPE_STR
ffmpeg | branch: master | Lynne | Thu Jan 18 17:30:29 2024
+0100| [bd3e71b21ec3786ec6fc00ef260af0150f31b71b] | committer: Lynne
x86/tx_float: enable SIMD for sizes over 131072
The tables for the new sizes were added last year due
to being required for SDR.
However, the assembly was never update
ffmpeg | branch: master | James Almer | Tue Feb 6 19:50:33
2024 -0300| [7f92014acaadc739660c2cf35bde8e1c7e7aee36] | committer: James Almer
avcodec/nvdec: don't free NVDECContext->bitstream
Ensure all hwaccels that allocate a buffer use NVDECContext->bitstream_internal
instead. Otherwise, if FF
ffmpeg | branch: release/6.1 | James Almer | Tue Feb 6
19:50:33 2024 -0300| [bfacb66fc821a6d43c0c83e7222c1c4b8467ae86] | committer:
James Almer
avcodec/nvdec: don't free NVDECContext->bitstream
Ensure all hwaccels that allocate a buffer use NVDECContext->bitstream_internal
instead. Otherwise,
ffmpeg | branch: release/6.0 | James Almer | Tue Feb 6
19:50:33 2024 -0300| [178575bdc1510f653620725b2fcc5cc0e956b466] | committer:
James Almer
avcodec/nvdec: don't free NVDECContext->bitstream
Ensure all hwaccels that allocate a buffer use NVDECContext->bitstream_internal
instead. Otherwise,
ffmpeg | branch: release/5.1 | James Almer | Tue Feb 6
19:50:33 2024 -0300| [c36c91900f938f09f05ae940ba9e52a5a2d8d5a3] | committer:
James Almer
avcodec/nvdec: don't free NVDECContext->bitstream
Ensure all hwaccels that allocate a buffer use NVDECContext->bitstream_internal
instead. Otherwise,
ffmpeg | branch: release/5.0 | James Almer | Tue Feb 6
19:50:33 2024 -0300| [4f9c230f42d9f9b0246c64d0e389b702bff84c31] | committer:
James Almer
avcodec/nvdec: don't free NVDECContext->bitstream
Ensure all hwaccels that allocate a buffer use NVDECContext->bitstream_internal
instead. Otherwise,
ffmpeg | branch: release/4.4 | James Almer | Tue Feb 6
19:50:33 2024 -0300| [9d4076c5049853d2d726634208a5f6201c99b379] | committer:
James Almer
avcodec/nvdec: don't free NVDECContext->bitstream
Ensure all hwaccels that allocate a buffer use NVDECContext->bitstream_internal
instead. Otherwise,
ffmpeg | branch: master | Wu Jianhua | Mon Feb 5 19:59:23
2024 +0800| [3372876888db8bc8dd27350549654d11d5bb40a6] | committer: Nuo Mi
avcodec/x86/vvc/vvcdsp_init: fix unresolved external symbol on ARCH_X86_32
Signed-off-by: Wu Jianhua
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;
ffmpeg | branch: master | Aleksoid | Wed Jan 31 19:30:27
2024 +0800| [336d59643a96843dbc51837e855326f2738f0e5b] | committer: Haihao Xiang
avcodec/d3d12va_vc1: add support for D3D12_VIDEO_DECODE_PROFILE_VC1_D2010 guid.
The VC1_D2010 profile, also known as VC1_VLD2010, has the same functionality
ffmpeg | branch: master | Tong Wu | Wed Jan 31 19:56:32
2024 +0800| [92ee7461c3f5657305a3cbd4704aedbd67136bdc] | committer: Haihao Xiang
avcodec/d3d12va_decode: fix different 'const' qualifiers warning
Signed-off-by: Tong Wu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=92ee7461
ffmpeg | branch: master | Haihao Xiang | Fri Jan 26
12:28:22 2024 +0800| [cd31eac9997dc49b1d2b8de97b38c51ed8e9f4c9] | committer:
Haihao Xiang
lavc/qsvenc: Add workaround for VP9 keyframe
The runtime doesn't set the frame type to MFX_FRAMETYPE_IDR on the
returned mfx bitstream for a keyframe, i
ffmpeg | branch: master | Tong Wu | Wed Jan 31 19:56:33
2024 +0800| [82e8838165bba565912e6a00422f01329df32e18] | committer: Haihao Xiang
avcodec/dxva2: fix different 'const' qualifiers warning
Signed-off-by: Tong Wu
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=82e8838165bba5659
22 matches
Mail list logo