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] ptrdiff_t related fixes and negative linesizes
 2023-09-22 17:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] avcodec/osq: Check that pkt_offset does not exceed pkt size
 2023-09-22 17:36 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avcodec/wavarc: Fix integer overflwo in do_stereo()
` [FFmpeg-devel] [PATCH 3/6] avcodec/wavarc: Allocate AV_INPUT_BUFFER_PADDING_SIZE
` [FFmpeg-devel] [PATCH 4/6] avcodec/wavarc: Check k in decode_5elp()
` [FFmpeg-devel] [PATCH 5/6] avcodec/jpegxl_parse: Cleanup on error in read_vlc_prefix()
` [FFmpeg-devel] [PATCH 6/6] avformat/mov: Check avif_info

[FFmpeg-devel] [PATCH] avradio/avdevice/sdrindev: -sdr_ant option
 2023-09-22 17:06 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hwcontext_vulkan: guard unistd.h include
 2023-09-22 16:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] FFmpeg release 6.1
 2023-09-22 16:32 UTC  (32+ messages) - mbox.gz / Atom
` [FFmpeg-devel] FFmpeg release 6.1 (SDR Plans)

[FFmpeg-devel] [RFC] Release 6.1
 2023-09-22 15:27 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC PATCH 0/3] Propagate PRFT side data
 2023-09-22 14:29 UTC  (21+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [RFC PATCH 1/3] frame: decode: propagate PRFT side data packet to frame
` [FFmpeg-devel] [RFC PATCH 2/3] avcodec: rawenc: Forward PRFT frame data to packet
` [FFmpeg-devel] [RFC PATCH 3/3] HACK: avformat: rawenc: allow to output a raw PRFT

[FFmpeg-devel] [RFC PATCH 1/2] libavdevice/pipewiregrab: add pipewire based grab
 2023-09-22 11:37 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [RFC PATCH 2/2] configure: disable locale use in spa plugin

[FFmpeg-devel] TRAC Spam
 2023-09-22 11:10 UTC  (16+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] MXF - Add jpeg2000 subdescriptor - Sponsored by INA
 2023-09-22  9:26 UTC  (13+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 1/8] avcodec/cbs_av1: Add tx mode enum values
 2023-09-22  5:33 UTC  (19+ 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] avcodec/cbs_h266_syntax_template: Check num_output_layers_in_ols
 2023-09-22  2:04 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/42] New API for reference counting and ThreadFrames
 2023-09-21 23:07 UTC  (49+ 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] avcodec/evc_ps: Fix leak on error
 2023-09-21 17:19 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] libavfilter/dnn: add layout option to openvino backend
 2023-09-21  1:28 UTC  (5+ 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 v2 1/3] libavfilter/dnn: add layout option to openvino backend
 2023-09-21  1:26 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/3] libavfilter/dnn: Add scale and mean preprocess "
` [FFmpeg-devel] [PATCH v2 3/3] libavfilter/dnn: Initialze DNNData variables

[FFmpeg-devel] [PATCH] avfilter: add libvmaf_cuda
 2023-09-20 22:54 UTC  (19+ messages) - mbox.gz / Atom

[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 22:51 UTC  (4+ 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  (27+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/27] fftools/ffmpeg_enc: move handling video frame duration to video_sync_process()
` [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 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

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