Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
[FFmpeg-devel] [RFC] 5 year plan & Inovation
 2024-04-18 10:22 UTC  (23+ messages) - mbox.gz / Atom

[FFmpeg-devel] Apply misc doc/muxers fixes and extensions
 2024-04-18 10:06 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/6] doc/muxers/matroskaenc: add missing options, apply misc style fixes
` [FFmpeg-devel] [PATCH 2/6] doc/muxers/md5: apply misc consistency fixes
` [FFmpeg-devel] [PATCH 3/6] doc/muxers: add microdvd
` [FFmpeg-devel] [PATCH 4/6] doc/muxers: add mkvtimestamp_v2
` [FFmpeg-devel] [PATCH 5/6] lavf/mkvtimestamp_v2: use name in place of description in long name
` [FFmpeg-devel] [PATCH 6/6] doc/muxers: add mmf

[FFmpeg-devel] (no subject)
 2024-04-18  9:42 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/2] avutil/loongarch: add LSX optimization for aac audio decode
` [FFmpeg-devel] [PATCH v3 2/2] avcodec/loongarch: add LSX optimization for aac audio encode

[FFmpeg-devel] [PATCH] avformat/http: return error when error occurs during gzip inflating
 2024-04-18  9:00 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v8 01/15] avcodec/vaapi_encode: introduce a base layer for vaapi encode
 2024-04-18  8:59 UTC  (15+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v8 02/15] avcodec/vaapi_encode: add async_depth to common options
` [FFmpeg-devel] [PATCH v8 03/15] avcodec/vaapi_encode: add picture type name to base
` [FFmpeg-devel] [PATCH v8 04/15] avcodec/vaapi_encode: move pic->input_surface initialization to encode_alloc
` [FFmpeg-devel] [PATCH v8 05/15] avcodec/vaapi_encode: move the dpb logic from VAAPI to base layer
` [FFmpeg-devel] [PATCH v8 06/15] avcodec/vaapi_encode: extract the init function "
` [FFmpeg-devel] [PATCH v8 07/15] avcodec/vaapi_encode: extract gop configuration and two options "
` [FFmpeg-devel] [PATCH v8 08/15] avcodec/vaapi_encode: move two reconstructed frames parameters "
` [FFmpeg-devel] [PATCH v8 09/15] avcodec/vaapi_encode: extract a close function for "
` [FFmpeg-devel] [PATCH v8 10/15] avcodec/vaapi_encode: extract set_output_property to "
` [FFmpeg-devel] [PATCH v8 11/15] avcodec/vaapi_encode: extract a get_recon_format function "
` [FFmpeg-devel] [PATCH v8 12/15] avcodec/vaapi_encode: extract a free funtion "
` [FFmpeg-devel] [PATCH v8 13/15] avutil/hwcontext_d3d12va: add Flags for resource creation
` [FFmpeg-devel] [PATCH v8 14/15] avcodec: add D3D12VA hardware HEVC encoder
` [FFmpeg-devel] [PATCH v8 15/15] Changelog: add D3D12VA HEVC encoder changelog

[FFmpeg-devel] [PATCH v2 6/6] avformat/evc: Small fixes in documentation
 2024-04-18  8:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 5/6] avcodec/evc: Reference to ISO_IEC_23094-1-2020 document section for EVC_MAX_APS_COUNT enum has been fixed
 2024-04-18  8:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 4/6] avformat/avi: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for AVI muxer
 2024-04-18  8:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 3/6] avcodec/bitstream_filters: Declaration of the ff_evc_frame_merge_bsf variable has been moved to the appropriate following the alphabetical order
 2024-04-18  8:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 2/6] avformat/nut: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for NUT muxer
 2024-04-18  8:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/6] avcodec/evc: Set the AV_FRAME_FLAG_KEY flag for a decoded frame when the decoded packet contains a keyframe
 2024-04-18  8:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/2] lavc/vaapi_encode_h265: Map HEVC AV REXT profile to VA REXT profile
 2024-04-18  8:21 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] lavc/qsvdec: Use FFmpeg default 1/25 framerate if can't derive it from bitstream
 2024-04-18  8:15 UTC  - mbox.gz / Atom

[FFmpeg-devel] (no subject)
 2024-04-18  7:36 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/2] avutil/loongarch: add LSX optimization for aac audio decode
` [FFmpeg-devel] [PATCH v2 2/2] avcodec/loongarch: add LSX optimization for aac audio encode

[FFmpeg-devel] [PATCH v1 1/6] avcodec/evc: Set the AV_FRAME_FLAG_KEY flag for a decoded frame when the decoded packet contains a keyframe
 2024-04-18  7:34 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ac3: Remove unused fixed-point ARMv7 DSP
 2024-04-18  6:38 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 0/8] [WIP] webp: add support for animated WebP decoding
 2024-04-17 22:52 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v12 1/8] avcodec/webp: remove unused definitions
` [FFmpeg-devel] [PATCH v12 2/8] avcodec/webp: separate VP8 decoding
` [FFmpeg-devel] [PATCH v12 3/8] avcodec/bsf: Add awebp2webp bitstream filter
` [FFmpeg-devel] [PATCH v12 4/8] libavcodec/webp: add support for animated WebP
` [FFmpeg-devel] [PATCH v12 5/8] avcodec/webp: make init_canvas_frame static
` [FFmpeg-devel] [PATCH v12 6/8] libavformat/webp: add WebP demuxer
` [FFmpeg-devel] [PATCH v12 7/8] fate: add test for animated WebP
` [FFmpeg-devel] [PATCH v12 8/8] avcodec/webp: export XMP metadata

[FFmpeg-devel] FFmpeg table at NAB
 2024-04-17 22:13 UTC  (11+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] Mailinglist conduct (was: FFmpeg table at NAB)
    ` [FFmpeg-devel] Mailinglist conduct

[FFmpeg-devel] [PATCH v3 0/2] lavc/aarch64/fdct: add neon-optimized fdct for aarch64
 2024-04-17 20:49 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/2] checkasm: add test for fdct
` [FFmpeg-devel] [PATCH v3 2/2] lavc/aarch64/fdct: add neon-optimized fdct for aarch64

[FFmpeg-devel] [PATCH v4 0/1] avfilter/vf_colorspace: use colorspace negotiation API
 2024-04-17 20:21 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 0/8] webp: add support for animated WebP decoding
 2024-04-17 19:27 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v11 4/8] libavcodec/webp: add support for animated WebP

[FFmpeg-devel] Query from Reuters on XZ, open source, and Microsoft
 2024-04-17 19:24 UTC  (12+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [EXT] "
        ` [FFmpeg-devel] Mailinglist conduct (was: [EXT] Re: Query from Reuters on XZ, open source, and Microsoft)

[FFmpeg-devel] [PATCH v2 1/3] avcodec/x86/vvc/vvcdsp_init: add put prototypes
 2024-04-17 18:30 UTC  (3+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] 回复: "

[FFmpeg-devel] [PATCH v3 2/3] avcodec/x86/vvc/vvcdsp_init: add avg prototypes
 2024-04-17 18:28 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 3/3] avcodec/x86/vvc/vvcdsp_init: fix linking error when configuring with --disable-ssse3 --disable-optimizations options

[FFmpeg-devel] [PATCH v3 1/3] avcodec/x86/vvc/vvcdsp_init: add put prototypes
 2024-04-17 18:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avdevice/avfoundation: fix macOS/iOS/tvOS SDK conditional checks
 2024-04-17 16:04 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] avcodec/ac3enc: Avoid allocation for windowed_samples
 2024-04-17 15:04 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavutil/hwcontext_qsv: Make qsv hardware transfers thread safe
 2024-04-17 14:46 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/nvenc: High bit depth encoding for HEVC
 2024-04-17 14:27 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Remove .travis.yml
 2024-04-17 13:11 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/ivfenc: remove unused var
 2024-04-17 13:02 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 00/13] avcodec: add Dolby Vision encoding
 2024-04-17 12:22 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/10] lavc/hevcdec: rename HEVCContext.HEVClcList to local_ctx
 2024-04-17  9:29 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 03/10] lavc/hevcdec: allocate local_ctx as array of structs rather than pointers

[FFmpeg-devel] [PATCH v1 2/6] avformat/nut: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for NUT muxer
 2024-04-17  8:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] lavc/aarch64/fdct: add neon-optimized fdct for aarch64
 2024-04-17  8:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 6/6] avformat/evc: Small fixes in documentation
 2024-04-17  5:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 5/6] avcodec/evc: Reference to ISO_IEC_23094-1-2020 document section for EVC_MAX_APS_COUNT enum has been fixed
 2024-04-17  5:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 4/6] avformat/avi: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for AVI muxer
 2024-04-17  5:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 3/6] avcodec/bitstream_filters: Declaration of the ff_evc_frame_merge_bsf variable has been moved to the appropriate following the alphabetical order
 2024-04-17  5:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/8] avcodec/mediacodec_wrapper: link to NDK mediacodec API directly
 2024-04-17  4:37 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/8] avcodec/mediacodec_wrapper: Fix unused variable warning
` [FFmpeg-devel] [PATCH 4/8] avcodec/mediacodecenc: Fix return empty packet when bsf is used
` [FFmpeg-devel] [PATCH 5/8] avcodec/mediacodecenc: Remove write only variable
` [FFmpeg-devel] [PATCH 6/8] avcodec/mediacodecenc: Add global header support
` [FFmpeg-devel] [PATCH 7/8] avcodec/mediacodecenc: add AV_CODEC_CAP_ENCODER_FLUSH support
` [FFmpeg-devel] [PATCH 8/8] fftools: Fix implicit-const-int-float-conversion warning

[FFmpeg-devel] [PATCH 1/8] configure: Lower Android API level requirement of mediandk
 2024-04-17  4:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [RFC] Anyone using 6.0, 4.1, 3.4 ?
 2024-04-17  1:27 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/aarch64/fdct: add neon-optimized fdct for aarch64
 2024-04-16 22:54 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] opusdsp: add ability to modify deemphasis constant
 2024-04-16 20:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/lc3: Only allow AV_CODEC_ID_LC3 in muxer
 2024-04-16 17:42 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/6] HTTP rate limiting and retry improvements
 2024-04-16 17:13 UTC  (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/6] avutil/error: Add HTTP 429 Too Many Requests AVERROR code
` [FFmpeg-devel] [PATCH 2/6] avformat/http: Use AVERROR_HTTP_TOO_MANY_REQUESTS
` [FFmpeg-devel] [PATCH 3/6] avformat/http: Don't bail on parsing headers on "bad" HTTP codes
` [FFmpeg-devel] [PATCH 4/6] avformat/http: Add support for Retry-After header
` [FFmpeg-devel] [PATCH 5/6] avformat/http: Rename attempts to auth_attempts
` [FFmpeg-devel] [PATCH 6/6] avformat/http: Add options to set the max number of connection retries
` [FFmpeg-devel] [PATCH 4/6 v2] avformat/http: Add support for Retry-After header
` [FFmpeg-devel] [PATCH 7/6] doc/protocols: Re-order HTTP options to match http.c order
  ` [FFmpeg-devel] [PATCH 8/6] doc/protocols: Fill in missing HTTP options

[FFmpeg-devel] [PATCH] ffmpeg: Carry streamid as metadata key 'id'
 2024-04-16 14:12 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] cannot compile the ffmpeg latest on local
 2024-04-16 12:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] not able to install dependencies for ffmpeg using msys2 pacman
 2024-04-16 10:42 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/opt: add AV_OPT_FLAG_FORCE_CONST
 2024-04-16  8:30 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mxfdec: only check index_edit_rate when calculating the index tables
 2024-04-15 19:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/3] avcodec/h264dec: Fix dropped frames when draining
 2024-04-15 18:16 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/httpauth.c Support RFC7616 [Style fixed]
 2024-04-15 17:56 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/wavarc: fix signed integer overflow in block type 6/19
 2024-04-15 17:52 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/5] avformat/mxfdec: Check index_edit_rate

[FFmpeg-devel] [PATCH] avcodec/x86/vvc/vvcdsp_init: fix linking error when configuring with --disable-ssse3 --disable-optimizations options
 2024-04-15 17:47 UTC  (3+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] 回复: "

[FFmpeg-devel] [PATCH v2 2/3] avcodec/x86/vvc/vvcdsp_init: add avg prototypes
 2024-04-15 17:35 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 3/3] avcodec/x86/vvc/vvcdsp_init: fix linking error when configuring with --disable-ssse3 --disable-optimizations options

[FFmpeg-devel] [PATCH] avcodec/jni: fix mixed declaration and code
 2024-04-15 17:02 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] doc/utils/eval: clarify meaning of random* seed value
 2024-04-15 16:40 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/lc3: Add file format for LC3/LC3plus transport
 2024-04-15 16:40 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avutil/test/opt: test the AV_OPT_SERIALIZE_SKIP_DEFAULTS flag
 2024-04-15 15:09 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avutil/opt: add support for children objects in av_opt_serialize
` [FFmpeg-devel] [PATCH 4/4] fftools/ffmpeg_mux_init: allow mapping a stream group from one of the inputs

[FFmpeg-devel] [PATCH] lavc/vvc: Increase size of ctb_size_y
 2024-04-15 13:08 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/vvc/ps: reset sps_id_used on PS uninit
 2024-04-15 12:54 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/hlsenc: fix a memory leak in libavformat/hlsenc.c
 2024-04-15 12:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/libx264: bump minimum required version to 155
 2024-04-15 11:47 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/amfenc: Fixes the color information in the output
 2024-04-15 10:23 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/amfenc: HDR metadata
` [FFmpeg-devel] [PATCH 3/4] avcodec/amfenc: add 10 bit encoding in av1_amf
` [FFmpeg-devel] [PATCH 4/4] avcodec/amfenc: GPU driver version check
  ` [FFmpeg-devel] ffmpeg can't get video rotate info

[FFmpeg-devel] [PATCH v7 01/12] avcodec/vaapi_encode: move pic->input_surface initialization to encode_alloc
 2024-04-15  8:42 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 11/12] avcodec: add D3D12VA hardware HEVC encoder

page:  |  | latest

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git