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 v2] avcodec/mediacodecdec: add AV1 decoding support
 2022-12-28 17:36 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/8] avformat/file: add fd option for pipe
 2022-12-28 17:31 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/h264_mp4toannexb: fix missing SPS/PPS to IDR frames
 2022-12-28 17:20 UTC  - mbox.gz / Atom

[FFmpeg-devel] Would a crypto file be acceptable?
 2022-12-28 16:58 UTC  (26+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH][RFC][CURSED] mov: Disable advanced_editlist for fragmented MP4 input
 2022-12-28 16:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_cropdetect: add ability to change limit/reset at runtime
 2022-12-28 15:37 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffmpeg_ffplay_ffprobe_cmdutils: add -mask_url to replace the protocol address in the command with the asterisk (*)
 2022-12-28  8:04 UTC  (5+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] 答复: "

[FFmpeg-devel] [PATCH] avformat/segment: add option min_seg_duration
 2022-12-28  3:56 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mxfdec: Check index_duration
 2022-12-28  3:19 UTC  (11+ messages) - mbox.gz / Atom
            ` [FFmpeg-devel] [PATCH 1/3] avformat/mxfdec: check index entry array size
              ` [FFmpeg-devel] [PATCH 2/3] avformat/mxfdec: support Avid files with an extra index entry
              ` [FFmpeg-devel] [PATCH 3/3] avformat/mxfdec: check number of index table entires more strictly

[FFmpeg-devel] Rework color quantization in palette{gen,use}
 2022-12-27 23:31 UTC  (41+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 12/15] avfilter/palettegen: base split decision on a perceptual model
` [FFmpeg-devel] New iteration for the color quantization in palette{gen, use}
  ` [FFmpeg-devel] [PATCH v2 01/32] avfilter/palettegen: allow a minimum of 2 colors
  ` [FFmpeg-devel] [PATCH v2 02/32] avfilter/palette{gen, use}: revert support palettes with alpha
  ` [FFmpeg-devel] [PATCH v2 03/32] avfilter/palette{gen, use}: simplify a few alpha masks
  ` [FFmpeg-devel] [PATCH v2 04/32] avfilter/palette{gen, use}: add palette utils
  ` [FFmpeg-devel] [PATCH v2 05/32] avfilter/paletteuse: switch from u8[4] to u32 for color code
  ` [FFmpeg-devel] [PATCH v2 06/32] avfilter/paletteuse: name target color arg consistently in colormap functions
  ` [FFmpeg-devel] [PATCH v2 07/32] avfilter/paletteuse: remove unused alpha split dimension
  ` [FFmpeg-devel] [PATCH v2 08/32] avfilter/paletteuse: remove redundant alpha condition
  ` [FFmpeg-devel] [PATCH v2 09/32] avfilter/paletteuse: switch to a perceptual model
  ` [FFmpeg-devel] [PATCH v2 10/32] avfilter/palettegen: move box stats computation to a dedicated function
  ` [FFmpeg-devel] [PATCH v2 11/32] avfilter/palettegen: define the best axis to cut using the squared error
  ` [FFmpeg-devel] [PATCH v2 12/32] avfilter/palettegen: use box->major_axis without intermediate variable
  ` [FFmpeg-devel] [PATCH v2 13/32] avfilter/palettegen: always compute the box variance
  ` [FFmpeg-devel] [PATCH v2 14/32] avfilter/palettegen: rename variance to cut_score
  ` [FFmpeg-devel] [PATCH v2 15/32] avfilter/palettegen: change cut score from ∑e² to max e²
  ` [FFmpeg-devel] [PATCH v2 16/32] avfilter/palettegen: compute average color within compute_box_stats()
  ` [FFmpeg-devel] [PATCH v2 17/32] avfilter/palettegen: misc cosmetics
  ` [FFmpeg-devel] [PATCH v2 18/32] avfilter/palettegen: rename local variable box_weight to weight
  ` [FFmpeg-devel] [PATCH v2 19/32] avfilter/palettegen: switch to signed arithmetic
  ` [FFmpeg-devel] [PATCH v2 20/32] avfilter/palettegen: base box split decision on a perceptual model
  ` [FFmpeg-devel] [PATCH v2 21/32] avfilter/palettegen: add a warning about supporting only sRGB
  ` [FFmpeg-devel] [PATCH v2 22/32] avfilter/palettegen: make refs order deterministic
  ` [FFmpeg-devel] [PATCH v2 23/32] avfilter/palettegen: use libc qsort
  ` [FFmpeg-devel] [PATCH v2 24/32] avfilter/palette{gen, use}: update Copyright after recent changes
  ` [FFmpeg-devel] [PATCH v2 25/32] avfilter/palette: add lowbias32 hashing
  ` [FFmpeg-devel] [PATCH v2 26/32] avfilter/palettegen: use lowbias32 for color hashing
  ` [FFmpeg-devel] [PATCH v2 27/32] avfilter/paletteuse: "
  ` [FFmpeg-devel] [PATCH v2 28/32] avfilter/paletteuse: switch to recursive method
  ` [FFmpeg-devel] [PATCH v2 29/32] avfilter/paletteuse: remove alternative search methods
  ` [FFmpeg-devel] [PATCH v2 30/32] avfilter/paletteuse: remove mean error tool
  ` [FFmpeg-devel] [PATCH v2 31/32] avfilter/paletteuse: move r, g, b computation in a more local scope
  ` [FFmpeg-devel] [PATCH v2 32/32] avfilter/palette{gen, use}: misc for-loop cosmetics

[FFmpeg-devel] [PATCH 1/3] avcodec/bswapdsp: Don't presume src to be naturally aligned
 2022-12-27 22:47 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/flacenc: Don't copy buffer if avoidable
` [FFmpeg-devel] [PATCH 3/3] avcodec/flacenc: Don't reload bits_per_raw_sample

[FFmpeg-devel] [PATCH] avformat/segment: Add strftime list prefix formatting
 2022-12-27 21:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/segment: add -strftime_mkdir option
 2022-12-27 14:42 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/mjpegbdec: return the amount of bytes consumed when discarding frames
 2022-12-27 13:43 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/pnm: avoid mirroring PFM images vertically
 2022-12-27 13:42 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_cropdetect: add ability to change limit/reset at runtime
 2022-12-27 12:57 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_cropdetect: add ability to change limit/reset at runtime
 2022-12-27 12:33 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] fate/jpeg2000: add JPEG 2000 tests using ITU/ISO conformance materials
 2022-12-27  9:26 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vaapi: support VAProfileH264High10
 2022-12-27  3:12 UTC  (4+ messages) - mbox.gz / Atom
    ` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH] avformat/rtpproto: add support for RTP/UDP socket reuse
 2022-12-27  0:46 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/dts2pts_bsf: Avoid poc overflows in cmp_find()
 2022-12-26 22:01 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches
 2022-12-26 21:56 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/hdrdec: Check for end of input in decompress()
 2022-12-26 21:50 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/mxfdec: Use 64bit in remainder

[FFmpeg-devel] [PATCH v3 1/4] avcodec/bswapdsp: remove unused cextern
 2022-12-26 21:31 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] Print filter input/output formats in help output
 2022-12-26 20:24 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] avfilter/avfilter: add avfilter_print_config_formats()

[FFmpeg-devel] [PATCH v2] avformat/mxfdec: Remove this_partition
 2022-12-26 10:30 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [EXTERNAL] [PATCH] vaapi: support VAProfileH264High10
 2022-12-26  6:42 UTC  - mbox.gz / Atom

[FFmpeg-devel] [EXTERNAL] [PATCH] vaapi: support VAProfileH264High10
 2022-12-26  6:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] libavcodec/qsvenc_av1: Add low_delay_brc support to av1_qsv encoder
 2022-12-26  6:02 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] libavcodec/qsvenc_av1: Add max_frame_size "

[FFmpeg-devel] [PATCH 1/2] avcodec/dts2pts_bsf: Avoid searching for poc == INT_MIN-1
 2022-12-25 18:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/sunrast: Fix maplength check
 2022-12-24 22:55 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mxfdec: Remove this_partition
 2022-12-24 19:29 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [AMD-AMF] What does these code in amfenc.c actually mean?
 2022-12-24 16:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ffmpeg-3.4.12 does not build (i686-w64-mingw32)
 2022-12-24 12:25 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffmpeg_ffplay_ffprobe_cmdutils: add -mask_url to replace the protocol address in the command with the asterisk (*)
 2022-12-24  8:59 UTC  (13+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] 答复: "
      ` [FFmpeg-devel] 答复: "

[FFmpeg-devel] [PATCH 1/3] avformat/lafdec: Check for EOF in header reading
 2022-12-23 21:22 UTC  (10+ 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] AC3 decoding throws error number -16976906 ... vlc plays well
 2022-12-23 18:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec: add D3D12VA hardware accelerated H264, HEVC, VP9, and AV1 decoding
 2022-12-23 18:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/2] Initial support for fragmented TTML muxing
 2022-12-23 14:41 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] avcodec/avpacket: add functionality to prepend to AVPacketLists
` [FFmpeg-devel] [PATCH 2/2] avformat/movenc: add support for fragmented TTML muxing

[FFmpeg-devel] [PATCH] fftools/ffmpeg_ffplay_ffprobe_cmdutils:add -mask_url to replace the protocol address in the command with the asterisk (*)
 2022-12-23 11:06 UTC  (6+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] 答复: "
      ` [FFmpeg-devel] 答复: "

[FFmpeg-devel] [PATCH] libavformat/rtspdec.c: flush pes buffer while rtsp seek
 2022-12-23  2:34 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/mov: fix buffering issue for special HTTP(s) mp4
 2022-12-22 12:11 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 01/13] lavc/hevc_ps: remove profile limitation of pps_range_extensions()
 2022-12-22  2:15 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 13/13] lavc/vaapi_hevc: Remove duplicate code

[FFmpeg-devel] [PATCH v5 1/2] lavc: convert frame threading to the receive_frame() pattern
 2022-12-21 21:35 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6] "
    ` [FFmpeg-devel] [PATCH v7 1/2] "
      ` [FFmpeg-devel] [PATCH v7 2/2] avcodec/mjpegdec: add support for frame threading

[FFmpeg-devel] [PATCH v2 4/7] avcodec/mediacodecenc: use bsf to handle crop
 2022-12-21 10:06 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 3/7] "

[FFmpeg-devel] [PATCH] avcodec/mediacodec_wrapper: include stdbool.h
 2022-12-20 18:04 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] amfenc: Update the min version to 1.4.28.0 for AMF SDK
 2022-12-20 17:48 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] libavcodec/amfenc: add AV1 encoding support

[FFmpeg-devel] [PATCH 1/5] avcodec/tiff: Check camera_calibration for 0
 2022-12-20 17:13 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/5] avcodec/apac: Sanity check bits_per_coded_sample
` [FFmpeg-devel] [PATCH 5/5] avcodec/wavpack: Avoid undefined shift in get_tail()

[FFmpeg-devel] [crop support for matroska demuxer, V4 1/3] libavcodec: Add crop related fields to structure AVCodecContext and AVCodecParameters
 2022-12-20 15:37 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [crop support for matroska demuxer, V4 2/3] libavcodec: Public code to support container crop
` [FFmpeg-devel] [crop support for matroska demuxer, V4 3/3] libavformat\matroskadec.c: crop support for matroska demuxer

[FFmpeg-devel] [PATCH] lavfi/vf_decimate: add mixed option to process input only partially to be decimated
 2022-12-19 15:27 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