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/2] avcodec/{ass, webvttdec}: fix handling of backslashes
 2022-02-05  1:20 UTC  (23+ 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] avutil: use getauxval on linux/android for CPU capabilities
 2022-02-04 22:20 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/7] avcodec/cbs_mpeg2: Remove redundant counter
 2022-02-04 19:05 UTC  (9+ 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] avformat/imf: s/++i/i++/g
 2022-02-04 17:29 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] zscale video filter performance optimization 4x
 2022-02-04 17:17 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  (23+ 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  (13+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rtpdec_rfc4175: fix interlace format
 2022-02-04  3:23 UTC  - 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  (9+ 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 0/8] rewrite avpriv_find_start_code() for clarity
 2022-02-03 18:44 UTC  (26+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/8] avpriv_find_start_code(): readability enhancement part 1
` [FFmpeg-devel] [PATCH 2/8] avpriv_find_start_code(): rewrite while loop and add comments for clarity
` [FFmpeg-devel] [PATCH 3/8] avpriv_find_start_code(): make the state parameter output only
` [FFmpeg-devel] [PATCH 4/8] avpriv_find_start_code(): add doxygen comment and rename a parameter
` [FFmpeg-devel] [PATCH 5/8] avpriv_find_start_code(): replace unnecessary for loop
` [FFmpeg-devel] [PATCH 6/8] avcodec/internal.h: create avpriv_start_code_is_valid()
` [FFmpeg-devel] [PATCH 7/8] cbs_mpeg2.c: use a while loop with a loop condition instead of an infinite loop
` [FFmpeg-devel] [PATCH 8/8] avpriv_find_start_code(): reduce the number of iterations
` [FFmpeg-devel] [PATCH v2 0/13] rewrite avpriv_find_start_code() for clarity
  ` [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 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  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avfilter/adelay: Add command support
 2022-02-03 14:04 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  (4+ 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  (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 62/69] avcodec/mpegvideo: Move max_b_frames to MPVMainEncContext
` [FFmpeg-devel] [PATCH v2 63/69] avcodec/mpegvideo: Move context_initialized flag to MPVMainContext
` [FFmpeg-devel] [PATCH v2 64/69] avcodec/mpegvideo: Move coded_picture_number "
` [FFmpeg-devel] [PATCH v2 65/69] avcodec/mpegvideo: Move arrays owned by main thread "
` [FFmpeg-devel] [PATCH v2 66/69] avcodec/mpegvideo: Remove strict_std_compliance from MPVContext
` [FFmpeg-devel] [PATCH v2 67/69] avcodec/mpegvideo_dec: Remove commented-out cruft
` [FFmpeg-devel] [PATCH v2 68/69] avcodec/mpegvideo_dec: Remove potentially UB always-true checks
` [FFmpeg-devel] [PATCH v2 69/69] avcodec/mpegvideo: Move picture array to MPVMainContext
` [FFmpeg-devel] [PATCH 70/72] avcodec/mpegpicture: Don't check for DELAYED_PIC_REF
` [FFmpeg-devel] [PATCH 71/72] avcodec/mpegutils.h: Move DELAYED_PIC_REF macro to h264dec.h
` [FFmpeg-devel] [PATCH 72/72] avcodec/mpegvideo: Make new_picture an ordinary AVFrame
` [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

[FFmpeg-devel] [PATCH] [PATCH] libavformat/mov: Expose Quicktime poster_time value as metadata TAG
 2022-02-02 23:22 UTC  - mbox.gz / Atom

[FFmpeg-devel] fatal: Resolve operation not in progress, we are not resuming
 2022-02-02 19:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] avformat/mkv: add mkv tags for AVS2 and AVS3 codecs
 2022-02-02 15:21 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/img2dec: fix logic error in GEM Raster file probe
 2022-02-02  7:52 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avformat/img2dec: increase probe score for fourcc variants

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

[FFmpeg-devel] [PATCH v1 1/4] avformat/imf: open resources only when first needed
 2022-02-02  0:19 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 3/4] avformat/imf: fix packet pts, dts and muxing

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

[FFmpeg-devel] [PATCH] hwcontext_vulkan: use VkPhysicalDeviceTimelineSemaphoreFeatures to check for timeline semaphore supporting
 2022-02-01 22:00 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/utils: keep chapter monotonicity on chapter updates
 2022-02-01 18:52 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/av1dec: Check tile_cols

[FFmpeg-devel] [PATCH] libavformat/mov: Expose Quicktime poster_time value as metadata TAG
 2022-02-01 16:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libdav1d: free the Dav1dData packet on dav1d_send_data() failure
 2022-02-01 16:07 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/cfhd: Avoid signed integer overflow in coeff
 2022-02-01 15:43 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