Commit Graph

872 Commits

Author SHA1 Message Date
Mark Thompson ebf5b7292b vaapi_encode: Add support for codec-local options
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2026-04-20 18:22:54 +08:00
openvela-robot 759c15b670 vaapi_encode: Refactor slightly to allow easier setting of global options
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2026-04-20 18:22:54 +08:00
openvela-robot 74a6f35028 Merge commit 'ba357e98691ee4fe1a503b8830c0050be4127475'
* commit 'ba357e98691ee4fe1a503b8830c0050be4127475':
  avprobe: switch to codecpar

Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2026-04-20 18:21:57 +08:00
openvela-robot 008d138620 libavcodec: Add H264/MPEG4 encoders based on OpenMAX IL
Signed-off-by: Martin Storsjö <martin@martin.st>
2026-04-20 18:21:54 +08:00
openvela-robot f992e73fe7 Merge commit '9897d9f4e074cdc6c7f2409885ddefe300f18dc7'
* commit '9897d9f4e074cdc6c7f2409885ddefe300f18dc7':
  examples/output: convert to codecpar

Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2026-04-20 18:21:33 +08:00
openvela-robot 5bd9acde3c testprogs: Add missing libm.h includes
This fixes building on MSVC 2010 and 2012 after d12b5b2f13.

Signed-off-by: Martin Storsjö <martin@martin.st>
2026-04-20 18:21:30 +08:00
openvela-robot 060f2fdc0b doc/filters: add drawtext example
Show example which draws text at a random position, and switches positions every 30 seconds

Signed-off-by: Mulvya <mulvya@gmail.com>
Signed-off-by: Lou Logan <lou@lrcd.com>
2026-04-20 18:21:20 +08:00
openvela-robot 40e64ae10a configure: cosmetics: Drop pointless end-of-line semicolons 2026-04-20 18:21:17 +08:00
openvela-robot 8756340650 avformat: add aix demuxer
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2026-04-20 18:21:14 +08:00
openvela-robot 6c2461cd1d dds: Simplify postprocessing check 2026-04-20 18:21:11 +08:00
openvela-robot 8759c12d0d libavcodec/exr : cosmetic change 2026-04-20 18:21:07 +08:00
openvela-robot d6ccb983aa nvenc_h264: Fix name of private AVClass 2026-04-20 18:21:04 +08:00
openvela-robot a68a4a0559 AAC encoder: fix initialization of minsf
In some situations (exactly zeroed DC coeffs) minsf would
be initialized with garbage
2026-04-20 18:21:01 +08:00
openvela-robot 6ab56b1155 matroska: Write the field order information
And bump the document version to 4.
2026-04-20 18:20:58 +08:00
openvela-robot 5ced599705 lavu: improve documentation of some AVFrame functions 2026-04-20 18:20:52 +08:00
openvela-robot 8bf53e94f7 avconv: Drop an unused variable 2026-04-20 18:20:49 +08:00
openvela-robot 3bf4824d7c swscale: Deprecate vector functions which are unused outside swscale
There are no known users of these functions within debian
It should be thus possible to remove these functions without recommandition of a
replacement

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2026-04-20 18:20:30 +08:00
openvela-robot 9e074568c1 matroska: Support interlaced content correctly
The matroska specification now has two elements for it.
2026-04-20 18:20:28 +08:00
openvela-robot 9567643710 fate: Add filter-metadata-cropdetect
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2026-04-20 18:20:24 +08:00
openvela-robot 0a365928c9 h264: Add missing ff_ prefix to internally visible h264_init_dequant_tables() 2026-04-20 18:20:22 +08:00
openvela-robot 8cee2b3979 avcodec/nvenc: Generate AUD NAL units for better compatiblity 2026-04-20 18:20:18 +08:00
Mark Thompson 9f4b71b3a0 lavc: VAAPI encode common infrastructure
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2026-04-20 18:20:16 +08:00