1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2026-05-04 21:08:03 +02:00

Commit Graph

  • 117807510a vf_overlay_vulkan: port to compile-time SPIR-V generation Lynne 2026-04-21 16:11:24 +02:00
  • c7d3d3ac55 vf_blend_vulkan: port to compile-time SPIR-V generation Lynne 2026-04-21 15:39:35 +02:00
  • 4d6cd9f983 vf_scdet_vulkan: port to compile-time SPIR-V generation Lynne 2026-04-21 10:32:38 +02:00
  • 9acd820732 avcodec/mfenc: populate video input type with size, rate, interlace Ashrit Shetty 2026-04-21 21:42:29 +00:00
  • d1d873c003 avfilter/vf_frc_amf: Add AMF Frame Rate Converter filter Dmitrii Gershenkop 2026-04-01 15:53:14 +02:00
  • 0bba4603e2 avcodec/cuviddec: fix monochrome formats misclassified as YUV444 Diego de Souza 2026-04-21 16:50:20 +02:00
  • afc8556a6a avcodec/cuviddec: handle 4-byte AV1CodecConfigurationRecord Diego de Souza 2026-04-21 15:34:13 +02:00
  • 99d8d3891f avcodec: Allow enabling DTX in libopusenc Paul Adenot 2024-03-26 14:24:17 +01:00
  • f4ac7dee87 avcodec/vulkan_encode_h265: fix capabilities flags Víctor Manuel Jáquez Leal 2026-03-18 16:44:22 +01:00
  • 75838b9c89 lavc/hevc: add aarch64 NEON for reference sample filtering Jun Zhao 2026-04-02 08:23:48 +08:00
  • 188757d43d tests/checkasm: add hevc_pred ref_filter_3tap and ref_filter_strong tests Jun Zhao 2026-04-02 08:23:33 +08:00
  • a3d8e417c0 lavc/hevc: extract reference sample filter into function pointers Jun Zhao 2026-04-02 08:23:26 +08:00
  • d3e915d6d1 vf_xfade_vulkan: remove unused includes Lynne 2026-04-21 09:39:32 +02:00
  • 6f811ad751 hwcontext_vulkan: implement internal queue synchronization Lynne 2026-04-21 08:34:21 +02:00
  • 8483de2858 chromaber_vulkan: switch to compile-time SPIR-V generation Lynne 2026-02-12 21:57:02 +01:00
  • 8001b19dc8 vf_gblur_vulkan: port to compile-time SPIR-V generation Lynne 2026-02-12 15:07:12 +01:00
  • ada9716172 vsrc_testsrc_vulkan: convert to compile-time SPIR-V generation Lynne 2026-02-12 12:02:00 +01:00
  • 4061e3351f vf_transpose_vulkan: convert to compile-time SPIR-V generation Lynne 2026-02-10 20:51:38 +01:00
  • d0ee5d0556 vf_flip_vulkan: convert to compile-time SPIR-V generation Lynne 2026-02-10 20:36:28 +01:00
  • 2f7d3290c0 vf_xfade_vulkan: convert to compile-time SPIR-V generation Lynne 2026-04-21 07:23:29 +02:00
  • f8f485fb3c vf_interlace_vulkan: convert to compile-time SPIR-V generation Lynne 2026-04-21 06:44:51 +02:00
  • d381151ae3 vulkan_filter: add an argument for setting the Z workgroup count Lynne 2026-02-12 11:33:07 +01:00
  • dc23adde9b avcodec/x86/h264_intrapred: Replace pred8x8_dc_8_mmxext with SSE2 Zuxy Meng 2026-04-11 21:09:13 -07:00
  • c92304f8c7 avfilter: add transpose_cuda video filter nyanmisaka 2026-03-31 14:26:25 +08:00
  • c67a4554d1 CONTRIBUTING.md: add blank line after top heading Arien Shibani 2026-04-18 16:05:43 +02:00
  • 849e8307ce doc/transforms.md: add document title and fix heading structure Arien Shibani 2026-04-18 16:05:43 +02:00
  • 6e3366e9bc INSTALL.md: add title heading and normalize section levels Arien Shibani 2026-04-18 16:05:43 +02:00
  • 519c80b626 README.md: use consistent ATX heading style Arien Shibani 2026-04-18 16:05:42 +02:00
  • 5e69e6d49c avformat/pdvenc: Don't silently truncate value Andreas Rheinhardt 2026-04-16 16:55:06 +02:00
  • 2b8438a495 avformat/pdvenc: Remove always-false checks Andreas Rheinhardt 2026-04-16 16:51:59 +02:00
  • 6135ccbf80 avcodec/pdvenc: Return directly upon error Andreas Rheinhardt 2026-04-16 16:43:30 +02:00
  • 87a6be19f8 avcodec/pdvenc: Remove always false check Andreas Rheinhardt 2026-04-16 16:29:44 +02:00
  • c94cb9c04f avcodec/pdvenc: Remove always-false pixel format check Andreas Rheinhardt 2026-04-16 16:26:59 +02:00
  • e908c92f5a avcodec/cavs: Don't allocate block separately Andreas Rheinhardt 2026-04-16 22:45:20 +02:00
  • de18feb0f0 avutil/aarch64: add pixelutils 32x32 SAD NEON implementation Jeongkeun Kim 2026-04-04 20:20:13 +09:00
  • 4af27ba4ca doc/APIchanges: fix date and version in latest entry llyyr 2026-04-19 18:21:11 +05:30
  • 82d7e375f1 libavdevice/alsa.c: fix NULL pointer dereference Romain Beauxis 2026-04-18 09:14:50 -05:00
  • 415b466d41 avcodec/x86/vp3dsp: Port ff_vp3_idct_dc_add_mmxext to SSE2 Andreas Rheinhardt 2026-04-12 23:50:52 +02:00
  • e7a613b274 avcodec/x86/vp3dsp: Avoid loads and stores Andreas Rheinhardt 2026-04-16 14:58:50 +02:00
  • ed59fc77e8 avcodec/x86/vp3dsp: Use named args in idct functions Andreas Rheinhardt 2026-04-13 18:09:43 +02:00
  • c1af56357b avcodec/x86/vp3dsp: Avoid unnecessary macro, repetition Andreas Rheinhardt 2026-04-16 10:52:04 +02:00
  • 88879f2eff tests/checkasm/vp3dsp: Add test for idct_add, idct_put, idct_dc_add Andreas Rheinhardt 2026-04-12 23:26:56 +02:00
  • 84b9de0633 avcodec/x86/vp3dsp: Port ff_put_vp_no_rnd_pixels8_l2_mmx to SSE2 Andreas Rheinhardt 2026-04-12 22:39:04 +02:00
  • 37bc3a237b tests/checkasm/vp3dsp: Add test for put_no_rnd_pixels_l2 Andreas Rheinhardt 2026-04-12 22:34:12 +02:00
  • 79ce4432e0 avcodec/simple_idct10_template: Reduce amount of registers used Andreas Rheinhardt 2026-04-15 22:53:19 +02:00
  • e1782fb016 avutil/x86/pixelutils: Don't use mmx in 8x8 SAD Andreas Rheinhardt 2026-04-11 10:58:01 +02:00
  • d538a71ad5 avcodec/svq1dec: Check input space for minimum Michael Niedermayer 2026-02-10 18:42:07 +01:00
  • fcffc0e1c5 avformat/matroskaenc: Remove pointless side-data size checks Andreas Rheinhardt 2026-04-17 21:34:15 +02:00
  • 38df985fba avformat/matroskaenc: Use separate buffer for SMPTE 2094 blockadditional Andreas Rheinhardt 2026-04-17 21:30:59 +02:00
  • 25ce544d4b avformat/matroskaenc: Increase size of EBML_WRITER array Andreas Rheinhardt 2026-04-17 21:26:25 +02:00
  • 7faa6ee2aa libavformat/matroska: Support smpte 2094-50 metadata Vignesh Venkat 2026-04-14 15:12:10 -07:00
  • c1b19ee69f aacdec: add support for 960-frame HE-AAC (DAB+) decoding Lynne 2026-04-17 15:51:05 +02:00
  • 9e4041d5ea avcodec/opus: use precomputed NLSF weights for Silk decoder Hassan Hany 2026-02-15 21:32:54 +02:00
  • 96f82f4fbb swscale/x86/ops: simplify SWS_OP_CLEAR patterns Niklas Haas 2026-03-31 16:24:05 +02:00
  • 08707934cc swscale/ops_backend: simplify SWS_OP_CLEAR declarations Niklas Haas 2026-03-31 16:21:33 +02:00
  • 7a71a01a1b swscale/ops: nuke SwsComps.unused Niklas Haas 2026-03-31 16:18:44 +02:00
  • a797e30f71 swscale/aarch64/ops: compute SWS_OP_PACK mask directly Niklas Haas 2026-04-02 14:26:45 +02:00
  • 6d1e549195 swscale/aarch64/ops: use SWS_OP_NEEDED() instead of next->comps.unused Niklas Haas 2026-04-02 14:24:26 +02:00
  • 18cc71fc8e swscale/aarch64/ops: fix SWS_OP_LINEAR mask check Niklas Haas 2026-04-02 14:03:51 +02:00
  • df4fe85ae3 swscale/ops_chain: replace SwsOpEntry.unused by SwsCompMask Niklas Haas 2026-04-15 19:06:31 +02:00
  • 215cd90201 swscale/x86/ops: simplify DECL_DITHER definition Niklas Haas 2026-04-15 19:03:40 +02:00
  • 9f0dded48d swscale/ops_chain: check for exact linear mask match Niklas Haas 2026-03-31 16:11:27 +02:00
  • e20a32d730 swscale/x86/ops: align linear kernels with reference backend Niklas Haas 2026-04-07 15:26:40 +02:00
  • 9b1c1fe95f swscale/ops_backend: align linear kernels with actually needed masks Niklas Haas 2026-04-07 14:37:25 +02:00
  • af2674645f swscale/ops: drop offset from SWS_MASK_ALPHA Niklas Haas 2026-04-07 14:36:18 +02:00
  • 526195e0a3 swscale/x86/ops_float: fix typo in linear_row Niklas Haas 2026-03-31 16:02:54 +02:00
  • 6a83e15392 swscale/ops_chain: simplify SwsClearOp checking Niklas Haas 2026-03-31 13:44:08 +02:00
  • 80bd6c0cd5 swscale/ops: don't strip range metadata for unused components Niklas Haas 2026-03-31 13:30:01 +02:00
  • 3680642e1b swscale/ops: simplify min/max range print check Niklas Haas 2026-03-31 13:27:22 +02:00
  • 9bb2b11d5b swscale/ops: add SwsCompMask parameter to print_q4() Niklas Haas 2026-03-31 12:59:40 +02:00
  • cf2d40f65d swscale/ops: add explicit clear mask to SwsClearOp Niklas Haas 2026-03-29 19:32:45 +02:00
  • 4020607f0a swscale/ops: add SwsCompMask and related helpers Niklas Haas 2026-03-28 15:21:47 +01:00
  • ce2ca1a186 swscale/ops_optimizer: fix commutation of U32 clear + swap_bytes Niklas Haas 2026-03-28 18:47:54 +01:00
  • 953d278a01 tests/swscale: fix input pattern generation for very small sizes Niklas Haas 2026-04-14 16:29:17 +02:00
  • 0da2bbab68 swscale/ops_dispatch: re-indent (cosmetic) Niklas Haas 2026-04-15 20:07:18 +02:00
  • 4c19f82cc0 swscale/ops_dispatch: compute minimum needed tail size Niklas Haas 2026-04-15 20:02:36 +02:00
  • cd8ece4114 swscale/ops_dispatch: generalize the number of tail blocks Niklas Haas 2026-04-14 14:35:22 +02:00
  • dba7b81b38 swscale/ops_dispatch: avoid calling comp->func with w=0 Niklas Haas 2026-04-14 16:25:03 +02:00
  • 35174913ac swscale/ops_dispatch: fix and generalize tail buffer size calculation Niklas Haas 2026-04-14 15:43:03 +02:00
  • f604add8c1 swscale/ops_dispatch: remove pointless AV_CEIL_RSHIFT() Niklas Haas 2026-04-15 19:50:36 +02:00
  • dd8ff89adf swscale/ops_dispatch: add helper to explicitly control pixel->bytes rounding Niklas Haas 2026-04-15 20:34:37 +02:00
  • 16a57b2985 swscale/ops_dispatch: ensure block size is multiple of pixel size Niklas Haas 2026-04-15 20:44:04 +02:00
  • 86307dad4a swscale/ops_dispatch: make offset calculation code robust against overflow Niklas Haas 2026-04-15 20:32:18 +02:00
  • 95e4f7cac5 swscale/ops_dispatch: fix rounding direction of plane_size Niklas Haas 2026-04-15 20:31:34 +02:00
  • c6e47b293d swscale/ops_dispatch: pre-emptively guard against int overflow Niklas Haas 2026-04-14 15:06:11 +02:00
  • 0524e66aec swscale/ops_dispatch: drop pointless const (cosmetic) Niklas Haas 2026-04-14 14:45:13 +02:00
  • c98810ac78 swscale/ops_dispatch: zero-init tail buffer Niklas Haas 2026-04-12 17:35:35 +02:00
  • ba516a34cd swscale/x86/ops_int: use sized mov for packed_shuffle output Niklas Haas 2026-04-12 18:16:39 +02:00
  • 4264045137 swscale/x86/ops: set missing over_read metadata on filter ops Niklas Haas 2026-04-11 02:40:58 +02:00
  • d013863f00 avcodec/lcevcdec: poll on LCEVC_Again from LCEVC_ReceiveDecoderPicture Peter von Kaenel 2026-04-06 10:32:20 -04:00
  • 9ab37ef918 avcodec/packet: Remove always-true check Andreas Rheinhardt 2026-04-15 16:22:45 +02:00
  • 4b5e1d25c3 avcodec/decode: Short-circuit side-data processing Andreas Rheinhardt 2026-04-15 16:21:28 +02:00
  • a85709537e avcodec/decode: Avoid temporary frame in ff_reget_buffer() Andreas Rheinhardt 2026-04-15 15:58:48 +02:00
  • b595b3075e avcodec/decode: Fix shadowing Andreas Rheinhardt 2026-04-15 15:12:54 +02:00
  • f99e4a0f23 avcodec/decode: Optimize call away if possible Andreas Rheinhardt 2026-04-15 15:10:18 +02:00
  • 312bfd512d avcodec/decode: Remove always-true checks Andreas Rheinhardt 2026-04-15 15:06:00 +02:00
  • 2d062dd0c6 avcodec/decode: Make post_process_opaque a RefStruct reference Andreas Rheinhardt 2026-04-15 15:02:04 +02:00
  • 0ee1947d9b avcodec/lcevcdec: Use pool to avoid allocations of FFLCEVCFrame Andreas Rheinhardt 2026-04-15 14:49:56 +02:00
  • 03967fcff4 tests/checkasm/sw_ops: fix too large shift for int Kacper Michajłow 2026-04-16 20:10:02 +02:00
  • 369dbbe488 swscale/ops_memcpy: guard exec->in_stride[-1] access Kacper Michajłow 2026-04-16 19:42:19 +02:00