[FFmpeg-devel] [PATCH v5] lavc/h264chroma: RISC-V V add motion compensation for 8x8 chroma blocks
2023-05-30 15:16 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/vf_colorspace: fix message for missing/incorrect colorspace
2023-05-30 13:06 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavfilter: add vf_xfade_vulkan
2023-05-30 12:30 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH v2 1/5] configure: aarch64: Support assembling the dotprod and i8mm arch extensions
2023-05-30 12:30 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/5] aarch64: Add cpu flags for the dotprod and i8mm extensions
` [FFmpeg-devel] [PATCH v2 3/5] aarch64: Add Linux runtime cpu feature detection using getauxval(AT_HWCAP)
` [FFmpeg-devel] [PATCH v2 4/5] aarch64: Add Apple runtime detection of dotprod and i8mm using sysctl
` [FFmpeg-devel] [PATCH v2 5/5] aarch64: Add Windows runtime detection of the dotprod instructions
[FFmpeg-devel] [PATCH 1/4] configure: aarch64: Support assembling the dotprod and i8mm arch extensions
2023-05-30 12:25 UTC (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] aarch64: Add cpu flags for the dotprod and i8mm extensions
` [FFmpeg-devel] [PATCH 3/4] aarch64: Add linux runtime cpu feature detection using getauxval(AT_HWCAP)
` [FFmpeg-devel] [PATCH 4/4] aarch64: Add Apple runtime detection of dotprod and i8mm using sysctl
[FFmpeg-devel] [PATCH] avformat/rtcenc: Add WHIP muxer support for subsecond latency streaming
2023-05-30 8:44 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avcodec/cbs_vp8: Add support for VP8 codec bitstream READ methods
2023-05-30 8:01 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] avcodec/cbs_vp8: Add support for VP8 codec bitstream READ methods
2023-05-30 7:59 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/hlsenc: fix CODECS attribute of H.264
2023-05-30 5:28 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] avcodec/h264_mp4toannexb_bsf: refactor start_code_size handling
2023-05-30 3:00 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1 1/3] lavfi/vaapi: Add function to get surface ID from AVFrame
2023-05-30 0:29 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 2/3] lavfi/vaapi: Add some debug message
` [FFmpeg-devel] [PATCH v1 3/3] lavfi/{denoise, procamp, scale, sharpness}_vaapi: Add passthrough mode
[FFmpeg-devel] [PATCH] lavfi: add noise_vulkan filter
2023-05-29 19:14 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Optimization: support for libx264's mb_info
2023-05-29 17:56 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avformat/imf: clean-up logging * remove log to NULL * remove extraneous logging
2023-05-29 16:59 UTC - mbox.gz / Atom
[FFmpeg-devel] [BUGGY EXAMPLE] doc/examples/transcode: does not work
2023-05-29 14:20 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v23 05/10] avcodec/evc_encoder: Provided support for EVC encoder
2023-05-29 13:10 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v23 04/10] avformat/evc_demuxer: Added demuxer to handle reading EVC video files
2023-05-29 13:07 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/24] fftools/ffmpeg_mux_init: merge ost_add_from_filter() to ost_add()
2023-05-29 12:49 UTC (26+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/24] fftools/ffmpeg: add logging for creating output streams
` [FFmpeg-devel] [PATCH 03/24] fftools/ffmpeg_filter: use a dedicated variable for marking simple filtergraphs
` [FFmpeg-devel] [PATCH 04/24] fftools/ffmpeg_filter: always pass graph description to fg_create()
` [FFmpeg-devel] [PATCH 05/24] fftools/ffmpeg_filter: store just the link label in OutputFilter
` [FFmpeg-devel] [PATCH 06/24] fftools/ffmpeg_filter: decouple allocating InputFilter and binding it to InputStream
` [FFmpeg-devel] [PATCH 07/24] fftools/ffmpeg_filter: move some functions higher up
` [FFmpeg-devel] [PATCH 08/24] fftools/ffmpeg_filter: create Input/OutputFilters together with FilterGraph
` [FFmpeg-devel] [PATCH 09/24] fftools/ffmpeg_filter: factor out binding an output stream to OutputFilter
` [FFmpeg-devel] [PATCH 10/24] fftools/ffmpeg_mux_init: move OutputFilter setup code to ffmpeg_filter
` [FFmpeg-devel] [PATCH 11/24] fftools/ffmpeg_filter: try to configure filtergraphs earlier
` [FFmpeg-devel] [PATCH 12/24] fftools/ffmpeg: constify AVSubtitle parameters as appropriate
` [FFmpeg-devel] [PATCH 13/24] fftools/ffmpeg_dec: move sub2video submission to ffmpeg_filter
` [FFmpeg-devel] [PATCH 14/24] fftools/ffmpeg_filter: move sub2video subtitle queue to InputFilterPriv
` [FFmpeg-devel] [PATCH 15/24] fftools/ffmpeg: tweak sub2video_heartbeat() arguments
` [FFmpeg-devel] [PATCH 16/24] fftools/ffmpeg: rework setting sub2video parameters
` [FFmpeg-devel] [PATCH] "
` [FFmpeg-devel] [PATCH 17/24] fftools/ffmpeg: move sub2video handling to ffmpeg_filter
` [FFmpeg-devel] [PATCH 18/24] fftools/ffmpeg_enc: stop configuring filters from encoder flush
` [FFmpeg-devel] [PATCH 19/24] fftools/ffmpeg_filter: drop unreachable code
` [FFmpeg-devel] [PATCH 20/24] fftools/ffmpeg_filter: make ifilter_has_all_input_formats() static
` [FFmpeg-devel] [PATCH 21/24] fftools/ffmpeg_filter: make InputStream.filter private
` [FFmpeg-devel] [PATCH 22/24] fftools/ffmpeg_filter: constify the argument of filtergraph_is_simple()
` [FFmpeg-devel] [PATCH 23/24] fftools/ffmpeg_mux: flush bsfs immediately on exceeding recoding time
` [FFmpeg-devel] [PATCH 24/24] fftools/ffmpeg_filter: do not flush encoders on parameter change
[FFmpeg-devel] [PATCH v23 02/10] avcodec/evc_parser: Added parser implementation for EVC format
2023-05-29 12:48 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v23 01/10] avcodec/evc: MPEG-5 EVC codec registration
2023-05-29 12:44 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [Internet][PATCH 1/6] avcodec/cbs: add API to discard units by AVDiscard
2023-05-29 12:32 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavfi/vf_libplacebo: require v5.278 for importing
2023-05-29 10:59 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v22 02/10] avcodec/evc_parser: Added parser implementation for EVC format
2023-05-29 9:02 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] vulkan_decode: do not align the image dimensions
2023-05-29 3:13 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] vulkan: replace usage of %lu with %"SIZE_SPECIFIER"
2023-05-29 1:33 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] vulkan_decode: check if yuv_sampler exists before freeing it
2023-05-29 1:32 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] doc/filtering: document some Vulkan filters
2023-05-28 23:38 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavu/tx: stop using av_log(NULL, )
2023-05-28 23:16 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 99/99] Vulkan patchset - complete
[FFmpeg-devel] [PATCH 1/6] Move bessel_i0() from swresample/resample to avutil/mathematics
2023-05-28 21:15 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] avformat/mov: We do not support creation times of 300 billion years ago
2023-05-28 21:03 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/takdsp: Fix integer overflows
` [FFmpeg-devel] [PATCH 3/5] avcodec/rka: Avoid undefined left shift
` [FFmpeg-devel] [PATCH 4/5] avcodec/hevcdec: Avoid null pointer dereferences in MC
` [FFmpeg-devel] [PATCH 5/5] avcodec/hevc_refs: Check that nb_refs stays <= HEVC_MAX_REFS
[FFmpeg-devel] [PATCH] lavc/aarch64: new optimization for 8-bit hevc_pel_uni_w_pixels, qpel_uni_w_h, qpel_uni_w_v, qpel_uni_w_hv and qpel_h
2023-05-28 6:26 UTC (12+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/af_aresample: switch to activate
2023-05-27 15:56 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/af_apad: switch to activate
2023-05-27 15:51 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] decklink: Convert to using avpriv_packet_list functions
2023-05-27 15:18 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] nellymoser: user float literals for table
2023-05-27 13:15 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fate: add adpcm_ima_cunning tests
2023-05-27 11:40 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4 0/2] Animated JPEG XL Support
2023-05-26 20:55 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/2] avcodec/libjxldec: add animated decode support
` [FFmpeg-devel] [PATCH v4 2/2] avformat/jpegxl_anim_dec: add animated JPEG XL demuxer
[FFmpeg-devel] [PATCH 1/3] avutil/dict: add av_dict_pop
2023-05-26 20:51 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 55/97] Vulkan patchset part 2 - hwcontext rewrite and filtering
2023-05-26 20:50 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fftools/ffmpeg_dec: abort if avcodec_send_packet() returns EAGAIN
2023-05-26 19:57 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] drawtext filter
2023-05-26 12:19 UTC (17+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: add CBP/CHP profile
2023-05-26 11:37 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] =?gb18030?b?u9i4tKO6W1BBVENIXSBhdmNvZGVjL3ZpZGVv?= =?gb18030?q?toolboxenc=3A_add_CBP/CHP_profile?=
[FFmpeg-devel] [PATCH] configure: Stop undeffing __STRICT_ANSI__ for mingw/cygwin targets
2023-05-26 10:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v23 10/10] avcodec/evc: Changes in MAINTAINERS file
2023-05-26 10:34 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v23 09/10] avcodec/evc: Changes in Changelog file
2023-05-26 10:33 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v23 08/10] avformat/mov_demuxer: Extended MOV demuxer to handle EVC video content
2023-05-26 10:33 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v23 07/10] avformat/mov_muxer: Extended MOV muxer to handle EVC video content
2023-05-26 10:33 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v23 06/10] avcodec/evc_decoder: Provided support for EVC decoder
2023-05-26 10:32 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v23 03/10] avformat/evc_muxer: Added muxer to handle writing EVC encoded data into file or output bytestream
2023-05-26 10:31 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/36] fftools/ffmpeg: shorten a variable name
2023-05-26 6:22 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 22/36] fftools/ffmpeg: drop an obsolete hack
[FFmpeg-devel] [IMPORTANT] Missing documentation
2023-05-26 6:03 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] Add LSX optimization in avcodec and swscale
2023-05-25 19:07 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 7/7] avutil/la: Add function performance testing
[FFmpeg-devel] [PATCH] lavc/pgssubdec: Correct rendering of palette updates
2023-05-25 15:45 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] avcodec/av1dec: convert to receive_frame()
2023-05-25 14:05 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] Add LSX optimization in avcodec and swscale
2023-05-25 7:24 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 1/7] avcodec/la: add LSX optimization for h264 idct
` [FFmpeg-devel] [PATCH v5 2/7] avcodec/la: Add LSX optimization for loop filter
` [FFmpeg-devel] [PATCH v5 3/7] avcodec/la: Add LSX optimization for h264 chroma and intrapred
` [FFmpeg-devel] [PATCH v5 4/7] avcodec/la: Add LSX optimization for h264 qpel
` [FFmpeg-devel] [PATCH v5 5/7] swscale/la: Optimize the functions of the swscale series with lsx
` [FFmpeg-devel] [PATCH v5 6/7] swscale/la: Add following builtin optimized functions
` [FFmpeg-devel] [PATCH v5 7/7] avutil/la: Add function performance testing
[FFmpeg-devel] [FFmpeg-cvslog] avfilter/vf_subtitles: add wrap_unicode option
2023-05-25 7:14 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v5 1/5] avutil/hwcontext: add a function to get the AVHWDeviceType
2023-05-25 7:06 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 4/5] lavfi/format: wrap auto filters into structures
[FFmpeg-devel] Add LSX optimization in avcodec and swscale
2023-05-25 2:49 UTC (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/7] avcodec/la: add LSX optimization for h264 idct
` [FFmpeg-devel] [PATCH v4 2/7] avcodec/la: Add LSX optimization for loop filter
` [FFmpeg-devel] [PATCH v4 3/7] avcodec/la: Add LSX optimization for h264 chroma and intrapred
` [FFmpeg-devel] [PATCH v4 4/7] avcodec/la: Add LSX optimization for h264 qpel
` [FFmpeg-devel] [PATCH v4 5/7] swscale/la: Optimize the functions of the swscale series with lsx
` [FFmpeg-devel] [PATCH v4 6/7] swscale/la: Add following builtin optimized functions
` [FFmpeg-devel] [PATCH v4 7/7] avutil/la: Add function performance testing
[FFmpeg-devel] [PATCH v4] lavc/h264chroma: RISC-V V add motion compensation for 8x8 chroma blocks
2023-05-24 17:12 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/videotoolboxenc: replace VT_H264Profile with avctx profile
2023-05-24 13:37 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] =?gb18030?b?u9i4tKO6ICBbUEFUQ0hdIGF2Y29kZWMvdmlk?= =?gb18030?q?eotoolboxenc=3A_replace_VT=5FH264Profile_with_avctx_profile?=
[FFmpeg-devel] [PATCH 01/15] fftools/ffmpeg_hw: move hw_device_setup_for_decode() to ffmpeg_dec
2023-05-24 12:01 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 12/15] fftools/ffmpeg: add InputStream.index
` [FFmpeg-devel] [PATCH 14/15] fftools/sync_queue: add debug logging
` [FFmpeg-devel] [PATCH 15/15] fftools/sync_queue: make sure non-limiting streams are not used as queue head
[FFmpeg-devel] Request: consider use codec id "sowt" instead of "ipcm" for LPCM_S16LE in mp4 muxer
2023-05-24 2:17 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/gifdec: cleanup
2023-05-23 21:51 UTC (3+ messages) - mbox.gz / Atom
page: next (older) | prev (newer) | 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