[FFmpeg-devel] [PATCH 1/1] lavf/dashdec: Multithreaded DASH initialization
2022-09-11 20:35 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 0/3] "
` [FFmpeg-devel] [PATCH v3 2/3] "
[FFmpeg-devel] [PATCH] slicethread: Limit the automatic number of threads to 16
2022-09-11 19:00 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] configure: use -flto=auto if available
2022-09-11 18:36 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] configure: try to use -flto=thin or "
[FFmpeg-devel] [PATCH] Bonk, Bonk
2022-09-11 17:41 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fate/spdif: Add spdif tests
2022-09-11 17:21 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH]lavc/x86/simple_idct: Fix linking shared libavcodec with MS link.exe
2022-09-11 17:15 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] swscale: add missing opaque parameter after f2de911818
2022-09-11 16:59 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/18] avcodec/vp8: Disable segmentation for VP7
2022-09-11 15:09 UTC (22+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/18] avcodec/vp8: Disable lf_delta "
` [FFmpeg-devel] [PATCH 03/18] avcodec/vp8: Remove unused macros
` [FFmpeg-devel] [PATCH 04/18] avcodec/vp8: Inline mb_layout for VP7
` [FFmpeg-devel] [PATCH 05/18] avcodec/vp8: Inline inner_filter "
` [FFmpeg-devel] [PATCH 06/18] avcodec/vp8: Inline mbskip_enabled "
` [FFmpeg-devel] [PATCH 07/18] avcodec/vp8: Pass mb_y explicitly
` [FFmpeg-devel] [PATCH 08/18] avcodec/vp8: Inline num_coeff_partitions for VP7
` [FFmpeg-devel] [PATCH 09/18] avcodec/vp8: Disable slice-thread synchronization code "
` [FFmpeg-devel] [PATCH 10/18] avcodec/vp8: Inline num_jobs "
` [FFmpeg-devel] [PATCH 11/18] avcodec/vp8: Inline jobnr, threadnr "
` [FFmpeg-devel] [PATCH 12/18] avcodec/vp8: Inline update_last "
` [FFmpeg-devel] [PATCH 13/18] avcodec/vp8: Don't use avctx->execute2 "
` [FFmpeg-devel] [PATCH 14/18] avcodec/vp8: Move fade_present from context to stack
` [FFmpeg-devel] [PATCH 15/18] avcodec/vp8: Disable frame-threading code for VP7
` [FFmpeg-devel] [PATCH 16/18] avcodec/vp8dsp: Remove declarations of inexistent functions
` [FFmpeg-devel] [PATCH 17/18] avcodec/vp8dsp: Constify src in vp8_mc_func
` [FFmpeg-devel] [PATCH 18/18] avcodec/vp8: Add const where appropriate
[FFmpeg-devel] [PATCH 1/5] avformat/mxfdec: Avoid some redundant writing to tables in mxf_compute_ptses_fake_index()
2022-09-11 14:27 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/wavpack: Fix overflow in k=31
` [FFmpeg-devel] [PATCH 3/5] avcodec/wavpack: Check for end of input in wv_unpack_dsd_high()
` [FFmpeg-devel] [PATCH 4/5] avcodec/hdrdec: Update w in inner loop of decompress()
` [FFmpeg-devel] [PATCH 5/5] tools/target_dec_fuzzer: Adjust threshold for Jpeg2000
[FFmpeg-devel] [PATCH] avformat/riffdec: don't unconditionally overwrite WAVEFORMATEXTENSIBLE layout
2022-09-11 12:39 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH 1/5] avcodec/apedec: Fix integer overflow in filter_3800()
2022-09-11 8:21 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/dstdec: Check for overflow in build_filter()
` [FFmpeg-devel] [PATCH 3/5] avcodec/exr: Check preview psize
` [FFmpeg-devel] [PATCH 4/5] avcodec/mobiclip: Check quantizer for overflow
` [FFmpeg-devel] [PATCH 5/5] avcodec/tta: Check 24bit scaling "
[FFmpeg-devel] [PATCH] libavfilter/vf_colorrange_cuda: CUDA-accelerated video filter for MPEG and JPEG color range conversions
2022-09-11 7:28 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] Add loongarch SIMD optimization in swscale lib
2022-09-11 2:06 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 3/3] swscale/la: Add output_lasx.c file
[FFmpeg-devel] [PATCH 1/2] fate/id3v2: Add test for reading and writing UTF-16 BOM tags
2022-09-10 20:00 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fate/subtitles: Add PGS remux test
[FFmpeg-devel] [PATCH] avcodec: Micronas SC-4 decoder and parser
2022-09-10 19:46 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/4] swscale/output: Add support for new VAAPI formats
2022-09-10 19:30 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] v2: lavu/pixdesc: favour formats where depth and subsampling exactly match
2022-09-10 19:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] improve VAAPI error handling
2022-09-10 17:12 UTC - mbox.gz / Atom
[FFmpeg-devel] Add LoongArch SIMD optimization in swscale lib
2022-09-10 17:12 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 1/3] swscale/la: Optimize hscale functions with lasx
` [FFmpeg-devel] [PATCH v5 2/3] swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files
` [FFmpeg-devel] [PATCH v5 3/3] swscale/la: Add output_lasx.c file
[FFmpeg-devel] [PATCH 1/2] swscale/input: Remove spec-incompliant '; '
2022-09-10 17:06 UTC (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] swscale/input: Avoid calls to av_pix_fmt_desc_get()
` [FFmpeg-devel] [PATCH 3/3] swscale/output: Don't call av_pix_fmt_desc_get() in a loop
[FFmpeg-devel] [PATCH] lavu/pixdesc: favour formats where bit depth exactly matches
2022-09-10 16:59 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fftools: allow decoders to set AVFrame time_base
2022-09-10 16:42 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] tools/target_dec_fuzzer: Adjust threshold for UTVIDEO
2022-09-10 16:24 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] libavformat/hls: Free keys
[FFmpeg-devel] [PATCH v4 0/2] 32bps FLAC patches
2022-09-10 13:22 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avcodec/jpeg2000: Add support for High-Throughput JPEG 2000 (HTJ2K) decoding
2022-09-10 9:13 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavformat/flac_picture: Don't return AVERROR_INVALIDDATA for errors with flac picture mimetype
2022-09-10 1:16 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/ralf: Move frame allocation after error checks
2022-09-09 23:44 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavformat/riffec: Zero-initialize `channels` in `ff_get_wav_header`
2022-09-09 22:50 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fftools/ffmpeg: fix EOF pts for libavfilter in send_filter_eof()
2022-09-09 18:52 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] swresample/swresample: fix assert failure
2022-09-09 18:20 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/vf_libvmaf: Update ssim, ms_ssim options description
2022-09-09 17:54 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 18/18] lavu/riscv: fixed vector sum-and-difference with RVV
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 17/18] lavu/riscv: float vector dot product with RVV
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 16/18] lavu/riscv: float vector windowed overlap/add with RVV
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 15/18] lavu/riscv: float reversed vector multiplication with RVV
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 14/18] lavu/riscv: float vector sum-and-difference with RVV
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 13/18] lavu/riscv: float vector multiplication-addition with RVV
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 12/18] lavu/riscv: float vector multiply-accumulate with RVV
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 11/18] lavu/riscv: float vector-vector multiplication with RVV
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 10/18] lavu/riscv: float vector-scalar multiplication with RVV
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 09/18] checkasm: register the RISC-V V subsets
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 08/18] lavu/riscv: add CPU flags for the RISC-V Vector extension
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 07/18] lavu/riscv: initial common header for assembler macros
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 06/18] configure: probe RISC-V Vector extension
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 05/18] lavu/riscv: add <intmath.h> optimisations
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 04/18] lavu/riscv: byte-swap operations
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 03/18] configure/riscv: detect fast CLZ
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 02/18] lavu/riscv: AV_READ_TIME cycle counter
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/18] doc: reference the RISC-V specification
2022-09-09 15:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mxfdec: do not log warning of multiple ANC packets if count is 0
2022-09-09 15:33 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/hevc_ps: fix process failed when SPS before VPS in hvcC
2022-09-09 14:34 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avutil/x86/intreadwrite: Add ability to detect whether MMX code is used
2022-09-09 13:26 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/dca_core: Only call emms_c() if needed
[FFmpeg-devel] [PATCH 1/2] tests/fate-run: Allow to set input options for encoding pass
2022-09-09 13:24 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fate/matroska: Add test for updating AV1 extradata
[FFmpeg-devel] [PATCH 1/2] Revert "avcodec/loongarch: Add wrapper for __lsx_vldx"
2022-09-09 12:43 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] Revert "avcodec/loongarch/h264chroma, vc1dsp_lasx: Add wrapper for __lasx_xvldx"
[FFmpeg-devel] Fix bugs on Mips platform
2022-09-09 10:02 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/2] lavc/mips: Fix bugs in me_cmp_msa.c file
` [FFmpeg-devel] [PATCH v2 2/2] lavc/mips: Fix hevc decoding bugs on MIPS paltform
[FFmpeg-devel] [PATCH 0/5] Provide optimized neon implementation
2022-09-09 7:32 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] lavc/aarch64: Add neon implementation for vsad16
` [FFmpeg-devel] [PATCH 2/5] lavc/aarch64: Add neon implementation of vsse16
` [FFmpeg-devel] [PATCH 3/5] lavc/aarch64: Add neon implementation for vsad_intra16
` [FFmpeg-devel] [PATCH 4/5] lavc/aarch64: Add neon implementation for vsse_intra16
` [FFmpeg-devel] [PATCH 5/5] lavc/aarch64: Provide neon implementation of nsse16
[FFmpeg-devel] Add LoongArch SIMD optimization in swscale lib
2022-09-09 5:04 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/3] swscale/la: Optimize hscale functions with lasx
` [FFmpeg-devel] [PATCH v4 2/3] swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files
` [FFmpeg-devel] [PATCH v4 3/3] swscale/la: Add output_lasx.c file
[FFmpeg-devel] Add LoongArch SIMD optimization in swscale lib
2022-09-09 1:34 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/3] swscale/la: Optimize hscale functions with lasx
` [FFmpeg-devel] [PATCH v3 2/3] swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files
` [FFmpeg-devel] [PATCH v3 3/3] swscale/la: Add output_lasx.c file
[FFmpeg-devel] [PATCH] swsresample/swresample: abort on invalid layouts
2022-09-08 23:00 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/3] avcodec/fmvc: buffer size is stride based not 4*width
2022-09-08 20:54 UTC (11+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/fmvc: Move frame allocation to a later stage
2022-09-08 20:52 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/1] opus_silk: reset midonly flag after skipping LBRR
2022-09-08 20:01 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/1] fate/opus: add silk LBRR test (refs #9890)
[FFmpeg-devel] [PATCH] avfilter/vf_showinfo: remove backspaces
2022-09-08 17:33 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/matroska: Support HDR10+ metadata in Matroska
2022-09-08 17:03 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavu: header and documentation for AVWriter
2022-09-08 16:18 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/flac_parser: fix triggered assert
2022-09-08 16:17 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avformat/imfdec: check track valid before use it
2022-09-08 15:21 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH v1 1/1] avfilter/vf_tonemap: add herimte tone mapping
2022-09-08 13:22 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1 1/1] avfilter/vf_tonemap: add herimte tone mapping
2022-09-08 13:04 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] Fix bugs on Mips platform
2022-09-08 12:55 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 1/2] Fix bugs in me_cmp_msa.c file
` [FFmpeg-devel] [PATCH v1 2/2] Fix hevc decoding bugs on MIPS paltform
[FFmpeg-devel] [PATCH] avcodec: Vorbis decode: don't use a flag to determine if frames have been output
2022-09-08 12:11 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ffmpeg: fix increment of sync_opts
2022-09-08 9:51 UTC - mbox.gz / Atom
[FFmpeg-devel] [avcodec/amfenc: 10 bit support v2 1/3] amf: Update the min version to 1.4.23.0 for AMF SDK
2022-09-07 22:54 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avcodec/mips: Fix MMI macro replaces in HEVC Decoder
2022-09-07 22:47 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 1/3] lavc/decode: Warp get_hw_config function
2022-09-07 22:13 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/3] lavc/decode: Add internal surface re-allocate method for hwaccel
[FFmpeg-devel] [PATCH] format/imfdec: improve error handling when selecting tracks for playback
2022-09-07 20:02 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/1] avcodec/jpeg2000: Add support for High-Throughput JPEG 2000 (HTJ2K) decoding
2022-09-07 19:24 UTC - 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