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 1/7] avcodec/pgxdec: Make better use of size check
 2022-04-24 11:18 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/pgxdec: Avoid always-false checks
` [FFmpeg-devel] [PATCH 3/7] avcodec/pgxdec: Remove pointless checks
` [FFmpeg-devel] [PATCH 4/7] avcodec/pgxdec: Fix issue with negative linesizes
` [FFmpeg-devel] [PATCH 5/7] avcodec/pgxdec: Hoist branch out of loop
` [FFmpeg-devel] [PATCH 6/7] avcodec/pgxdec: Use unsigned types for unsigned values
` [FFmpeg-devel] [PATCH 7/7] avcodec/xfacedec: Add AV_CODEC_CAP_DR1

[FFmpeg-devel] [PATCH] avfilter: add ambisonic decoder
 2022-04-24 10:51 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/7] Add UUID functionality to libavutil
 2022-04-24 10:14 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/7] avutil/uuid: add utility library for manipulating UUIDs as specified in RFC 4122
` [FFmpeg-devel] [PATCH v2 2/7] avutil/tests/uuid: add uuid tests
` [FFmpeg-devel] [PATCH v2 3/7] avformat/mov: refactor to use avutil/uuid
` [FFmpeg-devel] [PATCH v2 4/7] avformat/smoothstreamingenc: "
` [FFmpeg-devel] [PATCH v2 5/7] avcodec/cbs_sei: "
` [FFmpeg-devel] [PATCH v2 6/7] avformat/imf: "
` [FFmpeg-devel] [PATCH v2 7/7] avfilter/showinfo: "

[FFmpeg-devel] [PATCH] libavcodec/videotoolboxenc.c: add option to hevc encoder to prioritize speed
 2022-04-24 10:10 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] proposal for a minor change in the behavior of the drawtext filter
 2022-04-24 10:07 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] FFmpeg 5.0 LTS vs 5.1 LTS
 2022-04-24  9:55 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 5/5] avcodec/x86/hevc_mc: add qpel_h64_8_avx512icl
 2022-04-24  7:10 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v11 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi
 2022-04-24  3:39 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v11 2/6] libavformat/avisynth.c: Remove MAX_PATH limit
` [FFmpeg-devel] [PATCH v11 3/6] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW
` [FFmpeg-devel] [PATCH v11 4/6] fftools/cmdutils.c: Remove MAX_PATH limit
` [FFmpeg-devel] [PATCH v11 5/6] fftools: Enable long path support on Windows (fixes #8885)
` [FFmpeg-devel] [PATCH v11 6/6] fftools: Set active code page to UTF-8 on Windows

[FFmpeg-devel] [PATCH 01/32] fate/matroska: Use REMUX and TRANSCODE where appropriate
 2022-04-24  3:34 UTC  (32+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/32] fate/id3v2: Use REMUX "
` [FFmpeg-devel] [PATCH 03/32] fate/amr[nw]b: "
` [FFmpeg-devel] [PATCH 04/32] fate/caf: "
` [FFmpeg-devel] [PATCH 05/32] fate/mov: Use REMUX and TRANSCODE "
` [FFmpeg-devel] [PATCH 06/32] fate/lavf-image: Fix requirements of tests
` [FFmpeg-devel] [PATCH 07/32] tests/Makefile: Make DEMDEC etc. auxiliary functions more flexible
` [FFmpeg-devel] [PATCH 08/32] fate/image: Fix requirements of tests
` [FFmpeg-devel] [PATCH 09/32] tests/Makefile: Add FRAMECRC function
` [FFmpeg-devel] [PATCH 10/32] fate/screen: Fix test requirements
` [FFmpeg-devel] [PATCH 11/32] fate/video: "
` [FFmpeg-devel] [PATCH 12/32] fate/dfa: "
` [FFmpeg-devel] [PATCH 13/32] fate/cdxl: "
` [FFmpeg-devel] [PATCH 14/32] fate/bmp: "
` [FFmpeg-devel] [PATCH 15/32] fate/utvideo: "
` [FFmpeg-devel] [PATCH 16/32] fate/fits: "
` [FFmpeg-devel] [PATCH 17/32] fate/fits: Use transcode for transcode-like test
` [FFmpeg-devel] [PATCH 18/32] avformat/fitsenc: Simplify writing header padding
` [FFmpeg-devel] [PATCH 19/32] fate/speedhq: Fix test requirements
` [FFmpeg-devel] [PATCH 20/32] tests/fate-run: Remove intermediate lavf_container_fate files
` [FFmpeg-devel] [PATCH 21/32] fate/seek: Avoid list of source files
` [FFmpeg-devel] [PATCH 22/32] fate/seek: Don't duplicate test requirements
` [FFmpeg-devel] [PATCH 23/32] fate/vcodec: Don't add scale filter unnecessarily
` [FFmpeg-devel] [PATCH 24/32] fate/vcodec: Fix test requirements
` [FFmpeg-devel] [PATCH 25/32] fate/acodec: "
` [FFmpeg-devel] [PATCH 26/32] fate/acodec: Remove acodec-adpcm-adx-trellis test
` [FFmpeg-devel] [PATCH 27/32] avformat/format: Also search for image2-codecs for image2pipe
` [FFmpeg-devel] [PATCH 28/32] fate/lavf-image2pipe: Fix test requirements
` [FFmpeg-devel] [PATCH 29/32] fate/lavf-video: "
` [FFmpeg-devel] [PATCH 30/32] fate/lavf-audio: Fix requirements of tests
` [FFmpeg-devel] [PATCH 31/32] fate/lavf-container: Fix test requirements
` [FFmpeg-devel] [PATCH 32/32] fate/concatdec: Don't duplicate "

[FFmpeg-devel] [PATCH] lavf/tls_mbedtls: add support for mbedtls version 3
 2022-04-23 23:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v9 6/6] fftools: Use UTF-8 on Windows
 2022-04-23 21:28 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v9 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi
 2022-04-23 21:21 UTC  (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v9 2/6] libavformat/avisynth.c: Remove MAX_PATH limit
` [FFmpeg-devel] [PATCH v9 3/6] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW
` [FFmpeg-devel] [PATCH v9 4/6] fftools/cmdutils.c: Remove MAX_PATH limit and replace fopen with av_fopen_utf8
` [FFmpeg-devel] [PATCH v9 5/6] fftools: Enable long path support on Windows (fixes #8885)

[FFmpeg-devel] [PATCH] libavfilter/version: bump minor version for icc{gen, detect}
 2022-04-23 20:13 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v10 1/6] libavutil/wchar_filename.h: Add whcartoutf8, wchartoansi and utf8toansi
 2022-04-23 20:06 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v10 2/6] libavformat/avisynth.c: Remove MAX_PATH limit
  ` [FFmpeg-devel] [PATCH v10 3/6] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW
  ` [FFmpeg-devel] [PATCH v10 4/6] fftools/cmdutils.c: Remove MAX_PATH limit
  ` [FFmpeg-devel] [PATCH v10 5/6] fftools: Enable long path support on Windows (fixes #8885)
  ` [FFmpeg-devel] [PATCH v10 6/6] fftools: Set active code page to UTF-8 on Windows

[FFmpeg-devel] [PATCH v2 1/5] lavfi: generalize colorspace coefficent helpers
 2022-04-23 19:55 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/5] lavfi: add ff_detect_color_primaries helper
` [FFmpeg-devel] [PATCH v2 3/5] lavfi: add ICC profile support via lcms2
` [FFmpeg-devel] [PATCH v2 4/5] lavfi: add vf_iccgen for generating ICC profiles
` [FFmpeg-devel] [PATCH v2 5/5] lavfi: add vf_iccdetect for parsing "

[FFmpeg-devel] [PATCH 0/2] Jpeg XL version.h bump
 2022-04-23 19:52 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] avcodec/version.h: bump version for Jpeg XL
` [FFmpeg-devel] [PATCH 2/2] avformat/version.h: "

[FFmpeg-devel] [PATCH v15 0/4] Jpeg XL Patch Set
 2022-04-23 17:53 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v15 4/4] avformat/image2: add Jpeg XL as image2 format

[FFmpeg-devel] [PATCH 2/2] lavfi: Add blurriness filter
 2022-04-23 13:32 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/mov.c: Added configuration flag to skip cover art atom while opening mov parser
 2022-04-23  9:06 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: Add support for still image AVIF parsing
 2022-04-23  8:13 UTC  (13+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vsrc_mandelbrot: Check for malloc failure
 2022-04-22 17:50 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 3/5] libswscale: Avx2 hscale can process inputs of any size
 2022-04-22 17:42 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Fix wrong BTI landing pad
 2022-04-22 14:31 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/mov.c : Avoid seek request with invalid seek offset ( 9223372036854775799 ) after EOS
 2022-04-22  8:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 4/5] libswscale: Enable hscale_avx2 for all input sizes
 2022-04-22  8:04 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] swscale: aarch64: Optimize the final summation in the hscale routine
 2022-04-22  7:50 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5 1/2] lavc/vaapi_encode: add support for maxframesize
 2022-04-22  5:36 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 2/2] doc/vaapi_encode: add documentations for max_frame_size

[FFmpeg-devel] [PATCH] fftools/opt_common.c: Display muxer/demuxer flags in help screen
 2022-04-22  0:11 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avformat/demux: Use unsigned to check duration vs duration_text
 2022-04-21 20:47 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/4] avfilter/vf_frei0r: Copy to frame allocated according to frei0r requirements

[FFmpeg-devel] [PATCH 3/3] avformat/movenc: Add support for AVIF muxing
 2022-04-21 16:38 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/avio: use av_match_name to match protocol lists
 2022-04-21 14:16 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] avcodec/audiotoolboxdec: fix missing decoder out properties
 2022-04-21 13:55 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] ping, ping, just 5 lines
  ` [FFmpeg-devel] 2nd ping

[FFmpeg-devel] [PATCH 2/2] doc/ffprobe: clarify that the input file is not optional
 2022-04-21  7:06 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] doc/ffplay: put keystrokes to decrease and increase volume on the same line
 2022-04-21  7:05 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] ffprobe: update entry index after printing packet/media type
 2022-04-21  7:01 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/oggparsevorbis: Ignore duration of the first packet
 2022-04-21  3:22 UTC  - mbox.gz / Atom

[FFmpeg-devel] Bug report
 2022-04-20 20:24 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_subtitles: add an option to choose sub stream by language
 2022-04-20 18:25 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/cpu: #define _GNU_SOURCE before including any standard headers
 2022-04-20 18:00 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/rtmpproto: send proper status for response to play command
 2022-04-20 18:00 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/mov: fix timecode with high frame rate content
 2022-04-20 17:59 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] av_fopen_utf8 and cross-DLL CRT object sharing issue on Windows
 2022-04-20 12:47 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/3] Provided support for MPEG-5 EVC (Essential Video Coding) codec
 2022-04-20 12:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] Provided support for MPEG-5 EVC (Essential Video Coding) codec
 2022-04-20 12:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] Provided support for MPEG-5 EVC (Essential Video Coding) codec
 2022-04-20 12:32 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/openh264: return (DE|EN)CODER_NOT_FOUND if version check fails
 2022-04-20 12:07 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Added configuration flag to skip cover art atom while opening mov parser
 2022-04-20 11:09 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/3] Provided support for MPEG-5 EVC (Essential Video Coding) codec
 2022-04-20  9:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/3] Provided support for MPEG-5 EVC (Essential Video Coding) codec
 2022-04-20  9:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] Provided support for MPEG-5 EVC (Essential Video Coding) codec
 2022-04-20  9:54 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] swscale/aarch64: add hscale specializations
 2022-04-20  8:44 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/hwcontext_d3d11va: enable D3D11_RESOURCE_MISC_SHARED for texture
 2022-04-20  7:42 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] swscale/aarch64: add vscale specializations
 2022-04-19 21:12 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/jpeg2000:fast-fail if HTJ2K codeblocks are present
 2022-04-19 20:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/1] librtmp: use AVBPrint instead of char *
 2022-04-19 20:22 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avformat/mpegts: set data broadcast streams as such
 2022-04-19 20:06 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Add unmet target level warning to libaom encoding
 2022-04-19 18:18 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avcodec/libaomenc: Add unmet target level warning
  ` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH 1/2] avfilter: add colormap video filter
 2022-04-19 17:01 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/rtsp: pkt_size option is not honored in rtsp
 2022-04-19 14:03 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avdevice/dshow: remove unused variables
 2022-04-19 11:19 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avdevice/dshow: silence warnings about unused variable

[FFmpeg-devel] [FFmpeg-cvslog] doc: install css files along html docs
 2022-04-19 11:10 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avdevice/dshow: reuse unused variables
 2022-04-19  8:13 UTC  - mbox.gz / Atom

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