Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
[FFmpeg-devel] [RFC] Release 6.1
 2023-07-09 10:14 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavu/random_seed: use getrandom() when available
 2023-07-09 10:06 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/decode: move processing discard samples to its own function
 2023-07-09  9:49 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/decode: check the output frame for discard samples with all decoders
` [FFmpeg-devel] [PATCH 3/3] avcodec/decode: fill missing frame fields for "

[FFmpeg-devel] [PATCH] lavfi/src_movie: stop using AV_CODEC_FLAG_COPY_OPAQUE
 2023-07-09  9:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffmpeg: fix negative timestamps at the beginning of the encoding
 2023-07-09  8:48 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/random_seed: turn off buffering when reading from urandom
 2023-07-09  8:48 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/libjxldec: build against libjxl 0.9
 2023-07-09  3:44 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/22] lavc/encode: print separate messages for unknown and unsupported formats
 2023-07-09  2:18 UTC  (25+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/22] lavc/encode: shorten code by using a local variable
` [FFmpeg-devel] [PATCH 03/22] lavc/encoder: always print an error on an unsupported channel layout
` [FFmpeg-devel] [PATCH 04/22] lavc/encode: improve input sample rate validation
` [FFmpeg-devel] [PATCH 05/22] lavc/encode: improve unsupported-format error messages
` [FFmpeg-devel] [PATCH 06/22] lavfi: make sure frame SAR matches the link value
` [FFmpeg-devel] [PATCH 07/22] fftools/ffmpeg_filter: make sure no input or output is bound twice
` [FFmpeg-devel] [PATCH 08/22] fftools/ffmpeg_filter: make OutputFile.format/sample_rate private
` [FFmpeg-devel] [PATCH 09/22] fftools/ffmpeg_filter: make OutputFile.ch_layout private
` [FFmpeg-devel] [PATCH 10/22] fftools/ffmpeg_filter: make OutputFile.width, height private
` [FFmpeg-devel] [PATCH 11/22] fftools/ffmpeg_filter: make OutputFile.{formats, ch_layouts, sample_rates} private
` [FFmpeg-devel] [PATCH 12/22] fftools/ffmpeg_filter: consolidate calling avfilter_graph_set_auto_convert()
` [FFmpeg-devel] [PATCH 13/22] fftools/ffmpeg_filter: stop disregarding user-specified pixel format
` [FFmpeg-devel] [PATCH 14/22] fftools/ffmpeg_filter: stop accessing encoder from pixfmt selection
` [FFmpeg-devel] [PATCH 15/22] fftools/ffmpeg: drop an obsolete debug log
` [FFmpeg-devel] [PATCH 16/22] fftools/ffmpeg: rework initializing encoders with no frames
` [FFmpeg-devel] [PATCH 17/22] fftools/ffmpeg_filter: only flush vsync code if encoding actually started
` [FFmpeg-devel] [PATCH 18/22] fftools/ffmpeg_enc: initialize audio/video encoders from frame parameters
` [FFmpeg-devel] [PATCH 19/22] fftools/ffmpeg_filter: make OutputFilter.filter private
` [FFmpeg-devel] [PATCH 20/22] fftools/ffmpeg: add more structure to FrameData
` [FFmpeg-devel] [PATCH 21/22] fftools/ffmpeg: rework -enc_time_base handling
` [FFmpeg-devel] [PATCH 22/22] doc/ffmpeg: fix -enc_time_base documentation

[FFmpeg-devel] [PATCH v2 01/14] vvcdec: add thread executor
 2023-07-09  1:04 UTC  (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 02/14] vvcdec: add vvc decoder stub
` [FFmpeg-devel] [PATCH v2 03/14] vvcdec: add sps, pps, sh parser
` [FFmpeg-devel] [PATCH v2 04/14] vvcdec: add cabac decoder
` [FFmpeg-devel] [PATCH v2 05/14] vvcdec: add reference management
` [FFmpeg-devel] [PATCH v2 06/14] vvcdec: add motion vector decoder
` [FFmpeg-devel] [PATCH v2 07/14] vvcdec: add inter prediction
` [FFmpeg-devel] [PATCH v2 08/14] vvcdec: add inv transform 1d
` [FFmpeg-devel] [PATCH v2 09/14] vvcdec: add intra prediction
` [FFmpeg-devel] [PATCH v2 10/14] vvcdec: add LMCS, Deblocking, SAO, and ALF filters
` [FFmpeg-devel] [PATCH v2 11/14] vvcdec: add dsp init and inv transform
` [FFmpeg-devel] [PATCH v2 12/14] vvcdec: add CTU parser
` [FFmpeg-devel] [PATCH v2 13/14] vvcdec: add CTU thread logical
` [FFmpeg-devel] [PATCH v2 14/14] vvcdec: add full vvc decoder

[FFmpeg-devel] [PATCH 01/18] avradio/sdrdemux: Fix uninitialized access
 2023-07-08 21:25 UTC  (18+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/18] avradio/sdrdemux: factor frequency tolerance constants out
` [FFmpeg-devel] [PATCH 03/18] avradio/sdr: Add fm multiple parameter
` [FFmpeg-devel] [PATCH 04/18] avradio/sdrinradio: Dont automatically select 2.56Mhz on the rtlsdr
` [FFmpeg-devel] [PATCH 05/18] avradio/sdrdemux: Do not timeout negative stations
` [FFmpeg-devel] [PATCH 06/18] avradio/sdrinradio: Factor print_and_free_list() out
` [FFmpeg-devel] [PATCH 07/18] avradio/sdrinradio: Print list of Time Sources
` [FFmpeg-devel] [PATCH 08/18] avradio: split out vissualization code
` [FFmpeg-devel] [PATCH 09/18] avradio/sdrdemux: The RTLSDR DC artifact is not consistent
` [FFmpeg-devel] [PATCH 10/18] avradio/sdr: eliminate avpriv_*
` [FFmpeg-devel] [PATCH 11/18] avradio/vissualize: rotate waterfall
` [FFmpeg-devel] [PATCH 12/18] avradio/sdrdemux: Set AVFMTCTX_NOHEADER
` [FFmpeg-devel] [PATCH 13/18] avradio/sdrdemux: fix bug adding candidate stations and then crashing
` [FFmpeg-devel] [PATCH 14/18] avradio/sdrdemux: fm_probe: dont allow bandwidh=sample rate
` [FFmpeg-devel] [PATCH 15/18] doc: add sdr examples
` [FFmpeg-devel] [PATCH 16/18] avradio/sdr: rename fft_p2
` [FFmpeg-devel] [PATCH 17/18] avradio/sdrdemux: more correct phase 2 bandwidth of FM demodulation
` [FFmpeg-devel] [PATCH 18/18] avradio/sdrdemux: Fix DC offset issue in AM demodulation

[FFmpeg-devel] [PATCH] avutil: fix build failure on osx 10.4
 2023-07-08 17:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/9] avradio/sdr: use AVTree for candidate stations
 2023-07-08 15:42 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/9] avradio/sdr: Consolidate candidate station entries
` [FFmpeg-devel] [PATCH 3/9] avradio/sdr: consolidate the candidate station list with the main list
` [FFmpeg-devel] [PATCH 4/9] avradio/sdr: Eliminate station list
` [FFmpeg-devel] [PATCH 5/9] avradio/sdr: Allow user to adjust FM/AM thresholds
` [FFmpeg-devel] [PATCH 6/9] avradio/sdrdemux: count timeout irrespective of a station being active
` [FFmpeg-devel] [PATCH 7/9] avradio/sdr: Compute and use detection histogram
` [FFmpeg-devel] [PATCH 8/9] avradio/sdrdemux: increase the FM station frequency tolerance
` [FFmpeg-devel] [PATCH 9/9] avradio/sdrdemux: Use 2 differnt FM station detectors

[FFmpeg-devel] [RFC] [PATCH] [0/1] doc/developer: Alternative to making tests a requirement
 2023-07-08 15:06 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] "

[FFmpeg-devel] [PATCH] lavc/libvpxenc: prevent fifo from filling up
 2023-07-07 21:31 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/mov: avss box should be AV_CODEC_ID_CAVS
 2023-07-07 20:44 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: use just the pkg-config for sndio
 2023-07-07 19:16 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Optimization: support for libx264's mb_info
 2023-07-07 16:27 UTC  (19+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: fall back to av_get_random_seed() when generating AES128 key
 2023-07-07 14:42 UTC  (15+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 00/14] add vvc decoder
 2023-07-07 14:05 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_vidstabdetect: force ASCII mode if possible
 2023-07-07 13:45 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avfilter/vf_overlay: Add support for yuv444p10 pixel format
 2023-07-07 12:44 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] tests/fate: Add test for overlay filter using yuv444p10 output format
` [FFmpeg-devel] [PATCH 3/3] doc/filters: Extend description of overlay filter format option values

[FFmpeg-devel] [PATCH 2/2] tests/fate-run: add testing with a random number of threads
 2023-07-07 10:42 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] "

[FFmpeg-devel] [PATCH 1/3] avformat/evcdec: Avoid nonsense casts
 2023-07-07  2:12 UTC  (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/evcdec: Check that enough data has been read
` [FFmpeg-devel] [PATCH 3/3] avformat/evc: Don't cast const away, avoid loop

[FFmpeg-devel] [PATCH v5] avformat/ivfenc: Set the "number of frames" in IVF header
 2023-07-07  1:09 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/5] webp: add support for animated WebP decoding
 2023-07-06 21:08 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/5] avcodec/webp: move definitions into header
` [FFmpeg-devel] [PATCH v2 2/5] avcodec/webp_parser: parse each frame into one packet
` [FFmpeg-devel] [PATCH v2 3/5] libavcodec/webp: add support for animated WebP decoding
` [FFmpeg-devel] [PATCH v2 4/5] avcodec/webp: make init_canvas_frame static
` [FFmpeg-devel] [PATCH v2 5/5] libavformat/webp: add WebP demuxer

[FFmpeg-devel] [PATCH 1/2] lavc/dvdec: export bitrate
 2023-07-06 20:33 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavf/dv: stop setting a random video bitrate

[FFmpeg-devel] [PATCH 2/2] avcodec/nvenc: set idrPeriod to gopLength unconditionally
 2023-07-06 19:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] fftools/ffplay: Fixed typo in frame_queue_destory
 2023-07-06 19:23 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 1/3] avutil/random_seed: use fread() in read_random()
 2023-07-06 18:36 UTC  (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/3] avutil/random_seed: add av_random_bytes()
    ` [FFmpeg-devel] [PATCH v4 2/4] "
` [FFmpeg-devel] [PATCH v3 3/3] avutil/random_seed: add support for gcrypt and OpenSSL as source of randomness

[FFmpeg-devel] [PATCH] avutil/random_seed: add support for GnuTLS as source of randomness
 2023-07-06 18:34 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/hlsenc: fall back to av_get_random_seed() when generating AES128 key
 2023-07-06 17:01 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] avformat/hlsenc: use av_random_bytes() for "

[FFmpeg-devel] [PATCH 1/2] avcodec/cbs_h266: fix use of uninitialized value
 2023-07-06 16:50 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/cbs_h266: use exp_tile_height when checking the allowed range for pps_num_exp_tile_rows_minus1
` [FFmpeg-devel] [PATCH v2 1/2] avcodec/cbs_h266: fix use of uninitialized value

[FFmpeg-devel] [PATCH 3/5] avcodec/h264_mp4toannexb_bsf: fix missing PS before IDR frames
 2023-07-06 16:19 UTC  (8+ messages) - mbox.gz / Atom
    ` [FFmpeg-devel] [PATCH v2 1/5] avcodec/h264_mp4toannexb_bsf: refactor start_code_size handling
      ` [FFmpeg-devel] [PATCH v2 2/5] avcodec/h264_mp4toannexb_bsf: remove pass padding size as argument
      ` [FFmpeg-devel] [PATCH v2 3/5] avcodec/h264_mp4toannexb_bsf: fix missing PS before IDR frames
      ` [FFmpeg-devel] [PATCH v2 4/5] avcodec/h264_mp4toannexb_bsf: process new extradata
      ` [FFmpeg-devel] [PATCH v2 5/5] fate/h264: move mp4toannexb_ticket5927 test to fate-h264

[FFmpeg-devel] [PATCH 1/4] avcodec/cbs_h266: add support for Operating point information NALU type
 2023-07-06 14:00 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/4] avcodec/cbs_h266: add support for Adaptation parameter set "
    ` [FFmpeg-devel] [PATCH v2 "
    ` [FFmpeg-devel] [PATCH v3] "
    ` [FFmpeg-devel] [PATCH v4] "

[FFmpeg-devel] [PATCH v2] cbs_h266: add range extension support
 2023-07-06 12:10 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/nvenc: fix intraRefreshPeriod setting
 2023-07-06 12:03 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 0/7] avfilter/vf_bwdif: Add aarch64 neon functions
 2023-07-06  9:30 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] avradio/sdrdemux: end on EOF dont wraparound
 2023-07-05 23:16 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/5] Add passthrough support for SCTE-35
 2023-07-05 15:29 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 4/5] mpegtsenc: Don't periodically announce PCR on SCTE-35 streams

[FFmpeg-devel] [PATCH] cbs_h266: add range extension support
 2023-07-05 12:50 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] vvc.h: Enable 16-bit support for VVC_MAX_POINTS_IN_QP_TABLE
 2023-07-05 11:40 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] cbs_h266: expand the bit depth range to 16 bits
 2023-07-05 11:40 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