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/3] lavfi: Add pad_vaapi filter
 2024-03-18  6:06 UTC  - mbox.gz / Atom

[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] lavu/hwcontext_vulkan: check both vendor and PCI IDs
 2024-03-18  5:57 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/2] ffmpeg: set extra_hw_frames to account for frames held in queues
 2024-03-18  5:53 UTC  (4+ 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 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] [PATCH v3 1/2] lavc/vaapi_encode_h265: Map HEVC AV REXT profile to VA REXT profile
 2024-03-18  4:21 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/2] lavc/vaapi_encode_h265: Set general_*_constriaint flags with profile

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

[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  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/aeadec: Use sample rate as time base
` [FFmpeg-devel] [PATCH 3/3] fate/atrac: Add atrac->aea, atrac->matroska remux tests

[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] libavutil/timestamp.h: Fix loss of precision in timestamps for silencedetect on long files
 2024-03-17 23:43 UTC  (9+ 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] Add protocol for Android content providers
 2024-03-17 22:43 UTC  (15+ 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 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 1/2] avformat/riff: pass an AVFormatContext explicitly to ff_get_wav_header
 2024-03-17 19:57 UTC  (2+ 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] 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  (6+ 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  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/iff: dont add into unused pointers
` [FFmpeg-devel] [PATCH 3/3] tools/target_dec_fuzzer: adjust threshold for AV_CODEC_ID_IFF_ILBM

[FFmpeg-devel] [PATCH 1/3] avutil/hwcontext_d3d11va: remove check for d3d11 debug layer dll
 2024-03-17 15:11 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avutil/hwcontext_d3d11va: prefer DXGI 1.1 factory when available
` [FFmpeg-devel] [PATCH 3/3] avutil/hwcontext_d3d11va: add logging to dxgi debug interfaces

[FFmpeg-devel] [PATCH 1/3] fate/lavf-audio: Test writing AIFF-native tags
 2024-03-17 14:48 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/hash: Avoid relocations for hash names
 2024-03-17 14:47 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/mips/aaccoder_mips: Remove MIPS-specific aaccoder
 2024-03-17 14:47 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ccaption_dec: Use static_assert instead of _Static_assert
 2024-03-17 14:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/aeaenc: Fix printf-specifier
 2024-03-17 14:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/crypto: Avoid cast, use proper printf specifier
 2024-03-17 14:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/x86util: Fix broken pre-SSE4.1 PMINSD emulation
 2024-03-17 13:24 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/9] avcodec/bsf/pcm_rechunk: reorder supported codec list
 2024-03-17 12:44 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
  ` [FFmpeg-devel] [PATCH v2 9/9] avformat/pcm: decrease target audio frame per sec to 10

[FFmpeg-devel] [PATCH v3 5/6] avformat/rcwtdec: add RCWT Closed Captions demuxer
 2024-03-17  4:29 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4] "

[FFmpeg-devel] [PATCH v3 0/6] Closed Captions improvements (phase 1)
 2024-03-17  4:27 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 3/6] avcodec/ccaption_dec: ignore leading non-breaking spaces

[FFmpeg-devel] [PATCH v5] avcodec/libx264: fix extradata when config annexb=0
 2024-03-17  3:46 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6] avcodec/libx264: fix extradata when config annexb=0
 2024-03-17  3:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/hls: update current segment reference before use
 2024-03-17  2:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] avcodec/h2645_sei: validate Mastering Display Colour Volume SEI values
 2024-03-17  2:17 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Change rdiv (vf_convolution) documentation to reflect actual behavior
 2024-03-16 21:05 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] doc/filters: "

[FFmpeg-devel] [PATCH] x86: Update x86inc.asm
 2024-03-16 19:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avformat/iamf: Mark symbols as hidden
 2024-03-16 19:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mxfdec: signal channel layouts using the new channel layout api
 2024-03-16 18:59 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] Fixes #10509
 2024-03-16 18:56 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vvcdec: Mark as experimental
 2024-03-16 14:50 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mpegtsenc: correct bitstream check
 2024-03-16  9:01 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 7/9] avformat/pcm: factorize and improve determining the default packet size
 2024-03-16  8:45 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 "

[FFmpeg-devel] [PATCH 1/7] avutil/channel_layout: add AV_CHANNEL_LAYOUT_RETYPE_FLAG_CANONICAL
 2024-03-16  8:34 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] Add optimization in swscale for LA
 2024-03-16  6:22 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] swscale: [LA] Optimize range convert for yuvj420p
` [FFmpeg-devel] [PATCH 2/3] swscale: [LA] Optimize yuv2plane1_8_c
` [FFmpeg-devel] [PATCH 3/3] swscale: [LA] Optimize swscale funcs in input.c

[FFmpeg-devel] [PATCH] tools/target_dec_fuzzer: force experimental flag for decoders that need it
 2024-03-16  1:35 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavfilter: add PipeWire-based grab
 2024-03-15 16:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: enable UDP IPv6 multicast interface selection
 2024-03-15 16:26 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/26] fate/aac: add missing aresample filter dependency
 2024-03-15 14:59 UTC  (28+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/26] fate/ac3: "
` [FFmpeg-devel] [PATCH 03/26] fate/adpcm: "
` [FFmpeg-devel] [PATCH 04/26] fate/alac: "
` [FFmpeg-devel] [PATCH 05/26] fate/amrnb: "
` [FFmpeg-devel] [PATCH 06/26] fate/amrwb: "
` [FFmpeg-devel] [PATCH 07/26] fate/atrac: "
` [FFmpeg-devel] [PATCH 08/26] fate/audio: "
` [FFmpeg-devel] [PATCH 09/26] fate/demux: "
` [FFmpeg-devel] [PATCH 10/26] fate/fate-container: "
` [FFmpeg-devel] [PATCH 11/26] fate/filter-audio: "
` [FFmpeg-devel] [PATCH 12/26] fate/ffmpeg: "
` [FFmpeg-devel] [PATCH 13/26] fate/gapless: "
` [FFmpeg-devel] [PATCH 14/26] fate/iamf: "
` [FFmpeg-devel] [PATCH 15/26] fate/libswresample: "
` [FFmpeg-devel] [PATCH 16/26] fate/lossless-audio: "
` [FFmpeg-devel] [PATCH 17/26] fate/monkeysaudio: "
` [FFmpeg-devel] [PATCH 18/26] fate/mov: "
` [FFmpeg-devel] [PATCH 19/26] fate/mp3: "
` [FFmpeg-devel] [PATCH 20/26] fate/mpc: "
` [FFmpeg-devel] [PATCH 21/26] fate/pcm: "
` [FFmpeg-devel] [PATCH 22/26] fate/real: "
` [FFmpeg-devel] [PATCH 23/26] fate/vorbis: "
` [FFmpeg-devel] [PATCH 24/26] fate/voice: "
` [FFmpeg-devel] [PATCH 25/26] fate/vqf: "
` [FFmpeg-devel] [PATCH 26/26] fate/wmavoice: "

[FFmpeg-devel] [PATCH] avcodec/tests/snowenc: Fix mixed declaration and code
 2024-03-15 14:27 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 0/9] AFGS1 film grain support
 2024-03-15 12:25 UTC  (15+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/9] avutil/film_grain_params: add extra AFGS1 metadata
` [FFmpeg-devel] [PATCH v3 2/9] avcodec/av1dec: initialize AFGS1 VSC metadata
` [FFmpeg-devel] [PATCH v3 3/9] avcodec/libdav1d: "
` [FFmpeg-devel] [PATCH v3 4/9] avutil/frame: clarify AV_FRAME_DATA_FILM_GRAIN_PARAMS usage
` [FFmpeg-devel] [PATCH v3 5/9] avutil/film_grain_params: add av_film_grain_params_select()
` [FFmpeg-devel] [PATCH v3 6/9] avcodec/aom_film_grain: add AOM film grain synthesis
` [FFmpeg-devel] [PATCH v3 7/9] avcodec/aom_film_grain: implement AFGS1 parsing
` [FFmpeg-devel] [PATCH v3 8/9] avcodec/h2645_sei: decode AFGS1 T.35 SEI
` [FFmpeg-devel] [PATCH v3 9/9] avcodec/hevcdec: apply AOM film grain synthesis

[FFmpeg-devel] [PATCH] configure: Remove av_restrict
 2024-03-15 11:45 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/4] avcodec/aom_film_grain: add AOM film grain synthesis
 2024-03-15 10:17 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/audiogen: Fix total RIFF chunk size
 2024-03-15  8:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6] libavfi/dnn: add LibTorch as one of DNN backend
 2024-03-15  7:56 UTC  (3+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH] lavu/hwcontext_qsv: Join the download/upload session to the main session
 2024-03-15  2:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/qsvdec: Do not print warning when draining cached frames
 2024-03-15  2:51 UTC  (2+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH v1] lavc/vaapi_decode: Don't update buffer number if allocataion fail
 2024-03-15  2:24 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5] libavfi/dnn: add LibTorch as one of DNN backend
 2024-03-15  2:01 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tools/target_dec_fuzzer: force experimental flag for VVC
 2024-03-14 22:57 UTC  (2+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH] avformat/internal: Remove declaration for ff_format_io_close_default()
 2024-03-14 21:42 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