Commit Graph

  • 053822d9ce avformat/codecstring: add support for LCEVC streams master James Almer 2026-03-16 18:46:48 -03:00
  • cbfd280f77 avformat/lcevc: add a function to parse sequence and global config blocks James Almer 2026-03-16 18:46:21 -03:00
  • ba793127c4 avcodec/x86/mpeg4videodsp: Use SSE2 emulated_edge_mc Andreas Rheinhardt 2026-03-14 23:28:45 +01:00
  • b33d1d1ba2 avcodec/x86/mpeg4videodsp: Add gmc_ssse3 Andreas Rheinhardt 2026-03-14 18:07:40 +01:00
  • e922923fd8 avcodec/x86/mpeg4videodsp: Use smaller edge_emu buffer Andreas Rheinhardt 2026-03-14 09:24:36 +01:00
  • 338316f0a3 tests/checkasm: Add test for mpeg4videodsp Andreas Rheinhardt 2026-03-17 05:33:13 +01:00
  • e33260809c avcodec/x86/mpeg4videodsp: Fix sprite_warping_accuracy 0-2 Andreas Rheinhardt 2026-03-16 22:44:57 +01:00
  • 106616f13d avformat/mov: tighten sample count value in mov_read_sdtp James Almer 2026-03-14 15:15:07 -03:00
  • 292056ec03 forgejo/pre-commit/ignored-words: add re-use Niklas Haas 2026-03-18 18:47:23 +01:00
  • 30a811cc7d avcodec/rv34dsp: Reduce size of chroma pixels tabs Andreas Rheinhardt 2026-03-18 11:37:25 +01:00
  • 42ebefbd98 tests/checkasm/rv34dsp: Don't use unnecessarily large buffers Andreas Rheinhardt 2026-03-18 11:07:22 +01:00
  • c90cf2aa1f avcodec/x86/rv34dsp: Port ff_rv34_idct_dc_noround_mmxext to sse2 Andreas Rheinhardt 2026-03-18 10:39:33 +01:00
  • 9abdfda6f2 avcodec/lcevcdec: don't try to derive final dimensions from SAR release/8.1 James Almer 2026-03-09 20:22:27 -03:00
  • 395dc6fa27 avcodec/lcevc_parser: move the resolution type table to a header James Almer 2026-03-09 20:20:53 -03:00
  • a2e15f15b0 avcodec/cbs_lcevc: don't look for process blocks if the unit was not decomposed James Almer 2026-03-09 20:19:33 -03:00
  • b50cbdc04f fftools/ffmpeg_demux: properly unnitialize the side_data_prefer_packet AVBprint buffer James Almer 2026-03-18 13:29:23 -03:00
  • e22a1ed712 avcodec/h2645_sei: don't use provider_code uninitialized James Almer 2026-03-18 13:24:33 -03:00
  • 9800032722 checkasm/aarch64: fix operator precedence bug in ARG_STACK Zhao Zhili 2026-03-17 16:34:26 +08:00
  • 70537ec8e6 swscale/x86/ops: cosmetic Niklas Haas 2026-03-12 21:49:16 +01:00
  • a8606aba8e swscale/x86/ops: move over_read/write determination to setup func Niklas Haas 2026-03-12 21:47:58 +01:00
  • 8e3eacd7ad swscale/ops_chain: allow implementations to expose over_read/write Niklas Haas 2026-03-12 21:41:55 +01:00
  • 3aef0213e7 swscale/ops_chain: add SwsContext to SwsImplParams Niklas Haas 2026-03-13 13:55:34 +01:00
  • 9c6638b179 swscale/ops_chain: add SwsOpTable to SwsImplParams Niklas Haas 2026-03-12 21:37:39 +01:00
  • ef114cedef swscale/ops_chain: refactor setup() signature Niklas Haas 2026-03-17 22:14:24 +01:00
  • 3310fe95ae swscale/ops_dispatch: also print ops list after optimizing Niklas Haas 2026-03-09 13:00:28 +01:00
  • 039b492019 swscale/ops_dispatch: correctly round tail size Niklas Haas 2026-03-10 17:03:37 +01:00
  • 800c3a71e9 swscale/ops_dispatch: properly handle negative strides Niklas Haas 2026-03-06 22:41:24 +01:00
  • 91e76dc766 swscale/ops_dispatch: remove slice_align hack Niklas Haas 2026-03-15 12:37:08 +01:00
  • 18962a3764 swscale/ops: loop over copied list instead of original (cosmetic) Niklas Haas 2026-03-09 15:45:18 +01:00
  • 5230624619 swscale/graph: allocate output buffers after adding all passes Niklas Haas 2026-03-09 13:07:25 +01:00
  • c51a420b59 doc/examples/hw_decode: check fopen return value for output file Jun Zhao 2026-03-09 08:47:49 +08:00
  • c29206e456 doc/examples/transcode: query encoder for supported configs Jun Zhao 2026-03-09 08:46:45 +08:00
  • d25d6b991d doc/examples/vaapi_encode: return raw error codes from encode_write Jun Zhao 2026-03-09 08:42:56 +08:00
  • 8d80b13cbe doc/examples/remux: fix NULL pointer dereference in cleanup Jun Zhao 2026-03-09 08:41:56 +08:00
  • 68e18d3a1c doc/examples/encode_audio: fix hardcoded stereo sample stride Jun Zhao 2026-03-09 08:40:53 +08:00
  • 042ff80562 doc/examples/qsv_decode: fix raw frame dump for chroma planes Jun Zhao 2026-03-08 22:55:37 +08:00
  • 2c47383d74 doc/examples/hw_decode: fix fwrite error check Jun Zhao 2026-03-08 22:52:51 +08:00
  • 1cf02df122 doc/examples/decode_video: check fopen return value in pgm_save Jun Zhao 2026-03-08 22:49:38 +08:00
  • 752faebaa6 doc/examples/vaapi_encode: open raw YUV input in binary mode Jun Zhao 2026-03-08 22:48:46 +08:00
  • 40f085ac3d doc/examples: fix output context cleanup in transcode examples Jun Zhao 2026-03-08 22:44:17 +08:00
  • 34bff02984 avcodec/libvpxenc: fix sRGB colorspace for non-RGB pixel formats Guangyu Sun 2026-03-14 14:52:46 -07:00
  • 846746be4b aarch64: Add Armv9.3-A GCS (Guarded Control Stack) support Martin Storsjö 2026-03-12 14:52:29 +02:00
  • 1f7ed8a78d aarch64: hevcdsp: Make returns match the call site Martin Storsjö 2026-03-12 14:53:26 +02:00
  • 1c7b72cd6b lavc/riscv: remove unused fixed_vtype.S Sun Yuechi 2026-03-10 17:26:34 +08:00
  • 6e37545d6b swscale: fix possible lut leak in adapt_colors() Huihui_Huang 2026-03-17 15:56:15 +08:00
  • ac4d50cb26 swscale/ops_chain: Make ff_op_priv_free clear the freed pointer Martin Storsjö 2026-03-16 12:40:32 +02:00
  • e07daf85a4 swscale/ops_chain: Don't pass an aligned union as parameter by value Martin Storsjö 2026-03-15 15:56:35 +02:00
  • 6ef0ef51dc avcodec/nvdec: fix surface pool limits and unsafe_output lifetime Diego de Souza 2026-03-16 00:14:42 +01:00
  • 9047fa1b08 avutil: attributes: fix AV_HAS_STD_ATTRIBUTE checks n8.1 Marvin Scholz 2026-02-19 19:39:52 +01:00
  • cce545a74b avutil: attributes: fix AV_HAS_STD_ATTRIBUTE checks Marvin Scholz 2026-02-19 19:39:52 +01:00
  • e1a84cd003 doc/Doxyfile: set version to 8.1 Michael Niedermayer 2026-03-16 17:24:34 +01:00
  • 5c923e26ab avformat/wsddec: Use ffio_read_size() in get_metadata() Michael Niedermayer 2026-03-16 13:08:53 +01:00
  • c471fce2bf avformat/mpegts: fix descriptor accounting across multiple IOD descriptors Nicholas Carlini 2026-03-15 23:10:51 +00:00
  • 5f3122760f avcodec/xxan: zero-initialize y_buffer Weidong Wang 2026-03-14 13:45:39 -05:00
  • c49f6bec20 lavf/vvcdec: fix false-positive VVC detection of MP3 files Jun Zhao 2026-03-16 15:30:32 +08:00
  • 4b83833087 avformat/wsddec: Use ffio_read_size() in get_metadata() Michael Niedermayer 2026-03-16 13:08:53 +01:00
  • b20f42b156 avformat/tls_openssl: fix DTLS retransmission when packet lost in blocking mode Nariman-Sayed 2026-02-26 22:48:39 +02:00
  • 261960392e avformat/whip: add timeout option for HTTP WHIP can receive timeout option to allow dropping connection attempts which would otherwise hang in the event that remote server is not replying. Philip Tang 2026-03-02 16:38:25 -08:00
  • dbd783f389 avformat/lcevc: fix wrong NAL count written for NON IDR Zhao Zhili 2026-03-16 11:37:06 +08:00
  • 82b39de805 avformat/lcevc: fix memleak on write_nalu() failure Zhao Zhili 2026-03-16 11:35:49 +08:00
  • cc866fb5e9 avformat/movenc: fix loop variable shadowing in LCEVC stream group init Zhao Zhili 2026-03-16 11:38:59 +08:00
  • 3e8bec7871 avformat/mpegts: fix descriptor accounting across multiple IOD descriptors Nicholas Carlini 2026-03-15 23:10:51 +00:00
  • 43a4771cd0 opus/dec_celt: avoid emph_coeff becoming a subnormal Anton Khirnov 2026-03-14 20:29:36 +01:00
  • 5b112b17c0 opus/dec_celt: avoid emph_coeff becoming a subnormal Anton Khirnov 2026-03-14 20:29:36 +01:00
  • 236dbc9f82 avcodec/xxan: zero-initialize y_buffer Weidong Wang 2026-03-14 13:45:39 -05:00
  • 8a8881d226 RELEASE: prepare for 8.1 Michael Niedermayer 2026-03-16 02:51:37 +01:00
  • 7dad4d2cb5 Changelog, remove "version <next>" Michael Niedermayer 2026-03-16 02:51:22 +01:00
  • a5a1653a9e RELEASE_NOTES: Based on the version from 8.0 Michael Niedermayer 2018-11-02 01:36:21 +01:00
  • 0a8bf5fcaa avcodec/bsf/extract_extradata: don't use a NULL pointer to initialize an empty PutByteContext James Almer 2026-03-13 20:15:24 -03:00
  • 6ba0b59d8b avcodec/bytestream2: don't allow using NULL pointers James Almer 2026-03-13 20:19:36 -03:00
  • 2556db6173 avcodec/bsf/extract_extradata: don't use a NULL pointer to initialize an empty PutByteContext James Almer 2026-03-13 20:15:24 -03:00
  • 5ebd50415f avcodec/bsf/extract_extradata: reallocate buffers with the final used size James Almer 2026-03-13 20:03:20 -03:00
  • 1434d99b19 avcodec/bsf/extract_extradata: write correct length start codes for LCEVC James Almer 2026-03-13 19:34:31 -03:00
  • d1431d3f50 avcodec/bsf/extract_extradata: write correct length start codes for h26x James Almer 2026-03-13 11:47:44 -03:00
  • 6bc257e292 avformat/nal: remove trailing zeroes from NALUs James Almer 2026-03-13 17:28:42 -03:00
  • 1d65e985b3 fftools/ffmpeg_demux: add options to override mastering display and content light level metadata James Almer 2026-03-12 15:47:22 -03:00
  • 29e0d0ef13 avcodec/h2645_sei: fix parsing payloads for UK country_code James Almer 2026-03-12 20:43:23 -03:00
  • 93c915a572 avcodec/h2645_sei: reindent after the previous change James Almer 2026-03-12 20:39:57 -03:00
  • fcbbd8b394 avcodec/h2645_sei: refactor decode_registered_user_data() James Almer 2026-03-12 20:32:34 -03:00
  • 8172be423e avcodec/h2645_sei: fix parsing payloads for UK country_code James Almer 2026-03-12 20:43:23 -03:00
  • 3af824a540 avcodec/h2645_sei: reindent after the previous change James Almer 2026-03-12 20:39:57 -03:00
  • 64edbb37f1 avcodec/h2645_sei: refactor decode_registered_user_data() James Almer 2026-03-12 20:32:34 -03:00
  • 482395f830 avfilter/af_whisper: Add translate parameter WyattBlue 2026-03-09 00:23:36 -04:00
  • 7df9a56f0d avformat/rtmpproto: fix listen_timeout conversion for special negative values Zhao Zhili 2026-03-11 21:48:33 +08:00
  • 539fc854e7 fftools/ffmpeg_mux_init: add support for LCEVC Stream Group muxing James Almer 2026-02-16 12:03:28 -03:00
  • 9f9db1f673 avformat/options: add missing AVOption for AVStreamGroupLCEVC James Almer 2026-02-16 12:03:04 -03:00
  • 0878ae59f9 avformat/movenc: add support for LCEVC track muxing James Almer 2026-02-16 12:02:14 -03:00
  • 6f890cb104 avcodec/exr: Check input space before reverse_lut() Michael Niedermayer 2026-03-13 00:51:14 +01:00
  • 42692d0f57 avformat/mpegts: remove JPEG-XS early return on invalid header_size Nicholas Carlini 2026-03-14 15:39:51 +00:00
  • 259ee609ac avcodec/aac/aacdec_usac_mps212: Introduce a temporary array for ff_aac_ec_data_dec() Michael Niedermayer 2026-03-11 17:29:31 +01:00
  • b6a617c8bf avcodec/cbs_h266_syntax_template: Check tile_y Michael Niedermayer 2026-03-14 00:50:17 +01:00
  • a5696b44a6 avcodec/h264_slice: reject slice_num >= 0xFFFF Nicholas Carlini 2026-03-14 04:47:53 +00:00
  • 5bc4a9898c lavfi/bwdif: fix heap-buffer-overflow with small height videos Jun Zhao 2026-01-25 10:31:48 +08:00
  • b6faea362a avcodec/wmv2dec: More Checks about reading skip bits Michael Niedermayer 2026-03-12 22:58:18 +01:00
  • ca6e0ee7aa avcodec/cbs_h266_syntax_template: Fix w/h typo Gil Portnoy 2026-03-11 04:39:06 +01:00
  • f851191ce6 aacdec_usac: skip FD-specific decoding for LPD channels Oliver Chang 2026-02-24 02:41:27 -08:00
  • 60f3904718 avformat/dhav: Fix handling or slightly larger files Michael Niedermayer 2026-03-07 13:48:49 +01:00
  • 56217dccd6 avutil/timecode: Check for integer overflow in av_timecode_init_from_components() Michael Niedermayer 2025-08-14 02:12:26 +02:00
  • 4f72addce1 avcodec/cbs_h266_syntax_template: Fix rows vs columns Gil Portnoy 2026-03-11 04:00:15 +01:00
  • 1f217b4b7d avformat/mov: do not allocate out-of-range buffers Ted Meyer 2026-03-05 17:33:36 -08:00