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] Optimization: support for libx264's mb_info
 2023-07-10 12:51 UTC  (24+ messages) - mbox.gz / Atom
                                    ` [FFmpeg-devel] [PATCH] lavu: add AVVideoHint API

[FFmpeg-devel] [PATCH] avcodec/decode: Return EAGAIN instead of overwriting unused packet
 2023-07-10 12:47 UTC  - mbox.gz / Atom

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

[FFmpeg-devel] [PATCH] fftools/ffmpeg_mux: forward EOF from the sync queue
 2023-07-10 11:37 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/error: uniformize errbuf size by macro
 2023-07-10  8:07 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 01/14] vvcdec: add thread executor
 2023-07-10  7:46 UTC  (23+ 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 v1 1/6] avcodec/cbs_av1: Add tx mode enum values
 2023-07-10  7:39 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v1 2/6] lavc/av1: Add common code and unit test for level handling
` [FFmpeg-devel] [PATCH v1 3/6] lavc/vaapi_encode: Init pic at the beginning of API
` [FFmpeg-devel] [PATCH v1 4/6] lavc/vaapi_encode: Extract set output pkt timestamp function
` [FFmpeg-devel] [PATCH v1 5/6] lavc/vaapi_encode: Separate reference frame into previous/future list
` [FFmpeg-devel] [PATCH v1 6/6] lavc/vaapi_encode: Add VAAPI AV1 encoder

[FFmpeg-devel] vcodec_open2 error: Internal bug, should not have happened
 2023-07-10  7:21 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6 0/1] avformat: add Software Defined Radio support
 2023-07-10  6:57 UTC  (10+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/hevc_ps: Improve PPS SCC extension bit depth check
 2023-07-10  1:19 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avradio/sdrdemux: Factorize synchronous_am_demodulation* functions
 2023-07-10  0:01 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avradio/sdrdemux: shift 19khz carrier differntly
` [FFmpeg-devel] [PATCH 3/5] avradio/sdrdemux: only allocare iside and window_p2 when needed
` [FFmpeg-devel] [PATCH 4/5] avradio/sdrdemux: factor block_time out
` [FFmpeg-devel] [PATCH 5/5] avradio: RDS support

[FFmpeg-devel] [PATCH 01/18] avradio/sdrdemux: Fix uninitialized access
 2023-07-09 23:43 UTC  (19+ 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] avcodec/decode: Return EAGAIN instead of overwriting unused packet
 2023-07-09 23:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavcodec/ansi: fix ECMA-48 SGR parameter 49
 2023-07-09 22:06 UTC  - mbox.gz / Atom

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

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

[FFmpeg-devel] [PATCH 1/7] avcodec/av1dec: remove FF_CODEC_CAP_SETS_PKT_DTS flag
 2023-07-09 19:21 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/7] avcodec/libdav1d: "
` [FFmpeg-devel] [PATCH 3/7] avcodec/mediacodecdec: "
` [FFmpeg-devel] [PATCH 4/7] avcodec/mjpegdec: "
` [FFmpeg-devel] [PATCH 5/7] avcodec/mmaldec: "
` [FFmpeg-devel] [PATCH 6/7] avcodec/v4l2_m2m_dec: "
` [FFmpeg-devel] [PATCH 7/7] avcodec/test/avcodec: check decoders for FF_CODEC_CAP_SETS_PKT_DTS

[FFmpeg-devel] [PATCH] avdevice/decklink_enc: use 64bit format string for BMD timebase instead of long long
 2023-07-09 17:49 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] avfilter/af_adynamicequalizer: simplify calculations
 2023-07-09 15:36 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/3] avcodec/decode: move processing discard samples to its own function
 2023-07-09 12:58 UTC  (11+ 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] lavc: deprecate AV_CODEC_FLAG_DROPCHANGED
 2023-07-09 12:57 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] HVQM4
 2023-07-09 12:46 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] lavc/libx264: add mb_info option
 2023-07-09 11:07 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [RFC] Release 6.1
 2023-07-09 10:14 UTC  (10+ messages) - mbox.gz / Atom

[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] 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 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 v2 0/5] webp: add support for animated WebP decoding
 2023-07-06 21:08 UTC  (4+ messages) - mbox.gz / Atom
` [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] 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  (8+ messages) - mbox.gz / Atom
` [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  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 "

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