- 01 Aug, 2024 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 24 Jul, 2024 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 14 Apr, 2024 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 30 Dec, 2023 1 commit
-
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Dec, 2023 2 commits
-
-
Michael Niedermayer authored
-
Michael Niedermayer authored
Signed-off-by:
Michael Niedermayer <michael@niedermayer.cc>
-
- 29 Oct, 2023 1 commit
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 20 Oct, 2023 2 commits
-
-
Stefano Sabatini authored
Currently we have -of and -print_format, which is a bit confusing. Add -output_format as an alias of -of to match the short name.
-
Stefano Sabatini authored
Fix rendering of int values within a side data element, which was broken since commit d2d3a83a, where the side data element was correctly marked as a variable fields element. Logic to render a string variable was implemented already, but it was not implemented for the int fields path, which was enabled by that commit. Also, code and schema is changed in order to account for multiple variable-fields elements - such as side data, contained within the same parent. Previously it was assumed that a single variable-fields element was contained within the parent, which was the case for tags, but is not the case for side-data. Previously data was rendered as: <side_data_list> <side_data side_data_type="CPB properties" max_bitrate="0" min_bitrate="0" avg_bitrate="0" buffer_size="327680" vbv_delay="-1"/> </side_data_list> Now as: <side_data_list> <side_data type="CPB properties"> <side_datum key="side_data_type" value="CPB properties"/> <side_datum key="max_bitrate" value="0"/> <side_datum key="min_bitrate" value="0"/> <side_datum key="avg_bitrate" value="0"/> <side_datum key="buffer_size" value="49152"/> <side_datum key="vbv_delay" value="-1"/> </side_data> </side_data_list> Variable-fields elements are rendered as a containing element wrapping generic key/values elements, enabling use of strict XML schema. Fix trac issue: https://trac.ffmpeg.org/ticket/10613
-
- 22 Sep, 2023 1 commit
-
-
Fei Wang authored
Signed-off-by:
Fei Wang <fei.w.wang@intel.com> Acked-by:
Neal Gompa <ngompa13@gmail.com>
-
- 18 Sep, 2023 1 commit
-
-
Anton Khirnov authored
It is badly named (should have been -top_field_first, or at least -tff), underdocumented and underspecified, and (most importantly) entirely redundant with the setfield filter.
-
- 17 Sep, 2023 1 commit
-
-
Paul B Mahol authored
-
- 05 Sep, 2023 1 commit
-
-
Steven Liu authored
Reviewed-by:
Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by:
Steven Liu <lq@chinaffmpeg.org>
-
- 01 Sep, 2023 1 commit
-
-
Paul B Mahol authored
-
- 14 Aug, 2023 2 commits
-
-
Paul B Mahol authored
-
Steven Liu authored
Signed-off-by:
Steven Liu <liuqi05@kuaishou.com>
-
- 08 Aug, 2023 1 commit
-
-
Elias Carotti authored
Pass the information about unchanged parts of the frame by means of the AVVideoHint side data.
-
- 23 Jul, 2023 2 commits
-
-
Zhao Zhili authored
Signed-off-by:
Zhao Zhili <zhilizhao@tencent.com>
-
Zhao Zhili authored
For example, ./ffmpeg -hwaccel videotoolbox \ -hwaccel_output_format videotoolbox_vld \ -i ios-265.mov \ -c:v hevc_videotoolbox \ -profile:v main \ -b:v 3M \ -vf scale_vt=w=iw/2:h=ih/2:color_matrix=bt709:color_primaries=bt709:color_transfer=bt709 \ -c:a copy \ -tag:v hvc1 \ /tmp/test.mp4 Input: hevc (Main 10) (hvc1 / 0x31637668), yuv420p10le(tv, bt2020nc/bt2020/arib-std-b67), 3840x2160 Output: hevc (Main) (hvc1 / 0x31637668), yuv420p(tv, bt709, progressive), 1920x1080 Signed-off-by:
Zhao Zhili <zhilizhao@tencent.com>
-
- 29 Jun, 2023 5 commits
-
-
Thomas Siedel authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Thomas Siedel authored
Add demuxer to probe raw vvc and parse vvcc byte stream format. Co-authored-by:
Nuo Mi <nuomi2021@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
Thomas Siedel authored
Add parser for H.266/VVC MP4 to Annex B byte stream format. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Nuo Mi authored
Add H.266/VVC metadata bsf. Signed-off-by:
James Almer <jamrial@gmail.com>
-
Nuo Mi authored
Add nal parser ff_vvc_parser to parse vvc elementary bitstreams. Co-authored-by:
Thomas Siedel <thomas.ff@spin-digital.com> Co-authored-by:
James Almer <jamrial@gmail.com> Signed-off-by:
James Almer <jamrial@gmail.com>
-
- 20 Jun, 2023 2 commits
-
-
James Almer authored
Signed-off-by:
James Almer <jamrial@gmail.com>
-
Tomas Härdin authored
Keyframes are marked automagically
-
- 16 Jun, 2023 1 commit
-
-
Philip Langdale authored
I've been sitting on this for 3 1/2 years now(!), and I finally got around to fixing the loose ends and convincing myself that it was correct. It follows the same basic structure as yadif_cuda, including leaving out the edge handling, to avoid expensive branching.
-
- 15 Jun, 2023 1 commit
-
-
Dawid Kozinski authored
- Changelog update Signed-off-by:
Dawid Kozinski <d.kozinski@samsung.com>
-
- 12 Jun, 2023 1 commit
-
-
Paul B Mahol authored
-
- 07 Jun, 2023 2 commits
-
-
Marvin Scholz authored
This is an initial version of vf_xfade_vulkan based on vf_xfade_opencl, for now only a subset of transitions are supported.
-
Paul B Mahol authored
-
- 28 May, 2023 1 commit
-
-
Lynne authored
-
- 14 May, 2023 1 commit
-
-
Oleg authored
Add support for changing expr on the fly. Signed-off-by:
Oleg <oafanasiev@gmail.com>
-
- 09 May, 2023 1 commit
-
-
Paul B Mahol authored
-
- 07 May, 2023 1 commit
-
-
Davy Durham authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 30 Apr, 2023 1 commit
-
-
Paul B Mahol authored
-
- 27 Apr, 2023 1 commit
-
-
Paul B Mahol authored
-
- 24 Apr, 2023 1 commit
-
-
Sil Vilerino authored
Libva 2.17+ adds a new libva-win32 node and Mesa 22.3 adds a VAAPI driver based on Direct3D 12 for Windows. Both of them are available at: https://www.nuget.org/packages/Microsoft.Direct3D.VideoAccelerationCompatibilityPack Initial review at https://github.com/intel-media-ci/ffmpeg/pull/619/ Signed-off-by:
Sil Vilerino <sivileri@microsoft.com> Reviewed-by:
Dmitry Rogozhkin <dmitry.v.rogozhkin@intel.com> Reviewed-by:
Wu, Tong1 <tong1.wu@intel.com>
-
- 20 Apr, 2023 2 commits
-
-
Paul B Mahol authored
-
Paul B Mahol authored
-