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 01/10] doc/examples: Always use <> includes
 2024-03-26 16:44 UTC  (24+ 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 v4 0/1] avformat/mpegts: Add duration_probesize AVOption
 2024-03-26 16:39 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/1] "

[FFmpeg-devel] [PATCH v9 0/5] RCWT Closed Captions demuxer (v9)
 2024-03-26 16:16 UTC  (11+ 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 0/1] avcodec/dolby_e: Add error recovery when parse_mantissas run out of bits
 2024-03-26 16:16 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/1] "

[FFmpeg-devel] [PATCH v2] doc: Add libtoch backend option to dnn_processing
 2024-03-26 16:03 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 0/4] Fix some active sequences in subtitles
 2024-03-26 16:01 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/dvdvideodec: add explicit inttypes.h include
 2024-03-26 15:56 UTC  (7+ messages) - mbox.gz / Atom
    ` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH] Changelog: add Android content URIs protocol entry
 2024-03-26 15:30 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/1] avcodec/h264_parser: fix start of packet for some broken
 2024-03-26 15:09 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/1] avcodec/h264_parser: fix start of packet for some broken streams

[FFmpeg-devel] [PATCH] avcodec: Allow enabling DTX in libopusenc
 2024-03-26 14:20 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] avcodec/cbs_vp8: Use little endian in fixed()
 2024-03-26 13:14 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/cbs_vp8: Improve the bitstream position check
 2024-03-26 13:13 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat: enable UDP IPv6 multicast interface selection
 2024-03-26 12:34 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] avformat: enable UDP IPv6 multicast interface selection using localaddr
` [FFmpeg-devel] [PATCH] avformat: enable UDP IPv6 multicast interface selection using zone index

[FFmpeg-devel] [PATCH] tests/audiogen: Fix total RIFF chunk size
 2024-03-26 12:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Remove struct named initializer from aac profile option
 2024-03-26  8:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] clarifying the TC conflict of interest rule
 2024-03-26  8:20 UTC  (12+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests: Remove fate-libx265-hdr10
 2024-03-26  7:22 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/21] aarch64: hevc: Add missing hevc_pel NEON functions
 2024-03-26  7:09 UTC  (26+ 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] [PATCH] avformat/httpauth: add SHA-256 Digest Authorization
 2024-03-26  5:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/Makefile: Remove redundant dependencies on hevc_data.o
 2024-03-26  5:27 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/qsvenc_hevc: Switch to cbs_h265 to create missing VPS
` [FFmpeg-devel] [PATCH 3/3] avcodec/hevc_ps: Make ff_hevc_parse_ps static

[FFmpeg-devel] Add optimization in swscale for LA
 2024-03-26  3:11 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/h264_parse: Fix error code in decode_extradata
 2024-03-26  2:59 UTC  - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] avcodec: remove deprecated FF_CODEC_CRYSTAL_HD
 2024-03-26  2:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avcodec/hcadec: do not set hfr_group_count to invalid values
 2024-03-26  2:48 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/hcadec: do not allow code to continue after failed init
` [FFmpeg-devel] [PATCH 3/7] avcodec/qoadec: Fix undefined overflow in lms_predict
` [FFmpeg-devel] [PATCH 4/7] avcodec/rtv1: fix undefined FFALIGN
` [FFmpeg-devel] [PATCH 5/7] avcodec/truemotion1: Height not being a multiple of 4 is unsupported
` [FFmpeg-devel] [PATCH 6/7] avcodec/wavarc: Avoid signed integer overflow in sample
` [FFmpeg-devel] [PATCH 7/7] avcodec/wavarc: avoid signed integer overflow in AC code

[FFmpeg-devel] [PATCH] avformat/mov: don't use cur_item_id as array index
 2024-03-26  2:22 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] Fwd: [PATCH] fftools/ffplay: split filters & show modes cycling into separate keys
 2024-03-26  2:18 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avformat/cafdec: sanity check channels and bps
 2024-03-26  1:22 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/mov: Do not deallocate heif_item in a input dependant way

[FFmpeg-devel] [PATCH 1/2] libavformat/hls.c: support in-stream ID3 metadata update
 2024-03-26  0:56 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] Add fate test for hls "

[FFmpeg-devel] [PATCH 1/3] avformat/tmv: Check video chunk size
 2024-03-26  0:17 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/jacosubdec: clarify code

[FFmpeg-devel] [PATCH 1/3] avcodec/osq: Implement flush()
 2024-03-26  0:16 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/osq: avoid several signed integer overflows

[FFmpeg-devel] [PATCH 01/10] avformat/concatdec: Check user_duration sum
 2024-03-26  0:11 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/10] avformat/jacosubdec: Use 64bit for abs
` [FFmpeg-devel] [PATCH 03/10] avformat/mov: use 64bit for intermediate for rounding
` [FFmpeg-devel] [PATCH 04/10] avformat/timecode: use 64bit for intermediate for rounding in fps_from_frame_rate()
` [FFmpeg-devel] [PATCH 05/10] avformat/rpl: Use 64bit for total_audio_size and check it
` [FFmpeg-devel] [PATCH 06/10] avformat/sbgdec: Check for negative duration
` [FFmpeg-devel] [PATCH 07/10] avformat/wavdec: sanity check channels and bps before using them for block_align
` [FFmpeg-devel] [PATCH 08/10] avformat/wavdec: satuarte next_tag_ofs, data_end
` [FFmpeg-devel] [PATCH 09/10] avformat/matroskadec: Check timescale
` [FFmpeg-devel] [PATCH 10/10] avformat/westwood_vqa: Fix 2g packets

[FFmpeg-devel] [PATCH v4 0/2] Closed Captions decoder improvements (v4)
 2024-03-25 23:37 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/2] avcodec/ccaption_dec: don't print multiple \an and \pos tags

[FFmpeg-devel] [PATCH 1/6] avformat/avidec: support huge durations
 2024-03-25 22:58 UTC  (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/6] avformat/cafdec: saturate start + size into 64bit
` [FFmpeg-devel] [PATCH 6/6] avformat/iff: Saturate avio_tell() + 12

[FFmpeg-devel] [PATCH] avcodec/h264_mp4toannexb: Fix heap buffer overflow
 2024-03-25 22:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/timestamp: keep microsecond precision in av_ts_make_time_string
 2024-03-25 22:13 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] fate: fix sub2video_{basic, time_limited} on big-endian targets
 2024-03-25 22:07 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] 7.0 blocking issues
 2024-03-25 21:57 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6 v2] avutil/frame: add a flag to not create duplicate entries in a side data array
 2024-03-25 21:13 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6 v2] avutil/frame: add helper for adding side data w/ AVBufferRef to array
` [FFmpeg-devel] [PATCH 3/6 v2] avutil/frame: add helper to remove side data of a given type from an array
` [FFmpeg-devel] [PATCH 4/6 v2] avutil/mastering_display_metadata: add a new allocator function that returns a size
` [FFmpeg-devel] [PATCH 5/6 v2] avcodec/decode: make the AVFrameSideData helper wrappers not depend on frames
` [FFmpeg-devel] [PATCH 6/6 v2] avcodec/hevcdec: export global side data in AVCodecContext

[FFmpeg-devel] [PATCH v3 1/2] ffmpeg: set extra_hw_frames to account for frames held in queues
 2024-03-25 21:12 UTC  (8+ 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] Fixes #10509
 2024-03-25 21:06 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/x86/h264_idct: Fix incorrect xmm spilling on win64
 2024-03-25 20:28 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] fftools/ffmpeg_filter: remove unused struct from InputFilterPriv
 2024-03-25 20:21 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Added alpha layer support for smartblur - reformatted patch
 2024-03-25 20:15 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/jpeg2000htdec: Check M_b / magp before using it in a shift
 2024-03-25 20:04 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/vmixdec: Check shift before use

[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  (12+ messages) - mbox.gz / Atom

[FFmpeg-devel] [ANNOUNCE] new fate clients
 2024-03-25 13:57 UTC  - 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 1/2] avformat/file: Constify android content protocol
 2024-03-25  8:06 UTC  (3+ messages) - mbox.gz / Atom

[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] 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  (2+ messages) - mbox.gz / Atom

[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

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