[FFmpeg-devel] [PATCH 0/3] V3: VAAPI: Add high bit depth encode/decode support
2022-08-16 4:36 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] lavu/pixfmt: Add P012, Y212, Y410, and Y412 formats
` [FFmpeg-devel] [PATCH 2/3] lavc/vaapi: Add support for remaining 10/12bit profiles
[FFmpeg-devel] [PATCH v2 1/4] fftools: Add support for dictionary options
2022-08-16 4:03 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/4] ffmpeg: Add display_matrix option
` [FFmpeg-devel] [PATCH v2 3/4] ffmpeg: Deprecate display rotation override with a metadata key
` [FFmpeg-devel] [PATCH v2 4/4] ffmpeg: Allow printing of option arguments in help output
[FFmpeg-devel] [PATCH 1/2] avformat/mov: fix frag_index.current out of sync
2022-08-16 3:34 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway
2022-08-15 23:53 UTC (34+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mov: don't read duration from mvhd atom
2022-08-15 23:14 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/3] V2: VAAPI: Add high bit depth encode/decode support
2022-08-15 23:06 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] lavu/pixfmt: Add Y216, Y410, and Y416 formats
` [FFmpeg-devel] [PATCH 2/3] lavc/vaapi: Add support for remaining 10/12bit profiles
` [FFmpeg-devel] [PATCH 3/3] lavu/hwcontext_[vaapi|vulkan]: support mapping VUYA and Y416
[FFmpeg-devel] [PATCH 1/7] avcodec/h263dec: Remove redundant code to set cur_pic_ptr
2022-08-15 22:21 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/h263dec: Don't set frame parameters redundantly
` [FFmpeg-devel] [PATCH 3/7] avcodec/mpegpicture: Reset fields explicitly instead of memsetting them
` [FFmpeg-devel] [PATCH 4/7] avcodec/mpegvideo_dec: Remove commented-out cruft
` [FFmpeg-devel] [PATCH 5/7] avcodec/get_buffer: Don't get AVPixFmtDescriptor unnecessarily
` [FFmpeg-devel] [PATCH 6/7] avcodec/ffv1enc: Don't create and keep unnecessary reference
` [FFmpeg-devel] [PATCH 7/7] avcodec/ffv1enc: Remove redundant wrapper
[FFmpeg-devel] [PATCH v2 0/2] 32bps FLAC patches
2022-08-15 20:39 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avcodec/mpegaudiodec_template: use unsigned shift in handle_crc()
2022-08-15 20:25 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/hevcdec: Check s->ref in the md5 path similar to hwaccel
` [FFmpeg-devel] [PATCH 3/4] avcodec/h263dec: Sanity check against minimal I/P frame size
` [FFmpeg-devel] [PATCH 4/4] tools/target_dec_fuzzer: Adjust threshold for ZLIB
[FFmpeg-devel] The case for a good string API
2022-08-15 19:15 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ffprobe: restore reporting error code for failed inputs
2022-08-15 18:34 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/11] lavu/pixfmt: add packed RGBA float16 format
2022-08-15 18:09 UTC (39+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/11] avutil/hwcontext_d3d11va: add support for rgbaf16 pixel format
` [FFmpeg-devel] [PATCH 03/11] avfilter/vsrc_ddagrab: add rgbaf16 output support
` [FFmpeg-devel] [PATCH 04/11] avfilter/vsrc_ddagrab: add options for more control over output format fallback
` [FFmpeg-devel] [PATCH 05/11] avutil: move half-precision float helper to avutil
` [FFmpeg-devel] [PATCH 06/11] avutil/half2float: adjust conversion of NaN
` [FFmpeg-devel] [PATCH 07/11] avutil/half2float: move tables to header-internal structs
` [FFmpeg-devel] [PATCH 08/11] avutil/half2float: move non-inline init code out of header
` [FFmpeg-devel] [PATCH 09/11] avutil/half2float: use native _Float16 if available
` [FFmpeg-devel] [PATCH v2 "
` [FFmpeg-devel] [PATCH 10/11] swscale: add SwsContext parameter to input functions
` [FFmpeg-devel] [PATCH 11/11] swscale/input: add rgbaf16 input support
[FFmpeg-devel] API enhancements / broken promises
2022-08-15 16:47 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/mpegvideo_dec: Don't sync AVCodecContext fields manually
2022-08-15 16:31 UTC - mbox.gz / Atom
[FFmpeg-devel] 答复: [PATCH] avformat/wavdec: fix the ID3 metadata obtained in WAV format's missing
2022-08-15 11:32 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 4/5] libswscale: Enable hscale_avx2 for all input sizes
2022-08-15 8:36 UTC (7+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI
2022-08-15 6:18 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] libavfilter/x86/vf_convolution: add sobel filter optimization and unit test with intel AVX512 VNNI
2022-08-15 5:38 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/6] avcodec/avcodec: Move initializing frame-thrd encoder to encode_preinit
2022-08-15 4:39 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avcodec/avcodec: Remove redundant check
` [FFmpeg-devel] [PATCH 3/6] avcodec/mpegpicture: Always reset motion val buffer
` [FFmpeg-devel] [PATCH 4/6] avcodec/mpegpicture: Don't copy unnecessarily, fix race
` [FFmpeg-devel] [PATCH 5/6] avcodec/mpegvideodec: Constify some functions
` [FFmpeg-devel] [PATCH 6/6] avcodec/mpegvideo: Don't zero unnecessarily
[FFmpeg-devel] [PATCH v2 1/7] avutil: move half-precision float helper to avutil
2022-08-15 4:15 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/7] avutil/half2float: adjust conversion of NaN
` [FFmpeg-devel] [PATCH v2 3/7] avutil/half2float: move tables to header-internal structs
` [FFmpeg-devel] [PATCH v2 4/7] avutil/half2float: move non-inline init code out of header
` [FFmpeg-devel] [PATCH v2 5/7] avutil/half2float: use native _Float16 if available
` [FFmpeg-devel] [PATCH v2 6/7] swscale: add opaque parameter to input functions
` [FFmpeg-devel] [PATCH v2 7/7] swscale/input: add rgbaf16 input support
[FFmpeg-devel] [PATCH] avfilter/af_alimiter: fix misbehavior when nb_channels != 2
2022-08-15 1:53 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ipfsgateway: Remove default gateway
2022-08-14 13:24 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] mov: Compare frag times in correct time base when seeking a stream without a corresponding sidx
2022-08-14 6:55 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavu/tx: implement aarch64 NEON SIMD
2022-08-14 4:31 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] tools/target_dec_fuzzer: Adjust threshold for VMDVIDEO
2022-08-13 21:50 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] tools/target_dec_fuzzer: Adjust threshold for VB
` [FFmpeg-devel] [PATCH 3/5] avcodec/mjpegdec: bayer and rct are incompatible
` [FFmpeg-devel] [PATCH 4/5] avformat/subviewerdec: Make read_ts() more flexible
` [FFmpeg-devel] [PATCH 5/5] avcodec/4xm: treat AV_LOG_ERROR cases as errors
[FFmpeg-devel] [PATCH 0/2] VAAPI: Add high bit depth encode/decode support
2022-08-13 21:18 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] lavu/pixfmt: Add Y216, Y410, and Y416 formats
` [FFmpeg-devel] [PATCH 2/2] lavc/vaapi: Add support for remaining 10/12bit profiles
[FFmpeg-devel] [PATCH v3 3/3] swscale/aarch64: add vscale specializations
2022-08-13 20:56 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 2/3] swscale/aarch64: vscale optimization
2022-08-13 20:56 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 1/3] checkasm: updated tests for sw_scale
2022-08-13 20:55 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 0/3] checkasm: updated tests for sw_scale
2022-08-13 20:55 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] libswscale/aarch64: add another hscale specialization
2022-08-13 20:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fftools/ffmpeg: store a separate copy of input codec parameters
2022-08-13 15:36 UTC - mbox.gz / Atom
[FFmpeg-devel] [FFmpeg-cvslog] avfilter/vsrc_ddagrab: add options for more control over output format fallback
2022-08-13 14:16 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/2] Provided support for MPEG-5 EVC (Essential Video Coding) codec
2022-08-13 7:10 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] tools/target_dec_fuzzer: Adjust threshold for NUV
2022-08-12 22:40 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/3] avisynth: miscellaneous fixes
2022-08-12 21:25 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/3] avformat/avisynth: add missing avs_release_video_frame
[FFmpeg-devel] [PATCH] avcodec/mimic: Fix undefined pointer arithmetic
2022-08-12 17:36 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v7 1/2] avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()
2022-08-12 16:46 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/9] fftools/ffmpeg: mark all encode sync queues as done before flushing encoders
2022-08-12 15:43 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/9] fftools/ffmpeg: move stream-dependent starttime correction to transcode_init()
` [FFmpeg-devel] [PATCH] "
` [FFmpeg-devel] [PATCH 4/9] fftools/ffmpeg: pre-compute the streamcopy start pts before transcoding starts
` [FFmpeg-devel] [PATCH 5/9] fftools/ffmpeg: move timestamp discontinuity correction out of process_input()
` [FFmpeg-devel] [PATCH 7/9] fftools/ffmpeg: simplify conditions in ts_discontinuity_process
` [FFmpeg-devel] [PATCH 8/9] fftools/ffmpeg: use a separate variable for discontinuity offset
` [FFmpeg-devel] [PATCH 9/9] fftools/ffmpeg: move packet timestamp processing to demuxer thread
[FFmpeg-devel] [PATCH] track id could be zore
2022-08-12 15:00 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1 1/3] lavc/decode: Add get_hw_config function
2022-08-12 12:55 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 2/3] lavc/decode: Add internal surface re-allocate method for hwaccel
` [FFmpeg-devel] [PATCH v1 3/3] lavc/vaapi_vp9: add surface internal re-allocation capability
[FFmpeg-devel] [PATCH 2/2] Provided support for MPEG-5 EVC (Essential Video Coding) codec
2022-08-12 10:18 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] Provided support for MPEG-5 EVC (Essential Video Coding) codec
2022-08-12 10:18 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] qsvenc_{hevc,h264}: add scenario option
2022-08-12 4:52 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavu/hwcontext_qsv: add support for AV_PIX_FMT_VUYA
2022-08-12 4:20 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc/qsv: Add support for decoding & encoding 8bit 4:4:4 content
[FFmpeg-devel] [PATCH v12 00/13] make QSV works with the Intel's oneVPL
2022-08-12 3:02 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v12 13/13] configure: add --enable-libvpl option
[FFmpeg-devel] [PATCH v4 00/23] Subtitle Filtering 2022
2022-08-11 22:50 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 00/25] "
[FFmpeg-devel] [PATCH 1/2] Provided support for MPEG-5 EVC (Essential Video Coding) codec
2022-08-11 12:36 UTC - mbox.gz / Atom
[FFmpeg-devel] I cannot receive the Verification Message from Bug Tracker
2022-08-11 11:48 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] Provided support for MPEG-5 EVC (Essential Video Coding) codec
2022-08-11 11:28 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/9] avcodec/wmv2dec: Zero mb_type array for I pictures
2022-08-11 8:05 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 11/11] avcodec/mpegpicture: Always reset motion val buffer
[FFmpeg-devel] [PATCH 1/2] Provided support for MPEG-5 EVC (Essential Video Coding) codec
2022-08-11 6:49 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v8 1/2] avformat: refactor ff_stream_encode_params_copy() to stream_params_copy()
2022-08-11 5:57 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v8 2/2] avformat/imfdec: preserve stream information
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