[FFmpeg-devel] [PATCH 1/3] avformat/slndec: add support to set channel layout
2022-03-18 22:19 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/dfpwmdec: "
[FFmpeg-devel] [PATCH] Keep including the full version.h when headers are included externally
2022-03-18 22:13 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 0/6] avcodec/vc1: Arm optimisations
2022-03-18 19:10 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/6] avcodec/vc1: Arm 64-bit NEON deblocking filter fast paths
` [FFmpeg-devel] [PATCH 2/6] avcodec/vc1: Arm 32-bit "
` [FFmpeg-devel] [PATCH 3/6] avcodec/vc1: Arm 64-bit NEON inverse transform "
` [FFmpeg-devel] [PATCH 4/6] avcodec/idctdsp: Arm 64-bit NEON block add and clamp "
` [FFmpeg-devel] [PATCH 5/6] avcodec/blockdsp: Arm 64-bit NEON block clear "
` [FFmpeg-devel] [PATCH 6/6] avcodec/vc1: Introduce fast path for unescaping bitstream buffer
[FFmpeg-devel] [PATCH] avformat/pcmdec: add support to set channel layout
2022-03-18 18:32 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/vp9_superframe_split_bsf: Check in size
2022-03-18 17:56 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/matroskadec: Check pre_ns
2022-03-18 17:48 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avformat/hls: Use unsigned for iv computation
2022-03-18 17:36 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/sonic: Use unsigned for predictor_k to avoid undefined behavior
[FFmpeg-devel] [PATCH 1/3] avcodec/ass: Faster ff_ass_add_rect()
2022-03-18 17:33 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/ccaption_dec: Use ff_ass_add_rect2()
[FFmpeg-devel] [PATCH] avcodec/ass: Faster ff_ass_add_rect()
2022-03-18 17:33 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avutil/hwcontext: don't assume device_uninit is reentrant
2022-03-18 17:29 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/mjpegenc: support writing ICC profiles
2022-03-18 15:37 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH] avcodec/binkaudio: add support for >2 channels dct codec
2022-03-18 15:21 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v9 0/1] Add IPFS protocol support
2022-03-18 14:59 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v9 1/1] avformat: "
[FFmpeg-devel] [PATCH] avfilter: Added siti filter
2022-03-18 14:04 UTC (18+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] configure: Add missing cri->mjpegdec dependency
2022-03-18 13:45 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h
2022-03-18 13:39 UTC (12+ 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 8/8] avcodec/codec_internal: Include codec_tags only when they are needed
[FFmpeg-devel] [PATCH v2] lavf/mpegenc: fix memory leak in the fifo since the new API
2022-03-18 13:15 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavf/mpegenc: fix memory leak in the fifo since the new API
2022-03-18 13:05 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/hlsenc: add hls_time_delta to cut segment at before hls_time
2022-03-18 12:20 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/dfpwmdec: Check packet size more completely
2022-03-18 11:38 UTC (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/wmalosslessdec: Check channel mask against num channels
` [FFmpeg-devel] [PATCH 3/3] avcodec/alsdec: Set channels from data after data is set
[FFmpeg-devel] [PATCH 1/4] avfilter/x86/vf_blend: use unaligned movs for output
2022-03-18 10:40 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avfilter/vf_zscale: fix number of threads
` [FFmpeg-devel] [PATCH 4/4] avfilter/vf_zscale: realign output buffer if needed
[FFmpeg-devel] [PATCH] avcodec/setts_bsf: fix memleak
2022-03-18 9:26 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 1/3] libavcodec/qsvdec: reinit decoder according to decode() return value
2022-03-18 7:40 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/3] libavcodec/qsvdec: remove redundant decodeHeader()
` [FFmpeg-devel] [PATCH v2 3/3] libavcodec/qsvdec: using suggested num to set init_pool_size
[FFmpeg-devel] [PATCH 2/2] avformat/movenc: sidx earliest_presentation_time is applied after editlist
2022-03-18 3:06 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "
[FFmpeg-devel] [PATCH] avcodec/dfa: don't check for the bitstream version on every copied line
2022-03-18 2:13 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/opus: always use ambisonic layout for mapping family 2
2022-03-18 1:43 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/wmaprodec: ensure channel count in the private context and decoder context are consistent
2022-03-18 1:07 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] Makefile: delete config_components.h on distclean
2022-03-17 21:36 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] Makefile: check config_components.h when comparing timestamps in component list files
` [FFmpeg-devel] [PATCH 3/3] gitignore: add config_components.h
[FFmpeg-devel] [PATCH 001/293 v8] avutil/channel_layout: Add a new channel layout API
2022-03-17 19:51 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] tools/target_dec_fuzzer: Adjust threshold for TQI
2022-03-17 19:26 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avfilter: Rename blend_modes.c -> blend_modes_template.c
2022-03-17 19:25 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/speexdec: Use correct doxygen comments
` [FFmpeg-devel] [PATCH 3/3] avcodec/speexdec: Align some comments
[FFmpeg-devel] [PATCH] tools/target_dec_fuzzer: Adjust threshold for DSICINVIDEO
2022-03-17 19:24 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avcodec/mjpegbdec: Set buf_size
2022-03-17 19:23 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/3] avcodec/dfa: Optimize output reshuffle loop
[FFmpeg-devel] [PATCH] avformat/matroskadec: Use rounded down duration in get_cue_desc() check
2022-03-17 19:22 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/libvpxenc: enable dynamic max quantizer parameter reconfiguration
2022-03-17 19:07 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] ffprobe closed_captions json output not set while text output is set
2022-03-17 18:30 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] fate: add a setts bsf test
2022-03-17 17:28 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/setts_bsf: don't repeatedly set start pts and dts
2022-03-17 17:28 UTC (2+ messages) - mbox.gz / Atom
[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 (12+ 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] avformat/imfdec: Convert to the new channel layout API
2022-03-17 14:04 UTC (3+ messages) - mbox.gz / Atom
[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 (24+ 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 05/21] avcodec/wcmv: "
` [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] 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 (10+ 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 (6+ 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] 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
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