Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
[FFmpeg-devel] [PATCH] fftools/ffprobe: Remove endianness dependency of pix fmt when, bitexact
 2025-03-24 17:24 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] avcodec/evc_decoder: Fix pixel format handling in export_stream_params function
 2025-03-24 17:22 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: POC: enable out-of-tree filters
 2025-03-24 16:20 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avfilter: Proof of Concept: "

[FFmpeg-devel] [PATCH] avformat/dhav: fix backward scanning for get_duration and optimize seeking
 2025-03-24 15:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v9 0/8] Properly decode ogg metadata in ogg/{vorbis, flac, opus} chained bitstreams
 2025-03-24 14:50 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v9 1/8] libavcodec/decode.c: intercept `AV_PKT_DATA_METADATA_UPDATE` packet extra data, attach them to the next decoded frame with the same PTS
` [FFmpeg-devel] [PATCH v9 2/8] tests: Add stream dump test API util
` [FFmpeg-devel] [PATCH v9 3/8] tests: Add chained ogg/vorbis stream dump test
` [FFmpeg-devel] [PATCH v9 4/8] libavformat/oggdec.h, libavformat/oggparsevorbis.c: Factor out vorbis metadata update mechanism
` [FFmpeg-devel] [PATCH v9 5/8] libavformat/oggparseflac.c: Parse ogg/flac comments in new ogg packets, add them to ogg stream new_metadata
` [FFmpeg-devel] [PATCH v9 6/8] tests: Add chained ogg/flac stream dump test
` [FFmpeg-devel] [PATCH v9 7/8] libavformat/oggparseopus.c: Parse comments from secondary chained streams header packet
` [FFmpeg-devel] [PATCH v9 8/8] tests: Add chained ogg/opus stream dump test

[FFmpeg-devel] [FFmpeg-cvslog] avcodec/ffv1: 32-bit float sample support
 2025-03-24 14:04 UTC  - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] ffmpeg: add per-stream input option drop_changed
 2025-03-24 13:31 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/ffv1: Fix remap ordering
 2025-03-24 13:07 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/ffv1: 32-bit float sample support
` [FFmpeg-devel] [PATCH 3/4] avcodec/ffv1enc: remap allows using rice golomb with more bits
` [FFmpeg-devel] [PATCH 4/4] avcodec/ffv1: RC/RLE/LRU coder for remap table

[FFmpeg-devel] [PATCH] avformat/fifo: Check for keyframe video type before stop dropping
 2025-03-24 12:54 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] swscale dithering
 2025-03-24 12:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ffv1: Implement 2D RLE for remap
 2025-03-24 12:31 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/11] tests/swscale: allow choosing specific flags and dither mode
 2025-03-24 11:44 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] ffmpeg: add per-stream input option drop_changed
 2025-03-24 10:53 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ffmpeg_demux: set default for readrate_catchup to be 5% faster
 2025-03-24 10:52 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/scale: remove duplicate block
 2025-03-24 10:51 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] GSoC 2025 [For mentors]
 2025-03-24 10:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] FFMPEG: add graph reconfig capability
 2025-03-24  2:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] FFMPEG: add graph reconfig capability
 2025-03-24  2:10 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] configure: Clearer documentation for "disable-safe-bitstream-reader"
 2025-03-24  1:57 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/ffv1enc: remap prettification and bufixes

[FFmpeg-devel] [PATCH v8 0/8] Properly decode ogg metadata in ogg/{vorbis, flac, opus} chained bitstreams
 2025-03-24  1:05 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/hlsenc: calculate bitrate for segments with duration < 0.5
 2025-03-24  0:18 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] MAINTAINERS: Add myself
 2025-03-24  0:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/mlpdec: Add decoding of object audio data
 2025-03-23 23:00 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] h264: fix reference reordering
 2025-03-23 20:15 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] all: Replace assert by av_assert
 2025-03-23 17:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/cbs_av1: also store a pointer to the start of the tile group data
 2025-03-23 13:42 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/movenccenc: add support for CENC AV1 encryption
        ` [FFmpeg-devel] [PATCH 2/3] avcodec/cbs: allow fine tunning selection of features
          ` [FFmpeg-devel] [PATCH v2 3/3] avformat/movenccenc: add support for CENC AV1 encryption
            ` [FFmpeg-devel] [PATCH v2 1/2] avcodec/cbs: allow fine tunning selection of features
            ` [FFmpeg-devel] [PATCH v3 2/2] avformat/movenccenc: add support for CENC AV1 encryption

[FFmpeg-devel] [PATCH v2 0/6] WebRTC sub-second live streaming support
 2025-03-23 12:06 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 0/7] print_graphs: Complete Filtergraph Printing
 2025-03-23  3:42 UTC  (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v8 0/4] "
  ` [FFmpeg-devel] [PATCH v8 1/4] fftools/textformat: Extract and generalize textformat api from ffprobe.c
  ` [FFmpeg-devel] [PATCH v8 2/4] fftools/ffprobe: Change to use textformat api
  ` [FFmpeg-devel] [PATCH v8 3/4] fftools/ffprobe: Rename writer_print_section_* and WriterContext
  ` [FFmpeg-devel] [PATCH v8 4/4] fftools/ffprobe: Rename AVTextFormatContext variables (w => tfc)
  ` [FFmpeg-devel] [PATCH v9 0/4] print_graphs: Complete Filtergraph Printing
    ` [FFmpeg-devel] [PATCH v9 1/4] fftools/textformat: Extract and generalize textformat api from ffprobe.c
    ` [FFmpeg-devel] [PATCH v9 2/4] fftools/ffprobe: Change to use textformat api
    ` [FFmpeg-devel] [PATCH v9 3/4] fftools/ffprobe: Rename writer_print_section_* and WriterContext
    ` [FFmpeg-devel] [PATCH v9 4/4] fftools/ffprobe: Rename AVTextFormatContext variables (w => tfc)

[FFmpeg-devel] [PATCH] avcodec/ffv1: Implement 2D RLE for remap
 2025-03-22 18:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: Add EXR decoder->bswapdsp dependency
 2025-03-22 16:15 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/77] avcodec/mpegvideo(_enc)?: Mark init, close functions as, av_cold
 2025-03-22 13:16 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libswresample/riscv:add RVV optimized for conv_flt_to_s16
 2025-03-22 12:59 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] ffbuild: compose linker response files in a loop
 2025-03-22  4:33 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] configure: add option to select use of response files

[FFmpeg-devel] [RFC] FFmpeg Execution Graph Visualization
 2025-03-21 20:11 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 6/6] avcodec/hevc: Check AV_PKT_FLAG_NEW_SEQUENCE and flush pictures out
 2025-03-21 19:44 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/webvttdec: strip classes
 2025-03-21 15:55 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] avcodec/libuavs3d: pixel format should be native endian
 2025-03-21 13:07 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/avs3_parser: pixel format should be native endian
 2025-03-21 13:07 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/filters: Add thumbnail_cuda documentation; Update thumbnail_cuda filter description
 2025-03-21 10:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] rtpdec_mpeg4: Add fmtp parsing of bitrate value
 2025-03-21  4:11 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] RISC-V:update ff_get_cpu_flags_riscv for RVV
 2025-03-21  4:11 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests: Fix enhanced-flv-hevc-hdr10 on big endian systems
 2025-03-21  4:11 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/checkasm/videodsp: Don't use declare_func_emms
 2025-03-21  3:28 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/libm: Only include intfloat.h when needed
 2025-03-21  3:27 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/webvttdec: strip classes
 2025-03-21  2:48 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] Mark C globals with small code model
 2025-03-21  0:30 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5] "

[FFmpeg-devel] [PATCH v7 0/8] Properly decode ogg metadata in ogg/{vorbis, flac, opus} chained bitstreams
 2025-03-20 22:53 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 8/8] tests: Add chained ogg/opus stream dump test

[FFmpeg-devel] [FFmpeg-cvslog] ffbuild: use response files only if ar accepts them
 2025-03-20 11:44 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/webvttdec: update documentation
 2025-03-20  8:54 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/tests/swscale: Fix potential buffer overflow
 2025-03-20  8:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/csp: Improve enum range comparisons
 2025-03-20  8:07 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/6] tests: Add enhanced-flv-hevc-hdr10 for demux and mux HDR color info
 2025-03-20  3:09 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] 24 FPS to 23.975 Conversion with Audio
 2025-03-20  1:10 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avdevice/sdl2: Suppress macro redefinition warning
 2025-03-19 23:13 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/hevc/hevcdec: Simplify access to luma plane
 2025-03-19 21:22 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavutil/hwcontext_amf: add format validation in transfer_data functions
 2025-03-19 15:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] libavutil/riscv:update hwprobe for RVV and ZVBB with dl_hwcap
 2025-03-19 15:14 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/amfenc: add smart access video option
 2025-03-19 14:50 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] configure: improve ar test for response files
 2025-03-19 10:13 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/proresenc_kostya: Don't cast const away needlessly
 2025-03-19  0:47 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/h261enc: Don't use (size_t)-1
 2025-03-19  0:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ffv1: WIP Single precission float support
 2025-03-19  0:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH, v2] avcodec/d3d12va_decode: enable reference-only mode
 2025-03-18 19:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/Makefile: Skip ffv1_vulkan.h in checkheaders
 2025-03-18 15:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: improve ar test for response files
 2025-03-18 14:41 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH RFC 0/6] MP4 editlist and HEVC decoder
 2025-03-18 13:07 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 5/6] avformat/mov: Notify new sequence at the start of editlist
 2025-03-18 12:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 4/6] avcodec/packet: Add AV_PKT_FLAG_NEW_SEQUENCE flag
 2025-03-18 12:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/6] avcodec/hevc: Don't drop packet with duplicate POC
 2025-03-18 12:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/6] avformat/mov: generalize sgpd_sync index lookup
 2025-03-18 12:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] avcodec/vt: Don't restart decoder when confronted with ReferenceMissingErr
 2025-03-18 12:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/vvc/Makefile: Move VVC decoder->h2645data dep to, lavc/Makefile
 2025-03-18 12:18 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale/x86/rgb2rgb: optimize AVX2 version of uyvytoyuv422
 2025-03-18 11:34 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ffbuild: use response files only if ar accepts them
 2025-03-18 10:06 UTC  (6+ messages) - mbox.gz / Atom

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