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 01/39] tests/fate/vcodec: add vsynth tests for FFV1 version 2
 2024-07-18 15:43 UTC  (58+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/39] lavc/ffv1dec: declare loop variables in the loop where possible
` [FFmpeg-devel] [PATCH 03/39] lavc/ffv1dec: simplify slice index calculation
` [FFmpeg-devel] [PATCH 04/39] lavc/ffv1dec: drop FFV1Context.cur
` [FFmpeg-devel] [PATCH 05/39] lavc/ffv1dec: drop a pointless variable in decode_slice()
` [FFmpeg-devel] [PATCH 06/39] lavc/ffv1dec: move copy_fields() under HAVE_THREADS
` [FFmpeg-devel] [PATCH 07/39] lavc/ffv1: add a per-slice context
` [FFmpeg-devel] [PATCH 08/39] lavc/ffv1: move sample_buffer to the "
` [FFmpeg-devel] [PATCH 09/39] lavc/ffv1: move run_index "
` [FFmpeg-devel] [PATCH 10/39] lavc/ffv1dec: move the bitreader to stack
` [FFmpeg-devel] [PATCH 11/39] lavc/ffv1enc: move bit writer to per-slice context
` [FFmpeg-devel] [PATCH 12/39] lavc/ffv1: drop redundant FFV1Context.quant_table
` [FFmpeg-devel] [PATCH 13/39] lavc/ffv1: drop redundant PlaneContext.quant_table
` [FFmpeg-devel] [PATCH 14/39] lavc/ffv1: drop write-only PlaneContext.interlace_bit_state
` [FFmpeg-devel] [PATCH 15/39] lavc/ffv1: always use the main context values of plane_count/transparency
` [FFmpeg-devel] [PATCH 16/39] lavc/ffv1: move FFV1Context.slice_{coding_mode, rct_.y_coef} to per-slice context
` [FFmpeg-devel] [PATCH 17/39] lavc/ffv1: always use the main context values of ac
` [FFmpeg-devel] [PATCH 18/39] lavc/ffv1: move FFV1Context.plane to per-slice context
` [FFmpeg-devel] [PATCH 19/39] lavc/ffv1: move RangeCoder "
` [FFmpeg-devel] [PATCH 20/39] lavc/ffv1enc: store per-slice rc_stat(2?) in FFV1SliceContext
` [FFmpeg-devel] [PATCH 21/39] lavc/ffv1: move ac_byte_count to per-slice context
` [FFmpeg-devel] [PATCH 22/39] lavc/ffv1enc: stop using per-slice FFV1Context
` [FFmpeg-devel] [PATCH 23/39] lavc/ffv1dec: move slice_reset_contexts to per-slice context
` [FFmpeg-devel] [PATCH 24/39] lavc/ffv1dec: move slice_damaged "
` [FFmpeg-devel] [PATCH 25/39] lavc/ffv1dec: stop using per-slice FFV1Context
` [FFmpeg-devel] [PATCH 26/39] lavc/ffv1dec: inline copy_fields() into update_thread_context()
` [FFmpeg-devel] [PATCH 27/39] lavc/ffv1: change FFV1SliceContext.plane into a RefStruct object
` [FFmpeg-devel] [PATCH 28/39] lavc/ffv1dec: fix races in accessing FFV1SliceContext.slice_damaged
` [FFmpeg-devel] [PATCH 29/39] lavc/thread: move generic-layer API to avcodec_internal.h
` [FFmpeg-devel] [PATCH 30/39] lavc/internal: document the precise meaning of AVCodecInternal.draining
` [FFmpeg-devel] [PATCH 31/39] lavc/decode: wrap AV_FRAME_FLAG_DISCARD handling in a loop
` [FFmpeg-devel] [PATCH 32/39] lavc/decode: reindent
` [FFmpeg-devel] [PATCH 33/39] lavc: convert frame threading to the receive_frame() pattern
` [FFmpeg-devel] [PATCH 34/39] lavc/decode: reindent after previous commit
` [FFmpeg-devel] [PATCH 35/39] lavc/hevcdec: switch to receive_frame()
` [FFmpeg-devel] [PATCH 36/39] lavc: add private container FIFO API
` [FFmpeg-devel] [PATCH 37/39] lavc/hevcdec: use a ContainerFifo to hold frames scheduled for output
` [FFmpeg-devel] [PATCH 38/39] lavc/hevcdec: simplify output logic
` [FFmpeg-devel] [PATCH 39/39] lavc/hevcdec: call ff_thread_finish_setup() even if hwaccel is in use

[FFmpeg-devel] [PATCH] avutil/error: Provide better feedback about unknown error codes
 2024-07-18 15:42 UTC  (15+ messages) - mbox.gz / Atom
      ` [FFmpeg-devel] [RFC PATCH v2 0/1] "
        ` [FFmpeg-devel] [RFC PATCH v2] "
          ` [FFmpeg-devel] [PATCH v3 0/3] Protect against undocumented "
            ` [FFmpeg-devel] [PATCH v3 1/3] avutil/utils: Allow "!" in FourCCs
            ` [FFmpeg-devel] [PATCH v3 2/3] avutil/error: Provide better feedback about unknown error codes
            ` [FFmpeg-devel] [PATCH v3 3/3] tests/fate/source-check: Check for AVERROR codes without error strings

[FFmpeg-devel] [PATCH v2] libavformat/vapoursynth: Update to API version 4, load library at runtime
 2024-07-18 15:38 UTC  (11+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v5] lavc/vvc_mc: R-V V avg w_avg
 2024-07-18 15:04 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] "

[FFmpeg-devel] [PATCH 1/2] tools/murge, tools/patcheck: use `grep -E`
 2024-07-18 14:48 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] tests/fate/libswresample: suggest users "

[FFmpeg-devel] avisynth as an internal filter, any objections?
 2024-07-18 14:22 UTC  (8+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v4 1/3] avcodec/jpeg2000dec: Add support for CAP and CPF markers
 2024-07-18 14:10 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v21] avformat: add farbfeld muxer and demuxer
 2024-07-18 13:43 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/pngdec: avoid erroring with sBIT on indexed-color images
 2024-07-18 12:59 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/png: more informative error message for invalid sBIT size

[FFmpeg-devel] [PATCH v2 1/5] avutil/dovi_meta: add dv_md_compression to cfg record
 2024-07-18 10:55 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/5] avformat/dovi_isom: implement dv_md_compression
` [FFmpeg-devel] [PATCH v2 3/5] avformat/mpegts: "
` [FFmpeg-devel] [PATCH v2 4/5] avformat/dump: "
` [FFmpeg-devel] [PATCH v2 5/5] fftools/ffprobe: "

[FFmpeg-devel] [PATCH 1/5] avutil/dovi_meta: add dv_md_compression to cfg record
 2024-07-18 10:52 UTC  (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avformat/dovi_isom: implement dv_md_compression
` [FFmpeg-devel] [PATCH 3/5] avformat/mpegts: "
` [FFmpeg-devel] [PATCH 4/5] avformat/dump: "
` [FFmpeg-devel] [PATCH 5/5] fftools/ffprobe: "

[FFmpeg-devel] [PATCH 1/2] avformat/mov: don't export frame cropping stream side data when the clap box is a no-op
 2024-07-18 10:07 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fftools/ffmpeg_filter: use the correct specifier for crop arguments
` [FFmpeg-devel] [PATCH 3/3] fftools/ffmpeg_demux: don't insert the crop filter if frame cropping side data defines no cropping

[FFmpeg-devel] [PATCH] vulkan_video: remove NIH pooled buffer implementation
 2024-07-18  8:13 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libavformat/tls_mbedtls: Changes the return code handling of mbedtls_x509_crt_parse_file
 2024-07-17 22:24 UTC  (7+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/avisynth: remove atexit() handler
 2024-07-17 22:10 UTC  (5+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH 2/2] avformat/avisynth: remove mutex lock from read_close

[FFmpeg-devel] [PATCH] avcodec/amf_enc: new encoder features support
 2024-07-17 20:27 UTC  - mbox.gz / Atom

[FFmpeg-devel] Add Mediacodec audio decoders support
 2024-07-17 17:35 UTC  (14+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 2/2] avcodec/vvc: Remove write-only assignments in alf_filter_chroma
 2024-07-17 13:30 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/vvc: Remove NOP condition check in alf_filter_luma
 2024-07-17 13:30 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [OSS-Fuzz] Have you considered enabling memory sanitizer?
 2024-07-17 13:15 UTC  (17+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avformat/movenc: fix channel count and samplerate fields for IAMF tracks
 2024-07-17 11:29 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avformat/iamf_writer: fix PCM endian-ness flag
` [FFmpeg-devel] [PATCH 3/4] avformat/iamf_writer: fix coded audio_roll_distance values
` [FFmpeg-devel] [PATCH 4/4] avformat/iamf: byteswap values in OpusHeader

[FFmpeg-devel] [PATCH 1/5] avutil/timecode: Use a 64bit framenum internally
 2024-07-17 11:27 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avformat/mxfdec: Reorder elements of expression in bisect loop
` [FFmpeg-devel] [PATCH 3/5] avformat/iamfdec: Check nb_layers before dereferencing layer
` [FFmpeg-devel] [PATCH 4/5] swscale/output: Fix integer overflows in yuv2rgba64_X_c_template
` [FFmpeg-devel] [PATCH 5/5] avformat/iamf_parse: Check for negative sample sizes

[FFmpeg-devel] [PATCH 0/1] avfilter/framesync: fix forward EOF pts
 2024-07-17 10:09 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/nvenc: Rework on DTS generation
 2024-07-17 10:03 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avdevice/dshow: Don't skip audio devices if no video device is present
 2024-07-17  7:43 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/avio: avio_tell() only errors if the context is NULL
 2024-07-17  6:47 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/hevc/hevcdec: Do not allow slices to depend on failed slices
 2024-07-17  6:42 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] FFmpeg at IBC
 2024-07-16 18:47 UTC  (6+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 3/3] avcodec/videotoolboxenc: Fix variable type of AV_OPT_TYPE_BOOL
 2024-07-16 15:18 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] hwcontext_vulkan: rewrite queue picking system for the new API
 2024-07-16 15:17 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] hwcontext_vulkan: initialize optical flow queues if available

[FFmpeg-devel] [PATCH] avformat/mov: sanity check count in IPRP
 2024-07-16 13:31 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] avcodec/j2kenc: Merge dwt_norm into lambda
 2024-07-16 13:26 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] avformat/isom: Uninit layout in ff_mp4_read_dec_config_descr()
 2024-07-16 13:12 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/6] tools/target_dec_fuzzer: Adjust threshold for RV30

[FFmpeg-devel] [PATCH 2/2] avcodec/videotoolboxenc: Set default bitrate to zero
 2024-07-16 12:59 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avcodec/videotoolboxenc: Fix bitrate doesn't work as expected
 2024-07-16 12:59 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/vvc: Add aarch64 neon optimization for ALF
 2024-07-16 12:39 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avutil/hwcontext_videotoolbox: Fix build with older SDKs
 2024-07-16 12:11 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/hls: Fixed incorrect behaviour of default setting, , added autoselect and forced
 2024-07-16 10:59 UTC  (9+ messages) - mbox.gz / Atom
  ` [FFmpeg-devel] [PATCH v2] avformat/hls: Fixed incorrect behaviour of default
        ` [FFmpeg-devel] [PATCH v3] "

[FFmpeg-devel] [PATCH 1/1] fftools/ffmpeg_opt: Exit with non-zero status when destination exists
 2024-07-16  5:07 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] configure: remove TILE-Gx and TILE-Pro due to lack of compiler support
 2024-07-16  4:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] fate/png: add mDCv and cLLi read and write test
 2024-07-16  2:23 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] lavc/h264dsp: R-V V high-depth idct_add{, intra}16, idct8_add4
 2024-07-15 19:11 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