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] checkasm: test packed YUYV to planar YUV 4:2:2
 2022-09-26 15:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/tiff: Remove commented-out code
 2022-09-26 15:13 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/tiff: Remove unused function parameter

[FFmpeg-devel] [PATCHv6 00/31] initial RISC-V CPU extensions
 2022-09-26 14:52 UTC  (32+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/31] lavu/cpu: detect RISC-V base extensions
` [FFmpeg-devel] [PATCH 02/31] lavu/riscv: initial common header for assembler macros
` [FFmpeg-devel] [PATCH 03/31] lavc/audiodsp: RISC-V F vector_clipf
` [FFmpeg-devel] [PATCH 04/31] lavc/pixblockdsp: RISC-V I get_pixels
` [FFmpeg-devel] [PATCH 05/31] lavu/cpu: CPU flags for the RISC-V Vector extension
` [FFmpeg-devel] [PATCH 06/31] configure: probe "
` [FFmpeg-devel] [PATCH 07/31] lavu/riscv: fallback macros for SH{1, 2, 3}ADD
` [FFmpeg-devel] [PATCH 08/31] lavu/floatdsp: RISC-V V vector_fmul_scalar
` [FFmpeg-devel] [PATCH 09/31] lavu/floatdsp: RISC-V V vector_dmul_scalar
` [FFmpeg-devel] [PATCH 10/31] lavu/floatdsp: RISC-V V vector_fmul
` [FFmpeg-devel] [PATCH 11/31] lavu/floatdsp: RISC-V V vector_dmul
` [FFmpeg-devel] [PATCH 12/31] lavu/floatdsp: RISC-V V vector_fmac_scalar
` [FFmpeg-devel] [PATCH 13/31] lavu/floatdsp: RISC-V V vector_dmac_scalar
` [FFmpeg-devel] [PATCH 14/31] lavu/floatdsp: RISC-V V vector_fmul_add
` [FFmpeg-devel] [PATCH 15/31] lavu/floatdsp: RISC-V V butterflies_float
` [FFmpeg-devel] [PATCH 16/31] lavu/floatdsp: RISC-V V vector_fmul_reverse
` [FFmpeg-devel] [PATCH 17/31] lavu/floatdsp: RISC-V V vector_fmul_window
` [FFmpeg-devel] [PATCH 18/31] lavu/floatdsp: RISC-V V scalarproduct_float
` [FFmpeg-devel] [PATCH 19/31] lavu/fixeddsp: RISC-V V butterflies_fixed
` [FFmpeg-devel] [PATCH 20/31] lavc/audiodsp: RISC-V V vector_clip_int32
` [FFmpeg-devel] [PATCH 21/31] lavc/audiodsp: RISC-V V vector_clipf
` [FFmpeg-devel] [PATCH 22/31] lavc/audiodsp: RISC-V V scalarproduct_int16
` [FFmpeg-devel] [PATCH 23/31] lavc/fmtconvert: RISC-V V int32_to_float_fmul_scalar
` [FFmpeg-devel] [PATCH 24/31] lavc/fmtconvert: RISC-V V int32_to_float_fmul_array8
` [FFmpeg-devel] [PATCH 25/31] lavc/vorbisdsp: RISC-V V inverse_coupling
` [FFmpeg-devel] [PATCH 26/31] lavc/aacpsdsp: RISC-V V add_squares
` [FFmpeg-devel] [PATCH 27/31] lavc/aacpsdsp: RISC-V V mul_pair_single
` [FFmpeg-devel] [PATCH 28/31] lavc/aacpsdsp: RISC-V V hybrid_analysis
` [FFmpeg-devel] [PATCH 29/31] lavc/aacpsdsp: RISC-V V hybrid_analysis_ileave
` [FFmpeg-devel] [PATCH 30/31] lavc/aacpsdsp: RISC-V V hybrid_synthesis_deint
` [FFmpeg-devel] [PATCH 31/31] lavc/aacpsdsp: RISC-V V stereo_interpolate[0]

[FFmpeg-devel] [PATCH v3] Add avpriv_slicethread_create2() and avpriv_slicethread_execute2(), make execute() and execute2() return FFMIN() of thread return codes
 2022-09-26 14:44 UTC  (9+ messages) - mbox.gz / Atom

[FFmpeg-devel] Patchwork issues
 2022-09-26 14:26 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/8] avutil/mem: Handle fast allocations near UINT_MAX properly
 2022-09-26 14:24 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/8] avutil/mem: Add av_fast_realloc_array()

[FFmpeg-devel] [PATCH] libavformat\matroskadec.c: crop support for matroska demuxer
 2022-09-26 14:22 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/ac3dsp: Remove unused parameter
 2022-09-26 13:08 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCHv5 00/31] RISC-V CPU extensions
 2022-09-26 12:01 UTC  (39+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/31] lavu/cpu: detect RISC-V base extensions
` [FFmpeg-devel] [PATCH 02/31] lavu/riscv: initial common header for assembler macros
` [FFmpeg-devel] [PATCH 03/31] lavc/audiodsp: RISC-V F vector_clipf
` [FFmpeg-devel] [PATCH 04/31] lavc/pixblockdsp: RISC-V I get_pixels
` [FFmpeg-devel] [PATCH 05/31] lavu/cpu: CPU flags for the RISC-V Vector extension
` [FFmpeg-devel] [PATCH 06/31] configure: probe "
` [FFmpeg-devel] [PATCH 07/31] lavu/riscv: fallback macros for SH{1, 2, 3}ADD
` [FFmpeg-devel] [PATCH 08/31] lavu/floatdsp: RISC-V V vector_fmul_scalar
` [FFmpeg-devel] [PATCH 09/31] lavu/floatdsp: RISC-V V vector_dmul_scalar
` [FFmpeg-devel] [PATCH 10/31] lavu/floatdsp: RISC-V V vector_fmul
` [FFmpeg-devel] [PATCH 11/31] lavu/floatdsp: RISC-V V vector_dmul
` [FFmpeg-devel] [PATCH 12/31] lavu/floatdsp: RISC-V V vector_fmac_scalar
` [FFmpeg-devel] [PATCH 13/31] lavu/floatdsp: RISC-V V vector_dmac_scalar
` [FFmpeg-devel] [PATCH 14/31] lavu/floatdsp: RISC-V V vector_fmul_add
` [FFmpeg-devel] [PATCH 15/31] lavu/floatdsp: RISC-V V butterflies_float
` [FFmpeg-devel] [PATCH 16/31] lavu/floatdsp: RISC-V V vector_fmul_reverse
` [FFmpeg-devel] [PATCH 17/31] lavu/floatdsp: RISC-V V vector_fmul_window
` [FFmpeg-devel] [PATCH 18/31] lavu/floatdsp: RISC-V V scalarproduct_float
` [FFmpeg-devel] [PATCH 19/31] lavu/fixeddsp: RISC-V V butterflies_fixed
` [FFmpeg-devel] [PATCH 20/31] lavc/audiodsp: RISC-V V vector_clip_int32
` [FFmpeg-devel] [PATCH 21/31] lavc/audiodsp: RISC-V V vector_clipf
` [FFmpeg-devel] [PATCH 22/31] lavc/audiodsp: RISC-V V scalarproduct_int16
` [FFmpeg-devel] [PATCH 23/31] lavc/fmtconvert: RISC-V V int32_to_float_fmul_scalar
` [FFmpeg-devel] [PATCH 24/31] lavc/fmtconvert: RISC-V V int32_to_float_fmul_array8
` [FFmpeg-devel] [PATCH 25/31] lavc/vorbisdsp: RISC-V V inverse_coupling
` [FFmpeg-devel] [PATCH 26/31] lavc/aacpsdsp: RISC-V V add_squares
` [FFmpeg-devel] [PATCH 27/31] lavc/aacpsdsp: RISC-V V mul_pair_single
` [FFmpeg-devel] [PATCH 28/31] lavc/aacpsdsp: RISC-V V hybrid_analysis
` [FFmpeg-devel] [PATCH 29/31] lavc/aacpsdsp: RISC-V V hybrid_analysis_ileave
` [FFmpeg-devel] [PATCH 30/31] lavc/aacpsdsp: RISC-V V hybrid_synthesis_deint
` [FFmpeg-devel] [PATCH 31/31] lavc/aacpsdsp: RISC-V V stereo_interpolate[0]

[FFmpeg-devel] [PATCH] avformat/avio: Schedule AVIODirContext to become an opaque type
 2022-09-26 11:50 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: Remove dcbzl check for e500v1 and e500v2 architectures
 2022-09-26 11:24 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/hevc_ps: fix process failed when SPS before VPS in hvcC
 2022-09-26  9:38 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH v2 1/2] libavcodec/qsvenc: Let runtime to set default parameter
 2022-09-26  9:36 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/2] libavcodec/qsvenc: Let runtime to decide targetUsage

[FFmpeg-devel] [PATCH 1/4] lavc/aarch64: Add neon implementation for pix_abs8 functions
 2022-09-26  9:15 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] lavc/aarch64: Provide neon implementation of nsse8
` [FFmpeg-devel] [PATCH 3/4] lavc/aarch64: Provide optimized implementation of vsse8 for arm64
` [FFmpeg-devel] [PATCH 4/4] lavc/aarch64: Add neon implementation for vsse_intra8

[FFmpeg-devel] [PATCH 1/2] libavcodec/qsvenc: Let runtime to set default parameter
 2022-09-26  9:04 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] libavcodec/qsvenc: Let runtime to decide targetUsage

[FFmpeg-devel] [PATCH v5] libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI
 2022-09-26  8:56 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/qsvenc: fixy typo for min/max qp reset
 2022-09-26  8:35 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/mjpegdec: check that component index is positive
 2022-09-26  8:30 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4] libavcodec/cbs_av1: Add size check before parse obu
 2022-09-26  8:30 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] Bug on Bayer conversions
 2022-09-26  7:58 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/cbs_av1: restore CodedBitstreamAV1Context when AVERROR(ENOSPC)
 2022-09-26  7:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] RTP: get the buffer information of the RTP extension header
 2022-09-26  6:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6 0/2] ffmpeg: Add display_{rotation, hflip, vflip} options
 2022-09-26  5:57 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 1/2] "
` [FFmpeg-devel] [PATCH v6 2/2] ffmpeg: Deprecate display rotation override with a metadata key

[FFmpeg-devel] [PATCH 1/2] avcodec/codec_internal: Avoid deprecation warnings for channel_layouts
 2022-09-26  0:35 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/aacdectab: Remove empty channel layouts

[FFmpeg-devel] [PATCH 1/2] avcodec/dirac_dwt(_template): Don't use ff_-prefix for static func
 2022-09-25 23:01 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/dirac_dwt: Avoid conversions between function pointers and void*

[FFmpeg-devel] [PATCH 1/6] opus: convert encoder and decoder to lavu/tx
 2022-09-25 21:46 UTC  (15+ messages) - mbox.gz / Atom
          ` [FFmpeg-devel] [PATCH 6/6] wmaprodec: convert "

[FFmpeg-devel] [PATCH] doc/resampler: document the new swr channel layout options
 2022-09-25 18:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 0/3] ffmpeg: Add display_{rotation, hflip, vflip, scale} options
 2022-09-25 17:48 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 1/3] lavu/display: Add scaling functions to the display matrix
` [FFmpeg-devel] [PATCH v5 2/3] ffmpeg: Add display_{rotation, hflip, vflip, scale} options
` [FFmpeg-devel] [PATCH v5 3/3] ffmpeg: Deprecate display rotation override with a metadata key

[FFmpeg-devel] [PATCH] avutil/display: Drop wrong comments about matrices being allocated
 2022-09-25 17:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] Ping Re: [PATCH v1 1/2] avformat/imfdec: use CPL start timecode if available
 2022-09-25 15:38 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/amrwbdec, lsp: Include mips headers only #if ARCH_MIPS
 2022-09-25 15:06 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/lsp: Move ff_lsp2polyf() upwards in lsp.c
` [FFmpeg-devel] [PATCH 3/3] avcodec/lsp: Make ff_lsp2polyf() static

[FFmpeg-devel] [PATCH v2] ffprobe: Check for invalid matrix error when printing rotation
 2022-09-25 11:10 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] avformat/mp3dec: remove a call to avio_tell()
 2022-09-25  4:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/mp3dec: avoid seek back and forth
 2022-09-25  4:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/7] avcodec: Fix Doxygen trailing brief comments
 2022-09-25  0:11 UTC  (55+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 00/54] Various Doxygen fixes
  ` [FFmpeg-devel] [PATCH v3 02/54] avdevice/avdevice: Fix mismatching argument name
  ` [FFmpeg-devel] [PATCH v3 03/54] avformat/avformat: Fix mismatching argument names
  ` [FFmpeg-devel] [PATCH v3 04/54] avutil: "
  ` [FFmpeg-devel] [PATCH v3 05/54] swresample/swresample: "
  ` [FFmpeg-devel] [PATCH v3 06/54] avformat/avformat: Improve doxy style
  ` [FFmpeg-devel] [PATCH v3 07/54] avcodec/avcodec: Escape Doxygen reference
  ` [FFmpeg-devel] [PATCH v3 08/54] avutil/channel_layout: Remove bogus closing group
  ` [FFmpeg-devel] [PATCH v3 09/54] avutil/channel_layout: Move to its own group
  ` [FFmpeg-devel] [PATCH v3 10/54] avutil/channel_layout: Group deprecated functions
  ` [FFmpeg-devel] [PATCH v3 11/54] avutil/channel_layout: Group pre-defined channel layouts
  ` [FFmpeg-devel] [PATCH v3 12/54] avutil/twofish: Fix doxy @param typo
  ` [FFmpeg-devel] [PATCH v3 13/54] avcodec/vdpau: Fix doxy comment typo
  ` [FFmpeg-devel] [PATCH v3 14/54] avcodec/codec_par: Add missing doxy group opening
  ` [FFmpeg-devel] [PATCH v3 15/54] avcodec/videotoolbox: Add proper doxy group
  ` [FFmpeg-devel] [PATCH v3 16/54] avutil/aes_ctr: "
  ` [FFmpeg-devel] [PATCH v3 17/54] avutil/display: consolidate group doxy
  ` [FFmpeg-devel] [PATCH v3 18/54] avutil/display: Add file to doxy group
  ` [FFmpeg-devel] [PATCH v3 19/54] avutil/spherical: consolidate group doxy
  ` [FFmpeg-devel] [PATCH v3 20/54] avutil/spherical: Add file to doxy group
  ` [FFmpeg-devel] [PATCH v3 21/54] avutil/stereo3d: consolidate group doxy
  ` [FFmpeg-devel] [PATCH v3 22/54] avutil/stereo3d: Add file to doxy group
  ` [FFmpeg-devel] [PATCH v3 23/54] avutil/csp: Fix bogus doxy filename
  ` [FFmpeg-devel] [PATCH v3 24/54] swscale: Fix bogus doxy comment #ifdefs
  ` [FFmpeg-devel] [PATCH v3 25/54] avcodec/mediacodec: use inline code for coderefs
  ` [FFmpeg-devel] [PATCH v3 26/54] avcodec/mediacodec: link to related documentation
  ` [FFmpeg-devel] [PATCH v3 27/54] doc/Doxyfile: Add FF_PAD_STRUCTURE to PREDEFINED
  ` [FFmpeg-devel] [PATCH v3 28/54] avutil/bprint: Improve doxy documentation
  ` [FFmpeg-devel] [PATCH v3 29/54] swresample: Fix Doxy reference to AVOptions
  ` [FFmpeg-devel] [PATCH v3 30/54] avutil/camellia: Fix doxy @param typo
  ` [FFmpeg-devel] [PATCH v3 31/54] avutil/channel_layout: Use inline code for Doxy
  ` [FFmpeg-devel] [PATCH v3 32/54] avutil/channel_layout: Document missing arguments
  ` [FFmpeg-devel] [PATCH v3 33/54] avfilter: Fix doxy references
  ` [FFmpeg-devel] [PATCH v3 34/54] avformat/avio: Add doxy for missing argument
  ` [FFmpeg-devel] [PATCH v3 35/54] avutil/detection_bbox: "
  ` [FFmpeg-devel] [PATCH v3 36/54] avutil/eval: Add doxy for missing arguments
  ` [FFmpeg-devel] [PATCH v3 37/54] avutil/file: "
  ` [FFmpeg-devel] [PATCH v3 38/54] avutil/lfg: Add doxy for missing argument
  ` [FFmpeg-devel] [PATCH v3 39/54] avutil/lfg: Minor doxy improvements
  ` [FFmpeg-devel] [PATCH v3 40/54] avutil/hwcontext: Add doxy for missing argument
  ` [FFmpeg-devel] [PATCH v3 41/54] avutil/parseutils: Add doxy for missing arguments
  ` [FFmpeg-devel] [PATCH v3 42/54] avutil/parseutils: Use inline code and properly escape
  ` [FFmpeg-devel] [PATCH v3 43/54] avutil/uuid: Remove bogus doxy return doc
  ` [FFmpeg-devel] [PATCH v3 44/54] avutil/rc4: Add doxy for missing arguments
  ` [FFmpeg-devel] [PATCH v3 45/54] avutil/frame: Add doxy for missing argument
  ` [FFmpeg-devel] [PATCH v3 46/54] avutil/avstring: "
  ` [FFmpeg-devel] [PATCH v3 47/54] avutil/des: Add doxy for missing arguments
  ` [FFmpeg-devel] [PATCH v3 48/54] avutil/crc: "
  ` [FFmpeg-devel] [PATCH v3 49/54] avutil/imgutils: document some "
  ` [FFmpeg-devel] [PATCH v3 50/54] swscale: "
  ` [FFmpeg-devel] [PATCH v3 51/54] avcodec/bsf: document "
  ` [FFmpeg-devel] [PATCH v3 52/54] avutil/aes: document some "
  ` [FFmpeg-devel] [PATCH v3 53/54] avutil/aes_ctr: "
  ` [FFmpeg-devel] [PATCH v3 54/54] avutil/samplefmt: document missing argument

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