[FFmpeg-devel] [PATCH v4 00/23] Subtitle Filtering 2022
2022-11-14 11:10 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 00/25] "
[FFmpeg-devel] [PATCH 1/4] doc/developer.texi: improve the introductory text
2022-11-14 11:07 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] doc/developer.texi: extend the argument for submitting patches
` [FFmpeg-devel] [PATCH 3/4] doc/developer.texi: demote the "contributing" chapter to a section
` [FFmpeg-devel] [PATCH 4/4] doc/developer.texi: refine the "contributing code" section
[FFmpeg-devel] [PATCH 1/5] lavf/rtpdec_asf: set AVFMT_FLAG_NONBLOCK
2022-11-14 11:05 UTC (29+ 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 01/20] fftools/ffmpeg_opt: move opening input files to ffmpeg_demux.c
2022-11-14 9:24 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 14/20] fftools/ffmpeg_mux_init: drop a duplicated block in copy_metadata()
[FFmpeg-devel] [PATCH 0/4] Fix FFmpeg compilation without DCE
2022-11-14 9:01 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 5/5] all: Guard if (EXTERNAL*) checks with #if HAVE_X86ASM
` [FFmpeg-devel] [PATCH v3 0/5] Fix FFmpeg compilation without DCE
[FFmpeg-devel] [PATCH] libavformat/rtspdec.c:flush pes buffer while rtsp seek
2022-11-14 8:17 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v7] libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI
2022-11-14 5:58 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Changelog: Add missing lines for QSV
2022-11-14 2:50 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 0/4] swscale rgbaf32 input/output support
2022-11-14 1:50 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/4] swscale/input: add rgbaf32 input support
` [FFmpeg-devel] [PATCH v3 2/4] avfilter/vf_hflip: add support for packed rgb float formats
[FFmpeg-devel] [PATCH v4 1/2] lavc: add HWACCEL_CAP_RESET_WITHOUT_UNINIT capacity for hwaccel
2022-11-14 1:19 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 2/2] lavc/vaapi_decode: add support for HWACCEL_CAP_RESET_WITHOUT_UNINIT
[FFmpeg-devel] [PATCH v5 1/2] lavc: add HWACCEL_CAP_RESET_WITHOUT_UNINIT capacity for hwaccel
2022-11-14 1:16 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 2/2] lavc/vaapi_decode: add support for HWACCEL_CAP_RESET_WITHOUT_UNINIT
[FFmpeg-devel] [PATCH] mpegts: identify and demux DSMCC-B/MHEG streams
2022-11-13 23:19 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] x86/intreadwrite: use intrinsics instead of inline asm for AV_ZERO128
2022-11-13 22:32 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 0/3] Some small ASS conversion fixes
2022-11-13 22:14 UTC (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/3] avcodec/ass: fix comment
` [FFmpeg-devel] [PATCH v2 2/3] avcodec/ass: accurately preserve colours
` [FFmpeg-devel] [PATCH v2 3/3] avcodec/ass: specify a permissive encoding
[FFmpeg-devel] [PATCH 0/3] Some small ASS conversion fixes
2022-11-13 19:39 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] avcodec/ass: fix comment
` [FFmpeg-devel] [PATCH 2/3] avcodec/ass: accurately preserve colours
` [FFmpeg-devel] [PATCH 3/3] avcodec/ass: specify a permissive encoding
[FFmpeg-devel] [PATCH 1/3] avformat/electronicarts: fix EOF check
2022-11-13 18:44 UTC (3+ 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] [Question] Technical reason why FFmpeg sets a mstack-alignment value on compile time?
2022-11-13 14:44 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/af_firequalizer: switch to TX from lavu
2022-11-13 13:35 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fftools/ffprobe: support 2D arrays in print_list_fmt()
2022-11-13 12:04 UTC - mbox.gz / Atom
[FFmpeg-devel] [Internet][PATCH 00/12] Add MediaCodec encoder and NDK MediaCodec support
2022-11-13 11:49 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avformat/lafdec: Check for EOF in header reading
2022-11-12 23:44 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/mjpegbdec: Check for AVDISCARD_ALL
` [FFmpeg-devel] [PATCH 3/3] avformat/mxfdec: Reduce overflows in essence_length computation
[FFmpeg-devel] Fwd: CfP: Open Media Devroom at FOSDEM 2023
2022-11-12 17:01 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec: LEAD MCMP decoder
2022-11-12 16:42 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/dvdsub_parser: Fix length check for short packets
2022-11-12 13:49 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] Consulting Request
2022-11-12 12:02 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches
2022-11-11 21:11 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] motion_est: fixed signed_integer_overflow when computing score
2022-11-11 18:15 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avfilter/af_surround: Check return value of av_tx_init()
2022-11-11 17:36 UTC (5+ 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] avformat/vpcc: parse bitstream data to get profile and bitdepth
2022-11-11 17:17 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec: add D3D12VA hardware accelerated H264, HEVC, VP9, and AV1 decoding
2022-11-11 16:50 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/movenc: Remove experimental status of TrueHD-in-MP4 muxing (mlpa)
2022-11-11 16:16 UTC (10+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/hevc_ps: fix process failed when SPS before VPS in hvcC
2022-11-11 2:25 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] "
[FFmpeg-devel] [PATCH 1/7] avcodec/bonk: Use unsigned in predictor_calc_error() to avoid undefined overflows
2022-11-10 19:43 UTC (17+ 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] libx265: support ATSC A/53 captions
2022-11-10 15:29 UTC (9+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH, v3] MAINTAINERS: add myself as amfenc* maintainer
2022-11-10 15:29 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavfi/vf_dnn_processing.c: Fix missing AV_PIX_FMT_GRAY8
2022-11-10 11:22 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avcodec/dts2pts_bsf: Check ctx for NULL before ff_cbs_flush()
2022-11-09 22:03 UTC (3+ messages) - mbox.gz / Atom
[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 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] 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 (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 12/15] avfilter/palettegen: base split decision on a perceptual model
[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 (3+ 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 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] 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 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] [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]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
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