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 v1 1/2] lavc/vp9: set yuvj pixel format for full range decode
 2023-06-17 14:26 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 2/2] lavc/libvpxenc: support creating full range output

[FFmpeg-devel] [PATCH 0/5] add sdr support
 2023-06-17 13:30 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] avutil/tx_template: extend to 2M
` [FFmpeg-devel] [PATCH 2/5] avcodec/pcm: allow Changing parameters
` [FFmpeg-devel] [PATCH 3/5] avcodec/kbdwin: Support arbitrary sized windows
` [FFmpeg-devel] [PATCH 4/5] avcodec: Rename ff_kbd_window_init() as it will be needed from outside libavcodec
` [FFmpeg-devel] [PATCH 5/5] avformat: add sdr support

[FFmpeg-devel] [RFC] [PATCH] avfilter/avfilter: add flag to signal filters that support w/h change
 2023-06-17  8:42 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/ffmpeg: improve -stats_*_fmt documentation
 2023-06-17  8:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/binkaudio: reset input packet on errors
 2023-06-17  7:49 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec: Ignoring errors is only possible before the input end
 2023-06-17  6:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec: Align AVFrame memory to page size for access via Apple Metal
 2023-06-17  6:20 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/21] fftools/ffmpeg_dec: drop always-0 InputStream.prev_sub.ret
 2023-06-17  2:55 UTC  (29+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/21] fftools/ffmpeg_dec: simplify process_subtitle()
` [FFmpeg-devel] [PATCH 03/21] tests/fate: rename ffmpeg-streamloop to ffmpeg-streamloop-copy
` [FFmpeg-devel] [PATCH 04/21] tests/fate: add a test for -streamloop with transcoding video+audio
    ` [FFmpeg-devel] [PATCH 04/21 v2] "
` [FFmpeg-devel] [PATCH 05/21] fftools/ffmpeg_demux: move the loop out of add_input_streams()
` [FFmpeg-devel] [PATCH 06/21] fftools/ffmpeg_demux: reindent after previous commit
` [FFmpeg-devel] [PATCH 07/21] fftools/ffmpeg_hw: inline hwaccel_decode_init() into its caller
` [FFmpeg-devel] [PATCH 08/21] fftools/ffmpeg_dec: remove pointless InputStream.hwaccel_retrieve_data
` [FFmpeg-devel] [PATCH 09/21] fftools/ffmpeg_dec: move InputStream.hwaccel_pix_fmt to Decoder
` [FFmpeg-devel] [PATCH 10/21] fftools/ffmpeg_enc: move dup_warning global variable to Encoder
` [FFmpeg-devel] [PATCH 11/21] fftools/ffmpeg_filter: add an AVClass to FilterGraph
` [FFmpeg-devel] [PATCH 12/21] fftools/ffmpeg_filter: reject filtergraphs with zero outputs
` [FFmpeg-devel] [PATCH 13/21] fftools/ffmpeg_filter: make configure_filtergraph() static
` [FFmpeg-devel] [PATCH 14/21] fftools/ffmpeg_dec: stop using Decoder.pkt
` [FFmpeg-devel] [PATCH 15/21] fftools/ffmpeg: attach bits_per_raw_sample information to frames
` [FFmpeg-devel] [PATCH 16/21] fftools/ffmpeg_dec: move decoding to a separate thread
` [FFmpeg-devel] [PATCH 17/21] fftools/ffmpeg: move fix_sub_duration_heartbeat() to ffmpeg_dec
` [FFmpeg-devel] [PATCH 18/21] fftools/ffmpeg_dec: move InputStream.prev_sub to Decoder
` [FFmpeg-devel] [PATCH 19/21] fftools/ffmpeg_enc: constify the subtitle passed to enc_subtitle()
` [FFmpeg-devel] [PATCH 20/21] fftools/ffmpeg: use AVFrame to pass subtitles from decoders to filters
` [FFmpeg-devel] [PATCH 21/21] fftools/ffmpeg: pass subtitle decoder dimensions to sub2video

[FFmpeg-devel] [PATCH] avformat/matroska: Add support for A_ATRAC/AT1
 2023-06-17  1:42 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: use just the pkg-config for sndio
 2023-06-17  1:10 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/jpegxl_anim_dec: avoid overrun with jxlp boxes in container
 2023-06-16 23:15 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/5] Add passthrough support for SCTE-35
 2023-06-16 22:12 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] avcodec: Add new side data type to contain original PTS value
` [FFmpeg-devel] [PATCH 2/5] mpegts: Stash original PTS for SCTE-35 sections for processing later
` [FFmpeg-devel] [PATCH 3/5] mpegtsenc: Add support for output of SCTE-35 streams over TS
` [FFmpeg-devel] [PATCH 4/5] bsf: Add new bitstream filter to set pts_adjustment when reclocking
` [FFmpeg-devel] [PATCH 5/5] mpegtsenc: Don't periodically announce PCR on SCTE-35 streams

[FFmpeg-devel] [PATCH 01/11] avformat/evcdec: set the demuxer as AVFMT_NOTIMESTAMPS
 2023-06-16 18:07 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/11] avcodec/evc_parser: remove superfluous memset calls
` [FFmpeg-devel] [PATCH 03/11] avcodec/evc_parser: export framerate to the AVCodecContext
` [FFmpeg-devel] [PATCH 04/11] avcodec/evc_parse: zero sps, pps and sh structs
` [FFmpeg-devel] [PATCH 05/11] avcodec/evc_parse: use a local EVCParserSliceHeader when parsing slices
` [FFmpeg-devel] [PATCH 06/11] avcodec/evc_parse: use the correct struct size when allocating pps
` [FFmpeg-devel] [PATCH 07/11] avcodec/evc_parse: use the correct sps when parsing slice headers
` [FFmpeg-devel] [PATCH 08/11] avcodec/evc_parse: free pps struct on parsing failure
` [FFmpeg-devel] [PATCH 09/11] avcodec/evc_parse: make freeing EVCParserContext buffers a shared function
` [FFmpeg-devel] [PATCH 10/11] avcodec/evc_frame_merge_bsf: ceck for av_memdup() failure
` [FFmpeg-devel] [PATCH 11/11] avcodec/evc_frame_merge_bsf: free EVCFMergeContext on flush and close

[FFmpeg-devel] [PATCH v2] avformat/http: copy only mime type from Content-Type
 2023-06-16 17:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avfilter/scale_cuda: add support for rgb32/bgr32 conversions
 2023-06-16 16:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavc/riffenc: Fix msrle support on Windows 95
 2023-06-16 13:20 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] Add Changelog entry

[FFmpeg-devel] [PATCH 01/22] lavfi/vf_libplacebo: drop redundant case
 2023-06-16 12:22 UTC  (24+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/22] lavfi/vf_libplacebo: move input-specific state to struct
` [FFmpeg-devel] [PATCH 03/22] lavfi/vf_libplacebo: move input handling to separate function
` [FFmpeg-devel] [PATCH 04/22] lavfi/vf_libplacebo: cosmetic
` [FFmpeg-devel] [PATCH 05/22] lavfi/vf_libplacebo: move temporary vars into per-input struct
` [FFmpeg-devel] [PATCH 06/22] lavif/vf_libplacebo: remove pl_frame_mix from output_frame_mix
` [FFmpeg-devel] [PATCH 07/22] lavfi/vf_libplacebo: factor out ref frame logic
` [FFmpeg-devel] [PATCH 08/22] lavfi/vf_libplacebo: use correct link in update_crops()
` [FFmpeg-devel] [PATCH 09/22] lavfi/vf_libplacebo: replace s->input by dynamic array
` [FFmpeg-devel] [PATCH 10/22] lavfi/vf_libplacebo: keep track of latest status globally
` [FFmpeg-devel] [PATCH 11/22] lavfi/vf_libplacebo: support blending multiple inputs
` [FFmpeg-devel] [PATCH 12/22] lavfi/vf_libplacebo: handle "
` [FFmpeg-devel] [PATCH 13/22] lavfi/vf_libplacebo: determine PTS of next frame from any input
` [FFmpeg-devel] [PATCH 14/22] lavfi/vf_libplacebo: only drain actually used PTS
` [FFmpeg-devel] [PATCH 15/22] lavfi/vf_libplacebo: generalize frame update to multiple inputs
` [FFmpeg-devel] [PATCH 16/22] lavfi/vf_libplacebo: make input-dependent vars dynamic
` [FFmpeg-devel] [PATCH 17/22] lavfi/vf_libplacebo: add in_idx variable
` [FFmpeg-devel] [PATCH 18/22] lavfi/vf_libplacebo: set format list for all inputs
` [FFmpeg-devel] [PATCH 19/22] lavfi/vf_libplacebo: skip cache selectively per-input
` [FFmpeg-devel] [PATCH 20/22] lavfi/vf_libplacebo: also skip cache if in FPS == out FPS
` [FFmpeg-devel] [PATCH 21/22] lavfi/vf_libplacebo: set time_base/frame_rate dynamically
` [FFmpeg-devel] [PATCH 22/22] lavfi/vf_libplacebo: add nb_inputs option

[FFmpeg-devel] [PATCH 1/2] lavu/hwcontext_qsv: fix memory leak for d3d11va impl
 2023-06-16 12:05 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavu/hwcontext_qsv: fix memory leak for d3d9 impl

[FFmpeg-devel] [RFC] [PATCH 1/5] hwcontext: add a new AVHWFramesContext.opaque field
 2023-06-16 11:02 UTC  (7+ messages) - mbox.gz / Atom
      ` [FFmpeg-devel] [PATCH 3/5] hwcontext_vulkan: call ff_vk_uninit() on device uninit
        ` [FFmpeg-devel] [PATCH 4/5] hwcontext_vulkan: free temporary array once unneeded

[FFmpeg-devel] [PATCH 0/6] RISC-V initial ac3dsp
 2023-06-16 10:15 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/6] lavc/ac3dsp: RISC-V V ac3_exponent_min
` [FFmpeg-devel] [PATCH 2/6] lavc/ac3dsp: RISC-V V float_to_fixed24
` [FFmpeg-devel] [PATCH 3/6] lavc/ac3dsp: RISC-V V ac3_sum_square_butterfly_int32
` [FFmpeg-devel] [PATCH 4/6] lavc/ac3dsp: RISC-V V ac3_sum_square_butterfly_float
` [FFmpeg-devel] [PATCH 5/6] lavc/ac3dsp: RISC-V V ac3_compute_mantissa_size
` [FFmpeg-devel] [PATCH 6/6] lavc/ac3dsp: RISC-V B ac3_extract_exponents

[FFmpeg-devel] [PATCH] avformat/hls: Forward stream metadata from subdemuxer
 2023-06-16  8:24 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/hwcontext_qsv: register free function for device_derive
 2023-06-16  7:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/scale_cuda: add support for rgb32/bgr32 conversions
 2023-06-16  5:15 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/3] lavfi/vaapi: Add function to get surface ID from AVFrame
 2023-06-16  0:58 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/3] lavfi/vaapi: Add some debug message
` [FFmpeg-devel] [PATCH v2 3/3] lavfi/{denoise, procamp, scale, sharpness}_vaapi: Add passthrough mode

[FFmpeg-devel] [PATCH] avfilter/buffersrc: stop passing AV_NOPTS_VALUE on EOF
 2023-06-15 20:27 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] pthread_frame: uninit the hwaccel of each frame thread
 2023-06-15 20:03 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavu/hwcontext_cuda: declare support for argb/abgr/rgba/bgra
 2023-06-15 19:38 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_yadif_cuda: remove unnecessary private struct fields
 2023-06-15 19:35 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] avfilter/vf_bwdif_cuda: CUDA accelerated bwdif deinterlacer

[FFmpeg-devel] [PATCH] lavc/h264chroma: RISC-V V add motion compensation for 4xH and 2xH chroma blocks
 2023-06-15 18:48 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/avcodec: Add DTS-UHD demuxer and parser, movenc support
 2023-06-15 18:44 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/7] Misc AFD improvements and support for Bar Data
 2023-06-15 15:21 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v26 1/9] avcodec/evc_parser: Added parser implementation for EVC format
 2023-06-15 15:01 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v24 6/9] avformat/mov_muxer: Extended MOV muxer to handle EVC video content
 2023-06-15 12:06 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v26 9/9] avcodec/evc: Changes in MAINTAINERS file
 2023-06-15 11:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v26 8/9] avcodec/evc: Changes in Changelog file
 2023-06-15 11:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v26 7/9] avformat/mov_demuxer: Extended MOV demuxer to handle EVC video content
 2023-06-15 11:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v26 6/9] avformat/mov_muxer: Extended MOV muxer to handle EVC video content
 2023-06-15 11:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v26 5/9] avcodec/evc_decoder: Provided support for EVC decoder
 2023-06-15 11:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v26 4/9] avcodec/evc_encoder: Provided support for EVC encoder
 2023-06-15 11:47 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v26 3/9] avformat/evc_demuxer: Added demuxer to handle reading EVC video files
 2023-06-15 11:47 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v26 2/9] avformat/evc_muxer: Added muxer to handle writing EVC encoded data into file or output bytestream
 2023-06-15 11:47 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v25 9/9] avcodec/evc: Changes in MAINTAINERS file
 2023-06-15  6:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v25 8/9] avcodec/evc: Changes in Changelog file
 2023-06-15  6:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v25 7/9] avformat/mov_demuxer: Extended MOV demuxer to handle EVC video content
 2023-06-15  6:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v25 6/9] avformat/mov_muxer: Extended MOV muxer to handle EVC video content
 2023-06-15  6:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v25 5/9] avcodec/evc_decoder: Provided support for EVC decoder
 2023-06-15  6:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v25 4/9] avcodec/evc_encoder: Provided support for EVC encoder
 2023-06-15  6:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v25 3/9] avformat/evc_demuxer: Added demuxer to handle reading EVC video files
 2023-06-15  6:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v25 2/9] avformat/evc_muxer: Added muxer to handle writing EVC encoded data into file or output bytestream
 2023-06-15  6:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v25 1/9] avcodec/evc_parser: Added parser implementation for EVC format
 2023-06-15  6:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_bwdif: Remove undesireable spatial preference logic
 2023-06-14 22:34 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/af_join: put all inputs to EOF on EOF
 2023-06-14 17:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_drawtext: additions
 2023-06-14 17:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] fftools/ffmpeg: rework setting sub2video parameters
 2023-06-14 16:51 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 0/4] webp: add support for animated WebP decoding
 2023-06-14 10:40 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 1/4] avcodec/webp: move definitions into header
` [FFmpeg-devel] [PATCH v1 3/4] libavcodec/webp: add support for animated WebP decoding
` [FFmpeg-devel] [PATCH v1 4/4] avcodec/webp: make init_canvas_frame static

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