Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
[FFmpeg-devel] VDD conference invitation - Dublin 22-24 Sept 2023
 2023-09-08 14:53 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avcodec/proresdec: Include required headers directly
 2023-09-08 14:07 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/proresdsp: Pass necessary parameter directly
` [FFmpeg-devel] [PATCH 3/7] avcodec/idctdsp: Avoid inclusion of avcodec.h
` [FFmpeg-devel] [PATCH 4/7] avcodec/vlc: Add documentation for ff_init_vlc_sparse()
` [FFmpeg-devel] [PATCH 5/7] tools/patcheck: Remove test for ancient INIT_VLC_USE_STATIC
` [FFmpeg-devel] [PATCH 6/7] avcodec/vlc: Use proper namespace
` [FFmpeg-devel] [PATCH 7/7] avcodec/truemotion2: Don't check before freeing VLC

[FFmpeg-devel] [PATCH] fate/mpegps: Fix argument order
 2023-09-08 14:01 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/12] avradio/avformat/sdrdemux: Move agc_gain into local variable
 2023-09-08 13:24 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/libaribcaption.c: add -replace_fullwidth_japanese option
 2023-09-08 13:00 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/av1dec: export pixel format even if no hardware decoder is present
 2023-09-08 12:27 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
    ` [FFmpeg-devel] [PATCH v3] "

[FFmpeg-devel] [PATCH v2 8/8] avfilter/dnn_backend_openvino: fix wild pointer on error path
 2023-09-08  9:59 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] proresdec2: port and fix for cached reader
 2023-09-08  9:58 UTC  (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] proresdec2: store precomputed EC parameters
` [FFmpeg-devel] [PATCH 3/7] proresdec2: use VLC for level instead of EC switch
` [FFmpeg-devel] [PATCH 4/7] proresdec2: offset VLCs by 1 to avoid 1 add
` [FFmpeg-devel] [PATCH 5/7] proresdec2: use VLC for small runs and levels
` [FFmpeg-devel] [PATCH 6/7] proresdec2: remove a useless DC codebook entry
` [FFmpeg-devel] [PATCH 7/7] prores: use VLC LUTs

[FFmpeg-devel] [PATCH v4 1/8] avcodec/cbs_av1: Add tx mode enum values
 2023-09-08  6:31 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 7/8] lavc/vaapi_encode: Add VAAPI AV1 encoder

[FFmpeg-devel] [PATCH 1/2] lavu/tx: add missing prints for the type of dctI/dstI
 2023-09-08  4:59 UTC  (3+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH 2/2] vulkan_decode: convert max level from vulkan to av for comparisons

[FFmpeg-devel] [PATCH v4 1/2] lavc/videotoolboxenc: Dump the encoder
 2023-09-08  4:39 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 2/2] lavc/videotoolboxenc: Get the encoder supported properties

[FFmpeg-devel] [PATCH v3 1/2] lavc/videotoolboxenc: Dump the encoder
 2023-09-08  3:31 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] lavc/videotoolboxenc: Get the encoder supported properties

[FFmpeg-devel] [PATCH v2 1/2] configure: don't force specific C++ standard library linking
 2023-09-07 23:34 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] cached bistream: small improvements
 2023-09-07 22:48 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] Expose and start using skip_remaining
` [FFmpeg-devel] [PATCH 2/2] read_xbits: request fewer bits

[FFmpeg-devel] [PATCH] avcodec/xvididct: Fix integer overflow in idct_row()
 2023-09-07 22:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/vmixdec: Check for end of input in decode_dcac()
 2023-09-07 22:12 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/5] avcodec/hevcdec: Fix undefined memcpy()

[FFmpeg-devel] [PATCH 1/3] tools/target_dec_fuzzer: Adjust threshold for rka
 2023-09-07 22:07 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/hevcdec: do not memcpy into itself

[FFmpeg-devel] [PATCH] avcodec/mjpegdec: add frame threading for mjpeg decoder
 2023-09-07 21:57 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/celp_math: avoid overflow in shift
 2023-09-07 21:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] Trac spam
 2023-09-07 17:59 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 01/22] fate/demux, lavf-container: Workaround for AV1-aspect ratio issue
 2023-09-07 17:58 UTC  (40+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 02/22] avformat/avio: Don't use incompatible function pointer type for call
` [FFmpeg-devel] [PATCH v2 03/22] avformat/internal: Avoid casting const away
` [FFmpeg-devel] [PATCH v2 04/22] avformat/aviobuf: Don't use incompatible function pointer type for call
` [FFmpeg-devel] [PATCH v2 05/22] avformat/dashenc: Avoid unnecessary casts
` [FFmpeg-devel] [PATCH v2 06/22] avformat/dashenc: Use proper type for AVCodecIDs
` [FFmpeg-devel] [PATCH v2 07/22] avformat/dashenc: Add const where appropriate
` [FFmpeg-devel] [PATCH v2 08/22] avformat/dashenc: Simplify getting format string
` [FFmpeg-devel] [PATCH v2 09/22] avformat/dashenc: Avoid relocations for short strings
` [FFmpeg-devel] [PATCH v2 10/22] avformat/teeproto: Remove useless AVClass without options
` [FFmpeg-devel] [PATCH v2 11/22] avdevice/lavfi: Remove unnecessary avio_internal.h inclusion
` [FFmpeg-devel] [PATCH v2 12/22] avformat: Remove avformat and avio headers from protocols
` [FFmpeg-devel] [PATCH v2 13/22] avformat/teeproto: Remove always-false check
` [FFmpeg-devel] [PATCH v2 14/22] avformat/avio_internal: Don't include url.h
` [FFmpeg-devel] [PATCH v2 15/22] avformat/avio: Constify data pointees of write callbacks
` [FFmpeg-devel] [PATCH v2 16/22] avutil/imgutils: Constify some pointees
` [FFmpeg-devel] [PATCH v2 17/22] avutil/samplefmt: "
` [FFmpeg-devel] [PATCH v2 18/22] avutil/audio_fifo: "
` [FFmpeg-devel] [PATCH v2 19/22] avutil/fifo: Constify AVFifo pointees in peek functions
` [FFmpeg-devel] [PATCH v2 20/22] avcodec/v210dec: Don't cast const away
` [FFmpeg-devel] [PATCH v2 21/22] avutil/imgutils: Add wrapper for av_image_copy() to avoid casts
` [FFmpeg-devel] [PATCH v2 22/22] avfilter/vf_framepack: Use dedicated pointer for access
` [FFmpeg-devel] [PATCH 23/26] avformat/avio: Remove duplicated freeing code
` [FFmpeg-devel] [PATCH 24/26] avformat/avio: Remove redundant checks
` [FFmpeg-devel] [PATCH 25/26] all: Use av_frame_replace() where appropriate
` [FFmpeg-devel] [PATCH 26/26] avfilter/buffersrc: Use av_frame_clone() "
` [FFmpeg-devel] [PATCH 27/31] avfilter/vf_vif: Don't cast const away unnecessarily
` [FFmpeg-devel] [PATCH 28/31] avfilter/vsrc_testsrc: Don't use const uint8_t* when pointee changes
` [FFmpeg-devel] [PATCH 29/31] avcodec/tiff: Don't cast const away
` [FFmpeg-devel] [PATCH 30/31] avfilter/vf_varblur: Don't use pointer-to-const for destination
` [FFmpeg-devel] [PATCH 31/31] avfilter/blend_modes: Always preserve constness

[FFmpeg-devel] [PATCH 1/2] avcodec/thread: add support for frame threading receive_frame based decoders
 2023-09-07 17:28 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/mjpegdec: add support for frame threading

[FFmpeg-devel] [PATCH] avcodec/get_bits: Avoid reading multiple times in get_bits_long
 2023-09-07 17:16 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/flacdec: set time base for headerless flac
 2023-09-07  9:17 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate: add rpza encoder tests
 2023-09-07  9:11 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] Looking for FFMPEG developer to help fix pipeline
 2023-09-07  4:50 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/21] avformat/avio: Don't use incompatible function pointer type for call
 2023-09-07  0:32 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/21] avformat/internal: Avoid casting const away
` [FFmpeg-devel] [PATCH 03/21] avformat/aviobuf: Don't use incompatible function pointer type for call

[FFmpeg-devel] [PATCH] mxfenc.c: look for reel_name within streams as well
 2023-09-06 19:35 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] [RFC]avformat: introduce AVStreamGroup
 2023-09-06 19:16 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/10 v4][RFC] AVCodecContext and AVCodecParameters side data
 2023-09-06 17:44 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/10] avcodec/packet: add side data set struct and helpers
` [FFmpeg-devel] [PATCH 02/10] avcodec/codec_par: add side data to AVCodecParameters
` [FFmpeg-devel] [PATCH 03/10] avformat/avformat: use the side data from AVStream.codecpar
` [FFmpeg-devel] [PATCH 04/10] fftools/ffmpeg: stop using AVStream.side_data
` [FFmpeg-devel] [PATCH 05/10] fftools/ffplay: "
` [FFmpeg-devel] [PATCH 06/10] fftools/ffprobe: "
` [FFmpeg-devel] [PATCH 07/10] avcodec/hevcdec: check for DOVI configuration record in AVCodecContext side data
` [FFmpeg-devel] [PATCH 08/10] avcodec/decode: check for global side data "
` [FFmpeg-devel] [PATCH 09/10] fftools/ffmpeg: stop injecting stream side data in packets
` [FFmpeg-devel] [PATCH 10/10] fftools/ffplay: "

[FFmpeg-devel] [PATCH] avcodec/av1dec: don't set aspect ratio when it's not yet known
 2023-09-06 17:07 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] swscale/x86/yuv2yuvX: Process tails by jumping back into the main loop
 2023-09-06 16:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] avcodec: add ambient viewing environment packet side data
 2023-09-06 16:27 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] swscale/x86/yuv2yuvX: Add yuv2yuvX avx512
 2023-09-06 15:30 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] swscale/x86/swscale: Process yuv2yuvX tails using next largest register size
 2023-09-06 14:26 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] Revert "avcodec/mpeg12dec: Do not alter avctx->rc_buffer_size"
 2023-09-06 12:13 UTC  (2+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH] avcodec/yuv4enc: do not read past end of input in case of odd height
 2023-09-06 11:33 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lsws/swscale.h: introduce sws_get_gaussian_vec
 2023-09-06 11:13 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/20] fate/matroska: Add test for remuxing non-rotation displaymatrix
 2023-09-06  9:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] fate/ffmpeg: Add bitexact flag for ffmpeg-input-r test
 2023-09-06  9:37 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/x86/hpeldsp_vp3: Merge into hpeldsp

[FFmpeg-devel] [PATCH 1/2] avcodec/rv34_parser: Merge RV30 and RV40 parsers
 2023-09-06  9:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/avformat: Avoid including codec.h, frame.h
 2023-09-06  9:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] enable 'dvh1' FourCC in MP4
 2023-09-06  8:23 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate: add OSQ test
 2023-09-06  6:17 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/13] lavu/hwcontext_qsv: update AVQSVFramesContext to support dynamic frame pools
 2023-09-06  6:00 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/13] lavu/hwcontext_qsv: create dynamic frame pool if required
` [FFmpeg-devel] [PATCH 03/13] lavu/hwcontext_qsv: add support for dynamic frame pool in qsv_frames_derive_to
` [FFmpeg-devel] [PATCH 04/13] lavu/hwcontext_qsv: add support for dynamic frame pool in qsv_map_to
` [FFmpeg-devel] [PATCH 05/13] lavc/qsv: fix qsv_frame_get_hdl callback to support dynamic frame pools
` [FFmpeg-devel] [PATCH 06/13] lavc/qsv: set right mfxFrameInfo for frames in "
` [FFmpeg-devel] [PATCH 07/13] lavc/qsv: needn't QSVMid array "
` [FFmpeg-devel] [PATCH 08/13] lavc/qsvdec: require a dynamic frame pool if possible
` [FFmpeg-devel] [PATCH 09/13] lavfi/qsvvpp: set right mfxFrameInfo for frames in dynamic frame pools
` [FFmpeg-devel] [PATCH 10/13] lavfi/qsvvpp: require a dynamic frame pool for output if possible
` [FFmpeg-devel] [PATCH 11/13] lavu/hwcontext_vaapi: relax the requirement when using libva2 (VAAPI 1)
` [FFmpeg-devel] [PATCH 12/13] lavc/vaapi_decode: use dynamic frame pool for output frames with libva2
` [FFmpeg-devel] [PATCH 13/13] lavfi/vaapi_vpp: use dynamic frame pool for output link "

[FFmpeg-devel] [PATCH 1/3] doc/encoders/libx264: review and extend option description
 2023-09-06  5:37 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] doc/encoders/libx264: clarify meaning of level option

[FFmpeg-devel] [PATCH] doc/encoders/libxvid: fix references for me_quality option
 2023-09-06  5:26 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] lavc/videotoolboxenc: Dump the encoder
 2023-09-06  1:30 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] lavc/videotoolboxenc: Get the encoder supported properties

[FFmpeg-devel] Review and fix doc/examples/transcode.c - version 2
 2023-09-06  0:37 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 06/11] doc/examples/transcode: use av_buffersrc_add_frame()
` [FFmpeg-devel] [PATCH 11/11] doc/examples/transcode: fix selection of sample format if not set in encoder

[FFmpeg-devel] [PATCH 1/2] avcodec/vmixdec: Fix signed integer overflow in dc
 2023-09-05 23:41 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/cbs_h266_syntax_template: Check num_multi_layer_olss

[FFmpeg-devel] [PATCH 1/2] configure: don't force specific C++ standard library linking
 2023-09-05 23:32 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] configure: add libplacebo to the list of C++ dependencies
 2023-09-05 23:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] ffprobe: factorize side data printing to dedicated function
 2023-09-05 23:15 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] ffprobe: introduce section type, use for the compact output

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