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 01/15] configure: Make hls demuxer select AAC, AC3 and EAC3 demuxers
 2024-03-23  2:06 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/15] avformat/hls: Don't access FFInputFormat.raw_codec_id
` [FFmpeg-devel] [PATCH 03/15] avformat/fitsdec: Don't use AVBPrint for temporary storage
` [FFmpeg-devel] [PATCH 04/15] avformat/g722: Inline constants
` [FFmpeg-devel] [PATCH 05/15] avformat/wvedec: Inline constant
` [FFmpeg-devel] [PATCH 06/15] avformat/fsb: Don't set data_offset manually
` [FFmpeg-devel] [PATCH 07/15] avformat/avr: Combine skips
` [FFmpeg-devel] [PATCH 08/15] avformat/wady: "
` [FFmpeg-devel] [PATCH 09/15] avformat/argo_cvg: Avoid relocations for ArgoCVGOverride
` [FFmpeg-devel] [PATCH 10/15] avformat/lafdec: Fix shadowing
` [FFmpeg-devel] [PATCH 11/15] avformat/cdg: Don't store avio_size() return value in int
` [FFmpeg-devel] [PATCH 12/15] avformat/pcmdec: Avoid av_freep(&(void*){NULL})
` [FFmpeg-devel] [PATCH 13/15] avformat/pcmdec: Reindent after the previous commit

[FFmpeg-devel] [PATCH] avformat/mux: Remove check for AVFMT_ALLOW_FLUSH
 2024-03-23  0:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/demux: Restore pkt->stream_index assert check
 2024-03-22 23:41 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/demux: Combine "Packet corrupt" logmessages

[FFmpeg-devel] [PATCH 1/5] avutil/frame: add helper for adding side data w/ AVBufferRef to array
 2024-03-22 23:31 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avutil/frame: add helper to remove side data of a given type from an array
` [FFmpeg-devel] [PATCH 3/5] avutil/mastering_display_metadata: add a new allocator function that returns a size
` [FFmpeg-devel] [PATCH 4/5] avcodec/decode: make the AVFrameSideData helper wrappers not depend on frames
` [FFmpeg-devel] [PATCH 5/5] avcodec/hevcdec: export global side data in AVCodecContext

[FFmpeg-devel] [PATCH 1/3] avformat/cafdec: sanity check channels and bps
 2024-03-22 23:08 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/mov: Do not deallocate heif_item in a input dependant way
` [FFmpeg-devel] [PATCH 3/3] avformat/aiffdec: Check for previously set channels

[FFmpeg-devel] [PATCH] tests: Remove fate-libx265-hdr10
 2024-03-22 22:36 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/libx265: Don't use AVBPrint unnecessarily
 2024-03-22 22:07 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/libx265: Pass logctx as void*, not AVClass**
` [FFmpeg-devel] [PATCH 3/4] avutil/frame: Constify av_frame_side_data_get()
` [FFmpeg-devel] [PATCH 4/4] avutil/frame: Rename av_frame_side_data_get and add wrapper for it
` [FFmpeg-devel] [PATCH 5/5] avutil/frame: Use av_realloc_array(), improve overflow check

[FFmpeg-devel] [PATCH] change av_ts_make_time_string precision
 2024-03-22 21:58 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avutil/timestamp: keep microsecond precision in av_ts_make_time_string

[FFmpeg-devel] [PATCH v3] configure: Explicitly check for static_assert, _Static_assert
 2024-03-22 21:52 UTC  - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] ffmpeg: pass first video AVFrame's side data to encoder
 2024-03-22 21:11 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: propagate colorspace and color_range from buffer filter and between AVFilterLink
 2024-03-22 21:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [RFC] Channels
 2024-03-22 20:58 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/12] tests/fate/ffmpeg: evaluate thread count in fate-run.sh rather than make
 2024-03-22 20:42 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/12] fftools/ffmpeg_demux: only call filter_codec_opts() when we have a decoder
` [FFmpeg-devel] [PATCH 03/12] fftools/cmdutils: do not use a random codec's private options
` [FFmpeg-devel] [PATCH 04/12] fftools/ffmpeg_dec: apply decoder options manually
` [FFmpeg-devel] [PATCH 05/12] fftools/ffmpeg_{demux, dec}: pass -bitexact through DecoderFlags
` [FFmpeg-devel] [PATCH 06/12] fftools/ffmpeg_dec: apply cropping manually
` [FFmpeg-devel] [PATCH 07/12] fftools/ffmpeg_filter: remove display matrix if we have applied it
` [FFmpeg-devel] [PATCH 08/12] lavc/frame_thread_encoder: avoid assigning a whole AVCodecContext
` [FFmpeg-devel] [PATCH 09/12] lavc/decode: move sd_global_map to avcodec
` [FFmpeg-devel] [PATCH 10/12] lavc/encode: map AVCodecContext.decoded_side_data to coded_side_data
` [FFmpeg-devel] [PATCH 11/12] fftools/ffmpeg_enc: stop copying demuxer side data to the muxer
` [FFmpeg-devel] [PATCH 12/12] fftools/ffmpeg_demux: make InputStream.autorotate private

[FFmpeg-devel] [PATCH 1/6] avcodec/liblc3: Add encoding/decoding support of LC3 audio codec
 2024-03-22 18:24 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avformat/lc3: Add file format for LC3/LC3plus transport
` [FFmpeg-devel] [PATCH 3/6] configure: Add option for enabling LC3/LC3plus wrapper
` [FFmpeg-devel] [PATCH 4/6] doc: Add LC3/LC3plus muxer and encoder parameters documentation
` [FFmpeg-devel] [PATCH 5/6] Changelog: Add LC3/LC3plus decoding/encoding support
` [FFmpeg-devel] [PATCH 6/6] MAINTAINERS: Add maintainer for LC3 audio codec wrapper

[FFmpeg-devel] [PATCH] avcodec/libx264: Remove unused variable
 2024-03-22 17:40 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] fftools/ffmpeg_enc: strip DOVI config record for AV1
 2024-03-22 17:04 UTC  (15+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/4] avcodec/libx265: encode dovi RPUs

[FFmpeg-devel] [PATCH] fftools/ffmpeg_enc: Don't call frame_data twice
 2024-03-22 16:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/channel_layout: don't clear the opaque pointer on type conversion
 2024-03-22 16:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [RFC] clarifying the TC conflict of interest rule
 2024-03-22 13:05 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6] avcodec/libx264: fix extradata when config annexb=0
 2024-03-22 12:50 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/13] avformat/mp3enc: Improve query_codec
 2024-03-22 12:13 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v10 00/14] encoder AVCodecContext configuration side data
 2024-03-22 12:05 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v10 14/14] avcodec/libx265: add support for writing out CLL and MDCV

[FFmpeg-devel] [PATCH] doc/ffmpeg: mention how to pass options to loopback decoders
 2024-03-22 10:47 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavc/vvc_parser: small cleanup for style
 2024-03-22 10:35 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavf/movenc: "

[FFmpeg-devel] [PATCH] [v4] avcodec/vaapi_encode: add customized surface alignment
 2024-03-22 10:35 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: enable UDP IPv6 multicast interface selection
 2024-03-22 10:16 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH v4 00/13] AFGS1 film grain support
 2024-03-22  9:56 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 09/13] avutil/film_grain_params: add av_film_grain_params_select()

[FFmpeg-devel] [PATCH v2] configure: Explicitly check for static_assert
 2024-03-22  7:47 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] lavc/vp9dsp: R-V mc copy_avg
 2024-03-22  6:12 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 7/7] lavc/vp9dsp: R-V V mc tap hv
 2024-03-22  6:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 6/7] lavc/vp9dsp: R-V V mc bilin hv
 2024-03-22  6:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 5/7] lavc/vp9dsp: R-V V mc tap v
 2024-03-22  6:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 4/7] lavc/vp9dsp: R-V V mc bilin v
 2024-03-22  6:04 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/7] lavc/vp9dsp: R-V V mc tap h
 2024-03-22  6:04 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/7] lavc/vp9dsp: R-V V mc bilin h
 2024-03-22  6:04 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 4/4] lavc/vp9dsp: R-V V ipred tm
 2024-03-22  6:03 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/4] lavc/vp9dsp: R-V V ipred hor
 2024-03-22  6:02 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/4] lavc/vp9dsp: R-V V ipred vert
 2024-03-22  6:02 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] lavc/vp9dsp: R-V V ipred dc
 2024-03-22  6:02 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/3] lavc/vp8dsp: R-V V put_epel hv
 2024-03-22  6:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] lavc/vp8dsp: R-V V put_epel v
 2024-03-22  6:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V put_epel h
 2024-03-22  6:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/community: rule to avoid conflict of interest and prejudice in TC
 2024-03-22  4:24 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc: Add libtoch backend option to dnn_processing
 2024-03-22  1:55 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/af_volumedetect.c: Add 32bit float audio support
 2024-03-21 20:30 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/jpegxl_anim_dec: set pos for generic index
 2024-03-21 20:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/hevc_ps: fix setting HEVCHdrParams fields
 2024-03-21 17:14 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/hevc_ps: use bitfields to slightly reduce the size of some structs

[FFmpeg-devel] [PATCH v7 0/5] RCWT Closed Captions demuxer (meta)
 2024-03-21 16:53 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 1/5] avformat/subtitles: extend ff_subtitles_queue_insert() to support empty events
` [FFmpeg-devel] [PATCH v7 2/5] avformat/rcwtdec: add RCWT Closed Captions demuxer
  ` [FFmpeg-devel] [PATCH v8] "
` [FFmpeg-devel] [PATCH v7 3/5] avformat/rcwtenc: remove repeated documentation
` [FFmpeg-devel] [PATCH v7 4/5] doc/muxers: refresh the RCWT muxer's doc to be consistent with the demuxer
` [FFmpeg-devel] [PATCH v7 5/5] doc/indevs: update CC extraction example to use RCWT muxer

[FFmpeg-devel] [PATCH] configure: Explicitly check for static_assert
 2024-03-21 15:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] [FFmpeg-devel, v3] avcodec/vaapi_encode: add customized surface alignment
 2024-03-21 15:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] [FFmpeg-devel, v2] avcodec/vaapi_encode: add customized surface alignment
 2024-03-21 15:10 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/jpeg2000htdec: Check M_b / magp before using it in a shift
 2024-03-21 15:07 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/flvenc: Avoid avio_write(pb, "", 0)
 2024-03-21 13:17 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/hevc_ps: allocate only the required HEVCHdrParams within a VPS
 2024-03-21 12:54 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/riff: pass an AVFormatContext explicitly to ff_get_wav_header
 2024-03-21 10:26 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/riffdec: follow the MS docs more strictly for setting wav channel layouts

[FFmpeg-devel] [FFmpeg-cvslog] fftools/ffmpeg: add loopback decoding
 2024-03-21 10:22 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] V2 tests/fate/filter-audio.mak: add test for ATEMPO audio filter
 2024-03-21 10:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/fate/filter-audio.mak: add test for ATEMPO audio filter
 2024-03-21  6:15 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/mscc: move frame allocates to later
 2024-03-21  3:55 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avformat/iamf_reader: return REDO on failure to read
` [FFmpeg-devel] [PATCH 3/4] avcodec/cbs_h266_syntax_template: Check tile_y
` [FFmpeg-devel] [PATCH 4/4] avformat/iamf: Check language_label

[FFmpeg-devel] [PATCH] Changelog: Add libtorch
 2024-03-21  2:48 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] Changelog: Add libtorch
 2024-03-21  2:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] sizeof(HEVCVPS)
 2024-03-21  0:31 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2 v2] configure: make the C and C++ standard settable
 2024-03-20 20:08 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2 v3] "

[FFmpeg-devel] [PATCH 1/2] avfilter: mark scale2ref as supporting dynamic sizes
 2024-03-20 19:55 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/vf_scale2ref: switch to FFFrameSync

[FFmpeg-devel] [PATCH 1/3] avformat/wady: Check >0 samplerate and channels 1 || 2
 2024-03-20 19:51 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] Revert "avcodec/h264_mp4toannexb_bsf: fix missing PS before IDR frames"

[FFmpeg-devel] [PATCH v6 0/4] RCWT Closed Captions demuxer (meta)
 2024-03-20 18:06 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 1/4] avformat/rcwtdec: add RCWT Closed Captions demuxer
` [FFmpeg-devel] [PATCH v6 3/4] doc/{muxers, demuxers}: add RCWT demuxer doc and refresh the muxer's doc to be consistent

[FFmpeg-devel] [PATCH 3/4] doc/muxers: add gxf
 2024-03-20 16:47 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 4/4] doc/muxers: add hds
 2024-03-20 16:29 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/4] lavf/gcfenc: return proper error codes in case of failure
 2024-03-20 16:29 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] lavf/gxfenc: consistently use snake_case in function names
 2024-03-20 16:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc: Fix check whether QG is in first tile col
 2024-03-20 14:30 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] avformat/rcwtdec: add RCWT Closed Captions demuxer
 2024-03-20 14:13 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 1/4] "
  ` [FFmpeg-devel] [PATCH v5 4/4] doc/indevs: update CC extraction example to use RCWT muxer

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