[FFmpeg-devel] [PATCH] lavd/v4l2: add HEVC streams support
2022-11-09 19:40 UTC - mbox.gz / Atom
[FFmpeg-devel] [RFC PATCH] lavd/v4l2: cover all bufer if bytesperline is set by driver
2022-11-09 19:36 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/movenc: Remove experimental status of TrueHD-in-MP4 muxing (mlpa)
2022-11-09 19:15 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avfilter/af_surround: Check return value of av_tx_init()
2022-11-09 16:37 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avfilter/vf_fftfilt: "
` [FFmpeg-devel] [PATCH 3/4] avfilter/af_afir: "
` [FFmpeg-devel] [PATCH 4/4] avfilter/vf_fftdnoiz: "
[FFmpeg-devel] [PATCH 1/5] avcodec/clearvideo: Remove unnecessary level parameter
2022-11-09 14:41 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/clearvideo: Move tile_do_block() upwards
` [FFmpeg-devel] [PATCH 3/5] avcodec/clearvideo: Redo updating predicition
` [FFmpeg-devel] [PATCH 4/5] avcodec/clearvideo: Use const where appropriate
` [FFmpeg-devel] [PATCH 5/5] avcodec/clearvideo: Avoid allocations when decoding tiles
[FFmpeg-devel] [PATCH 1/2] avformat/file: Add a specialized url_check callback for pipe protocol
2022-11-09 14:31 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
[FFmpeg-devel] [PATCH 1/5] lavf/rtpdec_asf: set AVFMT_FLAG_NONBLOCK
2022-11-09 12:42 UTC (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] lavf/demux: treat EAGAIN as REDO unless AVFMT_FLAG_NONBLOCK is set
` [FFmpeg-devel] [PATCH 3/5] lavf: replace FFERROR_REDO with AVERROR(EAGAIN)
` [FFmpeg-devel] [PATCH 4/5] fftools/ffmpeg_demux: do not set AVFMT_FLAG_NONBLOCK
` [FFmpeg-devel] [PATCH 5/5] fftools/ffmpeg: make demuxing with one file always blocking
[FFmpeg-devel] [PATCH] lavfi/vf_decimate: add mixed option to process input only partially to be decimated
2022-11-09 12:08 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavfi/vf_decimate: add mixed option to process input only partially to be decimated
2022-11-09 12:07 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat: fix use of undeclared identifier error when compiling Chromium
2022-11-09 10:37 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] Rework color quantization in palette{gen,use}
2022-11-08 22:37 UTC (31+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/15] Revert "avfilter/vf_palette(gen|use): support palettes with alpha"
` [FFmpeg-devel] [PATCH 02/15] avfilter: add palette utils
` [FFmpeg-devel] [PATCH 03/15] avfilter/palette{use, gen}: simplify a few alpha masks
` [FFmpeg-devel] [PATCH 04/15] avfilter/paletteuse: switch from u8[4] to u32 for color code
` [FFmpeg-devel] [PATCH 05/15] avfilter/paletteuse: name target color arg consistently in colormap functions
` [FFmpeg-devel] [PATCH 06/15] avfilter/paletteuse: remove unused alpha split dimension
` [FFmpeg-devel] [PATCH 07/15] avfilter/paletteuse: remove redundant alpha condition
` [FFmpeg-devel] [PATCH 08/15] avfilter/paletteuse: switch to a perceptual model
` [FFmpeg-devel] [PATCH 09/15] avfilter/palettegen: average color in linear space
` [FFmpeg-devel] [PATCH 10/15] avfilter/palettegen: move box variance computation in a dedicated function
` [FFmpeg-devel] [PATCH 11/15] avfilter/palettegen: comment on the unnormalized variance
` [FFmpeg-devel] [PATCH 12/15] avfilter/palettegen: base split decision on a perceptual model
` [FFmpeg-devel] [PATCH 13/15] avfilter/palettegen: use variance per-axis instead of the range
` [FFmpeg-devel] [PATCH 14/15] avfilter/palettegen: rename longest to split_axis
` [FFmpeg-devel] [PATCH 15/15] avfilter/palette{use, gen}: update Copyright after recent changes
[FFmpeg-devel] [PATCH] avutil/tx: use llrintf() to convert a float into a 64 bit integer
2022-11-08 17:21 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/7] postproc/postprocess: Remove obsolete MMX(EXT)/3Dnow functions
2022-11-08 15:43 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/x86/cavsdsp: Remove unused 3DNow-macro
` [FFmpeg-devel] [PATCH 3/7] swscale/utils: Remove obsolete 3DNow reference
` [FFmpeg-devel] [PATCH 4/7] postproc/postprocess_template: Fix alignment
` [FFmpeg-devel] [PATCH 5/7] avfilter/vf_qp: Don't store NAN in int
` [FFmpeg-devel] [PATCH 6/7] avfilter/phase_template: Fix left-shift of negative numbers
` [FFmpeg-devel] [PATCH 7/7] avfilter/vf_hqdn3d: "
[FFmpeg-devel] [PATCH] libx265: support ATSC A/53 captions
2022-11-08 15:19 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Makefile: Build complete doc with Doxygen
2022-11-08 13:43 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avfilter/vf_libplacebo: init vulkan device in query_format
2022-11-08 13:12 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/vf_libplacebo: support all supported pixfmts
[FFmpeg-devel] [PATCH 01/20] fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.c
2022-11-08 12:46 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 14/20] fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata()
[FFmpeg-devel] [PATCH v3 1/3] lavc/decode: Warp get_hw_config function
2022-11-08 11:58 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/3] lavc/decode: Add internal surface re-allocate method for hwaccel
[FFmpeg-devel] [PATCH v4 1/2] lavc: add HWACCEL_CAP_RESET_WITHOUT_UNINIT capacity for hwaccel
2022-11-08 11:45 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 2/2] lavc/vaapi_decode: add support for HWACCEL_CAP_RESET_WITHOUT_UNINIT
[FFmpeg-devel] FFV1 slicecrc: "hashxx" instead of "CRC" for speed?
2022-11-08 8:17 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/h261dec: Don't update block_index unnecessarily
2022-11-08 0:05 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/mpeg4data: Move ff_mpeg4_resync_prefix to its only user
2022-11-08 0:00 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avutil/cast5: Avoid undefined shift of uint32_t by 32 places
2022-11-08 0:00 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avutil/tx: use a lower log level for the debug messages
2022-11-07 17:17 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fftools/ffprobe: Loop over correct number of streams when flushing decoders
2022-11-07 17:01 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] Patch: avformat_index_get_entry and avformat_index_get_entry_from_timestamp const correctness
2022-11-07 15:11 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/4] Fix FFmpeg compilation without DCE
2022-11-07 14:48 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/4] all: Replace if (ARCH_FOO) checks by #if ARCH_FOO, part 2
` [FFmpeg-devel] [PATCH v3 0/5] Fix FFmpeg compilation without DCE
` [FFmpeg-devel] [PATCH v3 4/5] all: Guard if (INLINE*) checks with #if HAVE_INLINE_ASM
` [FFmpeg-devel] [PATCH v3 5/5] all: Guard if (EXTERNAL*) checks with #if HAVE_X86ASM
[FFmpeg-devel] [PATCH v7] libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI
2022-11-07 5:24 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 00/11] Fixes and Enhancements for VAAPI Overlay
2022-11-07 3:10 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
` [FFmpeg-devel] [PATCH v2 01/11] avfilter/overlay_vaapi: use FILTER_SINGLE_PIXFMT
[FFmpeg-devel] [PATCH 1/2] libavcodec/qsvenc_hevc: add tier option
2022-11-07 3:07 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavcodec/qsvenc: Add skip_frame support to qsvenc
2022-11-07 3:07 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 00/10] Add support for H266/VVC
2022-11-07 2:28 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 05/10] avformat: add demuxer and probe "
[FFmpeg-devel] [PATCH 1/4] avcodec/dts2pts_bsf: Check ctx for NULL before ff_cbs_flush()
2022-11-06 22:38 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/bonk: decode multiple passes in intlist_read() at once
` [FFmpeg-devel] [PATCH 3/4] avcodec/bonk: Check unquant for overflow
` [FFmpeg-devel] [PATCH 4/4] avcodec/bonk: Check for undefined overflow in predictor_calc_error()
[FFmpeg-devel] [RFC]lavc/tiff: Support dng cropping
2022-11-06 21:53 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avdevice/audiotoolbox: convert to new channel layout-API
2022-11-06 21:33 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avdevice/avfoundation: "
[FFmpeg-devel] [PATCH 2/2]lavc/audiotoolboxdec: Support 20/24/32bit Apple Lossless decoding
2022-11-06 21:03 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2]lavc/audiotoolboxdec: Reorder decoder initialization
2022-11-06 21:01 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v9 00/25] Subtitle Filtering 2022
2022-11-06 20:52 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec: Remove unnecessary fft, dct inclusions
2022-11-06 19:36 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/7] avcodec/bonk: Use unsigned in predictor_calc_error() to avoid undefined overflows
2022-11-06 18:31 UTC (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/bonk: Simplify read_uint_max()
` [FFmpeg-devel] [PATCH 3/7] avcodec/bonk: Remove special 32bit case from read_uint_max()
` [FFmpeg-devel] [PATCH 4/7] avcodec/bonk: actual_run seems not able to become negative
` [FFmpeg-devel] [PATCH 5/7] avcodec/bonk: step cannot become 0 without overflowing which is undefined
` [FFmpeg-devel] [PATCH 6/7] avcodec/bonk: Check step against overflow
` [FFmpeg-devel] [PATCH 7/7] avcodec/bonk: steplet cannot become negative
[FFmpeg-devel] [PATCH]lavf/ass: Allow empty Layer field
2022-11-06 17:13 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/wmaprodec: Remove unused variable
2022-11-06 17:10 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 00/12] Use generated semantic for Matroska demuxer
2022-11-06 15:08 UTC (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/12] avformat/matroskadec: fix the default of the TagDefault element
` [FFmpeg-devel] [PATCH 02/12] avformat/matroskadec: remove some implicit default value
` [FFmpeg-devel] [PATCH 03/12] avformat/matroska: use more consistent spacing in enums
` [FFmpeg-devel] [PATCH 04/12] avformat/matroska: move Matroska IDs and enums in a separate header
` [FFmpeg-devel] [PATCH 05/12] avformat/matroskadec: move the elements semantic in a separate file
` [FFmpeg-devel] [PATCH 06/12] avformat/matroska_ids: move some IDs in separate sections
` [FFmpeg-devel] [PATCH 07/12] avformat/matroska_ids: reorder some IDs to match the generated order
` [FFmpeg-devel] [PATCH 08/12] avformat/matroskasem: reorder EbmlSyntax tables
` [FFmpeg-devel] [PATCH 09/12] avformat/matroskasem: reorder some EbmlSyntax elements
` [FFmpeg-devel] [PATCH 10/12] avformat/matroska: use the generated semantic files
` [FFmpeg-devel] [PATCH 11/12] avformat/matroska: only export a few elements
` [FFmpeg-devel] [PATCH 12/12] avformat/matroska: add missing elements
[FFmpeg-devel] [PATCH 1/3] fate/microsoft: add mss2 region test case
2022-11-06 2:52 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] fate/audio: msnsiren "
` [FFmpeg-devel] [PATCH 3/3] fate/video: vqc testcase
[FFmpeg-devel] [PATCH 01/19] avcodec/vc1: Don't check for AVCodecContext.codec
2022-11-05 17:18 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avcodec/nvenc: add AV1 encoding support
2022-11-05 17:08 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] "
[FFmpeg-devel] [PATCH, v3] MAINTAINERS: add myself as amfenc* maintainer
2022-11-05 5:10 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avformat/replaygain: avoid undefined / negative abs
2022-11-04 21:50 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/4] avcodec/alsdec: The minimal block is at least 7 bits
` [FFmpeg-devel] [PATCH 4/4] avcodec/alsdec: Check bits left before block decoding in non multi channel coding loop
[FFmpeg-devel] [PATCH 1/2] swscale/output: Bias 16bps output calculations to improve non overflowing range
2022-11-04 21:45 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: add backgroundkey video filter
2022-11-04 19:34 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH, v2] MAINTAINERS: add myself as amfenc* maintainer
2022-11-04 16:50 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] MAINTAINERS: add myself as amfenc* maintainer
2022-11-04 16:32 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-04 15:34 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] [crop support for matroska demuxer, V4 3/3] libavformat\matroskadec.c: crop support for matroska demuxer
[FFmpeg-devel] [PATCH] lavfi/vf_fieldmatch: keep fields as-is if not matched properly
2022-11-04 14:59 UTC - mbox.gz / Atom
[FFmpeg-devel] FFmpeg 5.2 ?
2022-11-04 14:36 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavfi/vf_fieldmatch: keep fields as-is if not matched properly
2022-11-04 13:24 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/av1_vaapi: fixed a decoding corruption issue
2022-11-04 2:06 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] "
[FFmpeg-devel] [PATCH 0/2] Print filter input/output formats in help output
2022-11-03 22:34 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] avfilter/avfilter: add avfilter_print_config_formats()
[FFmpeg-devel] FFmpeg 5.0
2022-11-03 22:28 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avformat/imfdec: remove the experimental flag
2022-11-03 21:02 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] doc: improve IMF demuxer documentation
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