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] avformat/asfdec: fix crash caused by free wlid pointers
 2022-01-12 13:57 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vf_tonemap: Fix order of planes
 2022-01-12 13:43 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  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/h264_slice, mpeg4videodec: Don't use %s to write single char

[FFmpeg-devel] [PATCH 1/3] avcodec/vp3: Don't output bogus warning
 2022-01-12  9:51 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/matroskaenc: Add option to shift data to write cues at front
` [FFmpeg-devel] [PATCH 3/3] fate/matroska: Add test for QT-mode

[FFmpeg-devel] [PATCH] avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged
 2022-01-12  9:48 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avcodec/svq3: Remove dead topright_samples_available variable, code
` [FFmpeg-devel] [PATCH 3/6] avcodec/h264_slice: Inline H264 codec id
` [FFmpeg-devel] [PATCH 4/6] avcodec/h264pred: Don't compile > 8 bit versions of VP7/8 functions
` [FFmpeg-devel] [PATCH 5/6] avcodec/h264pred: Remove dead > 8 pixels checks for 8bit codecs
` [FFmpeg-devel] [PATCH 6/6] avcodec/h264pred: Reindentation
` [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] 5.0 blocking issues
 2022-01-12  6:37 UTC  (8+ messages) - 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 01/35] lavu/fifo: disallow overly large fifo sizes
 2022-01-11 20:46 UTC  (35+ 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 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  (9+ 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

[FFmpeg-devel] [PATCH] vf_paletteuse: fix color cache lookup for Bayer dithering mode
 2022-01-10 18:32 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_libvmaf: update filter for libvmaf v2.0.0
 2022-01-10 18:22 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] fftools/cmdutils: Fix undefined 1 << 31
 2022-01-10 18:08 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] lavf/udp: do not return an uninitialized value from udp_open()
 2022-01-10 17:51 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] lavf/udp: log net errors to proper contexts rather than NULL
` [FFmpeg-devel] [PATCH 3/4] lavf/network: log ff_socket() "
` [FFmpeg-devel] [PATCH 4/4] lavf/network: log ff_listen() "

[FFmpeg-devel] [PATCH 1/5] avutil/hwcontext_vulkan: fixed validation error VUID 01387
 2022-01-10 15:52 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] transpose_vulkan: add passthrough option

[FFmpeg-devel] [PATCH 1/4] libswscale: Re-factor ff_shuffle_filter_coefficients
 2022-01-10 14:58 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] libswscale: Avx2 hscale can process any input of size which is a multiple of 4
` [FFmpeg-devel] [PATCH 3/4] libswscale: Enable hscale_avx2 for input sizes which ar emultiples "
` [FFmpeg-devel] [PATCH 4/4] checkasm/sw_scale: hscale does not requires cpuflag test

[FFmpeg-devel] [PATCH] libavcodec/nvenc.c: memset NV_ENC_REGISTER_RESOURCE structure with zeros
 2022-01-10 14:55 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] tests: add test for ffmpeg's fix_sub_duration feature
 2022-01-10 13:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] avformat/mkv: add mkv tags for AVS2 and AVS3 codecs
 2022-01-10 11:30 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avformat/movenc: fix duration in mdhd box
 2022-01-10 10:52 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4] "

[FFmpeg-devel] Add MKV tags for AVS2(IEEE 1857.4) and AVS3(IEEE 1857.10) video codecs
 2022-01-10 10:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rawvideodec: check packet size
 2022-01-10  9:17 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 2/3] avcodec/v4l2_context: resume the decoding process after source change event received
 2022-01-10  8:57 UTC  (6+ messages) - mbox.gz / Atom
    ` [FFmpeg-devel] [EXT] "

[FFmpeg-devel] [PATCH] lavfi/vf_libplacebo: fix side data stripping logic
 2022-01-10  8:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavu/videotoolbox: add support for memory mapping frames
 2022-01-10  8:17 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avfilter/vpp_qsv: fix regression on older api versions (e.g. 1.11)
 2022-01-10  7:17 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4] "

[FFmpeg-devel] [PATCH] lavc/qsvenc: add return check for ff_qsv_map_pixfmt
 2022-01-10  7:07 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] Revert "lavc/aarch64: add hevc sao band 8x8 tiling"
 2022-01-09 17:15 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/4] aarch64: Disable ff_hevc_sao_band_filter_8x8_8_neon out of precaution

[FFmpeg-devel] [PATCH] avformat/amr: Return error upon error
 2022-01-09 14:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/hlsenc: convey stream id to segment streams
 2022-01-09  5:10 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/rtpdec_rfc4175: support for interlace format
 2022-01-09  2:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rawvideodec: Disable option accidentally added for v210(x)
 2022-01-09  1:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] Compilation error with --enable-libmysofa
 2022-01-08 23:32 UTC  - 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