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] lavu/hwcontext_vaapi: Skip 'vgem' driver
 2022-11-23 21:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] swscale/utils: Factor initializing single slice context out
 2022-11-23 21:43 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] swscale/utils: Don't allocate AVFrames for slice contexts
` [FFmpeg-devel] [PATCH 3/6] swscale/utils: Avoid calling ff_thread_once() unnecessarily
` [FFmpeg-devel] [PATCH 4/6] swscale/utils: Move functions to avoid forward declarations
` [FFmpeg-devel] [PATCH 5/6] swscale/utils: Derive range from YUVJ-pix-fmt only once
` [FFmpeg-devel] [PATCH 6/6] swscale/utils: Fix indentation

[FFmpeg-devel] [PATCH v5 0/4] swscale: rgbaf32 input/output support
 2022-11-23 19:35 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 1/4] swscale/input: add rgbaf32 input support
` [FFmpeg-devel] [PATCH v5 2/4] avfilter/vf_hflip: add support for packed rgb float formats
` [FFmpeg-devel] [PATCH v5 3/4] avfilter/vf_transpose: "
` [FFmpeg-devel] [PATCH v5 4/4] swscale/output: add rgbaf32 output support

[FFmpeg-devel] [PATCH 2/2] avcodec/mediacodecenc: check missing Surface
 2022-11-23 16:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/mediacodec: fix missing crop info when use NDK MediaCodec
 2022-11-23 16:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [crop support for matroska demuxer, V4 1/3] libavcodec: Add crop related fields to structure AVCodecContext and AVCodecParameters
 2022-11-23 14:44 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [crop support for matroska demuxer, V4 2/3] libavcodec: Public code to support container crop

[FFmpeg-devel] [PATCH V2] lavc/libvpx: increase thread limit to 64
 2022-11-23 14:25 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_libplacebo: support more output formats
 2022-11-23 13:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 1/2] lavc: add HWACCEL_CAP_RESET_WITHOUT_UNINIT capacity for hwaccel
 2022-11-23 11:39 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/20] avcodec/hevc_sei: Use proper type for NALU type
 2022-11-23  5:05 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/av1_vaapi: add direct film grain mode
 2022-11-23  2:43 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
` [FFmpeg-devel] [PATCH v3] "
` [FFmpeg-devel] [PATCH v4] "

[FFmpeg-devel] [PATCH v4 0/4] swscale: rgbaf32 input/output support
 2022-11-23  2:07 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/4] swscale/input: add rgbaf32 input support
` [FFmpeg-devel] [PATCH v4 2/4] avfilter/vf_hflip: add support for packed rgb float formats
` [FFmpeg-devel] [PATCH v4 3/4] avfilter/vf_transpose: "
` [FFmpeg-devel] [PATCH v4 4/4] swscale/output: add rgbaf32 output support

[FFmpeg-devel] [PATCH 1/4] avutil/error: add a new error to signal processing got into an unrecoverable state
 2022-11-22 23:49 UTC  (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/decode: allow the decoder to signal an unrecoverable error was found
` [FFmpeg-devel] [PATCH 3/4] avutil/cuda_check: propagate AVERROR_UNRECOVERABLE when needed
` [FFmpeg-devel] [PATCH 4/4] fftools/ffmpeg: handle decoders returning AVERROR_UNRECOVERABLE

[FFmpeg-devel] [PATCH 1/2] avcodec/pictordec: Check that the image fits in the input
 2022-11-22 22:56 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/ffv1dec: restructure slice coordinate reading a bit

[FFmpeg-devel] [PATCH 1/3] avformat/electronicarts: fix EOF check
 2022-11-22 22:31 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/electronicarts: set packet_read in one place
` [FFmpeg-devel] [PATCH 3/3] avformat/electronicarts: add option to return alpha channel in the main video stream in VP6A codec

[FFmpeg-devel] [PATCH] avcodec/bonk: check level value to not reach invalid values
 2022-11-22 19:22 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/pnm: avoid mirroring PFM images vertically
 2022-11-22 16:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/6] avcodec/flashsvenc: Fix packet size calculation
 2022-11-22 15:48 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/6] avcodec/flashsvenc: Remove unused buffer
` [FFmpeg-devel] [PATCH v2 3/6] avcodec/flashsvenc: Use const where appropriate
` [FFmpeg-devel] [PATCH v2 4/6] avcodec/flashsvenc: Change check for first frame
` [FFmpeg-devel] [PATCH v2 5/6] avcodec/flashsvenc: Avoid copying frame
` [FFmpeg-devel] [PATCH v2 6/6] avcodec/flashsvenc: Remove unnecessary or unused variable

[FFmpeg-devel] [PATCH v5 0/6] Implement SEI parsing for QSV decoders
 2022-11-22  5:41 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 0/3] "
  ` [FFmpeg-devel] [PATCH v6 3/3] avcodec/qsvdec: "

[FFmpeg-devel] [PATCH] lavf/mux: ignore nonmonotonic timestamps for timestampless muxers
 2022-11-22  0:08 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avutil/tx: Use unsigned in ff_tx_fft_sr_combine() to avoid undefined behavior
 2022-11-21 23:58 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/mlpdec: Check max matrix instead of max channel in noise check
` [FFmpeg-devel] [PATCH 3/3] avcodec/dts2pts_bsf: Eliminate some 64bit corner cases

[FFmpeg-devel] [PATCH 1/2] avcodec/tiff: Avoid 0.0/0.0 in camera_xyz_coeff()
 2022-11-21 18:53 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/h263dec: Avoid parsing extradata repeatedly

[FFmpeg-devel] [PATCH 1/3] checkasm/v210enc: test the entire width of 10-bit planar input arrays
 2022-11-21 16:50 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/x86/v210: replace register use with named register
` [FFmpeg-devel] [PATCH 3/3] avcodec/v210enc: add new 10-bit function for avx512 avx512icl

[FFmpeg-devel] [Internet][PATCH v2 00/12] Add MediaCodec encoder and NDK MediaCodec support
 2022-11-21 16:38 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/vp8: Fix wrong vpx_rac_is_end() check
 2022-11-21 10:49 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/12] avcodec/mediacodec: fix incorrect crop info
 2022-11-21  4:40 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 10/12] avcodec: add MediaCodec encoder

[FFmpeg-devel] [PATCH v2] libavfilter/x86/vf_convolution: fix sobel swap issue on WIN64
 2022-11-21  4:37 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] Changelog: Add missing lines for QSV
 2022-11-21  3:09 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavu/pixfmt: Update the description for AV_PIX_FMT_QSV
 2022-11-21  2:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/qsvdec: update HDR side data on output AVFrame
 2022-11-21  2:31 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avcodec/pnmenc: Check av_image_get_buffer_size()
 2022-11-21  0:17 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/flashsvenc: Account for header in packet size
` [FFmpeg-devel] [PATCH 3/7] avcodec/flashsvenc: Remove unused buffer
` [FFmpeg-devel] [PATCH 4/7] avcodec/flashsvenc: Use const where appropriate
` [FFmpeg-devel] [PATCH 5/7] avcodec/flashsvenc: Change check for first frame
` [FFmpeg-devel] [PATCH 6/7] avcodec/flashsvenc: Avoid copying frame
  ` [FFmpeg-devel] [PATCH v2 "
` [FFmpeg-devel] [PATCH 7/7] avcodec/flashsvenc: Avoid unnecessary variable

[FFmpeg-devel] [PATCH 1/3] avcodec/bonk: Use unsigned in predictor_init_state() to avoid undefined behavior
 2022-11-20 20:54 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/apac: reset buffer on error

[FFmpeg-devel] [PATCH] avfilter/framepool: use aligned height when allocating plane buffers
 2022-11-20 19:41 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libsvtav1: guard against bit_rate being zero
 2022-11-20 19:19 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] avcodec/libsvtav1: only set max_buf_sz if both bitrate and rc_buf_sz is set

[FFmpeg-devel] Developer meeting Dec 2
 2022-11-20 16:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] lavc/videotoolbox: use objpool instead of allocating memory each frame
 2022-11-20 14:47 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] fftools/objpool: move objpool to libavutil
` [FFmpeg-devel] [PATCH 2/2] lavc/videotoolboxenc: use objectpool for encoder output information

[FFmpeg-devel] [PATCH v2 01/12] avcodec/mediacodec: fix incorrect crop info
 2022-11-20  6:56 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 02/12] avcodec/mediacodecdec: don't break out if both input and output port return try again
` [FFmpeg-devel] [PATCH v2 03/12] avcodec/mediacodecdec_common: fix misuse av_free/av_freep
` [FFmpeg-devel] [PATCH v2 04/12] avcodec/mediacodecdec_common: fix useless av_buffer_unref
` [FFmpeg-devel] [PATCH v2 05/12] avcodec/mediacodec_wrapper: separate implementation from interface
` [FFmpeg-devel] [PATCH v2 06/12] avcodec/mediacodec: add NDK media codec wrapper
` [FFmpeg-devel] [PATCH v2 07/12] avcodec/mediacodecdec: enable NDK mediacodec
` [FFmpeg-devel] [PATCH v2 08/12] avutil/hwcontext_mediacodec: add ANativeWindow support
` [FFmpeg-devel] [PATCH v2 09/12] avcodec/mediacodec: "
` [FFmpeg-devel] [PATCH v2 10/12] avcodec: add MediaCodec encoder
` [FFmpeg-devel] [PATCH v2 11/12] avutil/hwcontext: verify hw_frames_ctx in transfer_data_alloc
` [FFmpeg-devel] [PATCH v2 12/12] fftools/ffmpeg_opt: set default hwaccel_output_format for mediacodec
  ` [FFmpeg-devel] [PATCH v3 12/12] fftools/ffmpeg_demux: "

[FFmpeg-devel] [PATCH v2 00/12] Add MediaCodec encoder and NDK MediaCodec support
 2022-11-20  6:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/3] Some small ASS conversion fixes
 2022-11-20  0:15 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] swscale/input: Use unsigned intermediates in rgb64ToUV_c_template
 2022-11-19 21:41 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] swscale/input: Use more unsigned intermediates

[FFmpeg-devel] [V2 01/10] libavfilter/vulkan: Fix problem when device have queue_count greater than 1
 2022-11-19 20:47 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/tiff: Ignore tile_count
 2022-11-19 20:04 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avformat/id3v2: Check taglen in read_uslt()
` [FFmpeg-devel] [PATCH 3/4] avcodec/mobiclip: Check input size before (re)allocation
` [FFmpeg-devel] [PATCH 4/4] avcodec/vqcdec: Check for end of input in decode_vectors()

[FFmpeg-devel] [PATCH 1/7] configure: drop support for complex functions
 2022-11-19 14:30 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] doc/developer.texi: move the language feature section higher up
` [FFmpeg-devel] [PATCH 3/7] doc/developer.texi: update the language feature section
` [FFmpeg-devel] [PATCH 4/7] doc/developer.texi: document the use of other languages than C
` [FFmpeg-devel] [PATCH 5/7] doc/developer.texi: move editor configuration under formatting
` [FFmpeg-devel] [PATCH 6/7] doc/developer.texi: drop a misplaced sentence from code formatting section
` [FFmpeg-devel] [PATCH 7/7] doc/developer.texi: extend and update naming conventions

[FFmpeg-devel] vulkan video
 2022-11-19 13:29 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: fix use of undeclared identifier error when compiling Chromium
 2022-11-19  9:17 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] hashing audio streams beyond pcm_s16le
 2022-11-18 19:21 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/file: add fd protocol
 2022-11-18 18:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avfilter/vf_libplacebo: default to normalize_sar=0
 2022-11-18 14:25 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/vf_libplacebo: fix normalize_sar calculation

[FFmpeg-devel] Ffmpeg/ffprobe not work well with a DASH stream
 2022-11-18 12:45 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libx265: fix build error
 2022-11-18  7:45 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] avcodec/libsvtav1: replace vbv_bufsize with maximum_buffer_size_ms
 2022-11-17 23:29 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/2] avcodec/libsvtav1: remove compressed_ten_bit_format and simplify alloc_buffer

[FFmpeg-devel] [PATCH 0/4] Fix FFmpeg compilation without DCE
 2022-11-17 22:45 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 0/5] "

[FFmpeg-devel] [PATCH] x86/intmath: use _bzhi_u32 instead of the GCC internal builtin
 2022-11-17 20:10 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate/aacenc: increase tolerance for ln-128k test
 2022-11-17 11:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate: Mark the tiff-zip-* tests as requiring zlib
 2022-11-17 11:24 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/10] fftools/ffmpeg: move freeing an input stream into a separate function
 2022-11-17 10:16 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/10] fftools/ffmpeg: drop an arbitrary condition
` [FFmpeg-devel] [PATCH 03/10] fftools/ffmpeg: stop inventing fake source information
` [FFmpeg-devel] [PATCH 04/10] fftools/ffmpeg: replace OutputStream.source_index with a pointer to InputStream
` [FFmpeg-devel] [PATCH 05/10] fftools/ffmpeg_mux_init: simplify inner loop in map_auto_{video, audio}
` [FFmpeg-devel] [PATCH 06/10] fftools/ffmpeg: remove the input_streams global
` [FFmpeg-devel] [PATCH 07/10] fftools/ffmpeg: do not assume input streams exist
` [FFmpeg-devel] [PATCH 08/10] fftools/ffmpeg: declare loop variables inside loops in transcode_init()
` [FFmpeg-devel] [PATCH 09/10] fftools/ffmpeg: _-prefix variables in MATCH_PER_STREAM_OPT()
` [FFmpeg-devel] [PATCH 10/10] fftools/ffmpeg_mux_init: postpone matching -disposition to streams

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