Commit Graph

  • 376b3d53c5 avfilter/vf_colorspace: use colorspace negotiation API Nicolas Gaullier 2024-04-04 19:05:14 +0200
  • 38c322681e avformat/ivfenc: remove unused var Gyan Doshi 2024-04-17 16:58:44 +0530
  • 639013aafc avformat/lc3: Only allow AV_CODEC_ID_LC3 in muxer Andreas Rheinhardt 2024-04-16 19:14:30 +0200
  • e9e1932c1c avcodec/h264dec: Reindent after the previous commit arch1t3cht 2024-03-28 02:56:39 +0100
  • 728ffe6ca6 avcodec/h264dec: Handle non-recovered frames when draining arch1t3cht 2024-03-28 02:56:38 +0100
  • 5a856ac6e6 avcodec/h264dec: Properly mark frames as recovered when draining arch1t3cht 2024-03-28 02:56:37 +0100
  • 6b6a0fc53d avformat/iamf_writer: reject duplicated stream ids in a stream group James Almer 2024-04-15 18:06:01 -0300
  • 257bc2a82a avformat/lc3: add file format for LC3/LC3plus transport Antoine SOULIER 2024-04-04 22:38:03 +0000
  • b2bc4ac69e doc/utils/eval: review and extend, clarify ld/st index meaning Stefano Sabatini 2024-01-05 00:56:40 +0100
  • 8ceb37d5ad doc/utils/eval: clarify meaning of random* seed value Stefano Sabatini 2024-01-01 20:38:03 +0100
  • 993c231de0 lavc/vvc: Increase size of ctb_size_y Frank Plowman 2024-04-13 11:55:54 +0100
  • 5e380bcdb1 avfilter/af_channelsplit: fix memory leak LuMingYin 2024-04-12 17:19:23 +0800
  • db09f1a5d8
    vulkan_av1: add workaround for NVIDIA drivers tested on broken CTS Lynne 2024-04-14 14:11:44 +0200
  • 3cca8dfbd8 lavc/vulkan_av1: Use av1dec reference order hint information Mark Thompson 2024-04-13 20:06:56 +0100
  • 22ced1edc6 lavc/av1: Record reference ordering information for each frame Mark Thompson 2024-04-13 20:05:23 +0100
  • f48987f609 doc/muxers.texi: Don't use confusing variable name Andreas Rheinhardt 2024-04-13 00:10:49 +0200
  • 1f265aa91d avcodec/nvenc: Multi NVENC Split Frame Encoding in HEVC and AV1 Diego Felix de Souza 2024-04-12 20:08:12 +0000
  • 1c45104f74 avcodec/h2645_sei: validate Mastering Display Colour Volume SEI values Kacper Michajłow 2024-04-13 17:21:08 +0200
  • 65c1c83ca4 avformat/tls_mbedtls: Pass FLAG_NONBLOCK to underlying transport Zhao Zhili 2024-04-08 21:26:13 +0800
  • 2a7d622ddd
    swscale: [LA] Optimize swscale funcs in input.c Shiyou Yin 2024-03-16 11:03:33 +0800
  • 8b76df9142
    swscale: [LA] Optimize yuv2plane1_8_c. Shiyou Yin 2024-03-16 11:03:32 +0800
  • f3fe2cb5f7
    swscale: [LA] Optimize range convert for yuvj420p. Shiyou Yin 2024-03-16 11:03:31 +0800
  • dd5f665b40 avutil/frame: free the old side data buffer before replacing it James Almer 2024-04-11 12:32:11 -0300
  • 6d0c89980c avcodec/hevcdec: export global side data in AVCodecContext James Almer 2024-03-28 12:50:54 -0300
  • 6def8e3923 avcodec/decode: add AVFrameSideData helper wrappers that don't depend on frames James Almer 2024-03-28 12:49:55 -0300
  • 6d760c666d avutil/mastering_display_metadata: add a new allocator function that returns a size James Almer 2024-03-22 18:42:05 -0300
  • adb67bba06 avutil/version: bump minor after recent AVFrame API additions James Almer 2024-04-11 11:43:26 -0300
  • 662dbf826d avutil/frame: add helper to remove side data of a given type from an array James Almer 2024-03-22 18:39:20 -0300
  • 55621f6fae avutil/frame: add a flag to allow overwritting existing entries James Almer 2024-03-28 13:01:47 -0300
  • a16338089c avutil/frame: add helper for adding side data w/ AVBufferRef to array James Almer 2024-03-28 12:58:24 -0300
  • e4f5c2414b tests/movenc: Validate that normal muxer usage doesn't print warnings Martin Storsjö 2024-04-03 14:43:14 +0300
  • 497a0f839d avformat/img2: Avoid relocations for ff_img_tags Andreas Rheinhardt 2024-04-07 21:53:54 +0200
  • 1533351990 avcodec/flacenc: Avoid shift where possible Andreas Rheinhardt 2024-04-07 21:20:45 +0200
  • 0458fdbeed avcodec/ac3enc: Avoid calculating the CRC multiple times Andreas Rheinhardt 2024-04-08 02:49:03 +0200
  • 28ffc39808 avcodec/ac3enc: Move EAC-3 specific initialization to eac3enc.c Andreas Rheinhardt 2024-04-07 20:04:20 +0200
  • 2281ab5c24 avcodec/ac3enc: Avoid function pointers to initialize MDCT Andreas Rheinhardt 2024-04-07 19:29:49 +0200
  • 6c55cb95ed avcodec/ac3enc_float: Remove uninformative error message Andreas Rheinhardt 2024-04-07 19:18:50 +0200
  • 3cd136bc12 avcodec/ac3enc: Deduplicate copying input samples Andreas Rheinhardt 2024-04-07 19:15:39 +0200
  • 7311a9086e avcodec/ac3enc: Deduplicate allocating buffers Andreas Rheinhardt 2024-04-07 18:26:19 +0200
  • 2fcc50d1f5 avcodec/ac3enc: Share more code between fixed/float encoders Andreas Rheinhardt 2024-04-07 16:52:52 +0200
  • 1042ee36cd avcodec/ac3enc: Move ff_ac3_validate_metadate() upwards Andreas Rheinhardt 2024-04-07 16:47:49 +0200
  • 6244ecf8ec avcodec/ac3enc: Use common encode_frame function Andreas Rheinhardt 2024-04-07 16:39:59 +0200
  • fee093a570 avcodec/ac3enc: Remove disabled code for RealAudio variant of AC-3 Andreas Rheinhardt 2024-04-07 15:45:12 +0200
  • 27a830c1d8 avcodec/ac3enc: Remove always-false sample rate check Andreas Rheinhardt 2024-04-07 14:30:13 +0200
  • e878ec7eb2 avcodec/ac3enc: Avoid copying strings Andreas Rheinhardt 2024-04-07 13:40:39 +0200
  • 8261d5d38c avcodec/ac3enc: Use bit-operations for bit-mask Andreas Rheinhardt 2024-04-07 13:21:46 +0200
  • b3d12fe200 avcodec/ac3enc: Remove redundant channel layout checks Andreas Rheinhardt 2024-04-07 13:14:14 +0200
  • 13daafd5c0 avcodec/ac3enc: Don't overwrite AVCodecContext.ch_layout Andreas Rheinhardt 2024-04-07 12:53:15 +0200
  • c3fb0c5bab avcodec/ac3enc: Don't presume ch_layout to be AV_CHANNEL_ORDER_NATIVE Andreas Rheinhardt 2024-04-07 12:31:58 +0200
  • 0e4dfa4709 Revert "bsf: use standard include paths" Anton Khirnov 2024-04-10 15:17:54 +0200
  • 985fdf8e3d tests/checkasm: add exclude_guest for non-x86 linux perf J. Dekker 2024-04-09 16:49:11 +0200
  • 89a9042291
    lavc/avfft: fix RDFT wrapper stride Lynne 2024-04-06 07:30:07 +0200
  • 0534d2ac84 lavfi/dnn_backend_torch: Include mem.h Fei Wang 2024-04-02 11:02:17 +0800
  • 7e59c4f908 doc/muxers/matroska: apply misc consistency fixups Stefano Sabatini 2024-04-06 13:08:21 +0200
  • 8510108c1d doc/muxers: add lrc Stefano Sabatini 2024-04-06 12:55:58 +0200
  • 57d64bb715 doc/muxers: add kvag Stefano Sabatini 2024-04-06 12:38:04 +0200
  • f7fd228560 doc/muxers: add jacosub Stefano Sabatini 2024-04-06 12:29:57 +0200
  • 4fe3c8dcfd doc/muxers: add ivf Stefano Sabatini 2024-04-06 12:17:46 +0200
  • fbd5e238d4 movenc: Allow writing timed ID3 metadata Martin Storsjö 2024-01-17 17:12:55 +0200
  • e4e3d25d41 movenc: Remove a leftover commented out line Martin Storsjö 2024-04-04 13:27:52 +0300
  • 8339a45400 aarch64: Factorize code for CPU feature detection on Apple platforms Martin Storsjö 2024-03-12 10:23:15 +0200
  • 41b73ae883 bsf: use standard include paths Andrew Kelley 2024-04-09 14:13:34 -0700
  • 9dbc9a0f97 avcodec/libsvt1: check return value of send/receive functions James Almer 2024-04-09 10:05:09 -0300
  • c38f785be4 avformat/mov_chan: add support for omitted_channel bitmask in chnl atom Marton Balint 2024-04-01 20:12:48 +0200
  • 92e7a9a4d5 avformat/mov_chan: respect channel order when parsing and creating chnl atom Marton Balint 2024-04-01 18:28:21 +0200
  • da0fe26379 avformat/mov_chan: factorize some layout map search functions Marton Balint 2024-04-01 14:31:26 +0200
  • c68dc3e5f1 avformat/mov_chan: check channel count of layout tags at compile time Marton Balint 2024-04-01 13:19:13 +0200
  • 7801451376 avformat/hlsenc: use a slash separator even in win32 Marton Balint 2024-03-31 20:50:31 +0200
  • 4721b9f15f avfilter/buffersrc: never override channel count in av_buffersrc_add_frame_flags Marton Balint 2024-03-31 20:28:13 +0200
  • 359b6a7f8a aarch64/ac3dsp: simplify the end of ff_ac3_sum_square_butterfly_float_neon Martin Storsjö 2024-04-08 13:57:05 +0300
  • 1c0149359a lavc/vvc: Fix out-of-bounds array access Frank Plowman 2024-04-09 09:11:39 +0000
  • 2b7e79e890 lavc/vvc: Avoid overflow in coeff scale intermediate Frank Plowman 2024-04-09 07:55:52 +0000
  • fcf74c5ebc lavc/vvc: Fix buffer overread in CABAC Frank Plowman 2024-04-09 07:55:11 +0000
  • f499503073 lavc/vvc_parser: Fix integer overflow calculating framerate Frank Plowman 2024-04-08 18:20:59 +0000
  • b4baa4c0b3 lavc/vvc: Fix left shifts of negative values Frank Plowman 2024-04-08 16:07:02 +0000
  • 67e2f8b6bf configure, etc: switch to shebang without space J. Dekker 2024-04-09 15:31:13 +0200
  • fcfd17dbb4 ffbuild/libversion.sh: add shebang J. Dekker 2024-04-09 11:52:00 +0200
  • 3090106635 configure: simplify bigendian check J. Dekker 2024-03-27 05:53:16 +0100
  • 459648761f avcodec/hevcdec: fix segfault on invalid film grain metadata Niklas Haas 2024-04-06 13:11:09 +0200
  • baf17c15be doc/ffmpeg: document that there can be multiple complex filtergraphs Anton Khirnov 2024-04-05 15:06:54 +0200
  • 3bd7c57125 fftools/ffmpeg_filter: implement filtergraph chaining Anton Khirnov 2024-04-04 11:46:52 +0200
  • 255ae03601 fftools/ffmpeg_sched: allow filtergraphs to send to filtergraphs Anton Khirnov 2024-04-05 11:42:10 +0200
  • 3d01996b24 fftools/ffmpeg_filter: change processing order in fg_finalise_bindings() Anton Khirnov 2024-04-05 12:10:21 +0200
  • 243a51490a fftools/ffmpeg_filter: only store complex filtergraphs in global array Anton Khirnov 2024-04-04 12:49:55 +0200
  • d74cbcb963 fftools/ffmpeg_filter: drop OutputFilter.ost Anton Khirnov 2024-04-04 11:35:26 +0200
  • f2c919252d fftools/ffmpeg_filter: accept encoder thread count through OutputFilterOptions Anton Khirnov 2024-04-04 11:30:18 +0200
  • bfeb751171 fftools/ffmpeg_mux: drop OutputFile.format Anton Khirnov 2024-04-04 11:05:33 +0200
  • 5b0589c8c3 fftools/ffmpeg_mux: drop OutputFile.shortest Anton Khirnov 2024-04-04 10:56:29 +0200
  • a4c940c86a fftools/ffmpeg_filter: move most of -apad logic to the muxer Anton Khirnov 2024-04-04 10:51:53 +0200
  • a2892dbe06 fftools/ffmpeg_filter: pass trim parameters through OutputFilterOptions Anton Khirnov 2024-04-02 13:58:59 +0200
  • 83304f7c1f fftools/ffmpeg_filter: pass autoscale through OutputFilterOptions Anton Khirnov 2024-04-02 13:58:59 +0200
  • b8e6802023 fftools/ffmpeg_filter: pass sws/swr opts through OutputFilterOptions Anton Khirnov 2024-04-02 13:58:59 +0200
  • 23c23077fc fftools/ffmpeg_filter: drop an unnecessary use of OutputStream Anton Khirnov 2024-04-02 13:44:22 +0200
  • fc6354c39c fftools/ffmpeg_filter: add an AVClass to OutputFilter Anton Khirnov 2024-04-02 13:40:42 +0200
  • 3c3e04c8a3 fftools/ffmpeg_filter: simplify retrieving filter type Anton Khirnov 2024-04-02 12:25:33 +0200
  • 114cbaa316 fftools/ffmpeg_filter: drop a redundant check Anton Khirnov 2024-04-02 12:23:05 +0200
  • da80e0b077 fftools/ffmpeg_filter: accept a caller-provided output name Anton Khirnov 2024-04-02 11:40:41 +0200
  • 82c7c21b18 fftools/ffmpeg: drop OutputStream.is_cfr Anton Khirnov 2024-04-01 06:29:16 +0200
  • 509afedaaf fftools/ffmpeg_filter: pass vsync method through OutputFilterOptions Anton Khirnov 2024-04-01 06:29:16 +0200
  • bc206ed1b3 fftools/ffmpeg_filter: stop accessing encoder AVCodecContext Anton Khirnov 2024-04-01 06:29:16 +0200