[FFmpeg-devel] [PATCH 1/5] avcodec/binkaudio: clear pts when returning more than one frame per input packet
2022-12-04 21:52 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] Revert "avcodec/decode: use a packet list to store packet properties"
[FFmpeg-devel] [PATCH v5 0/4] swscale: rgbaf32 input/output support
2022-12-04 21:48 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavu/pixdesc: handle xv30be in av_[read|write]_image_line
2022-12-04 21:34 UTC - mbox.gz / Atom
[FFmpeg-devel] AVX512 NUCs for FATE and development
2022-12-04 18:08 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/videotoolbox: validate vt context in the decoder callback
2022-12-04 17:51 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/7] avcodec/mediacodecenc: make each encoder has its own option
2022-12-04 17:12 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/7] avcodec/mediacodecenc: add level option
` [FFmpeg-devel] [PATCH 4/7] avcodec/mediacodecenc: use bsf to handle crop
` [FFmpeg-devel] [PATCH 5/7] avcodec/mediacodecenc: remove the strategy to create DTS
` [FFmpeg-devel] [PATCH 6/7] avcodec/mediacodecenc: add max-bframes support
` [FFmpeg-devel] [PATCH 7/7] avcodec/mediacodecenc: add pts_as_dts option
[FFmpeg-devel] [PATCH 1/7] avcodec/mediacodecenc: add bitrate_mode option
2022-12-04 17:12 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/mathops: Optimize generic mid_pred function
2022-12-04 13:06 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Del has_video for HLS_INDEPENDENT_SEGMENTS, it can be used with audio
2022-12-03 18:38 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/2] lavc/videotoolbox: use objpool instead of allocating memory each frame
2022-12-03 17:29 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
` [FFmpeg-devel] [PATCH v2 1/2] fftools/objpool: move objpool to libavutil
` [FFmpeg-devel] [PATCH v2 2/2] lavc/videotoolboxenc: use objectpool for encoder output information
` [FFmpeg-devel] [PATCH v3 0/2] lavc/videotoolbox: use objpool instead of allocating memory each frame
` [FFmpeg-devel] [PATCH v3 1/2] fftools/objpool: move objpool to libavutil
` [FFmpeg-devel] [PATCH v3 2/2] lavc/videotoolboxenc: use objectpool for encoder output information
[FFmpeg-devel] [PATCH] avutil/tests/dict: Explicitly test av_dict_iterate()
2022-12-03 17:25 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: add adrc filter
2022-12-03 12:50 UTC - mbox.gz / Atom
[FFmpeg-devel] Developer online meeting tomorrow Dec 2 16:00
2022-12-03 12:08 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/libsvtav1: don't force a default value for deprecated options
2022-12-03 9:32 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] backends of libavfilter/dnn module
[FFmpeg-devel] [PATCH 1/5] avformat/mxfdec: Avoid some redundant writing to tables in mxf_compute_ptses_fake_index()
2022-12-02 23:11 UTC (9+ 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 2/2] avcodec/jpeg2000dec: Add support for HTJ2K decoding
2022-12-02 19:35 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/jpeg2000dec: Move decoder structs to header files
2022-12-02 18:25 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avdevice: Added support for HEVC (codec/pixfmt) in V4L2
2022-12-02 13:17 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Added support for HEVC in V4L2 avdevice library. Validated with: LD_PRELOAD=$HOME/lib/libavdevice.so ffplay -f video4linux2 -input_format hevc /dev/video0
2022-12-02 13:01 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v1 01/13] lavc/hevc_ps: remove profile limitation of pps_range_extensions()
2022-12-02 5:06 UTC (18+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 02/13] lavc/avcodec: Add HEVC Screen Content Coding Extensions profile
` [FFmpeg-devel] [PATCH v1 03/13] lavc/hevc_ps: Add SPS/PPS parse support for HEVC extension syntax
` [FFmpeg-devel] [PATCH v1 04/13] lavc/hevcdec: Add slice parse support for HEVC SCC extension
` [FFmpeg-devel] [PATCH v1 05/13] lavc/hevcdec: Fix the parsing for use_integer_mv_flag
` [FFmpeg-devel] [PATCH v1 06/13] lavc/hevcdec: Set max_num_merge_cand to uint8_t
` [FFmpeg-devel] [PATCH v1 07/13] lavc/hevc: Update reference list for SCC
` [FFmpeg-devel] [PATCH v1 08/13] lavc/vaapi_hevc: Pass SCC parameters Through VA-API
` [FFmpeg-devel] [PATCH v1 09/13] lavc/vaapi_hevc: Add vaapi profile parse support for SCC
` [FFmpeg-devel] [PATCH v1 10/13] lavc/vaapi_hevc: Set correct rps type for scc
` [FFmpeg-devel] [PATCH v1 11/13] lavc/vaapi_hevc: Loose the restricts for SCC decoding
` [FFmpeg-devel] [PATCH v1 12/13] avcodec/hevcdec: Replace number with enum
` [FFmpeg-devel] [PATCH v1 13/13] lavc/vaapi_hevc: Remove duplicate code
[FFmpeg-devel] [PATCH] Revert "avformat/mov: disallow a zero sample size in trun atoms"
2022-12-02 4:11 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [RFC PATCH] fftools/ffmpeg: make main function actually return
2022-12-01 16:18 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v7 0/3] 32bps FLAC patches
2022-12-01 12:31 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 0/3] Some small ASS conversion fixes
2022-12-01 12:30 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] mips: fix build fail on MIPS R6
2022-12-01 7:00 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] libavfilter/qsvvpp: Use different alignment for YUV420P format
2022-12-01 2:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v5 1/2] lavc: add HWACCEL_CAP_RESET_WITHOUT_UNINIT capacity for hwaccel
2022-12-01 1:55 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 2/2] lavc/vaapi_decode: add support for HWACCEL_CAP_RESET_WITHOUT_UNINIT
[FFmpeg-devel] [PATCH] avcodec/mpeg12dec: Check input size
2022-11-30 23:08 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/mpeg12dec: Check input size
2022-11-30 23:07 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/vqcdec: Check width & 15
` [FFmpeg-devel] [PATCH 3/3] tools/target_dec_fuzzer: Adjust threshold for RSCC
[FFmpeg-devel] [PATCH 00/31] Use av_dict_iterate where approproate
2022-11-30 22:06 UTC (24+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 07/31] avutil: use av_dict_iterate
` [FFmpeg-devel] [PATCH v2 00/31] Use av_dict_iterate where approproate
` [FFmpeg-devel] [PATCH v2 05/31] avcodec/libvpxenc: use av_dict_iterate
` [FFmpeg-devel] [PATCH v2 07/31] avutil: "
` [FFmpeg-devel] [PATCH v2 19/31] avformat/flvenc: "
` [FFmpeg-devel] [PATCH v2 20/31] avformat/hls: "
` [FFmpeg-devel] [PATCH v2 21/31] avformat/lrcenc: "
` [FFmpeg-devel] [PATCH v2 22/31] avformat/dump: "
` [FFmpeg-devel] [PATCH v2 23/31] avformat/wtvenc: "
` [FFmpeg-devel] [PATCH v2 24/31] avformat/ffmetaenc: "
` [FFmpeg-devel] [PATCH v2 25/31] avformat/id3v2enc: "
` [FFmpeg-devel] [PATCH v2 26/31] avformat/nutenc: "
` [FFmpeg-devel] [PATCH v2 27/31] avformat/apetag: "
` [FFmpeg-devel] [PATCH v2 28/31] avformat/asfenc: "
` [FFmpeg-devel] [PATCH v2 29/31] avformat/http: "
` [FFmpeg-devel] [PATCH v2 30/31] avformat/matroskaenc: "
` [FFmpeg-devel] [PATCH v2 31/31] avformat/fifo: "
[FFmpeg-devel] [PATCH] avcodec/h274: fix include
2022-11-30 20:43 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libavfilter/qsvvpp: Use different alignment for YUV420P format
2022-11-30 4:08 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/4] lavfi/qsvvpp: change the output frame's width and height
2022-11-30 1:59 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/4] lavfi/qsvvpp: avoid overriding the returned value
` [FFmpeg-devel] [PATCH v2 3/4] lavfi/qsvvpp: provide a default framerate if needed
` [FFmpeg-devel] [PATCH v2 4/4] lavfi/vf_vpp_qsv: scale_mode can be applied to color conversion
[FFmpeg-devel] [PATCH v2] lavc/qsvenc_h264: don't support P010 format
2022-11-30 1:57 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] libavcodec/qsvenc.c: Enable MFX_GOP_STRICT when adpative gop is disabled
2022-11-30 1:56 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/qsvdec: update HDR side data on output AVFrame
2022-11-30 1:55 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/mpegtsenc: Always output a minimum of 32 packets
2022-11-29 22:21 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavu/hwcontext_vaapi: Skip 'vgem' driver
2022-11-29 19:03 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/pnm: avoid mirroring PFM images vertically
2022-11-29 11:14 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] libavformat/hlsenc: Enable HTTP, persistent connections for hls_delete_file
2022-11-29 0:07 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] mpegts: identify and demux DSMCC-B/MHEG streams
2022-11-28 20:08 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/pictordec: Remove mid exit branch
2022-11-28 19:56 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/bonk: Use unsigned in predictor_init_state() to avoid undefined behavior
2022-11-28 19:53 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/tiff: Avoid 0.0/0.0 in camera_xyz_coeff()
2022-11-28 19:51 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/h263dec: Avoid parsing extradata repeatedly
[FFmpeg-devel] [PATCH 1/4] avcodec/tiff: Ignore tile_count
2022-11-28 19:47 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avformat/id3v2: Check taglen in read_uslt()
` [FFmpeg-devel] [PATCH 3/4] avcodec/mobiclip: Check input size before (re)allocation
[FFmpeg-devel] [PATCH 2/2] libavformat/dashenc: Enable HTTP persistent connections for dashenc_delete_file
2022-11-28 18:01 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_file
2022-11-28 18:01 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/2] libavformat/dashenc: Enable HTTP persistent connections for dashenc_delete_file
2022-11-28 17:44 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_file
2022-11-28 17:43 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] av1dec: fix comment typo
2022-11-28 15:38 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] av1dec: fix typo in logged error
[FFmpeg-devel] [PATCH] libavformat/mov: Add support for exporting poster time
2022-11-28 14:11 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 0/2] "
` [FFmpeg-devel] [PATCH v2 2/2] ibavformat/mov: "
` [FFmpeg-devel] [EXTERNAL] "
[FFmpeg-devel] [PATCH 0/2] QSV Overlay Filter: Copy side data from input to output frame
2022-11-28 5:04 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
` [FFmpeg-devel] [PATCH v2 1/2] avutil/frame: Add av_frame_copy_side_data() and av_frame_remove_all_side_data()
[FFmpeg-devel] [PATCH] lavc/qsvenc_h264: don't support P010 format
2022-11-28 1:57 UTC (16+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avutil/tx: Use unsigned in ff_tx_fft_sr_combine() to avoid undefined behavior
2022-11-27 22:58 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/pictordec: Check that the image fits in the input
2022-11-27 22:43 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/ffv1dec: restructure slice coordinate reading a bit
[FFmpeg-devel] [PATCH 1/2] avcodec/libfdk-aacenc: add support for 7.1(top) channel layout
2022-11-27 22:18 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/libfdk-aacenc: add support for 6.1(back) "
[FFmpeg-devel] [PATCH] avfilter: add showcwt multimedia filter
2022-11-27 21:04 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/30] lavc/libx264: factor out setting up the input frame
2022-11-27 20:19 UTC (34+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/30] lavc/libx264: reindent after previous commit
` [FFmpeg-devel] [PATCH 03/30] lavc/libx264: use a local variable for input frame in setup_frame()
` [FFmpeg-devel] [PATCH 04/30] lavc/libx264: factor out setting up ROI
` [FFmpeg-devel] [PATCH 05/30] lavc/libx264: reindent after previous commit
` [FFmpeg-devel] [PATCH 06/30] lavc/libx264: unify cleanup in setup_frame()
` [FFmpeg-devel] [PATCH 07/30] lavc/libx264: do not ignore memory allocation errors
` [FFmpeg-devel] [PATCH 08/30] lavc/libx264: reindent after previous commit
` [FFmpeg-devel] [PATCH 09/30] lavc/libx264: reorder control flow in setup_roi() to reduce nesting depth
` [FFmpeg-devel] [PATCH 10/30] lavc/libx264: reindent after previous commit
` [FFmpeg-devel] [PATCH 11/30] lavc/libx264: use a local variable to shorten code
` [FFmpeg-devel] [PATCH 12/30] lavc/libx264: print an error on invalid opaque pointer
` [FFmpeg-devel] [PATCH 13/30] lavc/libx264: zero reordered opaque on alloc
` [FFmpeg-devel] [PATCH 14/30] lavc/libx264: do not leave an invalid array size on alloc error
` [FFmpeg-devel] [PATCH 15/30] lavc/libx265: restructure handling reordered_opaque
` [FFmpeg-devel] [PATCH 16/30] lavc: add a codec flag for propagating opaque from frames to packets
` [FFmpeg-devel] [PATCH 17/30] lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders
` [FFmpeg-devel] [PATCH 18/30] lavc/encode: pass through frame durations to encoded packets
` [FFmpeg-devel] [PATCH 19/30] lavc/librav1e: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
` [FFmpeg-devel] [PATCH 20/30] lavc/nvenc: "
` [FFmpeg-devel] [PATCH 21/30] lavc/adxenc: rescale packet duration according to timebase
` [FFmpeg-devel] [PATCH 22/30] lavc/adxenc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
` [FFmpeg-devel] [PATCH 23/30] lavc/ffv1enc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
` [FFmpeg-devel] [PATCH 24/30] lavc/pngenc: "
` [FFmpeg-devel] [PATCH 25/30] lavc/pngenc: stop setting dts unnecessarily for APNG
` [FFmpeg-devel] [PATCH 26/30] lavc/libtheoraenc: handle frame durations and AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE
` [FFmpeg-devel] [PATCH 27/30] lavc/libtheoraenc: stop setting dts unnecessarily
` [FFmpeg-devel] [PATCH 28/30] lavc/libx264: pass through frame durations to encoded packets
` [FFmpeg-devel] [PATCH 29/30] lavc/libx265: "
` [FFmpeg-devel] [PATCH 30/30] lavc/libaomenc: "
[FFmpeg-devel] Ping on help output, logging and VAAPI overlay
2022-11-27 19:31 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/4] Fix FFmpeg compilation without DCE
2022-11-27 19:23 UTC (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 0/5] "
[FFmpeg-devel] [PATCH]configure: Assume target-os=win32 for toolchain msvc
2022-11-27 17:42 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/3] avcodec/mediacodec_wrapper: use hardcoded value of profiles from MediaCodecInfo
2022-11-27 16:55 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] avcodec/mediacodecenc: configure profile
[FFmpeg-devel] [PATCH 1/3] avcodec/mediacodecenc: add option to select codec by name
2022-11-27 16:55 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc/videotoolbox: validate vt context in the decoder callback
2022-11-27 16:21 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] SECURITY: This is for github
2022-11-26 21:32 UTC - mbox.gz / Atom
[FFmpeg-devel] GitHub releases section is very old
2022-11-26 21:14 UTC (4+ 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