[FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: Redo checking for strftime %s support to avoid warnings
2024-03-05 10:27 UTC - mbox.gz / Atom
[FFmpeg-devel] [RFC] clarifying the TC conflict of interest rule
2024-03-05 10:23 UTC (15+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/29] lavu/opt: factor per-type dispatch out of av_opt_get()
2024-03-05 10:17 UTC (41+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/29] lavu/opt: factor per-type dispatch out of av_opt_set()
` [FFmpeg-devel] [PATCH 03/29] libavutil/opt: rework figuring out option sizes
` [FFmpeg-devel] [PATCH 04/29] lavu/opt: factor per-type dispatch out of av_opt_copy()
` [FFmpeg-devel] [PATCH 05/29] lavu/opt: distinguish between native and foreign access for AVOption fields
` [FFmpeg-devel] [PATCH 06/29] lavu/opt: add array options
` [FFmpeg-devel] [PATCH 07/29] lavc: add a decoder option for configuring side data preference
` [FFmpeg-devel] [PATCH 08/29] avcodec: add internal side data wrappers
` [FFmpeg-devel] [PATCH 09/29] lavc: add content light/mastering display "
` [FFmpeg-devel] [PATCH 10/29] avcodec/av1dec: respect side data preference
` [FFmpeg-devel] [PATCH 11/29] avcodec/cri: "
` [FFmpeg-devel] [PATCH 12/29] avcodec/h264_slice: "
` [FFmpeg-devel] [PATCH 13/29] lavc/hevcdec: pass an actual codec context to ff_h2645_sei_to_frame()
` [FFmpeg-devel] [PATCH 14/29] avcodec/hevcdec: respect side data preference
` [FFmpeg-devel] [PATCH 15/29] avcodec/libjxldec: "
` [FFmpeg-devel] [PATCH 16/29] avcodec/mjpegdec: "
` [FFmpeg-devel] [PATCH 17/29] avcodec/mpeg12dec: "
` [FFmpeg-devel] [PATCH 18/29] avcodec/pngdec: "
` [FFmpeg-devel] [PATCH 19/29] avcodec/tiff: "
` [FFmpeg-devel] [PATCH 20/29] avcodec/webp: "
` [FFmpeg-devel] [PATCH 21/29] avcodec/libdav1d: "
` [FFmpeg-devel] [PATCH 22/29] avcodec/dpx: "
` [FFmpeg-devel] [PATCH 23/29] avcodec/mpeg12dec: use ff_frame_new_side_data
` [FFmpeg-devel] [PATCH 24/29] avcodec/h2645_sei: use ff_frame_new_side_data_from_buf
` [FFmpeg-devel] [PATCH 25/29] avcodec/snowdec: use ff_frame_new_side_data
` [FFmpeg-devel] [PATCH 26/29] avcodec/mjpegdec: "
` [FFmpeg-devel] [PATCH 27/29] avcodec/hevcdec: switch to ff_frame_new_side_data_from_buf
` [FFmpeg-devel] [PATCH 28/29] lavc/*dec: use side data preference for mastering display/content light metadata
` [FFmpeg-devel] [PATCH 29/29] tests/fate/matroska: add tests for side data preference
[FFmpeg-devel] [PATCH 1/2] avcodec/vaapi_encode_h264: use is_reference to fill reference_pic_flag
2024-03-05 8:06 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/vaapi_encode_h265: "
[FFmpeg-devel] [PATCH] libavdevice/decklink: extend available actions on signal loss
2024-03-05 8:03 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 1/2] avcodec/vaapi_encode_h264: use is_reference to fill reference_pic_flag
2024-03-05 8:02 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] avcodec/vaapi_encode_h265: "
[FFmpeg-devel] Add protocol for Android content providers
2024-03-05 7:58 UTC (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] Add protocol for Android content providers (v2)
` [FFmpeg-devel] [PATCH v2 1/6] avcodec: add av_jni_{get, set}_android_app_ctx helper
` [FFmpeg-devel] [PATCH v2 2/6] avformat: add Android content resolver protocol support
` [FFmpeg-devel] [PATCH v2 3/6] avutil/jni: use size_t to store structure offsets
[FFmpeg-devel] [PATCH v2 1/2] avcodec/vaapi_encode_h264: use is_reference to fill reference_pic_flag
2024-03-05 7:57 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] avcodec/vaapi_encode_h265: "
[FFmpeg-devel] [PATCH 1/1] avformat/gopher: Add audio and video itemtypes
2024-03-05 6:39 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1] avcodec/cbs_vp8: Improve the bitstream position check
2024-03-05 5:33 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/1] aacenc_pred: prevent UB in ff_aac_adjust_common_pred()
2024-03-05 4:51 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] "
[FFmpeg-devel] [PATCH 1/3] doc/community: Vote in the interest of the project (first part of Antons proposal)
2024-03-05 2:06 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] doc/community: Conflict of interest recusal requirement (Similar to mid "
[FFmpeg-devel] [PATCH 1/9 v2] fftools/ffprobe: fix printing side data components and pieces
2024-03-05 0:00 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/9] avformat/avformat: add a function to return the name of stream groups
` [FFmpeg-devel] [PATCH 3/9 v3] fftools/ffprobe: add support for Stream Groups
` [FFmpeg-devel] [PATCH 4/9 v2] fate/iamf: print stream group information
` [FFmpeg-devel] [PATCH 5/9 v2] fate/mov: print stream group information for iamf tests
` [FFmpeg-devel] [PATCH 6/9] fftools/ffprobe: export Tile Grid Stream Group parameters
` [FFmpeg-devel] [PATCH 7/9 v3] fate/mov: print stream group information for avif/heic tests
` [FFmpeg-devel] [PATCH 8/9 v2] fate/mov: use framecrc for the remaining "
` [FFmpeg-devel] [PATCH 9/9] fate/mov: add a heic test with a derived image using a single item twice
[FFmpeg-devel] [PATCH] fftools/ffprobe: fix printing side data components and pieces
2024-03-04 18:56 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 00/24] Major library version bump
2024-03-04 18:06 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] lavc: move AVCodecContext.pts_correction* to DecodeContext
` [FFmpeg-devel] [PATCH5] avcodec/codec_par: Reorder AVCodecParameters fields
` [FFmpeg-devel] [PATCH 1/2] avformat/avformat: remove AVFormatContext.ts_id
` [FFmpeg-devel] [PATCH 2/2] avformat/avformat: Reorder AVFormatContext fields
[FFmpeg-devel] [PATCH] configure: do not specify -ldvdread, as pkg-config check is already done
2024-03-04 17:56 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 0/5] avcodec/parser: fix fetch_timestamp in a scenario with unaligned packets
2024-03-04 17:38 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/5] avcodec/parser: merge packets from the same frame
[FFmpeg-devel] [PATCH v3 0/5] avcodec/parser: fix fetch_timestamp in a scenario with unaligned packets
2024-03-04 17:32 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/5] avcodec/parser: merge packets from the same frame
` [FFmpeg-devel] [PATCH v3 2/5] avcodec/parser: reindent after previous commit
` [FFmpeg-devel] [PATCH v3 3/5] avcodec/parser: fix fetch_timestamp in a scenario with unaligned packets
` [FFmpeg-devel] [PATCH v3 4/5] avcodec/h264_parser: fix start of packet for some broken streams
` [FFmpeg-devel] [PATCH v3 5/5] lavf/demux: duplicate side_data in parse_packet()
[FFmpeg-devel] [PATCH 0/3] Fix /// comments that should be ///<
2024-03-04 17:00 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] all: fix "@param foo[in/out]" to "@param[in, out] foo"
2024-03-04 16:47 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] all: fix "param"s that should be "@param"
2024-03-04 16:46 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/dvdvideodec: fix -pgc and -pg options
2024-03-04 16:37 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avformat/aviobuf: Move code specific to URLContexts to avio.c
2024-03-04 16:12 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavfi: deprecate avfilter_link_free()
2024-03-04 15:42 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavfi: deprecate avfilter_config_links()
[FFmpeg-devel] [PATCH v5 3/3] fate/flvenc: support enhanced flv PacketTypeMetadata
2024-03-04 13:52 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v5 2/3] avformat/flvenc: support enhanced flv PacketTypeMetadata
2024-03-04 13:52 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v5 1/3] avformat/flvdec: support enhanced flv PacketTypeMetadata
2024-03-04 13:51 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/dovi_rpu: implement support for profile 10
2024-03-04 13:23 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/libdav1d: parse DV profile 10 T.35 OBU
[FFmpeg-devel] [PATCH 1/2] avcodec/hq_hqadata: Move data in a header
2024-03-04 12:46 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/hq_hqa: Make VLC tables static
[FFmpeg-devel] [PATCH] avcodec/vvcdec: fix boundary strength when IBC involved
2024-03-04 12:43 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/vvcdec: fix undefined behaviours for derive_affine_mvc
2024-03-04 12:42 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fftools/cmdutils: Inline print_error()
2024-03-04 10:42 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] doc/demuxers: emphasize that DVD demuxer does not do decryption
2024-03-04 10:39 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/8 v2] fftools/ffprobe: add support for Stream Groups
2024-03-04 10:34 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/8] fftools/ffprobe: print some basic Tile Grid Stream Group parameters
` [FFmpeg-devel] [PATCH 3/8] fate/iamf: print stream group information
` [FFmpeg-devel] [PATCH 4/8] avformat/mov: fix setting disposition for the first iamf stream
` [FFmpeg-devel] [PATCH 5/8] fate/mov: print stream group information for iamf tests
` [FFmpeg-devel] [PATCH 6/8] avformat/mov: don't mark an item referenced by a grid as dependent if it's the primary item
` [FFmpeg-devel] [PATCH 7/8] fate/mov: print stream group information for avif/heic tests
` [FFmpeg-devel] [PATCH 7/8 v2] "
` [FFmpeg-devel] [PATCH 8/8] fate/mov: use framecrc for the remaining "
[FFmpeg-devel] [PATCH 1/2] fftools/ffprobe: add support for Stream Groups
2024-03-04 8:33 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fftools/ffprobe: print some basic Tile Grid Stream Group parameters
[FFmpeg-devel] [PATCH] avcodec/mediacodecenc: Add a hint message to use nv12 pix_fmt
2024-03-04 8:20 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4 1/2] lavu/hashtable: create generic robin hood hash table
2024-03-04 8:15 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [GSOC]Inquiry Regarding "Update SITI Filter to Match with Latest Specification" Project and Qualification Task
2024-03-04 3:31 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/options: Deprecate av_fmt_ctx_get_duration_estimation_method()
2024-03-03 22:36 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/8] avutil/vulkan: Don't autoinclude vulkan_loader.h
2024-03-03 21:49 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/8] avutil/vulkan_loader: Avoid redundant strings and relocations
` [FFmpeg-devel] [PATCH 3/8] avutil/vulkan_loader: Use smaller types
` [FFmpeg-devel] [PATCH 4/8] avutil/vulkan_loader: Avoid relocations for strings
` [FFmpeg-devel] [PATCH 5/8] avutil/vulkan: Avoid shadowing
` [FFmpeg-devel] [PATCH 6/8] avutil/vulkan: Make ff_vk_set_descriptor_image() static
` [FFmpeg-devel] [PATCH 7/8] avutil/vulkan: Remove unused ff_vk_set_descriptor_sampler()
` [FFmpeg-devel] [PATCH 8/8] avutil/vulkan: Move functions only used by lavfi to it
[FFmpeg-devel] [PATCH 1/4] avcodec/lpc: Don't use AAC defines directly
2024-03-03 21:44 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] web: Add spi.txt
2024-03-03 21:34 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] array AVOptions and side data preference
2024-03-03 21:05 UTC (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 14/38] lavu/opt: factor per-type dispatch out of av_opt_set()
` [FFmpeg-devel] [PATCH 15/38] lavu/opt: add array options
[FFmpeg-devel] Inquiry Regarding "Update SITI Filter to Match with Latest Specification" Project and Qualification Task
2024-03-03 18:54 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/jpeg2000dec: support of 2 fields in 1 AVPacket
2024-03-03 17:07 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
` [FFmpeg-devel] [PATCH v3] "
[FFmpeg-devel] [PATCH 1/2] doc/ffprobe.xsd: add frameSideDatumType entry
2024-03-03 16:55 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] doc/ffprobe.xsd: add <components> and <pieces>
[FFmpeg-devel] [PATCH 1/2] avutil/tests/opt: test negative values for INT and INT64 types
2024-03-03 16:29 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avutil/opt: add an unsigned option type
[FFmpeg-devel] [PATCH 1/2] avfilter/vf_showinfo: add AVFilmGrainAOMParams support
2024-03-03 16:19 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fftools/ffprobe: add AVFilmGrainParams printing
[FFmpeg-devel] [PATCH 1/4] lavc/vp9dsp: R-V V ipred dc
2024-03-03 15:31 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V put_bilin_h
2024-03-03 15:03 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/x86/vvc/vvcdsp_init: fix linking error when configuring with --disable-ssse3 --disable-optimizations options
2024-03-03 14:49 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fftools/ffprobe: Print dispositions generically
2024-03-03 14:19 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/vvcdec: check pred flag to fix undefined beavhiours
2024-03-03 14:06 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/vulkan_video: Don't use sparse table
2024-03-03 13:08 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/vulkan: Make FFVkCodecMap decoder-only
` [FFmpeg-devel] [PATCH 3/3] avcodec/vulkan_decode: Un-sparse extensions table
[FFmpeg-devel] FFmpeg 7.0 blocking issues
2024-03-03 12:35 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Changelog: restore new line
2024-03-03 9:02 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avformat/dvdvideodec: fix -pgc and -pg options
2024-03-03 8:45 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avformat/rmdec: support RMHD file format
2024-03-03 7:55 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/rv60: RealVideo 6.0 decoder
[FFmpeg-devel] [FFmpeg-cvslog] libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnav
2024-03-03 7:32 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] doc/community: rule to avoid conflict of interest and prejudice in TC
2024-03-03 7:22 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v14 1/2] libavformat/dvdvideo: add DVD-Video demuxer, powered by libdvdread and libdvdnav
2024-03-03 5:22 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v14 2/2] libavformat/dvdvideo: add CLUT utilities and enable subtitle palette support
page: next (older) | prev (newer) | 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