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 v15 0/4] Jpeg XL Patch Set
 2022-05-05 11:13 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v15 4/4] avformat/image2: add Jpeg XL as image2 format

[FFmpeg-devel] [PATCH v3 1/4] avutil/hwcontext_qsv: derive QSV frames to D3D11VA frames
 2022-05-05 10:53 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/4] avutil/hwcontext_d3d11va: pass the format value from outside for staging texture
` [FFmpeg-devel] [PATCH v3 3/4] avutil/hwcontext_qsv: map QSV frames to D3D11VA frames
` [FFmpeg-devel] [PATCH v3 4/4] avutil/hwcontext_qsv: map D3D11VA frames to QSV frames

[FFmpeg-devel] [PATCH 1/3] lavc/pgs_frame_merge_bsf: add bsf to merge PGS segments
 2022-05-05 10:21 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] lavf/matroskaenc: enable PGS merge auto bsf
` [FFmpeg-devel] [PATCH 3/3] fate/matroska: Add tests for muxing PGS into Matroska

[FFmpeg-devel] [PATCH v2 1/5] avutil/hwcontext_d3d11va: fix the uninitialized texture bindflag
 2022-05-05  9:50 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 3/5] avutil/hwcontext_d3d11va: add a format check for staging texture

[FFmpeg-devel] [PATCH v6 1/2] lavc/vaapi_encode: add support for maxframesize
 2022-05-05  9:09 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 1/2] lavc/vaapi_encode: add support for maxframesize
 2022-05-05  9:07 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 2/2] doc/vaapi_encode: add documentations for max_frame_size

[FFmpeg-devel] [PATCH v2] libavcodec/cbs_av1: Add size check before parse obu
 2022-05-05  3:55 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/10] avfilter/af_afir: Only keep DSP stuff in header
 2022-05-05  1:55 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/10] avfilter/af_afir: Move ff_afir_init() to header
` [FFmpeg-devel] [PATCH 03/10] avfilter/vf_blend: Move ff_blend_init into a header
` [FFmpeg-devel] [PATCH 04/10] avfilter/vf_eq: Move ff_nlmeans_init "
` [FFmpeg-devel] [PATCH 05/10] avfilter/vf_gblur: Move ff_gblur_init "
` [FFmpeg-devel] [PATCH 06/10] avfilter/vf_hflip: Move ff_hflip_init "
` [FFmpeg-devel] [PATCH 07/10] avfilter/vf_nlmeans: Move ff_nlmeans_init "
` [FFmpeg-devel] [PATCH 08/10] avfilter/vf_threshold: Move ff_threshold_init "
` [FFmpeg-devel] [PATCH 09/10] avcodec/v210_dec: Move ff_v210dec_init "
` [FFmpeg-devel] [PATCH 10/10] avcodec/v210_enc: Move ff_v210enc_init "

[FFmpeg-devel] PATCH - libmad MP3 decoding support
 2022-05-04 23:47 UTC  - mbox.gz / Atom

[FFmpeg-devel] FFmpeg 4.2 / 3.4 / 3.2 / 2.8
 2022-05-04 21:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add multiply video filter
 2022-05-04 19:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/3] avformat/movenc: Add support for AVIF muxing
 2022-05-04 17:15 UTC  (12+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/7] Add UUID functionality to libavutil
 2022-05-04 16:21 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 5/7] avcodec/cbs_sei: refactor to use avutil/uuid

[FFmpeg-devel] [PATCH 1/3] avfilter/vf_libplacebo: Match AV_OPT_TYPE_FLOAT to dbl
 2022-05-04 15:49 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/libzmq: Improve r redundancy in occured
` [FFmpeg-devel] [PATCH 3/3] avcodec/libxavs2: "

[FFmpeg-devel] [PATCH 1/2] fate/lavf-audio: Disable CRC for lavf-peak_only.wav test
 2022-05-04 14:39 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] tests/fate-run: Don't create unnecessary CRC-files, forward errors
` [FFmpeg-devel] [PATCH 3/4] tests/fate-run: Allow to set dec opts for generated file in transcode
` [FFmpeg-devel] [PATCH 4/4] fate/filter-video: Remove intermediate file of meta-4560-rotate0 test
` [FFmpeg-devel] [PATCH 5/7] tests/Makefile: Redo how to keep intermediate FATE-files
` [FFmpeg-devel] [PATCH 6/7] tests/fate-run: Remove temporary fate-lavf files if possible
` [FFmpeg-devel] [PATCH 7/7] tests/fate-run: Remove temporary files from pixfmt conversions

[FFmpeg-devel] [PATCH] avcodec/vp9: ipred_vl_16x16_16 avx2 implementation
 2022-05-04 12:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 0/2] JPEG XL Colorspace Fixes
 2022-05-04 12:40 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/2] avcodec/libjxldec: properly tag output colorspace
` [FFmpeg-devel] [PATCH v4 2/2] avcodec/libjxlenc: properly read input colorspace

[FFmpeg-devel] [PATCH v3 0/2] JPEG XL Colorspace Fixes
 2022-05-04 12:36 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/2] avcodec/libjxldec: properly tag output colorspace
` [FFmpeg-devel] [PATCH v3 2/2] avcodec/libjxlenc: properly read input colorspace

[FFmpeg-devel] [PATCH 1/3] doc/encoders.texi: Document cinepak encoder
 2022-05-04  9:41 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] tools/target_dec_fuzzer: Adjust threshold for smacker audio
 2022-05-04  9:39 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/smacker: Optimize constant 16bit audio output

[FFmpeg-devel] [PATCH] avcodec/jpeg2000:fast-fail if HTJ2K codeblocks are present
 2022-05-04  4:23 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] PATCH - libmad MP3 decoding support
 2022-05-04  2:16 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/12] I added text to bitmap subtitle conversion functionality!
 2022-05-04  0:16 UTC  (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/12] Implemented text to bitmap subtitles!
` [FFmpeg-devel] [PATCH 02/12] Render only when necessary
` [FFmpeg-devel] [PATCH 03/12] Retreive width and height from video stream!
` [FFmpeg-devel] [PATCH 04/12] Initialize ass library only once!
` [FFmpeg-devel] [PATCH 05/12] Cleaned up
` [FFmpeg-devel] [PATCH 06/12] Wrote proper headers
` [FFmpeg-devel] [PATCH 07/12] Close libass after using
` [FFmpeg-devel] [PATCH 08/12] Added standard headers
` [FFmpeg-devel] [PATCH 09/12] Rearranged files, all tests are passing!
` [FFmpeg-devel] [PATCH 10/12] "
` [FFmpeg-devel] [PATCH 11/12] Added logging
` [FFmpeg-devel] [PATCH 12/12] Added more logging

[FFmpeg-devel] [RFC] QSV: Introduce min Compile-SDK Version and check for Runtime-Versions instead
 2022-05-03 22:13 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hwcontext: Skip derivation checking for an existing device if options are set
 2022-05-03 21:12 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/3] Add derive-device function which searches for existing devices in both directions
 2022-05-03 21:04 UTC  (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] avutils/hwcontext: add "
` [FFmpeg-devel] [PATCH 2/3] lavu: bump minor version and add doc/APIchanges entry for av_hwdevice_ctx_get_or_create_derived()
` [FFmpeg-devel] [PATCH 3/3] avfilter/hwmap, hwupload: use new av_hwdevice_ctx_get_or_create_derived method

[FFmpeg-devel] PATCH - wolfSSL TLS support
 2022-05-03 18:37 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/1] Text to Bitmap conversion implemented!
 2022-05-03 18:31 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/1] fftools: Implemented text to bitmap subtitles!

[FFmpeg-devel] Need help submitting a patch
 2022-05-03 17:02 UTC  (17+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/2] JPEG XL Colorspace Fixes
 2022-05-03 16:56 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/2] avcodec/libjxldec: properly tag output colorspace
` [FFmpeg-devel] [PATCH v2 2/2] avcodec/libjxlenc: properly read input colorspace

[FFmpeg-devel] [PATCH 0/2] JPEG XL Colorspace Fixes
 2022-05-03 15:44 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] avcodec/libjxldec: properly tag output colorspace
` [FFmpeg-devel] [PATCH 2/2] avcodec/libjxlenc: properly read input colorspace

[FFmpeg-devel] [PATCH 1/7] avcodec/options: Fix AVClassCategory of decoders with .receive_frame
 2022-05-03 13:44 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/7] avcodec/codec_internal: Use union for FFCodec decode/encode callbacks

[FFmpeg-devel] [PATCH] avformat/mov: Only read the primary item for AVIF
 2022-05-02 21:39 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/libaomenc: Add parameter for avif single image encoding
 2022-05-02 21:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] avformat/av1: Add a parameter to av1c to omit seq header
 2022-05-02 21:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_overlay: Fix the calculation of average alpha with alpha composition and threads > 1
 2022-05-02 17:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/oggparsevorbis: Ignore duration of the first packet
 2022-05-02 16:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/videotoolboxenc.c: add option to hevc encoder to prioritize speed
 2022-05-02 15:18 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/sbrdsp_fixed: Fix integer overflows in sbr_qmf_deint_neg_c()
 2022-05-02 15:07 UTC  - mbox.gz / Atom

[FFmpeg-devel] movenc: add write_btrt option
 2022-05-02 13:05 UTC  (12+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 4/4] doc/examples/transcode_aac: Bump date
 2022-05-02  9:48 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/alimiter: Add "flush_buffer" option to flush the remaining valid data to the output
 2022-05-02  8:26 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avfilter/alimiter: Add an option "comp_delay" that removes the delay introduced by lookahead buffer

[FFmpeg-devel] [PATCH v7 3/4] doc/examples/transcode_aac: AAC encoder is no longer experimental
 2022-05-02  7:30 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 2/4] doc/examples/transcode_aac: Set decoder packet timebase
 2022-05-02  7:30 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 1/4] doc/examples/transcode_aac: Don't ignore last encoded frame
 2022-05-02  7:29 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] lavc/libuavs3d: fix incorrect comments
 2022-05-02  5:15 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] lavc/cavsdec: Add profile check
` [FFmpeg-devel] [PATCH 3/3] lavf/cavsvideodec: Add GuangDian profile support

[FFmpeg-devel] [PATCH] avformat/jpegxl_probe: fix incorrect cw_mask probing
 2022-05-01 19:39 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/mov.c : Avoid seek request with invalid seek offset ( 9223372036854775799 ) after EOS
 2022-05-01 17:00 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/pixlet: consider minimum plane header in the minimal packet size
 2022-05-01 13:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: fix timecode with rounded down tmcd nb_frames
 2022-05-01 12:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Fix AVX-512-VNNI_hevc_qpel_filters_avx512icl
 2022-05-01 10:48 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavfilter/vf_pad: Try round up w/h for odd resolution to avoid failure
 2022-05-01  9:10 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 00/10] make QSV works with the Intel's oneVPL
 2022-05-01  5:13 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 05/10] qsv: build audio related code when MFX_VERSION < 2.0

[FFmpeg-devel] [PATCH v08 00/10] make QSV works with the Intel's oneVPL
 2022-05-01  4:03 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v08 09/10] qsv: use a new method to create mfx session when using oneVPL

[FFmpeg-devel] [PATCH 1/2] tools/target_dec_fuzzer: Adjust threshold or CFHD
 2022-04-30 20:45 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/h2645_parse: Check HEVC NAL size

[FFmpeg-devel] FATE Errors
 2022-04-30 20:02 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] FATE Errors
 2022-04-30 19:39 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/flacdec: Increase residual limit from INT_MAX to UINT_MAX
 2022-04-30 19:26 UTC  (4+ 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