[FFmpeg-devel] [PATCH] cbs_av1: Make fake OBU size length field a write option
2023-10-02 19:42 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH] avcodec/lcldec: fix uncompressed buffer size calculation
2023-10-02 19:42 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/6] avformat/avidec: support huge durations
2023-10-02 19:03 UTC (15+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avformat/avidec: Correct unsigend type
` [FFmpeg-devel] [PATCH 3/6] vformat/cafdec: dont seek beyond 64bit
` [FFmpeg-devel] [PATCH 4/6] avformat/cafdec: saturate start + size into 64bit
` [FFmpeg-devel] [PATCH 5/6] avformat/dxa: Adjust order of operations around block align
` [FFmpeg-devel] [PATCH 6/6] avformat/iff: Saturate avio_tell() + 12
[FFmpeg-devel] [PATCH 00/42] New API for reference counting and ThreadFrames
2023-10-02 18:13 UTC (32+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 04/42] avcodec/h264_ps: Use RefStruct API for SPS/PPS
` [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 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 43/49] avcodec/qsv: Use RefStruct API for memory id (mids) array
` [FFmpeg-devel] [PATCH 44/49] avcodec/rkmppdec: Fix double-free on error
` [FFmpeg-devel] [PATCH 45/49] avcodec/rkmppdec: Check av_buffer_ref()
` [FFmpeg-devel] [PATCH 46/49] avcodec/rkmppdec: Use RefStruct API for references to decoder itself
` [FFmpeg-devel] [PATCH 47/49] avcodec/rkmppdec: Allocate AVDRMFrameDescriptor and frame ctx jointly
` [FFmpeg-devel] [PATCH 48/49] avcodec/v4l2_m2m: Remove redundant av_frame_unref()
` [FFmpeg-devel] [PATCH 49/49] avcodec/v4l2_(m2m|buffers): Use RefStruct API for context references
[FFmpeg-devel] libavc/libx264: add support to propagate SSE values through encoder stats
2023-10-02 17:35 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] avcodec/libkvazaar: Respect codec context color settings
2023-10-02 17:20 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/libkvazaar: Bump minimum version to 2.0.0
2023-10-02 17:03 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avdevice/v4l2: Switch to wrapped AVFrames and implement strides
2023-10-02 16:54 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/ac3: add R-V Zbb extract_exponents
2023-10-02 16:47 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/vaapi_encode: Avoid double AVERRORS
2023-10-02 15:31 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avfilter/vf_vidstabdetect: "
` [FFmpeg-devel] [PATCH 3/3] avformat/flacdec: "
[FFmpeg-devel] [PATCH] lavc/nvenc: encode all RGB input as YUV444 rather than 420
2023-10-02 14:37 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1] avcodec/hevcpred_template: Removed unreachable code
2023-10-02 13:49 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] [RFC]avformat: introduce AVStreamGroup
2023-10-02 12:10 UTC (9+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/15] avformat/concatdec: Check in/outpoint for overflow
2023-10-02 12:03 UTC (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/15] avformat/jacosubdec: Factorize code in get_shift() a bit
` [FFmpeg-devel] [PATCH 03/15] avformat/jacosubdec: avoid signed integer overflows in get_shift()
` [FFmpeg-devel] [PATCH 04/15] avformat/jacosubdec: Check timeres
` [FFmpeg-devel] [PATCH 05/15] avformat/mov: compute absolute dts difference without overflow in mov_find_next_sample()
` [FFmpeg-devel] [PATCH 06/15] avformat/rpl: Check for number_of_chunks overflow
` [FFmpeg-devel] [PATCH 07/15] avformat/sbgdec: Check for period overflow
` [FFmpeg-devel] [PATCH 08/15] avformat/sbgdec: Check for negative duration or un-representable end pts
` [FFmpeg-devel] [PATCH 09/15] avformat/tta: Better totalframes check
` [FFmpeg-devel] [PATCH 10/15] avformat/wavdec: Check left avio_tell for overflow
` [FFmpeg-devel] [PATCH 11/15] avformat/matroskadec: Check prebuffered_ns "
` [FFmpeg-devel] [PATCH 12/15] avformat/westwood_vqa: Do not leave vqfl_chunk_size invalid
` [FFmpeg-devel] [PATCH 13/15] avformat/xwma: sanity check bits_per_coded_sample
` [FFmpeg-devel] [PATCH 14/15] avformat/asfdec_f: Saturate presentation time in marker
` [FFmpeg-devel] [PATCH 15/15] avcodec/h264_parser: saturate dts a bit
[FFmpeg-devel] [PATCH] tools: Don't include the direct library names when linking
2023-10-02 11:24 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avcodec/mpegvideo_dec: Check for existence of planes before accesses
2023-10-02 10:52 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/mpegvideo_dec: Don't memset twice
` [FFmpeg-devel] [PATCH 3/4] avcodec/mpegvideo_dec: Remove commented-out legacy cruft
` [FFmpeg-devel] [PATCH 4/4] avcodec/h264_slice: Don't keep AVCodecContext props in sync manually
` [FFmpeg-devel] [PATCH 5/8] avcodec/mpeg12dec: Don't initialize IDCT more than once
` [FFmpeg-devel] [PATCH 6/8] avcodec/mpegvideo_dec: Don't zero context on init failure
` [FFmpeg-devel] [PATCH 7/8] avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init
` [FFmpeg-devel] [PATCH 8/8] avcodec/h263dec, mpeg4videodec: Parse extradata "
[FFmpeg-devel] SDR lib comments
2023-10-02 10:08 UTC (18+ messages) - mbox.gz / Atom
[FFmpeg-devel] VDD 2023, FFmpeg meeting notes, (23-11-2023, 4pm, Dublin)
2023-10-02 9:55 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavformat/svs.c: Numeric Truncation in svs.c:57. Added a checker for valid sample_rate value
2023-10-02 9:15 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/9] lavfi/yadif: update output frame durations
2023-10-02 8:59 UTC (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/9] lavf/demux: restrict video parser duration handling to just GIF
` [FFmpeg-devel] [PATCH 3/9] lavf/gifdec: do not mark as notimestamps
` [FFmpeg-devel] [PATCH 4/9] lavc/mpegvideo_parser: reduce variable scopes
` [FFmpeg-devel] [PATCH 5/9] lavc/mpegvideo_parser: improve exporting field-coding information
` [FFmpeg-devel] [PATCH 6/9] lavc/mpeg4videodec: do not invent a framerate from guessed numbers
` [FFmpeg-devel] [PATCH 7/9] fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats
` [FFmpeg-devel] [PATCH 8/9] fftools/ffmpeg_enc: do not round frame durations prematurely
` [FFmpeg-devel] [PATCH 9/9] fftools/ffmpeg: move derivation of frame duration from filter framerate
[FFmpeg-devel] [freezedetect filter] discard frozen frames option ever added?
2023-10-02 6:06 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavformat/hlsenc: set HTTP options before writing WebVTT HLS playlists
2023-10-02 3:50 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/snow: Move encoder-only stuff out of SnowContext
2023-10-01 20:36 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/snow: Move dsp helper functions to snow_dwt.h
[FFmpeg-devel] [PATCH] avcodec/h2645_parse: Avoid EAGAIN
2023-10-01 19:40 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] swscale/rgb2rgb: R-V V deinterleaveBytes
2023-10-01 18:01 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] swscale/rgb2rgb: fix extra iteration in R-V V interleave
2023-10-01 18:01 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] x86inc: Add REPX macro to repeat instructions/operations
2023-10-01 17:55 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [REFUND-REQUEST] VDD23 Travel
2023-10-01 13:18 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avformat/matroskaenc: Don't create wrong packet durations
2023-10-01 13:08 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/matroskaenc: Write default duration for audio
[FFmpeg-devel] [PATCH] libavformat/hlsenc: set HTTP options before writing WebVTT HLS playlists
2023-10-01 12:43 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [freezedetect filter] discard frozen frames option ever added?
2023-10-01 12:12 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avutil/hwcontext_cuda: check that the SDK defines cuCtxGetCurrent()
2023-10-01 11:39 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavu/float_dsp: avoid reg-stride in R-V V fmul_window
2023-09-30 19:04 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavu/float_dsp: avoid reg-stride in R-V V reverse_fmul
2023-09-30 17:45 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] swscale/rgb2rgb: unroll R-V V interleave_bytes
2023-09-30 17:45 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] vulkan_hevc: handle non-contiguous SPS/PPS/VPS ids
2023-09-30 16:57 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] vulkan_hevc: handle non-contiguous SPS/PPS/VPS ids
2023-09-30 16:42 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avcodec/libkvazaar: Respect codec context color settings
2023-09-30 14:20 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/14] configure: Remove obsolete wmavoice->rdft, dct dependencies
2023-09-30 10:28 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 07/14] avcodec/vorbis: Use void* logctx instead of AVCodecContext*
[FFmpeg-devel] [PATCH] avdevice/lavfi: Fix double-free on error
2023-09-30 9:36 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] swscale/rgb2rgb: rework RISC-V V uyvytoyuv422
2023-09-30 9:01 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] swscale/rgb2rgb: avoid S-regs in "
` [FFmpeg-devel] [PATCH 3/3] swscale/rgb2rgb: unroll "
[FFmpeg-devel] [PATCH v3] avformat/mxfdec: Remove this_partition
2023-09-29 23:32 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ffbuild: Add gzip -n flag to fix reproducible builds
2023-09-29 23:25 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: merge loudnorm filter functionality into f_ebur128.c
2023-09-29 21:46 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/libkvazaar: Respect codec context color settings
2023-09-29 21:12 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avcodec/libkvazaar: Simplified "
[FFmpeg-devel] [PATCH] configure: disable vulkan if min version insufficient
2023-09-29 20:09 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/6] avcodec/osq: Check that pkt_offset does not exceed pkt size
2023-09-29 19:35 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 6/6] avformat/mov: Check avif_info
[FFmpeg-devel] [PATCH 1/5] avcodec/pcm_rechunk_bsf: unref packet before putting a new one in
2023-09-29 19:21 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/5] avformat/mov: Better check for duplicate iloc
[FFmpeg-devel] [REFUND-REQUEST]] VDD'23 Travel
2023-09-29 17:33 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] riscv: factor out the bswap32 assembler
2023-09-29 17:16 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] swscale/rgb2rgb: add R-V Zbb shuffle_bytes_3210
` [FFmpeg-devel] [PATCH 3/3] swscale/rgb2rgb: remove R-V V shuffle_bytes_3012
[FFmpeg-devel] [PATCH] lavc/fmtconvert: unroll R-V V int32_to_float_fmul_scalar
2023-09-29 16:52 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/hls: Re-use crypto URLContext
2023-09-29 16:50 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] lavc/aacpsdsp: simplify R-V V stereo interpolate
2023-09-29 16:26 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] lavc/aacpsdsp: unroll "
` [FFmpeg-devel] [PATCH 3/5] lavc/aacpsdsp: unroll RISC-V V mul_pair_single
` [FFmpeg-devel] [PATCH 4/5] lavc/aacpsdsp: unroll RISC-V V hybrid_analysis_ileave
` [FFmpeg-devel] [PATCH 5/5] lavc/aacpsdsp: unroll RISC-V V hybrid_synthesis_deint
[FFmpeg-devel] [PATCH] avformat/hls: Re-use crypto URLContext
2023-09-29 16:25 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/ffv1*: add more pixel formats support
2023-09-29 16:22 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/isom_tags: add missing CFHD tag
2023-09-29 14:48 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavutil/hwcontext_cuda: fix bug in cuda_device_uninit
2023-09-29 12:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] lavc/libaribcaption.c: add MSZ characters related options
2023-09-29 10:31 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] tests/fate/ffmpeg: replace deprecated -vbsf with -bsf:v
2023-09-29 6:30 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] doc/ffmpeg: expand -bsf documentation
page: next (older) | prev (newer) | 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