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 2/2] libswscale: Test AV_CPU_FLAG_SLOW_GATHER for hscale functions
 2021-12-20 14:45 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] libavutil/cpu: Add AV_CPU_FLAG_SLOW_GATHER
 2021-12-20 14:43 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/ass: Faster ff_ass_add_rect()
 2021-12-20 14:32 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/ccaption_dec: Use ff_ass_add_rect2()
` [FFmpeg-devel] [PATCH 3/4] avcodec/tiff: Pass max_pixels to mjpeg context
` [FFmpeg-devel] [PATCH 4/4] avcodec/tiff: Use ff_set_dimensions() for setting up mjpeg context dimensions

[FFmpeg-devel] Politics
 2021-12-20 14:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] Politics
 2021-12-20 13:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 1/6] lavu/frame: Add Dolby Vision metadata side data type
 2021-12-20 13:44 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 2/6] lavfi/showinfo: Support AV_FRAME_DATA_DOVI_METADATA
` [FFmpeg-devel] [PATCH v7 3/6] ffprobe: "
` [FFmpeg-devel] [PATCH v7 4/6] lavc: Implement Dolby Vision RPU parsing
` [FFmpeg-devel] [PATCH v7 5/6] fate: Limit Dolby Vision RPU test frame count
` [FFmpeg-devel] [PATCH v7 6/6] lavc/hevcdec: Parse DOVI RPU NALs

[FFmpeg-devel] [PATCH] configure: autodetect vulkan
 2021-12-20 13:07 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/flacenc: add backward-compatible 32 bit-per-sample capability
 2021-12-20 11:25 UTC  (6+ messages) - mbox.gz / Atom
      ` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 1/2] build: add .metal to vpath to fix build error
 2021-12-20 10:18 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 1/6] lavu/frame: Add Dolby Vision metadata side data type
 2021-12-20 10:13 UTC  (4+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v5 4/6] lavc: Implement Dolby Vision RPU parsing

[FFmpeg-devel] [PATCH v5 00/13] dshow enhancements
 2021-12-20  9:54 UTC  (24+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 01/13] avdevice/dshow: prevent NULL access
` [FFmpeg-devel] [PATCH v5 02/13] avdevice/dshow: implement option to use device video timestamps
` [FFmpeg-devel] [PATCH v5 03/13] avdevice/dshow: add use_video_device_timestamps to docs
` [FFmpeg-devel] [PATCH v5 04/13] avdevice/dshow: query graph and sample time only once
` [FFmpeg-devel] [PATCH v5 05/13] avdevice/dshow: handle unknown sample time
` [FFmpeg-devel] [PATCH v5 06/13] avdevice/dshow: set no-seek flags
` [FFmpeg-devel] [PATCH v5 07/13] avdevice/dshow: implement get_device_list
` [FFmpeg-devel] [PATCH v5 08/13] avdevice/dshow: list_devices: show media type(s) per device
` [FFmpeg-devel] [PATCH v5 09/13] avdevice: add info about media types(s) to AVDeviceInfo
` [FFmpeg-devel] [PATCH v5 10/13] avdevice/dshow: add media type info to get_device_list
` [FFmpeg-devel] [PATCH v5 11/13] fftools: provide media type info for devices
` [FFmpeg-devel] [PATCH v5 12/13] avdevice/dshow: discover source color range/space/etc
` [FFmpeg-devel] [PATCH v5 13/13] avdevice/dshow: select format with extended color info

[FFmpeg-devel] [PATCH v10 1/2] avformat/imf: Demuxer
 2021-12-20  9:48 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] build: simplify rules for metal
 2021-12-20  9:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] Optimize VP8,VP9,WMV3 decoding for loongarch
 2021-12-20  8:37 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/4] avcodec: [loongarch] Optimize vp8_lpf/mc with LSX
` [FFmpeg-devel] [PATCH 2/4] avcodec: [loongarch] Optimize vp9_mc/intra "
` [FFmpeg-devel] [PATCH 3/4] avcodec: [loongarch] Optimize vp9_lpf/idct "
` [FFmpeg-devel] [PATCH 4/4] avcodec: [loongarch] Optimize vc1dsp with LASX

[FFmpeg-devel] [PATCH v2] avformat/mov: add option max_stts_delta
 2021-12-20  8:31 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] MAINTAINERS: Add Haihao Xiang for vaapi
 2021-12-20  7:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] qsvenc_hevc: Enable look ahead with ExtBRC
 2021-12-20  5:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] MAINTAINERS: Add Haihao Xiang for qsv
 2021-12-20  5:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/pthread_framec: remove duplicate pointers
 2021-12-20  3:03 UTC  - mbox.gz / Atom

[PATCH] avcodec/vpp_qsv: copy side data from input to output frame
 2021-12-20  1:23 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/ass: Faster ff_ass_add_rect()
 2021-12-20  0:39 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/ccaption_dec: Use ff_ass_add_rect2()
` [FFmpeg-devel] [PATCH 3/3] avcodec/vqavideo: reset accounting on error

[PATCH v2 2/3] avcodec/dvbsub: don't dump images to disk based on DEBUG define
 2021-12-20  0:10 UTC  (3+ messages) - mbox.gz / Atom
    ` [PATCH v2 1/3] avcodec/dvdsub: "
  ` [PATCH v2 0/3] Don't "

[FFmpeg-devel] [PATCH v4 1/5] avfilter/vf_yadif_cuda: simplify filter definition
 2021-12-19 22:17 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 2/5] build: detect Metal.framework and build .metal files
` [FFmpeg-devel] [PATCH v4 3/5] avutil: add obj-c helpers into header-only include
` [FFmpeg-devel] [PATCH v4 4/5] avfilter: add metal utilities
` [FFmpeg-devel] [PATCH v4 5/5] avfilter: add vf_yadif_videotoolbox

[FFmpeg-devel] [PATCH] avutil: add objc.h to SKIPHEADERS
 2021-12-19 20:22 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] checkasm: store and associate contexts with functions and use it for av_tx
 2021-12-19 19:00 UTC  - mbox.gz / Atom

[FFmpeg-devel] Politics
 2021-12-19 18:31 UTC  (18+ messages) - mbox.gz / Atom

[FFmpeg-devel] lavc/videotoolboxenc: add ProRes support
 2021-12-19 17:30 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 04/10] lavc/videotoolboxenc: fix RGB support
` [FFmpeg-devel] [PATCH 06/10] lavc/videotoolboxenc: vastly simplify get_cv_pixel_info
` [FFmpeg-devel] [PATCH 07/10] lavc/videotoolboxenc: add handling for non-NAL-based codecs

[FFmpeg-devel] [PATCH 1/2] libavcodec/videotoolboxenc: use the correct types for options
 2021-12-19 16:37 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc/videotoolboxenc: explicitly set realtime=false

[FFmpeg-devel] [PATCH] configure: fix metal detection and respect explicit disable
 2021-12-19 16:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 000/279 v2] New channel layout API
 2021-12-19 12:51 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 001/279 v2] Add a new "

[FFmpeg-devel] [PATCH v11 1/2] avformat/imf: Demuxer
 2021-12-19  5:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v12 1/2] avformat/imf: Demuxer
 2021-12-19  5:47 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v12 2/2] avformat/imf: Tests

[FFmpeg-devel] [PATCH 1/2] avformat/mvdec: read frame rate from data stream
 2021-12-19  3:16 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/mvdec: explicitly set duration

[PATCH 1/2] avutil/ass_split: add parsing of hard-space tags (\h)
 2021-12-18 23:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/sdp: Fix use of uninitialised value
 2021-12-18 23:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/display: fix inverted doc
 2021-12-18 23:07 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/4] avcodec/mjpegdec: Fix exif rotation->displaymatrix conversion
` [FFmpeg-devel] [PATCH 2/4] fftools/ffmpeg_filter: Fix autorotation
` [FFmpeg-devel] [PATCH 3/4] fftools/ffmpeg_filter: Avoid inserting hflip filter
` [FFmpeg-devel] [PATCH 4/4] avcodec/h2645: Fix SEI->display matrix transformation

[FFmpeg-devel] [PATCH v4 3/3] libavdevice/avfoundation.m: Allow to select devices by unique ID
 2021-12-18 15:58 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add anlmf filter
 2021-12-18 15:22 UTC  - mbox.gz / Atom

[FFmpeg-devel] opw mail spam
 2021-12-18 12:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] lavu/videotoolbox: expose conversion routines for color parameters
 2021-12-18 11:09 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] lavc/videotoolbox: expose routine to set CVPixelBufferRef metadata
` [FFmpeg-devel] [PATCH 3/3] lavc/videotoolbox: set attachments on decoded buffers

[FFmpeg-devel] [PATCH] lavc/proresdec: fix threaded hwaccel decode
 2021-12-18 11:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/crcenc: Make init function out of write_header
 2021-12-18 10:59 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/wvenc: "

[FFmpeg-devel] [PATCH] avutil/twofish: Fixed decryption
 2021-12-18  0:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/11] avcodec/Makefile: Remove superfluous avformat->DNXHD dependencies
 2021-12-17 22:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] tests/dnn: Make DNN tests regular libavfilter tests
 2021-12-17 22:41 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Add 32 bit-per-sample capability to FLAC encoder
 2021-12-17 20:08 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/5] avfilter/vf_yadif_cuda: simplify filter definition
 2021-12-17 19:52 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/5] build: detect Metal.framework and build .metal files

[FFmpeg-devel] [PATCH] avformat/movenc: fix duration in mdhd box
 2021-12-17 18:48 UTC  (5+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v3] "
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information
 2021-12-17 18:12 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 1/3] libavdevice/avfoundation.m: use AudioConvert, extend supported formats
 2021-12-17 16:40 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 3/3] libavdevice/avfoundation.m: Allow to select devices by unique ID
 2021-12-17 15:59 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 2/3] libavdevice/avfoundation.m: Replace mutex-based concurrency handling in avfoundation.m by a thread-safe fifo queue with maximum length
 2021-12-17 15:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/4] avcodec/alacdsp: fix integer overflow in decorrelate_stereo()
 2021-12-17 15:18 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 2/3] libavdevice/avfoundation.m: Replace mutex-based concurrency handling in avfoundation.m by a thread-safe fifo queue with maximum length
 2021-12-17 15:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 1/3] libavdevice/avfoundation.m: use AudioConvert, extend supported formats
 2021-12-17 15:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 05/24] ffmpeg: move some muxing-related code into a separate file
 2021-12-17 11:50 UTC  (8+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH 11/24] ffmpeg: set want_sdp when initializing the muxer
  ` [FFmpeg-devel] [PATCH 16/24] ffmpeg: access output file chapters through a wrapper
  ` [FFmpeg-devel] [PATCH 21/24] ffmpeg_mux: split of_write_packet()

[FFmpeg-devel] [PATCH v1] avformat/aviobuf: ffio_copy_url_options
 2021-12-17 11:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/movenc: fix assert failure in get_cluster_duration()
 2021-12-17 10:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/hevcdec: fix the order of in-loop filters
 2021-12-17  8:55 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