[FFmpeg-devel] [PATCH 1/4] avcodec/jpeg2000htdec: Check M_b / magp before using it in a shift
2024-03-25 19:16 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/vmixdec: Check shift before use
[FFmpeg-devel] [PATCH] avutil/timestamp: keep microsecond precision in av_ts_make_time_string
2024-03-25 18:27 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/2] avutil/timestamp: introduce av_ts_make_time_string2 for better precision
` [FFmpeg-devel] [PATCH v2 2/2] avutil/timestamp: change precision of av_ts_make_time_string()
[FFmpeg-devel] [PATCH 01/10] doc/examples: Always use <> includes
2024-03-25 18:24 UTC (19+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/10] avutil/fifo, file: Remove unused headers
` [FFmpeg-devel] [PATCH 03/10] avutil/common: Don't auto-include mem.h
` [FFmpeg-devel] [PATCH 04/10] fftools/ffmpeg_sched: Explicitly return 0 on sch_enc_send() success
` [FFmpeg-devel] [PATCH 05/10] avcodec/wmaprodec: Explicitly return 0 on success
` [FFmpeg-devel] [PATCH 06/10] avcodec/ratecontrol: Avoid function pointer casts
` [FFmpeg-devel] [PATCH 07/10] avcodec/bfi: Remove unused AVCodecContext* from context
` [FFmpeg-devel] [PATCH 08/10] avcodec/mjpegenc: Inline chroma subsampling
` [FFmpeg-devel] [PATCH 09/10] avcodec/magicyuvenc: Don't call functions twice due to macro
` [FFmpeg-devel] [PATCH 10/10] avcodec/profiles: Don't include avcodec.h
` [FFmpeg-devel] [PATCH 11/11] avutil/opt: Avoid av_strdup(NULL)
` [FFmpeg-devel] [PATCH 12/12] avutil/opt: Don't cast when the result might be misaligned
` [FFmpeg-devel] [PATCH 13/13] fftools/ffmpeg_mux_init: Fix double-free on error
` [FFmpeg-devel] [PATCH 14/14] avutil/avstring: Avoid av_strdup(NULL)
[FFmpeg-devel] [PATCH] avutil/frame: add a flag to not create duplicate entries in a side data array
2024-03-25 18:01 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/vf_stack: round down internal item heights
2024-03-25 18:00 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/vf_colorspace: use colorspace negotiation API
2024-03-25 17:58 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avformat/wady: Check >0 samplerate and channels 1 || 2
2024-03-25 17:17 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Added alpha layer support for smartblur
2024-03-25 16:44 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mov_chan: Use anonymous union
2024-03-25 16:38 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: fix YUV colorspace negotiation for YUVJ
2024-03-25 15:10 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: properly reduce YUV colorspace format lists
2024-03-25 15:10 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avfilter: propagate colorspace and color_range from buffer filter and between AVFilterLink
2024-03-25 15:07 UTC (13+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 00/21] aarch64: hevc: Add missing hevc_pel NEON functions
2024-03-25 15:02 UTC (22+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/21] aarch64: hevc: Reorder a misplaced function init line
` [FFmpeg-devel] [PATCH 02/21] aarch64: hevc: Don't iterate with sp in ff_hevc_put_hevc_qpel_uni_w_hv32/64_8_neon_i8mm
` [FFmpeg-devel] [PATCH 03/21] aarch64: hevc: Merge consecutive stores in put_hevc_\type\()_h16_8_neon
` [FFmpeg-devel] [PATCH 04/21] aarch64: hevc: Specialize put_hevc_\type\()_h*_8_neon for horizontal looping
` [FFmpeg-devel] [PATCH 05/21] aarch64: hevc: Use ld1r instead of ldr+dup in hevc_qpel_uni_w_h
` [FFmpeg-devel] [PATCH 06/21] aarch64: hevc: Implement a neon version of put_hevc_epel_h*_8
` [FFmpeg-devel] [PATCH 07/21] aarch64: hevc: Implement a neon version of hevc_epel_uni_w_h*_8
` [FFmpeg-devel] [PATCH 08/21] aarch64: hevc: Split the epel_*_hv functions into two parts
` [FFmpeg-devel] [PATCH 09/21] aarch64: hevc: Reorder epel_hv functions to prepare for templating
` [FFmpeg-devel] [PATCH 10/21] aarch64: hevc: Produce epel_hv functions for both plain neon and i8mm
` [FFmpeg-devel] [PATCH 11/21] aarch64: hevc: Produce epel_uni_hv functions for both "
` [FFmpeg-devel] [PATCH 12/21] aarch64: hevc: Produce epel_uni_w_hv "
` [FFmpeg-devel] [PATCH 13/21] aarch64: hevc: Produce epel_bi_hv "
` [FFmpeg-devel] [PATCH 14/21] aarch64: hevc: Implement a neon version of hevc_qpel_uni_w_h*_8
` [FFmpeg-devel] [PATCH 15/21] aarch64: hevc: Split the qpel_*_hv functions into two parts
` [FFmpeg-devel] [PATCH 16/21] aarch64: hevc: Deduplicate the hevc_put_hevc_qpel_uni_w_hv*_8_end_neon functions
` [FFmpeg-devel] [PATCH 17/21] aarch64: hevc: Reorder qpel_hv functions to prepare for templating
` [FFmpeg-devel] [PATCH 18/21] aarch64: hevc: Produce plain neon versions of qpel_hv
` [FFmpeg-devel] [PATCH 19/21] aarch64: hevc: Produce plain neon versions of qpel_uni_hv
` [FFmpeg-devel] [PATCH 20/21] aarch64: hevc: Produce plain neon versions of qpel_uni_w_hv
` [FFmpeg-devel] [PATCH 21/21] aarch64: hevc: Produce plain neon versions of qpel_bi_hv
[FFmpeg-devel] [RFC] clarifying the TC conflict of interest rule
2024-03-25 14:49 UTC (11+ messages) - mbox.gz / Atom
[FFmpeg-devel] [ANNOUNCE] new fate clients
2024-03-25 13:57 UTC - mbox.gz / Atom
[FFmpeg-devel] [RFC] 7.0 blocking issues
2024-03-25 13:50 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avutil/channel_layout: don't clear the opaque pointer on type conversion
2024-03-25 12:37 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] doc: Add libtoch backend option to dnn_processing
2024-03-25 11:16 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Changelog: add Android content URIs protocol entry
2024-03-25 8:14 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/h264_mp4toannexb: Fix heap buffer overflow
2024-03-25 8:09 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avformat/file: Constify android content protocol
2024-03-25 8:06 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/file: Combine all CONFIG_ANDROID_CONTENT_PROTOCOL blocks
[FFmpeg-devel] [PATCH v3 1/2] lavc/cbs_av1: fill in ref_frame_sign_bias and order_hints
2024-03-25 7:57 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] lavc/vulkan_av1: port to the new stable API
[FFmpeg-devel] [PATCH] avcodec/d3d12va_decode: remove extra spaces for declaration
2024-03-25 7:43 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 1/2] ffmpeg: set extra_hw_frames to account for frames held in queues
2024-03-25 7:35 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] lavc/get_buffer: Add a warning on failed allocation from a fixed pool
[FFmpeg-devel] [PATCH] avutil/hwcontext_qsv: Fix mixed declaration and code
2024-03-25 7:14 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avformat/mov: Check edit list for overflow
2024-03-25 3:29 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/iamf_reader: Check len before summing
[FFmpeg-devel] [PATCH] avformat/mux: Remove check for AVFMT_ALLOW_FLUSH
2024-03-25 1:55 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/15] configure: Make hls demuxer select AAC, AC3 and EAC3 demuxers
2024-03-25 1:54 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/mpegutils: Avoid allocations when using AVBPrint
2024-03-25 1:54 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/mpegutils: Simplify indenting
[FFmpeg-devel] [PATCH 01/31] fftools/ffmpeg_dec: split Decoder into a private and public part
2024-03-24 22:09 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 11/31] fftools/ffmpeg_dec: override video SAR with AVCodecParameters value
[FFmpeg-devel] [PATCH] avfilter/af_volumedetect.c: Add 32bit float audio support
2024-03-24 21:12 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] Fixes #10509
2024-03-24 20:34 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/dvdvideodec: add explicit inttypes.h include
2024-03-24 19:24 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/x86/h264_idct: Fix incorrect xmm spilling on win64
2024-03-24 19:21 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] [v4] avcodec/vaapi_encode: add customized surface alignment
2024-03-24 16:38 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavformat\file:Fix duplicate JNI symbols
2024-03-24 14:59 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avcodec, avformat/ffjni: fix "
[FFmpeg-devel] [PATCH] x86: Update x86inc.asm
2024-03-24 14:23 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg_filter: remove unused struct from InputFilterPriv
2024-03-24 13:36 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fftools/ffmpeg_filter: remove prototype for non existent function
[FFmpeg-devel] [PATCH 1/2] avcodec: add YUV color space metadata to AVCodec
2024-03-24 13:04 UTC (10+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/12] tests/fate/ffmpeg: evaluate thread count in fate-run.sh rather than make
2024-03-24 11:36 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 08/12] lavc/frame_thread_encoder: avoid assigning a whole AVCodecContext
` [FFmpeg-devel] [PATCH v3 "
[FFmpeg-devel] [PATCH 08/12] lavc/frame_thread_encoder: avoid assigning a whole AVCodecContext
2024-03-24 11:23 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
[FFmpeg-devel] [PATCH] avformat/file: Fix duplicate symbol ff_jni_*
2024-03-24 2:44 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4 0/2] Closed Captions decoder improvements (v4)
2024-03-24 2:39 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/2] avcodec/ccaption_dec: don't print multiple \an and \pos tags
` [FFmpeg-devel] [PATCH v4 2/2] avformat/ccaption_dec: use NTSC resolution base
[FFmpeg-devel] [PATCH v9 0/5] RCWT Closed Captions demuxer (v9)
2024-03-24 2:25 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v9 1/5] avformat/subtitles: extend ff_subtitles_queue_insert() to support not yet available events
` [FFmpeg-devel] [PATCH v9 2/5] avformat/rcwtdec: add RCWT Closed Captions demuxer
` [FFmpeg-devel] [PATCH v9 3/5] avformat/rcwtenc: remove repeated documentation
` [FFmpeg-devel] [PATCH v9 4/5] doc/muxers: refresh the RCWT muxer's doc to be consistent with the demuxer
` [FFmpeg-devel] [PATCH v9 5/5] doc/indevs: update CC extraction example to use RCWT muxer
[FFmpeg-devel] [PATCH 0/2] Minor avutil/film_grain_params tweaks
2024-03-24 0:10 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] avutil/film_grain_params: remove unused variables
` [FFmpeg-devel] [PATCH 2/2] avutil/film_grain_params: remove do loop in CHECK macro
[FFmpeg-devel] [PATCH 1/6] avcodec/liblc3: Add encoding/decoding support of LC3 audio codec
2024-03-23 22:41 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 0/8] Dolby Vision extension block parsing
2024-03-23 19:19 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/8] avutil/dovi_meta: add AVDOVIDataMapping.nlq_pivots
` [FFmpeg-devel] [PATCH v2 2/8] avutil/dovi_meta: add dolby vision extension blocks
` [FFmpeg-devel] [PATCH v2 3/8] avcodec/dovi_rpu: switch to AVERROR_INVALIDDATA
` [FFmpeg-devel] [PATCH v2 4/8] avcodec/dovi_rpu: strip container in separate step
` [FFmpeg-devel] [PATCH v2 5/8] avcodec/dovi_rpu: verify RPU data CRC32
` [FFmpeg-devel] [PATCH v2 6/8] avcodec/dovi_rpu: add ext_blocks array to DOVIContext
` [FFmpeg-devel] [PATCH v2 7/8] avcodec/dovi_rpu: parse extension blocks
` [FFmpeg-devel] [PATCH v2 8/8] avcodec/dovi_rpu: attach ext blocks to frames
[FFmpeg-devel] [PATCH 1/6] avutil/dovi_meta: add AVDOVIDataMapping.nlq_pivots
2024-03-23 18:45 UTC (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avutil/dovi_meta: add dolby vision extension blocks
` [FFmpeg-devel] [PATCH 3/6] avcodec/dovi_rpu: strip container in separate step
` [FFmpeg-devel] [PATCH 4/6] avcodec/dovi_rpu: verify RPU data CRC32
` [FFmpeg-devel] [PATCH 5/6] avcodec/dovi_rpu: add ext_blocks array to DOVIContext
` [FFmpeg-devel] [PATCH 6/6] avcodec/dovi_rpu: parse extension blocks
[FFmpeg-devel] [PATCH 1/2] avfilter: mark scale2ref as supporting dynamic sizes
2024-03-23 17:50 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/vf_scale2ref: switch to FFFrameSync
[FFmpeg-devel] [PATCH 1/4] fftools/ffmpeg_enc: strip DOVI config record for AV1
2024-03-23 17:45 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/buffersrc: fix overriding unknown channel layouts with negotiated one
2024-03-23 15:26 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avcodec/mscc: move frame allocates to later
2024-03-23 15:04 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/4] avcodec/cbs_h266_syntax_template: Check tile_y
[FFmpeg-devel] [PATCH 1/2] lavc/vvc_parser: small cleanup for style
2024-03-23 15:03 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] all: Don't use ATOMIC_VAR_INIT
2024-03-23 14:51 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] lavu/frame: add side data descriptors
2024-03-23 13:21 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] fftools/ffmpeg_enc: only promote first frame side data to global when meaningful
` [FFmpeg-devel] [PATCH 3/4] fftools/ffmpeg_enc: move decoded_side_data setup out of video-only block
` [FFmpeg-devel] [PATCH 4/4] fftools/ffmpeg_enc: simplify error handling for decoded_side_data setup
[FFmpeg-devel] [PATCH] avfilter: propagate colorspace and color_range from buffer filter and between AVFilterLink
2024-03-23 12:29 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/6] avfilter/af_channelmap: fix error message if FL source channel was missing
2024-03-23 12:26 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avfilter/af_channelmap: fix mapping if in_channel was a string but out_channel was not specified
[FFmpeg-devel] [PATCH v3] configure: Explicitly check for static_assert, _Static_assert
2024-03-23 11:20 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mov_chan: respect channel order when parsing and creating chan atom
2024-03-23 11:17 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 3/4] doc/muxers: add gxf
2024-03-23 10:45 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] Add protocol for Android content providers (v2)
2024-03-23 10:40 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] Add protocol for Android content providers (v4)
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