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 000/281 v3] New channel layout API
 2022-01-16 22:54 UTC  (55+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 001/281] Add a new "
` [FFmpeg-devel] [PATCH 237/281] mf: convert to "
` [FFmpeg-devel] [PATCH 238/281] mlp: "
` [FFmpeg-devel] [PATCH 239/281] mpc7: "
` [FFmpeg-devel] [PATCH 240/281] mpc8: "
` [FFmpeg-devel] [PATCH 241/281] mpegaudio: "
` [FFmpeg-devel] [PATCH 242/281] nellymoser: "
` [FFmpeg-devel] [PATCH 243/281] on2avc: "
` [FFmpeg-devel] [PATCH 244/281] opus: "
` [FFmpeg-devel] [PATCH 245/281] pafaudio: "
` [FFmpeg-devel] [PATCH 246/281] pcm: "
` [FFmpeg-devel] [PATCH 247/281] qcelpdec: "
` [FFmpeg-devel] [PATCH 248/281] qdmc: "
` [FFmpeg-devel] [PATCH 249/281] qdm2: "
` [FFmpeg-devel] [PATCH 250/281] ra144: "
` [FFmpeg-devel] [PATCH 251/281] ra288: "
` [FFmpeg-devel] [PATCH 252/281] ralf: "
` [FFmpeg-devel] [PATCH 253/281] roqaudioenc: "
` [FFmpeg-devel] [PATCH 254/281] s302m: "
` [FFmpeg-devel] [PATCH 255/281] sbc: "
` [FFmpeg-devel] [PATCH 256/281] shorten: "
` [FFmpeg-devel] [PATCH 257/281] sipr: "
` [FFmpeg-devel] [PATCH 258/281] siren: "
` [FFmpeg-devel] [PATCH 259/281] smacker: "
` [FFmpeg-devel] [PATCH 260/281] sonic: "
` [FFmpeg-devel] [PATCH 261/281] speex: "
` [FFmpeg-devel] [PATCH 262/281] tak: "
` [FFmpeg-devel] [PATCH 263/281] truespeech: "
` [FFmpeg-devel] [PATCH 264/281] tta: "
` [FFmpeg-devel] [PATCH 265/281] twinvq: "
` [FFmpeg-devel] [PATCH 266/281] vima: "
` [FFmpeg-devel] [PATCH 267/281] vmdaudio: "
` [FFmpeg-devel] [PATCH 268/281] vorbis: "
` [FFmpeg-devel] [PATCH 269/281] wavpack: "
` [FFmpeg-devel] [PATCH 270/281] wma: "
` [FFmpeg-devel] [PATCH 271/281] ws-snd1: "
` [FFmpeg-devel] [PATCH 272/281] lavc: drop temporary compat wrappers for channel layout API change
` [FFmpeg-devel] [PATCH 273/281] lavf: Add non diegetic stream disposition flag
` [FFmpeg-devel] [PATCH 274/281] swresample: convert to new channel layout API
` [FFmpeg-devel] [PATCH 275/281] avfilter: "
` [FFmpeg-devel] [PATCH 276/281] avdevice/lavfi: remove call to deprecated function av_buffersink_get_channel_layout()
` [FFmpeg-devel] [PATCH 277/281] ffmpeg: convert to new channel layout-API
` [FFmpeg-devel] [PATCH 278/281] ffprobe: "
` [FFmpeg-devel] [PATCH 279/281] channel_layout: add support for Ambisonic
` [FFmpeg-devel] [PATCH 280/281] opus: export mapping family 2 (Ambisonic) as Ambisonic layout
` [FFmpeg-devel] [PATCH 281/281] mov: Implement spatial audio support

[FFmpeg-devel] [PATCH 01/25] avformat/matroskaenc: Fix potential overflow
 2022-01-16 22:51 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vf_paletteuse: fix color cache lookup for Bayer dithering mode
 2022-01-16 20:03 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes
 2022-01-16 18:16 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/webvttdec: honour bidi marks

[FFmpeg-devel] [PATCH v2] lavfi/drawtext: Add localtime_ms for millisecond precision
 2022-01-16 11:06 UTC  (17+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/mpegts: add option max_packet_size
 2022-01-16  4:07 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] AVFrame data alignment issues
 2022-01-16  1:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/hlsenc: Fix path handling on Windows
 2022-01-15 22:29 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Website release notes for 5.0
 2022-01-15 18:12 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fix bs2b parameter description
 2022-01-15 14:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v20 02/20] avutil/frame: Prepare AVFrame\n for subtitle handling
 2022-01-15 14:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/24] Subtitle Filtering 2022
 2022-01-15  8:36 UTC  (31+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/24] avcodec, avutil: Move enum AVSubtitleType to avutil, add new and deprecate old values
` [FFmpeg-devel] [PATCH 02/24] avutil/frame: Prepare AVFrame for subtitle handling
` [FFmpeg-devel] [PATCH 03/24] avcodec/subtitles: Introduce new frame-based subtitle decoding API
` [FFmpeg-devel] [PATCH 04/24] avfilter/subtitles: Update vf_subtitles to use new decoding api
` [FFmpeg-devel] [PATCH 05/24] avcodec, avutil: Move ass helper functions to avutil as avpriv_ and extend ass dialog parsing
` [FFmpeg-devel] [PATCH 06/24] avcodec/subtitles: Migrate subtitle encoders to frame-based API
` [FFmpeg-devel] [PATCH 07/24] avcodec/subtitles: Replace deprecated enum values
` [FFmpeg-devel] [PATCH 08/24] fftools/play, probe: Adjust for subtitle changes
` [FFmpeg-devel] [PATCH 09/24] avfilter/subtitles: Add subtitles.c for subtitle frame allocation
` [FFmpeg-devel] [PATCH 10/24] avfilter/avfilter: Handle subtitle frames
` [FFmpeg-devel] [PATCH 11/24] avfilter/avfilter: Fix hardcoded input index
` [FFmpeg-devel] [PATCH 12/24] avfilter/sbuffer: Add sbuffersrc and sbuffersink filters
` [FFmpeg-devel] [PATCH 13/24] avfilter/overlaygraphicsubs: Add overlaygraphicsubs and graphicsub2video filters
` [FFmpeg-devel] [PATCH 14/24] avfilter/overlaytextsubs: Add overlaytextsubs and textsubs2video filters
` [FFmpeg-devel] [PATCH 15/24] avfilter/textmod: Add textmod, censor and show_speaker filters
` [FFmpeg-devel] [PATCH 16/24] avfilter/stripstyles: Add stripstyles filter
` [FFmpeg-devel] [PATCH 17/24] avfilter/splitcc: Add splitcc filter for closed caption handling
` [FFmpeg-devel] [PATCH 18/24] avfilter/graphicsub2text: Add new graphicsub2text filter (OCR)
` [FFmpeg-devel] [PATCH 19/24] avfilter/subscale: Add filter for scaling and/or re-arranging graphical subtitles
` [FFmpeg-devel] [PATCH 20/24] avfilter/subfeed: add subtitle feed filter
` [FFmpeg-devel] [PATCH 21/24] fftools/ffmpeg: Introduce subtitle filtering new frame-based subtitle encoding
` [FFmpeg-devel] [PATCH 22/24] avutil/ass_split: Add parsing of hard-space tags (\h)
` [FFmpeg-devel] [PATCH 23/24] avcodec/webvttenc: convert hard-space tags to  
` [FFmpeg-devel] [PATCH 24/24] doc/APIchanges: update for subtitle filtering changes

[FFmpeg-devel] [PATCH] avfilter: Added siti filter
 2022-01-15  8:27 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v9 1/3] libavdevice/avfoundation.m: use AudioConvert, extend supported formats
 2022-01-14 18:10 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libmp3lame: check channel count after the lame_init_params()
 2022-01-14 14:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/libopenh264enc: support for colorspace and range information
 2022-01-14 13:49 UTC  (21+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/libopenh264enc: make the profile configuablable correctly
` [FFmpeg-devel] [PATCH 3/3] avcodec/libopenh264enc: set iEntropyCodingModeFlag by coder option
` [FFmpeg-devel] [PATCH v2 1/3] avcodec/libopenh264enc: support for colorspace and range information
  ` [FFmpeg-devel] [PATCH v2 2/3] avcodec/libopenh264enc: make the profile configuablable correctly
  ` [FFmpeg-devel] [PATCH v2 3/3] avcodec/libopenh264enc: set iEntropyCodingModeFlag by coder option
` [FFmpeg-devel] [PATCH v3 1/3] avcodec/libopenh264enc: support for colorspace and range information
  ` [FFmpeg-devel] [PATCH v3 2/3] avcodec/libopenh264enc: make the profile configuablable correctly
  ` [FFmpeg-devel] [PATCH v3 3/3] avcodec/libopenh264enc: set iEntropyCodingModeFlag by coder option

[FFmpeg-devel] [PATCH] avformat/aviobuf: let avio_read can retry when timeout
 2022-01-14  5:07 UTC  (4+ messages) - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH 01/35] lavu/fifo: disallow overly large fifo sizes
 2022-01-13 19:03 UTC  (27+ 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 05/35] lavu/fifo: add a new FIFO grow function
` [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 12/35] lavc/avcodec: switch to new FIFO API
` [FFmpeg-devel] [PATCH 13/35] lavc/amfenc: "
` [FFmpeg-devel] [PATCH 26/35] lavf/udp: "
` [FFmpeg-devel] [PATCH 31/35] lavu/threadmessage: "

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

[FFmpeg-devel] [PATCH] avutil/fifo: Use av_fifo_generic_peek_at() for av_fifo_generic_peek()
 2022-01-13 16:39 UTC  - mbox.gz / Atom

[FFmpeg-devel] 5.0 blocking issues
 2022-01-13 11:34 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/28] ffmpeg: pass the muxer context explicitly to some functions
 2022-01-13 10:54 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 17/28] ffmpeg: move the mux queue into muxer private data
` [FFmpeg-devel] [PATCH 24/28] ffmpeg_mux: drop a useless check and reduce indentation

[FFmpeg-devel] [PATCH V3 1/4] libavcodec/qsvenc: Add max_frame_size support to hevc_qsv
 2022-01-13  8:18 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH V3 2/4] libavcodec/qsvenc: Add DisableDeblockingIdc support to qsv
` [FFmpeg-devel] [PATCH V3 3/4] libavcodec/qsvenc: Add low latency P-pyramid "
` [FFmpeg-devel] [PATCH V3 4/4] libavcodec/qsvenc: Add transform skip to hevc_qsv

[FFmpeg-devel] [PATCH V4 1/4] libavcodec/qsvenc: Add max_frame_size support to hevc_qsv
 2022-01-13  7:36 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH V4 2/4] libavcodec/qsvenc: Add DisableDeblockingIdc support to qsv
` [FFmpeg-devel] [PATCH V4 3/4] libavcodec/qsvenc: Add low latency P-pyramid "
` [FFmpeg-devel] [PATCH V4 4/4] libavcodec/qsvenc: Add transform skip to hevc_qsv

[FFmpeg-devel] [PATCH v2] lavc/qsvenc: add tile encoding support for VP9
 2022-01-13  5:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH V2] libavcodec/qsvenc: Add DisableDeblockingIdc support to qsv
 2022-01-13  5:11 UTC  (3+ 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