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 v2 9/9] configure: Use a separate config_components.h header for $ALL_COMPONENTS
 2022-03-17 16:29 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 "

[FFmpeg-devel] [PATCH 01/10] fftools/cmdutils: drop prototypes for nonexistent functions
 2022-03-17 15:35 UTC  (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/10] fftools/cmdutils: drop extern declarations for nonexistent variables
` [FFmpeg-devel] [PATCH 03/10] fftools: drop useless indirection
` [FFmpeg-devel] [PATCH 04/10] fftools/cmdutils: split common option handlers into their own file
` [FFmpeg-devel] [PATCH 05/10] fftools: move opt_timelimit from cmdutils to ffmpeg
` [FFmpeg-devel] [PATCH 06/10] fftools/ffmpeg: drop mistakenly added empty line
` [FFmpeg-devel] [PATCH 07/10] fftools/ffplay: drop options deprecated since 2011
` [FFmpeg-devel] [PATCH 08/10] fftools/ffprobe; drop -show_format_entry
` [FFmpeg-devel] [PATCH 09/10] fftools: drop the fake "default" option from ffplay/ffprobe
` [FFmpeg-devel] [PATCH 10/10] fftools/cmdutils: drop redundant code

[FFmpeg-devel] [PATCH] avformat/imfdec: Convert to the new channel layout API
 2022-03-17 14:04 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h
 2022-03-17 12:43 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec
` [FFmpeg-devel] [PATCH 3/3] avcodec/codec_internal: Rename AVCodecDefault->FFCodecDefault
` [FFmpeg-devel] [PATCH 4/7] avcodec/mathops: Move bitswap_32() to its only user
` [FFmpeg-devel] [PATCH 5/7] avcodec/bitstream: Move code for initializing VLCs to file of its own
` [FFmpeg-devel] [PATCH 6/7] avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h
` [FFmpeg-devel] [PATCH 7/7] avcodec/internal: Move FF_DEFAULT_QUANT_BIAS to mpegvideoenc.h

[FFmpeg-devel] [PATCH] fate: add crystalizer test
 2022-03-17 11:31 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter: add tpad filter tests
 2022-03-17 11:08 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Fix libversion.sh for split headers
 2022-03-17  9:12 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 1/5] avcodec/x86/hevc_mc: add qpel_h8_8_avx512icl and qpel_hv8_8_avx512icl
 2022-03-17  8:53 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 5/5] avcodec/x86/hevc_mc: add qpel_h64_8_avx512icl

[FFmpeg-devel] [PATCH 01/21] avcodec/pngenc: Avoid potentially truncating integers
 2022-03-17  7:29 UTC  (27+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/21] avcodec/zlib_wrapper: Add wrappers for zlib inflateInit, inflateEnd
` [FFmpeg-devel] [PATCH 03/21] avcodec/zmbv: Use ff_inflate_init/end()
` [FFmpeg-devel] [PATCH 04/21] avcodec/zerocodec: "
` [FFmpeg-devel] [PATCH 05/21] avcodec/wcmv: "
` [FFmpeg-devel] [PATCH 06/21] avcodec/tscc: "
` [FFmpeg-devel] [PATCH 07/21] avcodec/rasc: "
` [FFmpeg-devel] [PATCH 08/21] avcodec/mwsc: "
` [FFmpeg-devel] [PATCH 09/21] avcodec/mvha: "
` [FFmpeg-devel] [PATCH 10/21] avcodec/mscc: "
` [FFmpeg-devel] [PATCH 11/21] avcodec/lcldec: Use ff_inflate_init/end(), cleanup generically
` [FFmpeg-devel] [PATCH 12/21] avcodec/flashsv: Use ff_inflate_init/end()
` [FFmpeg-devel] [PATCH 13/21] avcodec/zlib_wrapper: Use our allocation, freeing functions
` [FFmpeg-devel] [PATCH 14/21] avcodec/lscrdec: Don't open and close z_streams unnecessarily
` [FFmpeg-devel] [PATCH 15/21] avcodec/pngdec: "
` [FFmpeg-devel] [PATCH 16/21] avcodec/pngenc: Don't use deflateInit2() with default parameters
` [FFmpeg-devel] [PATCH 17/21] avcodec/zlib_wrapper: Add wrapper for deflateInit()
` [FFmpeg-devel] [PATCH 18/21] avcodec/zmbvenc: Use ff_deflate_init/end() wrappers
` [FFmpeg-devel] [PATCH 19/21] avcodec/pngenc: "
` [FFmpeg-devel] [PATCH 20/21] avcodec/lclenc: "
` [FFmpeg-devel] [PATCH 21/21] avcodec/flashsv2enc: Avoid opening and closing z_stream

[FFmpeg-devel] [PATCH v5 1/4] lavc/vaapi_encode_h265: Add GPB frame support for hevc_vaapi
 2022-03-17  6:41 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 2/4] vaapi_encode: Move block size calculation after entrypoint selection
` [FFmpeg-devel] [PATCH v5 3/4] vaapi_encode_h265: Explicitly set and correct some flags
` [FFmpeg-devel] [PATCH v5 4/4] vaapi_encode_h265: Query encoding block sizes and features

[FFmpeg-devel] AAudio source for libavdevice
 2022-03-17  6:38 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/hevc_mp4toannexb_bsf: insert extradata before non-AUD unit
 2022-03-17  6:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] avutil/hwcontext_videotoolbox: fix declaration-after-statement
 2022-03-17  3:35 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/setts_bsf: don't repeatedly set start pts and dts
 2022-03-17  3:00 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate: add a setts bsf test
 2022-03-17  2:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libvpxenc: enable dynamic max quantizer parameter reconfiguration
 2022-03-16 23:53 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avfilter/x86/vf_blend: use unaligned movs for output
 2022-03-16 22:01 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avfilter/vf_zscale: fix number of threads
` [FFmpeg-devel] [PATCH 3/4] avfilter/vf_zscale: properly check return value of slice threads
` [FFmpeg-devel] [PATCH 4/4] avfilter/vf_zscale: realign output buffer if needed

[FFmpeg-devel] [PATCH] avfilter: add Audio Video Sync Test filter
 2022-03-16 21:46 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/mxfenc: allow more bits for variable part in uuid generation
 2022-03-16 21:17 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/mxfenc: do not write index tables with the same InstanceUID

[FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing
 2022-03-16 17:02 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/attributes: add support for clang in AV_NOWARN_DEPRECATED
 2022-03-16 15:30 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 1/4] lavc/vaapi_encode_h265: Add GPB frame support for hevc_vaapi
 2022-03-16 15:04 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/dashenc: add an option to the dash muxer to create smaller manifests during live streams
 2022-03-16 14:35 UTC  - mbox.gz / Atom

[FFmpeg-devel] libopusdec: Enable FEC/PLC
 2022-03-16 14:00 UTC  (3+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH 1/2] avcodec/libopusenc: reload packet loss at encode
  ` [FFmpeg-devel] [PATCH 2/2] avcodec/libopusdec: Enable FEC/PLC

[FFmpeg-devel] [PATCH] ffmpeg: remove usage of internal deprecation macro
 2022-03-16 13:14 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Allow to modify max qp configuration parameter in libvpx without reseting the encoder
 2022-03-16 12:37 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 00/13] [RFC] Reduce unnecessary recompilation
 2022-03-16 12:16 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavc/bsf: add general documentation
 2022-03-16 11:51 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ffplay: don't shadow global variable
 2022-03-16  2:14 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 001/293 v8] avutil/channel_layout: Add a new channel layout API
 2022-03-16  2:00 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tools/target_dec_fuzzer: Fix build failure from channels API
 2022-03-16  0:37 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avutil/channel_layout: print channels using av_channel_name_bprint in av_channel_layout_describe_bprint
 2022-03-15 22:28 UTC  (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avutil/channel_layout: factorize ambisonic order detection
` [FFmpeg-devel] [PATCH 3/4] avutil/channel_layout: do not copy alloc new map for extra channel layout
` [FFmpeg-devel] [PATCH 4/4] avutil/channel_layout: fix av_channel_layout_describe_bprint with custom and ambisonic channels
  ` [FFmpeg-devel] [PATCH v2 1/4] avutil/channel_layout: print channels using av_channel_name_bprint in av_channel_layout_describe_bprint
    ` [FFmpeg-devel] [PATCH v2 2/4] avutil/channel_layout: factorize ambisonic order detection
    ` [FFmpeg-devel] [PATCH v2 3/4] avutil/channel_layout: do not copy alloc new map for extra channel layout
    ` [FFmpeg-devel] [PATCH v2 4/4] avutil/channel_layout: fix av_channel_layout_describe_bprint with custom and ambisonic channels

[FFmpeg-devel] [PATCH] tests: Add fate-bsf-dv-error-marker
 2022-03-15 21:53 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/hevc_refs: don't use the frame's AVBufferRef sizes when initializing planes
 2022-03-15 21:18 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytes
 2022-03-15 17:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/hls: add AVFMT_NO_BYTE_SEEK flag
 2022-03-15 17:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/3] avformat/movenc: Add support for AVIF muxing
 2022-03-15 15:59 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] doc/APIchanges: update for the new channel layout API
 2022-03-15 15:15 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/channel_layout: Fix leak of string
 2022-03-15 15:11 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/codec_par: do not copy AVChannelLayout struct directly
 2022-03-15 15:10 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/af_join: Don't use memcpy for overlapping regions
 2022-03-15 15:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec: Add dv marker bsf
 2022-03-15 14:20 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavc/threadframe: allow decoders to attach buffers to ThreadFrame
 2022-03-15 13:59 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc/vp9: fix the race in exporting video enc params

[FFmpeg-devel] [PATCH 1/4] avcodec/vp9_superframe_split_bsf: Check in size
 2022-03-15 12:48 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avformat/mxfdec: Check count in mxf_read_strong_ref_array()
` [FFmpeg-devel] [PATCH 3/4] avformat/mxfdec: Check for avio_read() failure "

[FFmpeg-devel] [PATCH] avcodec/mjpegenc: support writing ICC profiles
 2022-03-15 11:59 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH v2] avcodec/pngenc: support writing iCCP chunks
 2022-03-15 11:34 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] "
    ` [FFmpeg-devel] [PATCH v4] "
      ` [FFmpeg-devel] [PATCH v5] "

[FFmpeg-devel] [PATCH 1/2] avfilter: simplify processing child context options
 2022-03-15  8:58 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter: handle duplicates in the options string

[FFmpeg-devel] [PATCH 1/2] avcodec: add null encoders
 2022-03-15  8:53 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6 1/2] libavcodec: Added DFPWM1a codec
 2022-03-15  8:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v7 00/10] make QSV works with the Intel's oneVPL
 2022-03-15  7:24 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 09/10] qsv: use a new method to create mfx session when using oneVPL

[FFmpeg-devel] [PATCH] aarch64: Only emit the PAC/BTI note section when targeting ELF
 2022-03-14 22:45 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/aarch64: add some neon pix_abs functions
 2022-03-14 22:39 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/aarch64: add some neon pix_abs functions
 2022-03-14 22:28 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate: add epx tests
 2022-03-14 22:10 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_subtitles: pass storage size to libass
 2022-03-14 20:21 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fate: add chromashift tests
 2022-03-14 20:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/mjpegbdec: Set buf_size
 2022-03-14 18:54 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] tools/target_dec_fuzzer: Adjust threshold for DFA

[FFmpeg-devel] [PATCH] avformat/mpegtsenc: add descriptors to synchronous KLV in mpegts
 2022-03-14 16:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/movenc: initialize pts/dts/duration of timecode packet
 2022-03-14 15:36 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/2] avformat/movenc: initialize pts/dts "
  ` [FFmpeg-devel] [PATCH v2 2/2] avformat/movenc: use warning log level and small adjustment for the log

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