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 v4 00/23] Subtitle Filtering 2022
 2022-06-25  9:57 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 00/25] "
  ` [FFmpeg-devel] [PATCH v5 01/25] avcodec, avutil: Move enum AVSubtitleType to avutil, add new and deprecate old values
  ` [FFmpeg-devel] [PATCH v5 02/25] avutil/frame: Prepare AVFrame for subtitle handling

[FFmpeg-devel] [PATCH v2 1/2] avformat: add AVFormatContext.first_pkt_wallclock
 2022-06-25  8:29 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

[FFmpeg-devel] [PATCH] avfilter/Makefile: always make colorspace.o
 2022-06-25  8:14 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/2] avformat: add AVFormatContext.first_pkt_wallclock
 2022-06-25  8:13 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] ffmpeg: add option -isync

[FFmpeg-devel] [PATCH 1/4] get_bits: move check_marker() to mpegvideodec.h
 2022-06-25  7:53 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] lavc: add standalone cached bitstream reader
` [FFmpeg-devel] [PATCH 3/4] lavc/bitstream: templatize for BE/LE
` [FFmpeg-devel] [PATCH 4/4] lavc/get_bits: add a compat wrapper for the cached bitstream reader

[FFmpeg-devel] [PATCH] avformat/hls:use EXT-X-START instead of live_start_index if it's in playlist
 2022-06-25  5:24 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] 答复: [PATCH] avcodec/v4l2_m2m: close the invalid file descriptor -1 in function v4l2_m2m_destroy_context
 2022-06-25  3:04 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffprobe.c: Add new Function: The peak bit rate of video streams can be queried
 2022-06-25  3:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] libavcodec/qsvenc: Enable fixed QP configure in qsv CQP runtime
 2022-06-25  2:47 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/qsvenc_hevc: Use default value from MSDK to set bf
 2022-06-25  2:42 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/http: include version.h
 2022-06-25  2:08 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Use proper header for OpenBSD PPC CPU detection
 2022-06-24 21:02 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mpegts: correct timestamp overflow on multiple pcr loopback
 2022-06-24 20:34 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/x86/h264_qpel: Remove unused functions
 2022-06-24 17:43 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v9 0/2] libjxl Colorspace fixes
 2022-06-24 17:33 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v9 1/2] avcodec/libjxldec: properly tag output colorspace
` [FFmpeg-devel] [PATCH v9 2/2] avcodec/libjxlenc: properly read input colorspace

[FFmpeg-devel] [PATCH] avformat/hls:use EXT-X-START instead of live_start_index if it's in playlist
 2022-06-24 16:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] avcodec/cuviddec: reindent after previous commit
 2022-06-24 14:42 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/cuviddec: fix null pointer dereference
 2022-06-24 14:42 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/cuviddec: fix AV1 decoding error
 2022-06-24 12:06 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v8 0/2] libjxl Colorspace Fixes
 2022-06-24 10:14 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v8 1/2] avcodec/libjxldec: properly tag output colorspace
` [FFmpeg-devel] [PATCH v8 2/2] avcodec/libjxlenc: properly read input colorspace

[FFmpeg-devel] [PATCH v4 0/4] add ARIB caption decoder using libaribcaption
 2022-06-24 10:06 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libx264: Avoid duplicating strings
 2022-06-24  9:58 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/hevc_sei: Fix check for SEI end
 2022-06-24  9:53 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/h2645_parse: Only trim RBSP trailing padding if it exists
 2022-06-24  9:53 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] avformat/matroskaenc: Split assembling CodecPrivate from writing it
 2022-06-24  9:50 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avformat/matroskaenc: Avoid swapping codecpar->extradata temporarily
` [FFmpeg-devel] [PATCH 3/6] avformat/matroskaenc: Split updating CodecPrivate from writing it
` [FFmpeg-devel] [PATCH 4/6] avcodec/av1: Add upper bound for the size of a sane sequence header
` [FFmpeg-devel] [PATCH 5/6] avformat/matroskaenc: Improve handling of AV1 extradata
` [FFmpeg-devel] [PATCH 6/6] avformat/matroskaenc: Fix outdated comment
` [FFmpeg-devel] [PATCH 7/7] avformat/matroskaenc: Reuse dynamic buffer

[FFmpeg-devel] [PATCH 1/3] avcodec/hcadec: Don't use GetBit-API for byte-aligned reads
 2022-06-24  9:50 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/hcadec: Move transient GetBitContext to stack
` [FFmpeg-devel] [PATCH 3/3] avcodec/hevc_ps: Don't use show_bits_long() unnecessarily

[FFmpeg-devel] [PATCH] Added support for MB_INFO
 2022-06-24  9:14 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/13] lavc/jpeg2000dec: Finer granularity threading
 2022-06-24  8:19 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 06/13] lavu/mem: Add ff_fast_recalloc()
` [FFmpeg-devel] [PATCH 09/13] lavc/jpeg2000: Speed up ff_jpeg2000_tag_tree_init() using stereotypes for sizes <= 4x4

[FFmpeg-devel] [PATCH] avcodec/audiotoolboxenc: return error value if encode failed
 2022-06-24  7:05 UTC  (6+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v2] avcodec/audiotoolboxenc: return external error "

[FFmpeg-devel] [PATCH v2 0/6] Implement SEI parsing for QSV decoders
 2022-06-24  7:01 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 "
  ` [FFmpeg-devel] [PATCH v3 1/6] avutil/frame: Add av_frame_copy_side_data() and av_frame_remove_all_side_data()

[FFmpeg-devel] [PATCH] avcodec/cuviddec: fix AV1 decoding error
 2022-06-24  4:09 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] tools/target_dec_fuzzer: Adjust threshold or CFHD
 2022-06-24  0:03 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/h2645_parse: Check HEVC NAL size

[FFmpeg-devel] [PATCH 01/35] fftools/ffmpeg_mux: add private muxer context
 2022-06-23 22:12 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 24/35] fftools/ffmpeg: use the sync queues to handle -frames

[FFmpeg-devel] [PATCH] avcodec/libaomenc: Get number of operating points
 2022-06-23 19:45 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] checkasm/hevc_add_res: add 12bit test
 2022-06-23 18:04 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] lavc/aarch64: reformat add_res funcs
` [FFmpeg-devel] [PATCH 3/3] lavc/aarch64: hevc_add_res add 12bit variants

[FFmpeg-devel] [PATCH 19/35] fftools/ffmpeg: use last filter output pts to choose next output stream
 2022-06-23 15:32 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] "

[FFmpeg-devel] [PATCH] fftools/ffprobe.c: Add new Function: The peak bit rate of video streams can be queried
 2022-06-23 14:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffprobe.c: Add Function: The peak bit rate of video streams can be queried
 2022-06-23 13:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavc/aarch64: new 8-bit hevc 16x16 idct
 2022-06-23 12:23 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc/aarch64: add 8-bit hevc 32x32 idct

[FFmpeg-devel] [PATCH] avformat: allow .ec3 as extension for raw E-AC-3 stream
 2022-06-23 12:14 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] get_bits: move check_marker() to mpegvideodec.h
 2022-06-23 12:01 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/5] lavc/bitstream: make skip_remaining() public
` [FFmpeg-devel] [PATCH 5/5] lavc/get_bits: add a compat wrapper for the cached bitstream reader

[FFmpeg-devel] [PATCH] lavc/aarch64: add hevc chroma loop filter 8-12bit
 2022-06-23 11:44 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 0/7] avformat/movenc: normalize on AC-3 parser usage
 2022-06-23 10:11 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/7] avcodec: make AC-3 bit rate table available in a separate header
` [FFmpeg-devel] [PATCH v4 2/7] {configure, avformat/movenc}: enable AC-3 parser for movenc
` [FFmpeg-devel] [PATCH v4 3/7] avformat/movenc: enable handle_eac3 to handle AC-3 tracks
` [FFmpeg-devel] [PATCH v4 4/7] avformat/movenc: move eac3_info definition so that it can be used for AC-3
` [FFmpeg-devel] [PATCH v4 5/7] avformat/movenc: utilize existing AC-3 parsing workflow "
` [FFmpeg-devel] [PATCH v4 6/7] avformat/movenc: handle OOM situations when parsing AC-3 headers
` [FFmpeg-devel] [PATCH v4 7/7] avformat/movenc: limit ISOBMFF AC-3 mapping to bsids <=8

[FFmpeg-devel] [PATCH 22/35] fftools/ffmpeg: rework -shortest implementation
 2022-06-23 10:04 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] "

[FFmpeg-devel] [PATCH] ffmpeg: add option -isync
 2022-06-22 13:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] AV1 VDPAU hwaccel Decode support
 2022-06-22 10:13 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] checkasm: updated tests for sw_scale
 2022-06-22  9:22 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/6 v2] avformat/movenc: normalize on AC-3 parser usage
 2022-06-22  6:54 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 5/6] avformat/movenc: utilize existing AC-3 parsing workflow for AC-3

[FFmpeg-devel] [PATCH 3/3] Provided support for MPEG-5 EVC (Essential Video Coding) codec
 2022-06-22  6:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] Provided support for MPEG-5 EVC (Essential Video Coding) codec
 2022-06-22  6:49 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] Provided support for MPEG-5 EVC (Essential Video Coding) codec
 2022-06-22  6:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/jpeglsdec: fix end check for xfrm
 2022-06-22  0:05 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] avcodec/cdgraphics: limit scrolling to the line

[FFmpeg-devel] [PATCH] avformat/hls: Limit start_seq_no to one bit less
 2022-06-22  0:01 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] swscale/aarch64: add vscale specializations
 2022-06-21 20:23 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] checkasm: updated tests for sw_scale
 2022-06-21 20:12 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffplay: fix YUV conversion mode
 2022-06-21 19:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/1] lavc/aarch64: motion estimation functions in neon
 2022-06-21 19:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: Only read the primary item for AVIF
 2022-06-21 17:12 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/movenc: Support alpha channel for AVIF
 2022-06-21 17:12 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/dovi_rpu: Fix UB for possible left shift of negative values
 2022-06-21 16:24 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v20 1/5] libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi(), getenv_utf8(), freeenv_utf8() and getenv_dup()
 2022-06-21 10:33 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v20 2/5] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW
` [FFmpeg-devel] [PATCH v20 3/5] fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and getenv()
` [FFmpeg-devel] [PATCH v20 4/5] libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv()
` [FFmpeg-devel] [PATCH v20 5/5] libavfilter/vf_frei0r.c: Use "

[FFmpeg-devel] [PATCH v2] libavcodec/qsvenc: Enable fixed QP configure in qsv CQP runtime
 2022-06-21  9:17 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 3/5] avcodec/avs2_parser: parse more info
 2022-06-21  8:57 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Make execute() and execute2() return FFMIN() of thread return codes
 2022-06-21  8:05 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add 3D scope multimedia filter
 2022-06-21  7:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/qsvenc: Enable fixed QP configure in qsv CQP runtime
 2022-06-21  6:55 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 0/6] avformat/movenc: normalize on AC-3 parser usage
 2022-06-21  6:46 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/6] avcodec: make AC-3 bit rate table available in a separate header
` [FFmpeg-devel] [PATCH v3 2/6] {configure, avformat/movenc}: enable AC-3 parser for movenc
` [FFmpeg-devel] [PATCH v3 3/6] avformat/movenc: enable handle_eac3 to handle AC-3 tracks
` [FFmpeg-devel] [PATCH v3 4/6] avformat/movenc: move eac3_info definition so that it can be used for AC-3
` [FFmpeg-devel] [PATCH v3 5/6] avformat/movenc: utilize existing AC-3 parsing workflow "
` [FFmpeg-devel] [PATCH v3 6/6] avformat/movenc: handle OOM situations when parsing AC-3 headers

[FFmpeg-devel] [PATCH 1/2] lavf/metadata: support duplicate keys in ff_metadata_conv
 2022-06-21  0:39 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavf/id3v2dec: support multiple values and TIPL frames

[FFmpeg-devel] [PATCH 1/2] avformat/demux: Make read_frame_internal() return AVERREOR(EAGAIN) on stuck empty input parser
 2022-06-20 23:05 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffprobe: report avio errors
 2022-06-20 21:44 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mpegts: remove obsolate hacks for detecting streams with bad PMTs
 2022-06-20 21:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/img2enc: fix first image check
 2022-06-20 21:31 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/img2enc: use unmatched filename for an invalid or missing sequence pattern

[FFmpeg-devel] [PATCH 1/7] avcodec/v210dec: properly support odd widths
 2022-06-20 21:06 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/aarch64: unify formatting
 2022-06-20 20:29 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/flacdec: Implement decoding of 32-bit PCM
 2022-06-20 20:14 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] doc/examples/muxing: code rewrite with improved readability and fixed issues
 2022-06-20 19:20 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffmpeg: change frame counters to 64 bit
 2022-06-20 18:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/get_bits: Don't let number of bits_left become invalid
 2022-06-20 11:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/41] Stop including superseded functions for x64
 2022-06-20 11:16 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v17 1/5] libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi() and getenv_utf8()
 2022-06-20 10:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v19 3/5] fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and getenv()
 2022-06-20 10:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v19 1/5] libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi(), getenv_utf8() and freeenv_utf8()
 2022-06-20 10:32 UTC  (2+ messages) - 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