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 1/4] avcodec/jpeg2000htdec: Check M_b / magp before using it in a shift
 2024-03-20 20:35 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/vmixdec: Check shift before use
` [FFmpeg-devel] [PATCH 3/4] tools/target_dec_fuzzer: Adjust RKA threshold up further
` [FFmpeg-devel] [PATCH 4/4] avformat/id3v2: read_uslt() check for the amount read

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

[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  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/mov: Check sample_count and auxiliary_info_default_size to be 0
` [FFmpeg-devel] [PATCH 3/3] Revert "avcodec/h264_mp4toannexb_bsf: fix missing PS before IDR frames"

[FFmpeg-devel] [PATCH] libavutil/timestamp.h: Fix loss of precision in timestamps for silencedetect on long files
 2024-03-20 19:51 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] When the silencedetect filter is run against long files, the output timestamps gradually lose precision as the scan proceeds further into the file. This is because the output is formatted (in libavutil/timestamp.h) as "%.6g", which limits the total field length. Eventually, for offsets greater than 100000 seconds (about 28 hours), fractions of a second disappear altogether, and the timestamps are logged as whole seconds
    ` [FFmpeg-devel] [PATCH] change av_ts_make_time_string precision
            ` [FFmpeg-devel] [PATCH] avutil/timestamp: keep microsecond precision in av_ts_make_time_string

[FFmpeg-devel] [PATCH 1/4] fftools/ffmpeg_enc: strip DOVI config record for AV1
 2024-03-20 19:30 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/dovi_rpu: implement T.35 payload synthesis
` [FFmpeg-devel] [PATCH 3/4] avcodec/libaomenc: encode dovi RPUs as T.35 metadata
` [FFmpeg-devel] [PATCH 4/4] avcodec/libx265: encode dovi RPUs

[FFmpeg-devel] [PATCH v6 0/4] RCWT Closed Captions demuxer (meta)
 2024-03-20 18:06 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 1/4] avformat/rcwtdec: add RCWT Closed Captions demuxer
` [FFmpeg-devel] [PATCH v6 2/4] avformat/rcwtenc: remove repeated documentation
` [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 v6 4/4] doc/indevs: update CC extraction example to use RCWT muxer

[FFmpeg-devel] [PATCH v10 00/14] encoder AVCodecContext configuration side data
 2024-03-20 17:34 UTC  (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v10 01/14] avutil/frame: split side data list wiping out to non-AVFrame function
` [FFmpeg-devel] [PATCH v10 02/14] avutil/frame: add helper for freeing arrays of side data
` [FFmpeg-devel] [PATCH v10 03/14] avutil/frame: split side_data_from_buf to base and AVFrame func
` [FFmpeg-devel] [PATCH v10 04/14] avutil/frame: split side data removal out to non-AVFrame function
` [FFmpeg-devel] [PATCH v10 05/14] avutil/frame: add helper for adding side data to array
` [FFmpeg-devel] [PATCH v10 06/14] avutil/frame: add helper for adding existing "
` [FFmpeg-devel] [PATCH v10 07/14] avutil/frame: add helper for adding side data w/ AVBufferRef "
` [FFmpeg-devel] [PATCH v10 08/14] avutil/frame: add helper for getting side data from array
` [FFmpeg-devel] [PATCH v10 09/14] {avutil/version, APIchanges}: bump, document new AVFrameSideData functions
` [FFmpeg-devel] [PATCH v10 10/14] avcodec: add frame side data array to AVCodecContext
` [FFmpeg-devel] [PATCH v10 11/14] ffmpeg: pass first video AVFrame's side data to encoder
` [FFmpeg-devel] [PATCH v10 12/14] avcodec/libsvtav1: add support for writing out CLL and MDCV
` [FFmpeg-devel] [PATCH v10 13/14] avcodec/libx264: "
` [FFmpeg-devel] [PATCH v10 14/14] avcodec/libx265: "

[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] Changelog: Add libtorch
 2024-03-20 14:42 UTC  (2+ messages) - 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 v3 5/6] avformat/rcwtdec: add RCWT Closed Captions demuxer
 2024-03-20 14:13 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4] "
      ` [FFmpeg-devel] [PATCH v5 1/4] "
        ` [FFmpeg-devel] [PATCH v5 2/4] avformat/rcwtenc: remove repeated documentation
        ` [FFmpeg-devel] [PATCH v5 3/4] doc/muxers: refresh and simplify RCWT muxer documentation
        ` [FFmpeg-devel] [PATCH v5 4/4] doc/indevs: update CC extraction example to use RCWT muxer

[FFmpeg-devel] [PATCH] avformat: enable UDP IPv6 multicast interface selection
 2024-03-20 12:35 UTC  (11+ messages) - mbox.gz / Atom
      ` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 01/13] avformat/mp3enc: Improve query_codec
 2024-03-20 11:23 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/13] libavformat/westwood_audenc: Use proper logcontext
` [FFmpeg-devel] [PATCH 03/13] avformat/mux: Rename FF_FMT_ALLOW_FLUSH->FF_OFMT_FLAG_ALLOW_FLUSH
` [FFmpeg-devel] [PATCH 04/13] avformat/codec2: Don't allocate Codec2Context for muxer
` [FFmpeg-devel] [PATCH 05/13] avformat/amr: Move write_header closer to muxer definition
` [FFmpeg-devel] [PATCH 06/13] avformat/mux_utils: Don't report that AV_CODEC_ID_NONE can be muxed
` [FFmpeg-devel] [PATCH 07/13] fate/filter-audio: Don't use pcm output for channelsplit test
` [FFmpeg-devel] [PATCH 08/13] avformat/mux: Add flag for "not more than one stream of each type"
` [FFmpeg-devel] [PATCH 09/13] avformat: Enforce one-stream limit where appropriate
` [FFmpeg-devel] [PATCH 10/13] avformat/mux: Add flag for "only default codecs allowed"
` [FFmpeg-devel] [PATCH 11/13] avformat/ttmlenc: Avoid unnecessary block
` [FFmpeg-devel] [PATCH 12/13] avformat: Enforce codec_id where appropriate
` [FFmpeg-devel] [PATCH 13/13] avformat: Make init function out of write_header functions if possible

[FFmpeg-devel] [PATCH v3 1/2] lavc/vaapi_encode_h265: Map HEVC AV REXT profile to VA REXT profile
 2024-03-20  8:44 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] lavc/vaapi_encode_h265: Set general_*_constriaint flags with profile

[FFmpeg-devel] [PATCH 1/3] avformat/iamfenc: Remove always-false check
 2024-03-20  2:23 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/iamfenc: Align check and error message
` [FFmpeg-devel] [PATCH 3/3] avformat/iamfenc: Remove unused headers

[FFmpeg-devel] [PATCH v3 1/2] lavc/cbs_av1: fill in ref_frame_sign_bias and order_hints
 2024-03-19 23:33 UTC  (5+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v3 2/2] lavc/vulkan_av1: port to the new stable API

[FFmpeg-devel] [PATCH v3 1/2] ffmpeg: set extra_hw_frames to account for frames held in queues
 2024-03-19 23:18 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] lavc/get_buffer: Add a warning on failed allocation from a fixed pool

[FFmpeg-devel] [PATCH 1/2] configure: make the C and C++ standard settable
 2024-03-19 21:31 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] configure: check for C17 by default

[FFmpeg-devel] [PATCH 1/6] avfilter/af_channelmap: fix error message if FL source channel was missing
 2024-03-19 21:15 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avfilter/af_channelmap: fix mapping if in_channel was a string but out_channel was not specified
` [FFmpeg-devel] [PATCH 3/6] avfilter/af_channelmap: disallow channel index 64
` [FFmpeg-devel] [PATCH 4/6] avfilter/af_channelmap: factorize checking indexes against a channel layout
` [FFmpeg-devel] [PATCH 5/6] avfilter/af_channelmap: add some additional checks for the mappings
` [FFmpeg-devel] [PATCH 6/6] doc/filters: extend af_channelmap documentation

[FFmpeg-devel] [PATCH v4 0/4] Fix some active sequences in subtitles
 2024-03-19 20:59 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffplay: use correct buffersink channel layout parameters
 2024-03-19 19:47 UTC  (3+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH 1/3] libavcodec/h2645_sei: export raw LCEVC metadata
 2024-03-19 19:07 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avfilter: add an LCEVC decoding filter
` [FFmpeg-devel] [PATCH 3/3] fftools/ffmpeg: auto insert enhancement filters when available

[FFmpeg-devel] Add protocol for Android content providers (v2)
 2024-03-19 17:49 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] Add protocol for Android content providers (v4)

[FFmpeg-devel] [PATCH] doc/muxers: add flac
 2024-03-19 16:31 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] avcodec/mpeg12dec: extract only one type of CC substream
 2024-03-19 16:30 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/ffmpeg: mention how to pass options to loopback decoders
 2024-03-19 14:58 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/14] avcodec/vvcdec: support subpicture
 2024-03-19 14:22 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] libavformat/libsrt.c: Add statistics option to output SRT statistics with av_log()
 2024-03-19 11:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/libsrt.c Add statistics option to output SRT statistics with av_log()
 2024-03-19 11:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 0/1] avformat/demux: Add durationprobesize AVOption
 2024-03-19 11:06 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/1] "

[FFmpeg-devel] [PATCH v6] libavfi/dnn: add LibTorch as one of DNN backend
 2024-03-19 10:33 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] x86: Update x86inc.asm
 2024-03-19 10:20 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: enable UDP IPv6 multicast interface selection
 2024-03-19  9:40 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/d3d12va_decode: remove extra spaces for declaration
 2024-03-19  8:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] avcodec/cbs_vp8: Improve the bitstream position check
 2024-03-19  6:39 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/cbs_vp8: Improve the bitstream position check
 2024-03-19  6:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/flvenc: Avoid avio_write(pb, "", 0)
 2024-03-19  3:29 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/fate: advise on --assert-level=2
 2024-03-19  2:36 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check PCI ID if possible
 2024-03-19  1:41 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/1] avformat/demux: Fix accurate probing of durations in mpegts/ps
 2024-03-18 22:23 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/1] "

[FFmpeg-devel] Fixes #10509
 2024-03-18 17:04 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 00/13] AFGS1 film grain support
 2024-03-18 16:54 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 01/13] avutil/film_grain_params: add metadata to common struct
` [FFmpeg-devel] [PATCH v4 02/13] avutil/film_grain_params: initialize VCS to UNSPECIFIED
` [FFmpeg-devel] [PATCH v4 03/13] avfilter/vf_showinfo: adapt to new AVFilmGrainParams
` [FFmpeg-devel] [PATCH v4 04/13] ffprobe: "
` [FFmpeg-devel] [PATCH v4 05/13] avcodec/h2645_sei: signal new AVFilmGrainParams members
` [FFmpeg-devel] [PATCH v4 06/13] avcodec/av1dec: "
` [FFmpeg-devel] [PATCH v4 07/13] avcodec/libdavv1d: "
` [FFmpeg-devel] [PATCH v4 08/13] avutil/frame: clarify AV_FRAME_DATA_FILM_GRAIN_PARAMS usage
` [FFmpeg-devel] [PATCH v4 09/13] avutil/film_grain_params: add av_film_grain_params_select()
` [FFmpeg-devel] [PATCH v4 10/13] avcodec/aom_film_grain: add AOM film grain synthesis
` [FFmpeg-devel] [PATCH v4 11/13] avcodec/aom_film_grain: implement AFGS1 parsing
` [FFmpeg-devel] [PATCH v4 12/13] avcodec/h2645_sei: decode AFGS1 T.35 SEI
` [FFmpeg-devel] [PATCH v4 13/13] avcodec/hevcdec: apply AOM film grain synthesis

[FFmpeg-devel] [PATCH] Changelog: mention ffplay with hwaccel decoding support
 2024-03-18 15:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/14] avcodec/vvcdec: NoBackwardPredFlag, only check active pictures
 2024-03-18 14:16 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/14] avcodec/cbs_h266: fix sh_collocated_from_l0_flag and sh_collocated_ref_idx infer
` [FFmpeg-devel] [PATCH 03/14] avcodec/vvcdec: support rectangular single-slice subpics
` [FFmpeg-devel] [PATCH 04/14] avcodec/vvcdec: derive subpic postion for PPS
` [FFmpeg-devel] [PATCH 05/14] avcodec/vvcdec: ff_vvc_decode_neighbour, support subpicture
` [FFmpeg-devel] [PATCH 06/14] avcodec/vvcdec: misc, rename x_ctb, y_ctb, ctu_x, ctu_y to rx, ry to avoid misleading
` [FFmpeg-devel] [PATCH 07/14] avcodec/vvcdec: refact out deblock_is_boundary
` [FFmpeg-devel] [PATCH 08/14] avcodec/vvcdec: deblock, support subpicture
` [FFmpeg-devel] [PATCH 09/14] avcodec/vvcdec: refact, movie the lc->sc assignment to task_run_stage to simplify the code
` [FFmpeg-devel] [PATCH 10/14] avcodec/vvcdec: sao, refact out tile_edge arrays
` [FFmpeg-devel] [PATCH 11/14] avcodec/vvcdec: sao, support subpicture
` [FFmpeg-devel] [PATCH 12/14] avcodec/vvcdec: alf, "
` [FFmpeg-devel] [PATCH 13/14] avcodec/vvcdec: mvs, "
` [FFmpeg-devel] [PATCH 14/14] avcodec/vvcdec: inter prediction, "

[FFmpeg-devel] [PATCH 1/3] avutil/hwcontext_d3d11va: remove check for d3d11 debug layer dll
 2024-03-18 12:33 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] avutil/hwcontext_d3d11va: add logging to dxgi debug interfaces

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