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 0/3] avformat/avisynth: support frame properties
 2022-09-04 19:14 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avisynth: use AviSynth+'s frame properties to set various fields

[FFmpeg-devel] [PATCH] avcodec/flac: critical fix
 2022-09-04 19:11 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/3 v2] avisynth: add user-selectable flags
 2022-09-04 19:08 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3 v2] avformat/avisynth: read _SARNum/_SARDen from frame properties
` [FFmpeg-devel] [PATCH 2/3 v2] avformat/avisynth: implement avisynth_flags option
` [FFmpeg-devel] [PATCH 3/3 v2] avformat/avisynth: reindent

[FFmpeg-devel] [PATCHv2 0/10] RISC-V V floating point DSP
 2022-09-04 19:01 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/10] riscv: add CPU flags for the RISC-V Vector extension
` [FFmpeg-devel] [PATCH 02/10] riscv: initial common header for assembler macros
` [FFmpeg-devel] [PATCH 03/10] riscv: float vector-scalar multiplication with RVV
` [FFmpeg-devel] [PATCH 04/10] riscv: float vector-vector "
` [FFmpeg-devel] [PATCH 05/10] riscv: float vector multiply-accumulate "
` [FFmpeg-devel] [PATCH 06/10] riscv: float vector multiplication-addition "
` [FFmpeg-devel] [PATCH 07/10] riscv: float vector sum-and-difference "
` [FFmpeg-devel] [PATCH 08/10] riscv: float reversed vector multiplication "
` [FFmpeg-devel] [PATCH 09/10] riscv: float vector windowed overlap/add "
` [FFmpeg-devel] [PATCH 10/10] riscv: float vector dot product "

[FFmpeg-devel] [PATCHv1 0/3] Float DSP for RISC-V Vector extension - part I
 2022-09-04  8:27 UTC  (15+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] riscv: add CPU flags for the RISC-V Vector extension
` [FFmpeg-devel] [PATCH 2/3] riscv: initial common header for assembler macros
` [FFmpeg-devel] [PATCH 3/3] riscv: add float vector-scalar multiplication

[FFmpeg-devel] [RFC] d3dva security hw+threads
 2022-09-04  7:43 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH]lavfi/rotate: Fix undefined behaviour
 2022-09-04  6:39 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] checkasm/tx: add checkasm support for the iMDCT
 2022-09-04  5:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/cfhd, cfhddata: Simplify check for escape
 2022-09-03 21:56 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/cfhddata: Avoid code tables
` [FFmpeg-devel] [PATCH 3/5] avcodec/cfhddata: Avoid code duplication when creating codebooks
` [FFmpeg-devel] [PATCH 4/5] avcodec/cfhd, cfhddata: Free VLC as soon as it is not needed
` [FFmpeg-devel] [PATCH 5/5] avcodec/cfhddata: Reduce stack usage

[FFmpeg-devel] [PATCH] avcodec: flac x86 asm fix
 2022-09-03 21:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] x86/tx_float: add support for calling assembly functions from assembly
 2022-09-03 21:35 UTC  (4+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH 2/2] x86/tx_float: implement inverse MDCT AVX2 assembly

[FFmpeg-devel] [PATCH 2/2] arm: relax byte-swap assembler constraints
 2022-09-03 20:19 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/mathops: Set hidden visibility where advantageous
 2022-09-03 19:10 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/pthread_frame: avoid leaving stale hwaccel state in worker threads
 2022-09-03 18:39 UTC  (5+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH 1/2] lavc: fix and extend AVCodecContext.hwaccel_context doxy
    ` [FFmpeg-devel] [PATCH 2/2] lavc/pthread_frame: avoid leaving stale hwaccel state in worker threads

[FFmpeg-devel] [PATCH v1] avformat/mxf: set stream frame rates for ST 422 essence containers
 2022-09-03 18:26 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] speexdec fix
 2022-09-03 16:24 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] aarch64: relax byte-swap assembler constraints
 2022-09-03 15:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] riscv: add av_bswap{16,32,64} with Zbb
 2022-09-03 14:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avfilter: add bilateral_cuda filter
 2022-09-03 13:28 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] riscv: detect fast CLZ from Zbb extension
 2022-09-03 12:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] riscv: detect fast CLZ from Zbb extension
 2022-09-03 12:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] Add LoongArch SIMD optimization in swscale lib
 2022-09-03 12:31 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/3] swscale/la: Optimize hscale functions with lasx
` [FFmpeg-devel] [PATCH v2 2/3] swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files
` [FFmpeg-devel] [PATCH v2 3/3] swscale/la: Add output_lasx.c file

[FFmpeg-devel] [PATCH 0/1] add motion_vec (motion vector) debug mode
 2022-09-03 12:07 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/1] avcodec/mpegutils: add motion_vec "

[FFmpeg-devel] [PATCH] cfhd decoder fixes for old codebook
 2022-09-03 11:01 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add 3D scope multimedia filter
 2022-09-03  9:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 0/2] 32bps FLAC patches
 2022-09-03  9:21 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/2] libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCM
` [FFmpeg-devel] [PATCH v4 2/2] libavcodec/flacenc: Implement encoding "

[FFmpeg-devel] [PATCH]lavf/hevc: Fix type specifiers
 2022-09-02 22:05 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/5] me_cmp: Provide arm64 neon implementations
 2022-09-02 21:49 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/5] lavc/aarch64: Add neon implementation for vsad16
` [FFmpeg-devel] [PATCH 5/5] lavc/aarch64: Provide neon implementation of nsse16

[FFmpeg-devel] [PATCH]lavc/cfhddata: Reduce required stack size
 2022-09-02 21:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/11] avcodec/mpeg4video: Factor non-codec stuff out into a header of its own
 2022-09-02 20:16 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 10/11] avcodec/encode: Avoid unreferencing blank AVFrames
` [FFmpeg-devel] [PATCH 16/16] avutil/fifo: Properly deprecate av_tempfile()

[FFmpeg-devel] [PATCH v3 0/2] 32bps FLAC patches
 2022-09-02 19:04 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/2] libavcodec/flacdec: Implement decoding of 32 bit-per-sample PCM
` [FFmpeg-devel] [PATCH v3 2/2] libavcodec/flacenc: Implement encoding "

[FFmpeg-devel] [PATCH 1/3] avcodec/fmvc: Move frame allocation to a later stage
 2022-09-02 16:48 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/fmvc: buffer size is stride based not 4*width

[FFmpeg-devel] [PATCH] x86/tx_float: implement inverse MDCT AVX2 assembly
 2022-09-02 14:03 UTC  (4+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 1/2] arm: vc1sdp: Change stride parameters to ptrdiff_t
 2022-09-02 13:28 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] arm: rv40dsp: "

[FFmpeg-devel] [PATCH] arm: Skip certain inline assembly functions if built without optimizations
 2022-09-02 13:26 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] arm: Check the build time constants in av_clip_*intp2

[FFmpeg-devel] [PATCH v4] libavcodec: Set hidden visibility on global symbols accessed from AArch64 assembly
 2022-09-02 13:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libtheoraenc: Do not use invalid error code
 2022-09-02  9:27 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/bethsoftvideo: Pass GetByteContext into set_palette()
 2022-09-02  9:02 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/4] avcodec/speedhq: Check width

[FFmpeg-devel] [PATCH] avcodec/amr*bdec: return only number of consumed bytes
 2022-09-02  8:23 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/pthread_frame: update the main avctx from the current, ThreadContext
 2022-09-02  8:02 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] tools/target_dec_fuzzer: Adjust threshold for SIMBIOSIS_IMX
 2022-09-02  8:01 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] avcodec/bink: disallow odd positioned scaled blocks

[FFmpeg-devel] [PATCH] lavu: header and documentation for AVWriter
 2022-09-02  6:41 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/8] fftools/ffprobe: Report initial and trailing padding
 2022-09-01 21:24 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/8] fate/matroska: Add tests for muxing with initial_padding
` [FFmpeg-devel] [PATCH 3/8] avformat/matroskaenc: Only write DiscardPadding if nonzero
` [FFmpeg-devel] [PATCH 4/8] avformat/matroskaenc: Don't override samplerate for CodecDelay
` [FFmpeg-devel] [PATCH 5/8] avformat/matroskaenc: Actually apply timestamp offset for Opus
` [FFmpeg-devel] [PATCH 6/8] avformat/mux: Allow muxers to set custom min timestamp
` [FFmpeg-devel] [PATCH 7/8] avformat/matroskaenc: Use "
` [FFmpeg-devel] [PATCH 8/8] avformat/matroskaenc: Write CodecDelay for codecs != Opus

[FFmpeg-devel] [PATCH]lavc/tiff: Support multi-component files without RowsPerStrip tag
 2022-09-01 18:28 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] first submit source code
 2022-09-01 17:17 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] update codec-par to add crop fields

[FFmpeg-devel] [PATCH 0/3] V5: VAAPI: Add high bit depth encode/decode support
 2022-09-01 16:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 9/9] Changes in Changelog and MAINTAINERS files
 2022-09-01 13:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 8/9] Extended MOV demuxer to handle EVC video content
 2022-09-01 13:31 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 7/9] Extended MOV muxer to handle EVC video content
 2022-09-01 13:30 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 6/9] Provided support for EVC decoder
 2022-09-01 13:29 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: get the correct fragment stsd_id when decrypting the sample
 2022-09-01 13:29 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 5/9] Provided support for EVC encoder
 2022-09-01 13:28 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 4/9] Added demuxer to handle reading EVC video files
 2022-09-01 13:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 3/9] Added muxer to handle writing EVC encoded data into file or output bytestream
 2022-09-01 13:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 2/9] Added parser implementaion for EVC format
 2022-09-01 13:25 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 1/9] MPEG-5 EVC codec registration
 2022-09-01 13:20 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: parse the last moof box when mp4 segment format
 2022-09-01 10:22 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffplay: fix rotation incorrect when frame contains the side_data(type is AV_FRAME_DATA_DISPLAYMATRIX)
 2022-09-01  6:50 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] fftools/ffplay: fix rotation incorrect when frame contains the displaymatrix

[FFmpeg-devel] [PATCH] fftools/ffmpeg: fix av_display_rotation_set() type cast
 2022-09-01  6:17 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/qsvenc: use VBR if maxrate is not specified on Windows
 2022-09-01  2:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/1] avcodec/mpegutils: add motion_vec debug mode
 2022-09-01  0:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/1] avcodec/mpegutils: add motion_vec debug mode
 2022-09-01  0:22 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/1] avcodec/mpegutils: add motion_vec debug mode
 2022-09-01  0:21 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] FTR decoder
 2022-08-31 21:23 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] git and signing commits and tags
 2022-08-31 18:57 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] MAINTAINERS: Add ED25519 key for tag/commit signing experiment

[FFmpeg-devel] [PATCH 1/1] opus_silk: reset midonly flag after skipping LBRR
 2022-08-31 18:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/af_alimiter: fix misbehavior when nb_channels != 2
 2022-08-31 13:59 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1 2/2] lavf/hls: add option for hls segment request append http get request parameters
 2022-08-31 13:21 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] lavf/hls: add option for hls segment request append http get request parameters
 2022-08-31 13:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] avfilter/af_loudnorm: fix incorrect gain when audio is shorter than 3s
 2022-08-31 12:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/1] lavf/dashdec: Multithreaded DASH initialization
 2022-08-31 12:17 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 0/3] "
  ` [FFmpeg-devel] [PATCH v3 2/3] "

[FFmpeg-devel] Add LoongArch SIMD optimization in swscale lib
 2022-08-31  9:56 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 1/3] swscale/la: Optimize hscale functions with lasx
` [FFmpeg-devel] [PATCH v1 2/3] swscale/la: Add yuv2rgb_lasx.c and rgb2rgb_lasx.c files

[FFmpeg-devel] [PATCH] avformat/asfdec_o: limit recursion depth in asf_read_unknown()
 2022-08-31  9:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v1] lavf/hls: add option for hls segment request append http get request parameters
 2022-08-31  7:22 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 00/23] Subtitle Filtering 2022
 2022-08-31  4:02 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 00/25] "

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