Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
[FFmpeg-devel] FFmpeg release 6.1
 2023-09-20 17:24 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] TRAC Spam
 2023-09-20 17:05 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_smartblur: pass old context to sws_getCachedContext
 2023-09-20 16:00 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC/PATCH] ffmpeg CLI multithreading
 2023-09-20 14:49 UTC  (29+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/27] fftools/ffmpeg: move derivation of frame duration from filter framerate
` [FFmpeg-devel] [PATCH 02/27] fftools/ffmpeg_enc: move handling video frame duration to video_sync_process()
` [FFmpeg-devel] [PATCH 03/27] fftools/ffmpeg_enc: move remaining vsync-related code "
` [FFmpeg-devel] [PATCH 04/27] fftools/ffmpeg_enc: simplify adjust_frame_pts_to_encoder_tb() signature
` [FFmpeg-devel] [PATCH 05/27] ffools/ffmpeg_filter: stop trying to handle an unreachable state
` [FFmpeg-devel] [PATCH 06/27] tests/fate/ffmpeg: add tests for -force_key_frames source
` [FFmpeg-devel] [PATCH 07/27] fftools/ffmpeg_enc: unbreak -force_key_frames source_no_drop
` [FFmpeg-devel] [PATCH 08/27] fftools/ffmpeg_enc: merge -force_key_frames source/source_no_drop
` [FFmpeg-devel] [PATCH 09/27] fftools/ffmpeg: stop accessing OutputStream.last_dropped in print_report()
` [FFmpeg-devel] [PATCH 10/27] fftools/ffmpeg_enc: move framerate conversion state into a separate struct
` [FFmpeg-devel] [PATCH 11/27] fftools/ffmpeg_enc: move fps conversion code to ffmpeg_filter
` [FFmpeg-devel] [PATCH 12/27] fftools/ffmpeg_filter: fail on filtering errors
` [FFmpeg-devel] [PATCH 13/27] fftools/ffmpeg_enc: constify the frame passed to enc_open()
` [FFmpeg-devel] [PATCH 14/27] fftools/ffmpeg_filter: move filtering to a separate thread
` [FFmpeg-devel] [PATCH 15/27] fftools/ffmpeg_mux: add muxing thread private data
` [FFmpeg-devel] [PATCH 16/27] fftools/ffmpeg_demux: switch from AVThreadMessageQueue to ThreadQueue
` [FFmpeg-devel] [PATCH 17/27] XXX: disable fix_sub_duration_heartbeat
` [FFmpeg-devel] [PATCH 18/27] XXX fftools/ffmpeg_enc: temporarily disable side data copying
` [FFmpeg-devel] [PATCH 19/27] XXX ffmpeg temporarily disable -stream_loop
` [FFmpeg-devel] [PATCH 20/27] WIP: fftools/ffmpeg_enc: move encoding to a separate thread
` [FFmpeg-devel] [PATCH 21/27] WIP fftools/ffmpeg: add thread-aware transcode scheduling infrastructure
` [FFmpeg-devel] [PATCH 22/27] WIP fftools/ffmpeg_demux: convert to the scheduler
` [FFmpeg-devel] [PATCH 23/27] WIP fftools/ffmpeg_dec: "
` [FFmpeg-devel] [PATCH 24/27] WIP fftools/ffmpeg_filter: "
` [FFmpeg-devel] [PATCH 25/27] WIP fftools/ffmpeg_enc: "
` [FFmpeg-devel] [PATCH 26/27] WIP fftools/ffmpeg_mux: "
` [FFmpeg-devel] [PATCH 27/27] WIP: ffmpeg: switch to scheduler

[FFmpeg-devel] [PATCH] Hi! We've been fuzzing `ffmpeg` with [sydr-fuzz](https://github.com/ispras/oss-sydr-fuzz) security predicates and we found numeric truncation error in `svs.c:57`
 2023-09-20 12:39 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] libavfilter/dnn: add layout option to openvino backend
 2023-09-20  9:26 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] libavfilter/dnn: Add scale and mean preprocess "
` [FFmpeg-devel] [PATCH 3/3] libavfilter/dnn: Initialze DNNData variables

[FFmpeg-devel] [PATCH v5 1/8] avcodec/cbs_av1: Add tx mode enum values
 2023-09-20  2:21 UTC  (18+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 2/8] cbs: Make tracing more general
` [FFmpeg-devel] [PATCH v5 3/8] avcodec/cbs_av1: Allow specifying obu size byte length
` [FFmpeg-devel] [PATCH v5 4/8] lavc/vaapi_encode: Init pic at the beginning of API
` [FFmpeg-devel] [PATCH v5 5/8] lavc/vaapi_encode: Extract set output pkt property function
` [FFmpeg-devel] [PATCH v5 6/8] lavc/vaapi_encode: Separate reference frame into previous/future list
` [FFmpeg-devel] [PATCH v5 7/8] lavc/vaapi_encode: Add VAAPI AV1 encoder
` [FFmpeg-devel] [PATCH v5 8/8] lavc/av1: Add unit test for level handling

[FFmpeg-devel] [PATCH 1/5] avcodec/flacdec: Fix overflow in "33bit" decorrelate
 2023-09-20  0:30 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/flacdec: Fix integer overflow in "33bit" DECODER_SUBFRAME_FIXED_WIDE()
` [FFmpeg-devel] [PATCH 3/5] avcodec/utvideodec: move allocation to the end of init
` [FFmpeg-devel] [PATCH 4/5] avcodec/vlc: free multi on fail
` [FFmpeg-devel] [PATCH 5/5] avformat/avs: Check if return code is representable

[FFmpeg-devel] [PATCH 00/42] New API for reference counting and ThreadFrames
 2023-09-19 19:57 UTC  (43+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/42] tests/fate-run: Ensure that THREADS=random is actually random
` [FFmpeg-devel] [PATCH 02/42] avcodec/refstruct: Add simple API for refcounted objects
` [FFmpeg-devel] [PATCH 03/42] avcodec/get_buffer: Use RefStruct API for FramePool
` [FFmpeg-devel] [PATCH 04/42] avcodec/h264_ps: Use RefStruct API for SPS/PPS
` [FFmpeg-devel] [PATCH 05/42] avcodec/hevc_ps: Use RefStruct API for parameter sets
` [FFmpeg-devel] [PATCH 06/42] avcodec/vp8: Use RefStruct API for seg_map
` [FFmpeg-devel] [PATCH 07/42] avcodec/wavpack: Use RefStruct API for DSD context
` [FFmpeg-devel] [PATCH 08/42] avcodec/dovi_rpu: Use RefStruct API for Vdr data
` [FFmpeg-devel] [PATCH 09/42] avcodec/refstruct: Allow checking for exclusive ownership
` [FFmpeg-devel] [PATCH 10/42] avcodec/cbs: Use RefStruct-API for unit content
` [FFmpeg-devel] [PATCH 11/42] avcodec/cbs_sei: Use RefStruct API for SEI messages
` [FFmpeg-devel] [PATCH 12/42] avcodec/decode: Use RefStruct API for hwaccel_picture_private
` [FFmpeg-devel] [PATCH 13/42] avcodec/vulkan_decode: Use RefStruct API for shared_ref
` [FFmpeg-devel] [PATCH 14/42] avcodec/hevcdec: Use RefStruct API for RefPicListTap buffer
` [FFmpeg-devel] [PATCH 15/42] avcodec/pthread_frame: Use RefStruct API for ThreadFrame.progress
` [FFmpeg-devel] [PATCH 16/42] avcodec/nvdec: Use RefStruct API for decoder_ref
` [FFmpeg-devel] [PATCH 17/42] avcodec/refstruct: Add RefStruct pool API
` [FFmpeg-devel] [PATCH 18/42] avcodec/h264dec: Use RefStruct-pool API instead of AVBufferPool API
` [FFmpeg-devel] [PATCH 19/42] avcodec/hevcdec: "
` [FFmpeg-devel] [PATCH 20/42] avcodec/nvdec: Use RefStruct-pool API for decoder pool
` [FFmpeg-devel] [PATCH 21/42] avcodec/refstruct: Allow to always return zeroed pool entries
` [FFmpeg-devel] [PATCH 22/42] avcodec/vp9: Use RefStruct-pool API for extradata
` [FFmpeg-devel] [PATCH 23/42] avcodec/vaapi_encode: Use RefStruct pool API, stop abusing AVBuffer API
` [FFmpeg-devel] [PATCH 24/42] avcodec/refstruct: Allow to share pools
` [FFmpeg-devel] [PATCH 25/42] avcodec/vp9: Join extradata buffer pools
` [FFmpeg-devel] [PATCH 26/42] avcodec/refstruct: Allow to use a dynamic opaque
` [FFmpeg-devel] [PATCH 27/42] avcodec/pthread_frame: Add new progress API
` [FFmpeg-devel] [PATCH 28/42] avcodec/mimic: Switch to ProgressFrames
` [FFmpeg-devel] [PATCH 29/42] avcodec/vp3: "
` [FFmpeg-devel] [PATCH 30/42] avcodec/vp9: "
` [FFmpeg-devel] [PATCH 31/42] avcodec/vp9: Fix race when attaching side-data for show-existing frame
` [FFmpeg-devel] [PATCH 32/42] avcodec/vp9: Reduce wait times
` [FFmpeg-devel] [PATCH 33/42] avcodec/vp9: Simplify replacing VP9Frame
` [FFmpeg-devel] [PATCH 34/42] avcodec/vp9: Replace atomic_store() by atomic_init()
` [FFmpeg-devel] [PATCH 35/42] avcodec/threadprogress: Add new API for frame-threaded progress
` [FFmpeg-devel] [PATCH 36/42] avcodec/wavpack: Use ThreadProgress API
` [FFmpeg-devel] [PATCH 37/42] avcodec/vp8: Convert to ProgressFrame API
` [FFmpeg-devel] [PATCH 38/42] avcodec/codec_internal: Remove FF_CODEC_CAP_ALLOCATE_PROGRESS
` [FFmpeg-devel] [PATCH 39/42] avcodec/hevcdec: Move collocated_ref to HEVCContext
` [FFmpeg-devel] [PATCH 40/42] avcodec/hevcdec: Switch to ProgressFrames
` [FFmpeg-devel] [PATCH 41/42] avcodec/pngdec: "
` [FFmpeg-devel] [PATCH 42/42] avcodec/ffv1dec: "

[FFmpeg-devel] [PATCH 1/5] tools/target_dec_fuzzer: Adjust wmapro threshold
 2023-09-19 18:24 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/apedec: Fix an integer overflow in predictor_update_filter()
` [FFmpeg-devel] [PATCH 3/5] avcodec/dcadec: Do not explode EAGAIN
` [FFmpeg-devel] [PATCH 4/5] avcodec/escape124: Do not return random numbers
` [FFmpeg-devel] [PATCH 5/5] avcodec/decode: EAGAIN is not fully supported in decode_simple_internal()

[FFmpeg-devel] [PATCH 1/3] tests/fate/ffmpeg: replace deprecated -vbsf with -bsf:v
 2023-09-19 18:15 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] tests/fate: replace deprecated -vsync with -fps_mode
` [FFmpeg-devel] [PATCH 3/3] doc/ffmpeg: expand -bsf documentation

[FFmpeg-devel] [PATCH] avcodec/cbs_h266_syntax_template: Check num_output_layers_in_ols
 2023-09-19 18:12 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] TRAC Spam
 2023-09-19 17:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/hevcdec: Check early whether film grain is supported, fix race
 2023-09-19 15:31 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/h264dec: "

[FFmpeg-devel] [PATCH] avformat/mxfenc: fix static building
 2023-09-19 15:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] libavutil/hwcontect_cuda: add option to use current CUDA context
 2023-09-19 12:25 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v28 2/2] avcodec/evc_decoder: Provided support for EVC decoder
 2023-09-19 11:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v28 1/2] avcodec/evc_encoder: Provided support for EVC encoder
 2023-09-19 11:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] libavformat/http: expose actual Location header value
 2023-09-19  9:05 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] libavformat/whip: add WebRTC-HTTP ingestion protocol (WHIP)
 2023-09-19  8:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] libavformat/whip: add WebRTC-HTTP ingestion protocol (WHIP)
 2023-09-19  8:08 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] libavformat/http: expose actual Location header value
 2023-09-19  8:08 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] libavformat/whip: add WebRTC-HTTP ingestion protocol (WHIP)
 2023-09-19  7:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] libavformat/http: expose actual Location header value
 2023-09-19  7:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavd/sdl2: postpone sdl2 window creation
 2023-09-19  6:32 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add libvmaf_cuda
 2023-09-18 21:39 UTC  (21+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/extract_extradata: filter what Metadata OBUs are included in AV1 extradata
 2023-09-18 17:18 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libvpxdec: Remove redundant unreferencing of AVFrame
 2023-09-18 17:17 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: rework parsing --cpu arguments to support all features unless blacklisted
 2023-09-18 15:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] fftools/ffmpeg_enc: refactor setting encoding field_order
 2023-09-18 15:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/1] lavc/qsvdec: fix dead loop of qsv decoding
 2023-09-18  7:59 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/pthread_frame: Remove FF_API_SLICE_OFFSET
 2023-09-18  6:08 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/pthread_frame: Constify src pointees

[FFmpeg-devel] [PATCH] avcodec/vlc: multi vlc fix
 2023-09-17 14:39 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] avcodec/jni: make global variables static
 2023-09-17  8:53 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avdevice/android_camera: fix missing include for usleep
 2023-09-17  8:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] avcodec/utvideodec: add vlc multi support
 2023-09-17  8:40 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/vp3: Move work after ff_thread_finish_setup
 2023-09-17  0:09 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/6] avcodec/vp3: Fix undefined pointer arithmetic
` [FFmpeg-devel] [PATCH 5/6] avcodec/vp3: Simplify shuffling frames, fix crash on alloc error
` [FFmpeg-devel] [PATCH 6/6] avcodec/vp3: Don't truncate ptrdiff_t

[FFmpeg-devel] [PATCH 1/4] lavc/aarch64: new optimization for 8-bit hevc_epel_uni_v
 2023-09-16 21:46 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/libssh: avoid deprecated functions
 2023-09-16 18:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avformat/hls: reduce default max reload to 3
 2023-09-16 17:39 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/format: Stop reading data at EOF during probing
 2023-09-16 17:35 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/thread: Remove outdated documentation
 2023-09-16 12:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/x86/af_afir: add FMA3 SIMD
 2023-09-16 12:22 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/lagarith: use VLC for probe code length
 2023-09-16 12:21 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: add CRI USM demuxer
 2023-09-16 12:19 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/dnxhddec: Use VLC symbol table to avoid lookup
 2023-09-16  8:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] [RFC]avformat: introduce AVStreamGroup
 2023-09-15 18:10 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vulkan_hevc: switch from a buffer pool to a simple malloc
 2023-09-15 15:37 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/evc_ps: Check cpb_cnt_minus1 and propagate error
 2023-09-15 15:01 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/evc_ps: Check ref_pic_num and sps_max_dec_pic_buffering_minus1
` [FFmpeg-devel] [PATCH 3/4] avutil/tx_template: Fix some signed integer overflows in DECL_FFT5()
` [FFmpeg-devel] [PATCH 4/4] avcodec/osq: avoid using too large numbers for shifts and integers in update_residue_parameter()

[FFmpeg-devel] [PATCH v2 0/3] Initial support for fragmented TTML muxing
 2023-09-15 13:17 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/3] tests/fate-run: add support for specifying the final encode muxer in `transcode`
` [FFmpeg-devel] [PATCH v2 2/3] avcodec/avpacket: add functionality to prepend to AVPacketLists
` [FFmpeg-devel] [PATCH v2 3/3] avformat/movenc: add support for fragmented TTML muxing

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