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 v20 1/5] libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi(), getenv_utf8(), freeenv_utf8() and getenv_dup()
 2022-06-20 10:30 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v20 2/5] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW
` [FFmpeg-devel] [PATCH v20 3/5] fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and getenv()
` [FFmpeg-devel] [PATCH v20 4/5] libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv()
` [FFmpeg-devel] [PATCH v20 5/5] libavfilter/vf_frei0r.c: Use "

[FFmpeg-devel] [PATCH v3] avcodec/mfenc: set variable frame size flag
 2022-06-20  9:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 0/6 v2] avformat/movenc: normalize on AC-3 parser usage
 2022-06-20  9:10 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/6] avcodec: make AC-3 bit rate table available in a separate header
` [FFmpeg-devel] [PATCH 2/6] {configure, avformat/movenc}: enable AC-3 parser for movenc
` [FFmpeg-devel] [PATCH 3/6] avformat/movenc: enable handle_eac3 to handle AC-3 tracks
` [FFmpeg-devel] [PATCH 4/6] avformat/movenc: move eac3_info definition so that it can be used for AC-3
` [FFmpeg-devel] [PATCH 5/6] avformat/movenc: utilize existing AC-3 parsing workflow "
` [FFmpeg-devel] [PATCH 6/6] avformat/movenc: handle OOM situations when parsing AC-3 headers

[FFmpeg-devel] [PATCH] lavc/libx264.c: Fix possible UB by NULL pointer LHS
 2022-06-20  9:09 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests/checkasm/sw_scale: Fix alignment for movdqa
 2022-06-20  9:09 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/dovi_rpu: Fix UB for possible left shift of negative values
 2022-06-20  9:06 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/qsvenc_hevc: Use default value from MSDK to set bf
 2022-06-20  9:06 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] lavf/metadata: support duplicate keys in ff_metadata_conv
 2022-06-20  1:37 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavf/id3v2dec: support multiple values and TIPL frames

[FFmpeg-devel] [PATCH v17 1/5] libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi() and getenv_utf8()
 2022-06-20  0:54 UTC  (24+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v17 2/5] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW
` [FFmpeg-devel] [PATCH v17 3/5] fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and getenv()
` [FFmpeg-devel] [PATCH v17 4/5] libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv()
` [FFmpeg-devel] [PATCH v17 5/5] libavfilter/vf_frei0r.c: Use "

[FFmpeg-devel] [PATCH v19 1/5] libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi(), getenv_utf8() and freeenv_utf8()
 2022-06-20  0:51 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v19 2/5] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW
` [FFmpeg-devel] [PATCH v19 3/5] fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and getenv()
` [FFmpeg-devel] [PATCH v19 4/5] libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv()
` [FFmpeg-devel] [PATCH v19 5/5] libavfilter/vf_frei0r.c: Use "
  ` [FFmpeg-devel] [PATCH "

[FFmpeg-devel] [PATCH] ffprobe: report the corrupt flag on packets
 2022-06-20  0:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] FFmpeg 5.1
 2022-06-20  0:22 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/demux: Make read_frame_internal() return AVERREOR(EAGAIN) on stuck empty input parser
 2022-06-19 23:44 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/demux: Count EAGAIN as 100 bytes in relation to read limit in avformat_find_stream_info()

[FFmpeg-devel] [PATCH] avformat/mov: read PCM audio configuration box ('pcmC') if available
 2022-06-19 21:53 UTC  (4+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH 1/2] avformat/mov: factorize setting little endian PCM streams
    ` [FFmpeg-devel] [PATCH 2/2] avformat/mov: read PCM audio configuration box ('pcmC') if available

[FFmpeg-devel] [PATCH 1/4] avformat/mov: Avoid cloning encryption info if its unchanged
 2022-06-19 21:39 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avformat/mov: Add special case for slow duplication loop in mov_read_trun()
` [FFmpeg-devel] [PATCH 3/4] avcodec/aasc: Fix indention
` [FFmpeg-devel] [PATCH 4/4] tools/target_dec_fuzzer: Adjust threshold for AASC

[FFmpeg-devel] [PATCH] doc/examples/muxing: code rewrite with improved readability and fixed issues
 2022-06-19 21:21 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/concat: fix missing metadata
 2022-06-19 20:18 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] oss: account for sample size when computing timestamp
 2022-06-19 20:08 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] SDL2 verison for pkg_config fallback
 2022-06-19 20:03 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libx265: make X265 CSP selection pixel format independent
 2022-06-19 17:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v18 1/5] libavutil: Add wchartoutf8(), wchartoansi(), utf8toansi(), getenv_utf8() and freeenv_utf8()
 2022-06-19 11:28 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v18 2/5] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW
` [FFmpeg-devel] [PATCH v18 3/5] fftools: Remove MAX_PATH limit and switch to UTF-8 versions of fopen() and getenv()
` [FFmpeg-devel] [PATCH v18 4/5] libavformat: Remove MAX_PATH limit and use UTF-8 version of getenv()
` [FFmpeg-devel] [PATCH v18 5/5] libavfilter/vf_frei0r.c: Use "

[FFmpeg-devel] [PATCH] avcodec/mfenc: set frame size for audio encoders
 2022-06-19 10:12 UTC  (11+ messages) - mbox.gz / Atom
      ` [FFmpeg-devel] [PATCH v2] avcodec/mfenc: set variable frame size flag

[FFmpeg-devel] [PATCH v3] avcodec/mfenc: set variable frame size flag
 2022-06-19  9:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/fopen_utf8: support long paths on Windows for fftools
 2022-06-18 21:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avformat/mov: Avoid cloning encryption info if its unchanged
 2022-06-18 19:16 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avformat/mov: Add special case for slow duplication loop in mov_read_trun()
` [FFmpeg-devel] [PATCH 3/4] avcodec/aasc: Fix indention
` [FFmpeg-devel] [PATCH 4/4] tools/target_dec_fuzzer: Adjust threshold for AASC

[FFmpeg-devel] [PATCH 1/5] get_bits: move check_marker() to mpegvideodec.h
 2022-06-18 15:40 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] lavc: add standalone cached bitstream reader
` [FFmpeg-devel] [PATCH 3/5] lavc/bitstream: templatize for BE/LE
` [FFmpeg-devel] [PATCH 4/5] lavc/bitstream: make skip_remaining() public
` [FFmpeg-devel] [PATCH 5/5] lavc/get_bits: add a compat wrapper for the cached bitstream reader

[FFmpeg-devel] [PATCH] avformat/librist: bump required version to 0.2.7
 2022-06-18 15:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Added support for MB_INFO
 2022-06-18 15:06 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat: add AVFormatContext.first_pts_wallclock
 2022-06-18 15:02 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/13] lavc/jpeg2000dec: Finer granularity threading
 2022-06-18 15:00 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 06/13] lavu/mem: Add ff_fast_recalloc()
` [FFmpeg-devel] [PATCH 09/13] lavc/jpeg2000: Speed up ff_jpeg2000_tag_tree_init() using stereotypes for sizes <= 4x4

[FFmpeg-devel] [PATCH] Make execute() and execute2() return FFMIN() of thread return codes
 2022-06-18 14:38 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/1] lavc/aarch64: motion estimation functions in neon
 2022-06-18  1:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 0/1] lavc/aarch64: motion estimation functions in neon
 2022-06-18  1:56 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/2] DOVI: Add NLQ pivots to AVDOVIDataMapping
 2022-06-17 20:37 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/2] libavutil/dovi_meta: Add nlq_pivots "
` [FFmpeg-devel] [PATCH v2 2/2] fate: Add test to parse profile 7 DOVI RPU

[FFmpeg-devel] [PATCH v3 0/4] DOVI: Add NLQ pivots to AVDOVIDataMapping
 2022-06-17 20:35 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 1/4] libavutil/dovi_meta: Add nlq_pivots "
` [FFmpeg-devel] [PATCH v3 2/4] fftools/ffprobe: Add DOVI nlq_pivots logging
` [FFmpeg-devel] [PATCH v3 3/4] libavfilter/vf_showinfo: "
` [FFmpeg-devel] [PATCH v3 4/4] fate: Add test to parse profile 7 DOVI RPU

[FFmpeg-devel] [PATCH 0/2] DOVI: Add NLQ pivots to AVDOVIDataMapping
 2022-06-17 19:35 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/2] libavutil/dovi_meta: Add nlq_pivots "

[FFmpeg-devel] [PATCH 01/35] fftools/ffmpeg_mux: add private muxer context
 2022-06-17 18:45 UTC  (33+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 03/35] fftools/ffmpeg: fix the type of limit_filesize
` [FFmpeg-devel] [PATCH 09/35] fftools/ffmpeg: access output file chapters through a wrapper
` [FFmpeg-devel] [PATCH 10/35] fftools/ffmpeg: do not log to the muxer context
` [FFmpeg-devel] [PATCH 12/35] fftools/ffmpeg_mux: split queuing packets into a separate function
` [FFmpeg-devel] [PATCH 13/35] fftools/ffmpeg_mux: split of_write_packet()
` [FFmpeg-devel] [PATCH 14/35] fftools/ffmpeg: move output file opts into private context
` [FFmpeg-devel] [PATCH 15/35] fftools/ffmpeg: move freeing 2pass input stats to a better place
` [FFmpeg-devel] [PATCH 16/35] fftools/ffmpeg: use refcounted packets for encoded subtitles
` [FFmpeg-devel] [PATCH 17/35] fftools/ffmpeg: do not send spurious EOF for streamcopy when looping
` [FFmpeg-devel] [PATCH 18/35] fate/ffmpeg: add a test for interleaving video+subs
` [FFmpeg-devel] [PATCH 19/35] fftools/ffmpeg: use last filter output pts to choose next output stream
` [FFmpeg-devel] [PATCH 21/35] fftools: add an object pool
` [FFmpeg-devel] [PATCH 22/35] fftools/ffmpeg: rework -shortest implementation
` [FFmpeg-devel] [PATCH 23/35] fftools/ffmpeg_mux: reindent
` [FFmpeg-devel] [PATCH 24/35] fftools/ffmpeg: use the sync queues to handle -frames
` [FFmpeg-devel] [PATCH 25/35] fftools/ffmpeg: stop using OutputStream.frame_number in print_report()
` [FFmpeg-devel] [PATCH 27/35] fftools/ffmpeg: make the muxer AVFormatContext private to ffmpeg_mux.c
` [FFmpeg-devel] [PATCH 28/35] fftools/ffmpeg_mux: return errors from of_submit_packet()
` [FFmpeg-devel] [PATCH 29/35] fftools/ffmpeg_mux: return errors from submit_packet()
` [FFmpeg-devel] [PATCH 30/35] fftools/ffmpeg_mux: return errors from write_packet()
` [FFmpeg-devel] [PATCH 31/35] fftools/ffmpeg_mux: do not call exit_program() in print_sdp()
` [FFmpeg-devel] [PATCH 32/35] fftools/ffmpeg: stop using av_stream_get_end_pts()
` [FFmpeg-devel] [PATCH 33/35] fftools/ffmpeg: depend on threads
` [FFmpeg-devel] [PATCH 34/35] fftools: add a multistream thread-safe queue
` [FFmpeg-devel] [PATCH 35/35] fftools/ffmpeg: move each muxer to a separate thread

[FFmpeg-devel] libopusdec: Enable FEC/PLC
 2022-06-17 16:21 UTC  (3+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH 2/2] avcodec/libopusdec: "

[FFmpeg-devel] The case for a good string API
 2022-06-17 14:57 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavu/mem: Add av_fast_recalloc(), formally verify *size
 2022-06-17  9:39 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v14 2/5] compat/w32dlfcn.h: Remove MAX_PATH limit and replace LoadLibraryExA with LoadLibraryExW
 2022-06-17  9:33 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] lavc/vaapi_hevc: fill rext luma/chroma offset in the right way
 2022-06-17  5:14 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/aaxdec: Check for overlaping segments
 2022-06-16 23:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/aiffdec: avoid integer overflow in get_meta()
 2022-06-16 23:47 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/pcm_rechunk_bsf: unref packet before putting a new one in
 2022-06-16 23:30 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/oggparsevorbis: Fix oggvorbis duration parsing for small files
 2022-06-16 23:22 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/hls: Limit start_seq_no to one bit less
 2022-06-16 23:15 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