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 000/281 v3] New channel layout API
 2022-01-13  1:50 UTC  (41+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 001/281] Add a new "
` [FFmpeg-devel] [PATCH 002/281] fate: add a channel_layout API test
` [FFmpeg-devel] [PATCH 003/281] lavu: support AVChannelLayout AVOptions
` [FFmpeg-devel] [PATCH 004/281] lavc: deprecate channel count/layout changing side data
` [FFmpeg-devel] [PATCH 005/281] avframe: switch to the new channel layout API
` [FFmpeg-devel] [PATCH 006/281] avcodecpar: "
` [FFmpeg-devel] [PATCH 007/281] lavf: add a temporary compat layer for the channel layout API change
` [FFmpeg-devel] [PATCH 008/281] lavf: convert the generic layer to the new channel layout
` [FFmpeg-devel] [PATCH 009/281] 3dostr: convert to new channel layout API
` [FFmpeg-devel] [PATCH 010/281] 4xm: "
` [FFmpeg-devel] [PATCH 011/281] aa: "
` [FFmpeg-devel] [PATCH 012/281] aax: "
` [FFmpeg-devel] [PATCH 013/281] ace: "
` [FFmpeg-devel] [PATCH 014/281] acm: "
` [FFmpeg-devel] [PATCH 015/281] act: "
` [FFmpeg-devel] [PATCH 016/281] adp: "
` [FFmpeg-devel] [PATCH 017/281] ads: "
` [FFmpeg-devel] [PATCH 018/281] adxdec: "
` [FFmpeg-devel] [PATCH 019/281] aea: "
` [FFmpeg-devel] [PATCH 020/281] afc: "
` [FFmpeg-devel] [PATCH 021/281] aiff: "
` [FFmpeg-devel] [PATCH 022/281] aixdec: "
` [FFmpeg-devel] [PATCH 023/281] alsa: "
` [FFmpeg-devel] [PATCH 024/281] alp: "
` [FFmpeg-devel] [PATCH 025/281] amr: "
` [FFmpeg-devel] [PATCH 026/281] amv: "
` [FFmpeg-devel] [PATCH 027/281] apc: "
` [FFmpeg-devel] [PATCH 028/281] ape: "
` [FFmpeg-devel] [PATCH 029/281] apm: "
` [FFmpeg-devel] [PATCH 030/281] aptxdec: "
` [FFmpeg-devel] [PATCH 031/281] argo: "
` [FFmpeg-devel] [PATCH 032/281] ast: "
` [FFmpeg-devel] [PATCH 033/281] au: "
` [FFmpeg-devel] [PATCH 034/281] avr: "
` [FFmpeg-devel] [PATCH 035/281] bethsoftvid: "
` [FFmpeg-devel] [PATCH 036/281] bfi: "
` [FFmpeg-devel] [PATCH 037/281] bink: "
` [FFmpeg-devel] [PATCH 038/281] bit: "
` [FFmpeg-devel] [PATCH 039/281] bmv: "
` [FFmpeg-devel] [PATCH 040/281] boa: "

[FFmpeg-devel] [PATCH 1/5] avcodec: Require AMF SDK v1.4.23 or newer
 2022-01-12 23:49 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/amfenc: Set all color metadata for AMF
` [FFmpeg-devel] [PATCH 3/5] avcodec/amfenc: Add the new usage presets
` [FFmpeg-devel] [PATCH 4/5] avcodec/amfenc: Add "High Motion Quality Boost" option
` [FFmpeg-devel] [PATCH 5/5] avcodec/amfenc: Add missing profiles

[FFmpeg-devel] 5.0 blocking issues
 2022-01-12 23:17 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec: Require AMF SDK v1.4.23 or newer
 2022-01-12 22:49 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/amfenc: Set all color metadata for AMF
` [FFmpeg-devel] [PATCH 3/5] avcodec/amfenc: Add the new usage presets
` [FFmpeg-devel] [PATCH 4/5] avcodec/amfenc: Add "High Motion Quality Boost" option
` [FFmpeg-devel] [PATCH 5/5] avcodec/amfenc: Add missing profiles

[FFmpeg-devel] [PATCH] vf_tonemap: Fix order of planes
 2022-01-12 19:47 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/35] lavu/fifo: disallow overly large fifo sizes
 2022-01-12 19:29 UTC  (39+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/35] lavu/fifo: make the contents of AVFifoBuffer private on next major bump
` [FFmpeg-devel] [PATCH 03/35] lavu/fifo: introduce the notion of element size
` [FFmpeg-devel] [PATCH 04/35] lavu/fifo: add new functions for determinining reading/writing size
` [FFmpeg-devel] [PATCH 05/35] lavu/fifo: add a new FIFO grow function
` [FFmpeg-devel] [PATCH 06/35] lavu/fifo: add a new function for draining the FIFO
` [FFmpeg-devel] [PATCH 07/35] lavu/fifo: add new FIFO writing functions
` [FFmpeg-devel] [PATCH 08/35] lavu/fifo: add new FIFO read/peek functions
` [FFmpeg-devel] [PATCH 09/35] lavu/fifo: add a flag for automatically growing the FIFO as needed
` [FFmpeg-devel] [PATCH 10/35] lavu/fifo: deprecate old API
` [FFmpeg-devel] [PATCH 11/35] lavu/tests/fifo: switch to the new API
` [FFmpeg-devel] [PATCH 12/35] lavc/avcodec: switch to new FIFO API
` [FFmpeg-devel] [PATCH 13/35] lavc/amfenc: "
` [FFmpeg-devel] [PATCH 14/35] lavc/cuviddec: do not reallocate the fifo unnecessarily
` [FFmpeg-devel] [PATCH 15/35] lavc/cuviddec: convert to the new FIFO API
` [FFmpeg-devel] [PATCH 16/35] lavc/libvorbisenc: switch to "
` [FFmpeg-devel] [PATCH 17/35] lavc/libvpxenc: switch to the "
` [FFmpeg-devel] [PATCH 18/35] lavc/libvpxenc: remove unneeded context variable
` [FFmpeg-devel] [PATCH 19/35] lavc/nvenc: switch to the new FIFO API
` [FFmpeg-devel] [PATCH 20/35] lavc/qsvdec: "
` [FFmpeg-devel] [PATCH 21/35] lavc/qsvenc: switch to "
` [FFmpeg-devel] [PATCH 22/35] lavf/dvenc: return an error on audio/video desync
` [FFmpeg-devel] [PATCH 23/35] lavf/dvenc: switch to new FIFO API
` [FFmpeg-devel] [PATCH 24/35] lavf/mpegenc: "
` [FFmpeg-devel] [PATCH 25/35] lavf/swfenc: "
` [FFmpeg-devel] [PATCH 26/35] lavf/udp: "
` [FFmpeg-devel] [PATCH 27/35] lavf/async: "
` [FFmpeg-devel] [PATCH 28/35] lavd/jack: switch to the "
` [FFmpeg-devel] [PATCH 29/35] lavu/audio_fifo: drop an unnecessary include
` [FFmpeg-devel] [PATCH 30/35] lavu/audio_fifo: switch to new FIFO API
` [FFmpeg-devel] [PATCH 31/35] lavu/threadmessage: "
` [FFmpeg-devel] [PATCH 32/35] lavfi/qsvvpp: "
` [FFmpeg-devel] [PATCH 33/35] lavfi/vf_deshake_opencl: "
` [FFmpeg-devel] [PATCH 34/35] ffplay: "
` [FFmpeg-devel] [PATCH 35/35] ffmpeg: "

[FFmpeg-devel] [PATCH v2] avformat/mpegts: add option max_packet_size
 2022-01-12 15:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mpegts: add option max_packet_size
 2022-01-12 15:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/asfdec: fix crash caused by free wlid pointers
 2022-01-12 13:57 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] IEC61937_EAC3 decoding support
 2022-01-12 10:11 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/parseutils: use quadhd for Quad HD
 2022-01-12  9:52 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/mpeg4video: Split off data in a header of its own
 2022-01-12  9:51 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/vp3: Don't output bogus warning
 2022-01-12  9:51 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged
 2022-01-12  9:48 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 7/9] avcodec/mpegvideo: Don't set unrestricted_mv for decoders
` [FFmpeg-devel] [PATCH 8/9] avcodec/mpeg4videodec: Avoid multiple consecutive av_log()
` [FFmpeg-devel] [PATCH 9/9] avcodec/mpegpicture: Decrease size of encoding_error array

[FFmpeg-devel] [PATCH v2] lavc/qsvenc: add encode support for screen content coding extension
 2022-01-12  8:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH V2] libavcodec/qsvenc: Add DisableDeblockingIdc support to qsv
 2022-01-12  5:28 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH V2] libavcodec/qsvenc: Add low latency P-pyramid "
` [FFmpeg-devel] [PATCH V2] libavcodec/qsvenc: Add max_frame_size support to hevc_qsv
` [FFmpeg-devel] [PATCH V2] libavcodec/qsvenc: Add transform skip "

[FFmpeg-devel] [PATCH v4 1/1] avutils/hwcontext: When deriving a hwdevice, search for existing device in both directions
 2022-01-12  5:15 UTC  (15+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Fix setsockopt IP_MULTICAST_TTL on OpenBSD
 2022-01-12  5:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] lavc/qsvenc_hevc: add -pic_timing_sei option
 2022-01-12  4:50 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 1/7] avcodec/v4l2_context: don't reinit output queue when dynamic resolution change
 2022-01-12  4:44 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 5/7] avcodec/v4l2_context: resume the decoding process after source change event received

[FFmpeg-devel] [PATCH v1] avfilter/tonemap_vaapi: set va parameters filters and numbers
 2022-01-12  4:29 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] QSV: Introduce min Compile-SDK Version and check for Runtime-Versions instead
 2022-01-12  3:37 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH, v2] lavf/vf_deinterlace_vaapi: flush queued frame for field in DeinterlacingBob
 2022-01-12  3:03 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH V2] libavcodec/qsvdec.c: using queue count to unref frame
 2022-01-12  3:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/2] swscale/x86/output.asm: add x86-optimized planer gbr yuv2anyX functions
 2022-01-11 19:35 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libRIST: allow setting fifo size and fail on overflow
 2022-01-11 15:07 UTC  - mbox.gz / Atom

[FFmpeg-devel] http: honor response headers in redirect caching
 2022-01-11 14:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/asfdec_f: init avpacket by av_packet_alloc()
 2022-01-11 13:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/av1dec: honor the requested skip_frame level
 2022-01-11 12:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libRIST: allow setting fifo size and fail on overflow
 2022-01-11 11:20 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/28] ffmpeg: pass the muxer context explicitly to some functions
 2022-01-11  9:58 UTC  (28+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/28] ffmpeg: store the output file index in OutputFile
` [FFmpeg-devel] [PATCH 03/28] ffmpeg: move some muxing-related code into a separate file
` [FFmpeg-devel] [PATCH 04/28] ffmpeg: move writing the trailer to ffmpeg_mux.c
` [FFmpeg-devel] [PATCH 05/28] ffmpeg: move freeing the output file "
` [FFmpeg-devel] [PATCH 06/28] ffmpeg: store output format separately from the muxer context
` [FFmpeg-devel] [PATCH 07/28] ffmpeg_mux: add private "
` [FFmpeg-devel] [PATCH 08/28] ffmpeg: add a helper function to access output file size
` [FFmpeg-devel] [PATCH 09/28] ffmpeg: fix the type of limit_filesize
` [FFmpeg-devel] [PATCH 10/28] ffmpeg: refactor limiting output file size with -fs
` [FFmpeg-devel] [PATCH 11/28] ffmpeg: set want_sdp when initializing the muxer
` [FFmpeg-devel] [PATCH 12/28] ffmpeg: write the header for stream-less outputs "
` [FFmpeg-devel] [PATCH 13/28] ffmpeg: move closing the file into of_write_trailer()
` [FFmpeg-devel] [PATCH 14/28] ffmpeg: refactor the code checking for bitexact output
` [FFmpeg-devel] [PATCH 15/28] ffmpeg: access output file chapters through a wrapper
` [FFmpeg-devel] [PATCH 16/28] ffmpeg: do not log to the muxer context
` [FFmpeg-devel] [PATCH 17/28] ffmpeg: move the mux queue into muxer private data
` [FFmpeg-devel] [PATCH 18/28] ffmpeg: fix initial muxing queue size
` [FFmpeg-devel] [PATCH 19/28] ffmpeg_mux: split queuing packets into a separate function
` [FFmpeg-devel] [PATCH 20/28] ffmpeg_mux: split of_write_packet()
` [FFmpeg-devel] [PATCH 21/28] ffmpeg: move a comment to a more appropriate place
` [FFmpeg-devel] [PATCH 22/28] ffmpeg: move output file opts into private context
` [FFmpeg-devel] [PATCH 23/28] ffmpeg: move processing video stats to ffmpeg_mux
` [FFmpeg-devel] [PATCH 24/28] ffmpeg_mux: drop a useless check and reduce indentation
` [FFmpeg-devel] [PATCH 25/28] ffmpeg_mux: stop using AVStream.nb_frames in do_video_stats()
` [FFmpeg-devel] [PATCH 26/28] ffmpeg_mux: stop using av_stream_get_end_pts() "
` [FFmpeg-devel] [PATCH 27/28] ffmpeg_mux: merge variable declaration and initialization
` [FFmpeg-devel] [PATCH 28/28] ffmpeg_mux: move processing AV_PKT_DATA_QUALITY_STATS to do_video_stats()

[FFmpeg-devel] [PATCH v2] avfilter: add overlay vaapi filter
 2022-01-11  8:10 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH V5 1/2] libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface
 2022-01-11  6:55 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH V5 2/2] libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl

[FFmpeg-devel] [PATCH V4 1/2] libavcodec/vaapi_decode: fix the problem that init_pool_size < nb_surface
 2022-01-11  6:17 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH V4 2/2] libavutil/hwcontext_opencl: fix a bug for mapping qsv frame to opencl

[FFmpeg-devel] [PATCH] avformat/asfdec: init avpacket by av_packet_alloc()
 2022-01-11  2:35 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avutil/parseutils: add qhd(Quad HD) or wqhd(Wide Quad HD) for 1440p
 2022-01-11  1:28 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/imfdec: do not use filesize when reading XML file
 2022-01-10 19:55 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/4] avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define
 2022-01-10 19:55 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 0/2] "
  ` [FFmpeg-devel] [PATCH v2 1/2] avcodec/dvdsubdec, dvbsubdec: "
  ` [FFmpeg-devel] [PATCH v2 2/2] avcodec/dvdsubdec, dvbsubdec: fix writing ppm

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