[FFmpeg-devel] [PATCH 01/17] avcodec/dxva2: Initialize dxva_size and check it
2024-06-02 19:01 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/17] avcodec/dxva2: Initialize ConfigBitstreamRaw
` [FFmpeg-devel] [PATCH 16/17] avdevice/dshow: Initialize 2 pointers
[FFmpeg-devel] [PATCH 00/16] NVidia Tegra hardware decoding backend
2024-06-02 18:37 UTC (31+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/16] avutil/buffer: add helper to allocate aligned memory
` [FFmpeg-devel] [PATCH 02/16] configure, avutil: add support for HorizonOS
` [FFmpeg-devel] [PATCH 03/16] avutil: add ioctl definitions for tegra devices
` [FFmpeg-devel] [PATCH 04/16] avutil: add hardware definitions for NVDEC, NVJPG and VIC
` [FFmpeg-devel] [PATCH 05/16] avutil: add common code for nvtegra
` [FFmpeg-devel] [PATCH 06/16] avutil: add nvtegra hwcontext
` [FFmpeg-devel] [PATCH 07/16] hwcontext_nvtegra: add dynamic frequency scaling routines
` [FFmpeg-devel] [PATCH 08/16] nvtegra: add common hardware decoding code
` [FFmpeg-devel] [PATCH 09/16] nvtegra: add mpeg1/2 hardware decoding
` [FFmpeg-devel] [PATCH 10/16] nvtegra: add mpeg4 "
` [FFmpeg-devel] [PATCH 11/16] nvtegra: add vc1 "
` [FFmpeg-devel] [PATCH 12/16] nvtegra: add h264 "
` [FFmpeg-devel] [PATCH 13/16] nvtegra: add hevc "
` [FFmpeg-devel] [PATCH 14/16] nvtegra: add vp8 "
` [FFmpeg-devel] [PATCH 15/16] nvtegra: add vp9 "
` [FFmpeg-devel] [PATCH 16/16] nvtegra: add mjpeg "
[FFmpeg-devel] [RFC] STF 2025
2024-06-02 18:16 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavu: bump minor and add APIchanges entries for the new channel positions
2024-06-02 17:19 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] codec_desc: drop INTRA_ONLY flag for AAC
2024-06-02 17:15 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] avformat/nutdec: Don't create inconsistent side data
2024-06-02 16:52 UTC (12+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v5 00/10] aacdec: add a native xHE-AAC decoder
2024-06-02 16:47 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 01/10] channel_layout: add new channel positions supported by xHE-AAC
[FFmpeg-devel] [PATCH v5] doc/developer: update outdated information
2024-06-02 15:12 UTC - mbox.gz / Atom
[FFmpeg-devel] FFmpeg 7.0 blocking issues
2024-06-02 13:49 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/vp9mvs: fix misaligned access when clearing VP9mv
2024-06-02 13:11 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavfilter/signature_lookup: fix jaccard distance
2024-06-02 12:02 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4] doc/developer: update outdated information
2024-06-02 11:58 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] lavu/float_dsp: add double-precision scalar product
2024-06-02 10:43 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavc/vp8dsp: add R-V V vp7_idct_dc_add
2024-06-02 10:24 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc/vp8dsp: add R-V V vp7_idct_dc_add4y
` [FFmpeg-devel] [PATCH 3/5] lavc/vp8dsp: rework R-V V idct_dc_add4y
` [FFmpeg-devel] [PATCH 4/5] lavc/vp7dsp: add R-V V vp7_idct_dc_add4uv
` [FFmpeg-devel] [PATCH 5/5] lavc/vp8dsp: remove no longer used macros
[FFmpeg-devel] [PATCH v2] libavdevice: Improve example in deprecation message for opengl and sdl
2024-06-02 9:27 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] doc/developer: update outdated information
2024-06-02 8:10 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] doc/developer: update outdated information
2024-06-02 7:57 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] doc/developer: update outdated information
2024-06-02 7:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/11] lavc/hevcdec: move handling of byte alignment at the end of slice header
2024-06-02 6:50 UTC (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/11] lavc/hevcdec: drop a useless condition
` [FFmpeg-devel] [PATCH 03/11] lavc/hevcdec: include first row in SliceHeader.offset/size
` [FFmpeg-devel] [PATCH 04/11] lavc/hevcdec: drop HEVCLocalContext.gb
` [FFmpeg-devel] [PATCH 05/11] lavc/hevcdec: drop HEVCContext.HEVClc
` [FFmpeg-devel] [PATCH 06/11] lavc/hevcdec: rename HEVCContext.ref to cur_frame
` [FFmpeg-devel] [PATCH 07/11] lavc/hevcdec: rename HEVCFrame.frame to just f
` [FFmpeg-devel] [PATCH 08/11] lavc/hevcdec: drop HEVCContext.frame
` [FFmpeg-devel] [PATCH 09/11] lavc/hevc*: move to hevc/ subdir
` [FFmpeg-devel] [PATCH 10/11] lavc/hevcdec: deduplicate calling hwaccel decode_params()
` [FFmpeg-devel] [PATCH 11/11] lavc/hevcdec: drop unused HEVCContext.width/height
[FFmpeg-devel] [PATCH] avcodec/tiff: Suppress unused variable warnings
2024-06-02 4:12 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/decode: use avcodec_get_hw_config()
2024-06-02 1:38 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] lavc/vvc_mc: R-V V avg w_avg
2024-06-01 20:11 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] libavcodec: various: remove empty directories originally for legacy DSP code
2024-06-01 20:00 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] [RFC] libavcodec: remove DSP acceleration code for DEC Alpha
[FFmpeg-devel] [PATCH] web: add a note about xHE-AAC
2024-06-01 17:14 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/hevc_ps: Fix UB 1 << 31
2024-06-01 15:10 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/vc1dsp: fix R-V V avg_mspel_pixels
2024-06-01 14:56 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] movenc: Add an option for hiding fragments at the end
2024-06-01 12:38 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/6] avcodec/packet: add a decoded frame cropping side data type
2024-06-01 11:24 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/6] avformat/matroskadec: export cropping values
` [FFmpeg-devel] [PATCH 5/6] fftools/ffmpeg: support applying container level cropping
` [FFmpeg-devel] [PATCH 1/2 v2] "
[FFmpeg-devel] [PATCH] checkasm: disable unaligned access emulation
2024-06-01 8:03 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] checkasm: add aacencdsp.quant_bands test
2024-06-01 6:51 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Add extra const to FF_PFNGLSHADERSOURCEPROC
2024-06-01 0:30 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/7] avdevice/pulse_audio_enc: Use av_rescale() to avoid integer overflow
2024-06-01 0:21 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] x86/float_dsp: add SSE2 and AVX versions of scalarproduct_double
2024-05-31 19:47 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCHv6] checkasm/lpc: test compute_autocorr
2024-05-31 19:34 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/aacencdsp: R-V V quant_bands
2024-05-31 19:19 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/vvc: Don't free uninitialised pic arrays
2024-05-31 16:11 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] configure: correct libopenjpeg description
2024-05-31 15:51 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] lavu/common.h: Fix UB in av_clipl_int32_c()
2024-05-31 15:23 UTC (29+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/5] lavu/common.h: Fix UB in av_clip_uintp2_c()
` [FFmpeg-devel] [PATCH 4/5] lavu/intmath.h: Fix UB in ff_ctz_c() and ff_ctzll_c()
` [FFmpeg-devel] [PATCH 5/5] lavu/mathematics: Return early if either a or b is zero
[FFmpeg-devel] [PATCH] avcodec/lpc: account for odd len values
2024-05-31 13:04 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] tests/checkasm/vvc_mc: fix indentation
2024-05-31 12:07 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] tests/checkasm/vvc_mc: don't zero the SAD buffers
[FFmpeg-devel] [PATCH v2 1/3] avcodec/x86/vvc/vvc_alf: fix integer overflow
2024-05-31 12:02 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] 回复: "
[FFmpeg-devel] [PATCH v4 3/5] avformat/network: add ff_neterror2() for cases where we already have an error
2024-05-31 9:07 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 0/6] avformat/network: improve ff_neterrno()
[FFmpeg-devel] [PATCH] avformat/framecrcenc: compute the checksum for side data
2024-05-31 7:39 UTC (13+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCHv5] checkasm/lpc: test compute_autocorr
2024-05-31 6:09 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] [RFC] libavutil: remove AVR32 assembly
2024-05-31 6:03 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] mov.c fix the duration for the last audio frame
2024-05-30 23:49 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] ffplay: add -scaling_quality option for SDL
2024-05-30 21:36 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] ffplay: set default scaling_quality to "best" instead of "linear"
[FFmpeg-devel] [PATCH] area changed: scdet filter
2024-05-30 21:31 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavcodec/libxvid: code cleanup (replace magic numbers)
2024-05-30 21:23 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/10, v3] avutil: add hwcontext_amf
2024-05-30 19:51 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCHv2 1/5] lavu/float_dsp: add double-precision scalar product
2024-05-30 19:33 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] lavu/lls: use ff_scalarproduct_double_c()
` [FFmpeg-devel] [PATCH 3/5] lavfi: get rid of bespoke double scalar products
` [FFmpeg-devel] [PATCH 4/5] checkasm/float_dsp: add double-precision scalar product
` [FFmpeg-devel] [PATCH 5/5] lavu/float_dsp: R-V V scalarproduct_double
[FFmpeg-devel] [PATCH 1/2] avcodec/diracdec: Use FF_CODEC_CAP_INIT_CLEANUP
2024-05-30 18:54 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/7] avcodec/vc2enc: Avoid void* where possible
2024-05-30 18:53 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/x86/vvc/vvc_alf: fix integer overflow
2024-05-30 16:31 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] 回复: "
[FFmpeg-devel] [PATCH v2 2/3] avcodec/x86/vvc/vvc_alf: use xq to match ptrdiff_t
2024-05-30 16:28 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 3/3] tests/checkasm/vvc_alf: change alf step size to 8
[FFmpeg-devel] Empty arch/ directories
2024-05-30 16:25 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCHv4] checkasm/lpc: test compute_autocorr
2024-05-30 15:56 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/vp8dsp: R-V V put_bilin_h v unroll
2024-05-30 15:45 UTC (3+ messages) - mbox.gz / Atom
page: next (older) | prev (newer) | 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