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 1/6] avcodec/pthread_frame: Don't prematurily presume frame-threading
 2022-02-07  0:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibility
 2022-02-07  0:01 UTC  (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/3] avformat/udp: use one setsockopt for ipv4/ipv6
  ` [FFmpeg-devel] [PATCH v2 2/3] avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibility
  ` [FFmpeg-devel] [PATCH v2 3/3] avformat/udp: remove IPPROTO_IPV6 macro
` [FFmpeg-devel] [PATCH v3 1/3] avformat/udp: use one setsockopt for ipv4/ipv6
  ` [FFmpeg-devel] [PATCH v3 2/3] avformat/udp: Fix IP_MULTICAST_TTL for BSD compatibility
  ` [FFmpeg-devel] [PATCH v3 3/3] avformat/udp: remove IPPROTO_IPV6 macro

[FFmpeg-devel] [PATCH] avformat/mpegts: initialize max_packet_size when sub-demuxer
 2022-02-06 22:29 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavf/udp: set ttl upper bound to 255
 2022-02-06 22:06 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add dialogue enhance audio filter
 2022-02-06 20:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/af_atempo: switch to rdft from lavu/tx
 2022-02-06 19:02 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/h264dec: add option to ignore in band parameter set
 2022-02-06 17:56 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] zscale video filter performance optimization 4x
 2022-02-06 15:12 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add dialog enhance audio filter
 2022-02-06 11:48 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] mpegvideo_parser: check picture_structure for field order
 2022-02-06 10:04 UTC  - mbox.gz / Atom

[FFmpeg-devel] Libera.chat irc logs
 2022-02-06  9:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] mpegvideo_parser: check picture_structure for field order
 2022-02-06  8:59 UTC  (6+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 1/2] avcodec/{ass, webvttdec}: fix handling of backslashes
 2022-02-06  1:37 UTC  (27+ messages) - mbox.gz / Atom

[FFmpeg-devel] Centos 9 Stream build information
 2022-02-06  1:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/matroskadec: Check desc_bytes
 2022-02-05 21:58 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/jpeglsdec: Increase range for N in ls_get_code_runterm() by using unsigned

[FFmpeg-devel] [PATCH] avformat/mxfdec: add avlanguage dependency
 2022-02-05 21:55 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] Demuxing and decoding raw RTP stream
 2022-02-05 18:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avfilter/adelay: Add command support
 2022-02-05 14:05 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add dialog enhance audio filter
 2022-02-05 13:47 UTC  - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] avformat/mpegts: add option max_packet_size
 2022-02-05 13:24 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/8] rewrite avpriv_find_start_code() for clarity
 2022-02-05  9:00 UTC  (32+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 0/13] "
  ` [FFmpeg-devel] [PATCH v2 01/13] avcodec/internal.h: create avpriv_start_code_is_valid()
  ` [FFmpeg-devel] [PATCH v2 02/13] avpriv_find_start_code(): readability enhancement part 1
  ` [FFmpeg-devel] [PATCH v2 03/13] avpriv_find_start_code(): rewrite while loop and add comments for clarity
  ` [FFmpeg-devel] [PATCH v2 04/13] avpriv_find_start_code(): rewrite for loop "
  ` [FFmpeg-devel] [PATCH v2 05/13] avpriv_find_start_code(): add doxygen comment and rename a parameter
  ` [FFmpeg-devel] [PATCH v2 06/13] avpriv_find_start_code(): correct type of start_code parameter
  ` [FFmpeg-devel] [PATCH v2 07/13] avpriv_find_start_code(): constify pointer parameters
  ` [FFmpeg-devel] [PATCH v2 08/13] avpriv_find_start_code(): add parameter for ignoring history
  ` [FFmpeg-devel] [PATCH v2 09/13] avpriv_find_start_code(): fix indent from previous commit
  ` [FFmpeg-devel] [PATCH v2 10/13] cbs_mpeg2.c: use a while loop with a loop condition instead of an infinite loop
  ` [FFmpeg-devel] [PATCH v2 11/13] cbs_mpeg2.c: improve readability of start code search (part 1)
  ` [FFmpeg-devel] [PATCH v2 12/13] cbs_mpeg2.c: improve readability of start code search (part 2)
  ` [FFmpeg-devel] [PATCH v2 13/13] cbs_mpeg2.c: improve readability of start code search (part 3)

[FFmpeg-devel] [PATCH 1/7] avcodec/cbs_mpeg2: Remove redundant counter
 2022-02-05  8:16 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/cbs_jpeg: "
` [FFmpeg-devel] [PATCH 3/7] avcodec/cbs: Make ff_cbs_insert_unit_data() always append the new unit
` [FFmpeg-devel] [PATCH 4/7] avcodec/cbs_mpeg2: Simplify splitting fragment
` [FFmpeg-devel] [PATCH 5/7] all: Remove unnecessary libavcodec/internal.h inclusions
` [FFmpeg-devel] [PATCH 6/7] avcodec/internal.h: Move avpriv_find_start_code() to startcode.h
` [FFmpeg-devel] [PATCH 7/7] avcodec/cbs_mpeg2: Use smaller scope for variables
  ` [FFmpeg-devel] [PATCH] cbs_mpeg2_split_fragment(): cache the buffer end

[FFmpeg-devel] [PATCH v2 00/31] New FIFO API
 2022-02-05  7:55 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 03/31] lavu/fifo: Add new AVFifo API based upon the notion of element size

[FFmpeg-devel] [PATCH] avutil: use getauxval on linux/android for CPU capabilities
 2022-02-05  6:25 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avutil: use getauxval for CPU capabilities on linux/android ARM
 2022-02-05  6:10 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rtpdec_rfc4175: fix interlace format
 2022-02-05  3:46 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] Refactoring UUID functionality
 2022-02-05  3:16 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/tests: add /imf to .gitignore
 2022-02-05  2:14 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Add libavformat/tests/imf to .gitignore
 2022-02-05  2:08 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/imf: s/++i/i++/g
 2022-02-05  2:05 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Correctly set low_delay_hrd_flag when rewriting fixed_frame_rate_flag in h264_metadata bitstream filter
 2022-02-04 23:23 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] avdevice/avfoundation: check strdup
 2022-02-04 16:19 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avdevice/avfoundation: fix memleak
 2022-02-04 16:19 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/matroskadec: Fix infinite loop with bz decompression
 2022-02-04 15:07 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/utils: Fix invalid NULL pointer operation in ff_parse_key_value()

[FFmpeg-devel] [PATCH v2 0/1] Add IPFS protocol support
 2022-02-04 14:21 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/1] avformat: "

[FFmpeg-devel] [PATCH v4 0/1] Add IPFS protocol support
 2022-02-04 14:12 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/1] avformat: "

[FFmpeg-devel] [PATCH 2/2] libavformat/mov: fix udta reading in trak box
 2022-02-04 11:10 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avformat/demux: don't propagate unsupported skip samples packet side data values
 2022-02-04 10:56 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/5] Add IPFS and IPNS protocol support
 2022-02-04 10:28 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/dvdsubdec: fix incorrect yellow appearance of dvd subtitles
 2022-02-04  0:05 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/4] avcodec/dvbsubdec, dvdsubdec: don't dump images to disk based on DEBUG define
 2022-02-03 22:08 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 0/2] "

[FFmpeg-devel] [PATCH] libavutil/tests/md5: Avoid warnings
 2022-02-03 21:48 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Update ReadMe.md for PR submission and reference Developer Documentation
 2022-02-03 21:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavu: make av_get_media_type_string() never return NULL
 2022-02-03 20:09 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] create av_media_type_get_string()
  ` [FFmpeg-devel] [PATCH 1/2] libavutil: "
  ` [FFmpeg-devel] [PATCH 2/2] replace av_get_media_type_string() with av_media_type_get_string()

[FFmpeg-devel] [PATCH v2 0/1] Add IPFS protocol support
 2022-02-03 17:26 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/1] avformat: "

[FFmpeg-devel] [PATCH] configure: Fix Microsoft tools detection
 2022-02-03 16:02 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] http: Improve handling of Content-Range with Transfer-Encoding:chunked
 2022-02-03 14:12 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] http: Send a Range header even when the offset is 0

[FFmpeg-devel] [PATCH 1/4] libswscale: Re-factor ff_shuffle_filter_coefficients
 2022-02-03 14:11 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavc/aarch64: add hevc qpel assembly
 2022-02-03 13:51 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
  ` [FFmpeg-devel] [PATCH v2 2/2] lavc/aarch64: add hevc epel assembly

[FFmpeg-devel] [PATCH 1/2] libfdk-aacdec: Add an option for setting the decoder's DRC album mode
 2022-02-03 11:53 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] libfdk-aacdec: Flush delayed samples at the end

[FFmpeg-devel] [PATCH] ffprobe: allow side-data selection by element
 2022-02-03 10:36 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avformat/hls Implement support for using AVSEEK_FLAG_BACKWARD when seeking
 2022-02-03 10:20 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4] avformat/hls: "

[FFmpeg-devel] [PATCH v3 1/4] avformat/imf: open resources only when first needed
 2022-02-03  4:07 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/4] avformat/imf: fix missing error reporting when opening resources
` [FFmpeg-devel] [PATCH v3 3/4] avformat/imf: fix packet pts, dts and muxing
` [FFmpeg-devel] [PATCH v3 4/4] avformat/imf: document IMFVirtualTrackResourcePlaybackCtx

[FFmpeg-devel] [PATCH] avformat/imf_cpl: do not use filesize when reading XML file
 2022-02-03  1:53 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 01/69] avcodec/avcodec: Avoid MpegEncContext in AVHWAccel.decode_mb
 2022-02-03  1:06 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 73/80] avcodec/h263dec.h: Add H263DecContext
` [FFmpeg-devel] [PATCH 74/80] avcodec/mpegvideo: Move decode_mb to H263DecContext
` [FFmpeg-devel] [PATCH 75/80] avcodec/mpegvideo: Move h263_long_vectors "
` [FFmpeg-devel] [PATCH 76/80] avcodec/mpegvideo: Move ehc_mode "
` [FFmpeg-devel] [PATCH 77/80] avcodec/mpegvideo: Move pb_frame "
` [FFmpeg-devel] [PATCH 78/80] avcodec/mpegvideo: Move packed-b-frames stuff "
` [FFmpeg-devel] [PATCH 79/80] avcodec/mpegvideo: Move custom_pcf "
` [FFmpeg-devel] [PATCH 80/80] avcodec/mpegvideo_enc: Remove redundant unref+ref

[FFmpeg-devel] [PATCH] avformat/rtpdec_rfc4175: fix interlace format
 2022-02-03  1:01 UTC  - 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