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/6] avfilter/af_channelmap: fix error message if FL source channel was missing
 2024-03-19 21:15 UTC  (3+ 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] libavutil/timestamp.h: Fix loss of precision in timestamps for silencedetect on long files
 2024-03-19 21:14 UTC  (10+ 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 v4 0/4] Fix some active sequences in subtitles
 2024-03-19 20:59 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/vvc: Fix check whether QG is in first tile col
 2024-03-19 19:47 UTC  - 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/4] fftools/ffmpeg_enc: strip DOVI config record for AV1
 2024-03-19 19:16 UTC  (4+ 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 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] [PATCH 1/2] configure: make the C and C++ standard settable
 2024-03-19 18:58 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] configure: check for C17 by default

[FFmpeg-devel] Add protocol for Android content providers
 2024-03-19 17:49 UTC  (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] Add protocol for Android content providers (v2)
  ` [FFmpeg-devel] [PATCH v2 2/6] avformat: add Android content resolver protocol support
  ` [FFmpeg-devel] Add protocol for Android content providers (v4)
    ` [FFmpeg-devel] [PATCH v4 1/6] avcodec: add av_jni_{get, set}_android_app_ctx helper
    ` [FFmpeg-devel] [PATCH v4 2/6] avformat: add Android content resolver protocol support
    ` [FFmpeg-devel] [PATCH v4 3/6] avcodec/jni: use size_t to store structure offsets
    ` [FFmpeg-devel] [PATCH v4 4/6] avcodec/jni: remove unnecessary NULL checks before calling DeleteLocalRef()
    ` [FFmpeg-devel] [PATCH v4 5/6] avcodec/mediacodec_wrapper: use an OFFSET() macro where relevant
    ` [FFmpeg-devel] [PATCH v4 6/6] avcodec/mediacodec_wrapper: remove unnecessary NULL checks before calling Delete{Global, Local}Ref()

[FFmpeg-devel] [PATCH v3 5/6] avformat/rcwtdec: add RCWT Closed Captions demuxer
 2024-03-19 17:39 UTC  (9+ 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] 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 v3 1/2] ffmpeg: set extra_hw_frames to account for frames held in queues
 2024-03-19  4:16 UTC  (6+ 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/3] avformat/iamfenc: Remove always-false check
 2024-03-19  3:30 UTC  (3+ 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] 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] avformat: enable UDP IPv6 multicast interface selection
 2024-03-19  1:23 UTC  (4+ 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] [PATCH v10 00/14] encoder AVCodecContext configuration side data
 2024-03-18 21:31 UTC  (15+ 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 v3 1/2] lavc/vaapi_encode_h265: Map HEVC AV REXT profile to VA REXT profile
 2024-03-18 21:22 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] lavc/vaapi_encode_h265: Set general_*_constriaint flags with profile

[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

[FFmpeg-devel] [PATCH] tests/ref/lavf-fate/hevc.flv: Fix ref file
 2024-03-18 11:09 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] duplicate symbol '_dec_init' in: fftools/ffmpeg_dec.o
 2024-03-18 10:52 UTC  (18+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate/lavf-container: correct operator; unbreak build
 2024-03-18 10:44 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Changelog: Add Support PacketTypeMetadata of PacketType in enhanced flv
 2024-03-18 10:40 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 1/3] avformat/flvdec: support enhanced flv PacketTypeMetadata
 2024-03-18  9:19 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] lavfi/tonemap_vaapi: By default use bt709 for output frame
 2024-03-18  8:12 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] lavfi/tonemap_vaapi: Update the log
` [FFmpeg-devel] [PATCH 3/3] lavfi/tonemap_vaapi: Add support for HDR to HDR tone mapping

[FFmpeg-devel] [PATCH] lavu/hwcontext_vulkan: check both vendor and PCI IDs
 2024-03-18  7:29 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] lavfi: Add pad_vaapi filter
 2024-03-18  6:06 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] lavfi: Add drawbox_vaapi filter
` [FFmpeg-devel] [PATCH 3/3] Changelog: Add pad_vaapi, drawbox_vaapi entry

[FFmpeg-devel] [PATCH v3] lavc/vaapi_encode: Enable block level bitrate control
 2024-03-18  6:05 UTC  (3+ messages) - mbox.gz / Atom

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

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

[FFmpeg-devel] [RFC PATCH] avformat/rtpdec: Audio level RTP extension RFC6464
 2024-03-18  2:20 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avformat/aeadec: Export title
 2024-03-18  0:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov_chan: respect channel order when parsing and creating chan atom
 2024-03-17 23:57 UTC  (3+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH] libavcodec/amfenc: Update AMF encoder options
 2024-03-17 17:07 UTC  (2+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH 1/3] lavc/vp8dsp: R-V V put_bilin_h
 2024-03-17 16:42 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] tools/target_dem_fuzzer: add libavformat/demux.h
 2024-03-17 15:12 UTC  (2+ messages) - mbox.gz / Atom

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