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/3] avcodec/jpeg2000htdec: Avoid freeing uninitialized pointers in ff_jpeg2000_decode_htj2k()
 2023-08-03  8:20 UTC  (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/jpeg2000htdec: Consolidate jpeg2000 spec bits in jpeg2000_bitbuf_refill_backwards()
` [FFmpeg-devel] [PATCH 3/3] avcodec/jpeg2000htdec: Check m

[FFmpeg-devel] [PATCH v3 1/6] avcodec/cbs_av1: Add tx mode enum values
 2023-08-03  6:01 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 2/6] lavc/av1: Add common code and unit test for level handling
` [FFmpeg-devel] [PATCH v3 3/6] lavc/vaapi_encode: Init pic at the beginning of API
` [FFmpeg-devel] [PATCH v3 4/6] lavc/vaapi_encode: Extract set output pkt timestamp function
` [FFmpeg-devel] [PATCH v3 5/6] lavc/vaapi_encode: Separate reference frame into previous/future list
` [FFmpeg-devel] [PATCH v3 6/6] lavc/vaapi_encode: Add VAAPI AV1 encoder

[FFmpeg-devel] [PATCH v7 0/5] JPEG XL Parser (and bug fixes)
 2023-08-02 20:33 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v7 1/5] avcodec/libjxldec: fix errors when decoding grayscale after rgb
` [FFmpeg-devel] [PATCH v7 2/5] avcodec/libjxldec: use internal AVFrame as buffered space
` [FFmpeg-devel] [PATCH v7 3/5] avcodec/jpegxl_parser: add JPEG XL parser
` [FFmpeg-devel] [PATCH v7 4/5] avformat/jpegxl: remove jpegxl_probe, instead call avcodec/jpegxl_parse
` [FFmpeg-devel] [PATCH v7 5/5] fate/jpegxl_anim: add demuxer fate test for jpegxl_anim

[FFmpeg-devel] [PATCH 1/6] configure: libavradio support
 2023-08-02 15:46 UTC  (41+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 5/6] fftools: avradio support
                            ` [FFmpeg-devel] What is FFmpeg and what should it be

[FFmpeg-devel] [META] Down with plaintext email policies
 2023-08-02 15:41 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v6 0/5] JPEG XL Parser (and bug fixes)
 2023-08-02 15:38 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v6 1/5] avcodec/libjxldec: fix errors when decoding grayscale after rgb
` [FFmpeg-devel] [PATCH v6 2/5] avcodec/libjxldec: use internal AVFrame as buffered space
` [FFmpeg-devel] [PATCH v6 3/5] avcodec/jpegxl_parser: add JPEG XL parser
` [FFmpeg-devel] [PATCH v6 4/5] avformat/jpegxl: remove jpegxl_probe, instead call avcodec/jpegxl_parse
` [FFmpeg-devel] [PATCH v6 5/5] fate/jpegxl_anim: add demuxer fate test for jpegxl_anim

[FFmpeg-devel] [PATCH] avcodec/internal: Move AVCodecInternal to a header of its own
 2023-08-02 15:37 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libswresample: Prevent out of bounds
 2023-08-02 15:37 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avformat/img2dec: added option -strftime_mkdir to allow directory creation if the strftime pattern include non-existing directories, similarly to how hls muxer does
 2023-08-02 14:35 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/nvdec_(mjpeg|vp8): Constify AVHWAccels
 2023-08-02 12:54 UTC  (20+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/error_resilience, mpeg12dec: Remove always-true checks
` [FFmpeg-devel] [PATCH 3/5] avcodec/hwconfig: Move HWACCEL_CAP_* to a new header
` [FFmpeg-devel] [PATCH 4/5] avcodec/decode: Extend ff_hwaccel_frame_priv_alloc()'s task
` [FFmpeg-devel] [PATCH 5/5] avcodec/avcodec: Add FFHWAccel, hide internals of AVHWAccel
` [FFmpeg-devel] [PATCH 06/15] avcodec/avcodec: Remove unnecessary forward declaration
` [FFmpeg-devel] [PATCH 07/15] avdevice/pulse_audio_common: Avoid inclusion of avcodec.h
` [FFmpeg-devel] [PATCH 08/15] avcodec/tak: Use void* instead of AVCodecContext* for logcontext
` [FFmpeg-devel] [PATCH 09/15] avcodec/h264dec: Move inline functions only used by CABAC/CAVLC code
` [FFmpeg-devel] [PATCH 10/15] avformat/av1dec: Remove avcodec.h inclusion
` [FFmpeg-devel] [PATCH 11/15] avformat/evcdec: Remove unused headers
` [FFmpeg-devel] [PATCH 12/15] avformat/internal: Use forward declaration for AVCodecDescriptor
` [FFmpeg-devel] [PATCH 13/15] avcodec/dirac: Include used headers directly
` [FFmpeg-devel] [PATCH 14/15] avformat/rawdec: Don't include avcodec.h
` [FFmpeg-devel] [PATCH 15/15] avcodec/h264_metadata_bsf: Improve included headers
` [FFmpeg-devel] [PATCH 16/19] avcodec/internal: Move FF_MAX_EXTRADATA_SIZE to its only user
` [FFmpeg-devel] [PATCH 17/19] avcodec/utils: Move ff_color_frame() "
` [FFmpeg-devel] [PATCH 18/19] avcodec/utils: Move ff_int_from_list_or_default() "
` [FFmpeg-devel] [PATCH 19/19] avcodec/svq1enc: Remove unnecessary cast

[FFmpeg-devel] [PATCH] libswresample: Prevent out of bounds
 2023-08-02 12:14 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libswresample: Prevent out of bounds
 2023-08-02 11:42 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] w32pthreads: Fix function signature mismatches for CreateThread
 2023-08-02  7:03 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] tests: Correctly distinguish between SAMPLES and TARGET_SAMPLES for hls_fmp4_ac3.m3u8
 2023-08-02  7:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] intreadwrite: Indicate potential aliasing in AV_RN/AV_WN for Clang/MSVC mode
 2023-08-02  7:02 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] Optimization: support for libx264's mb_info
 2023-08-02  5:36 UTC  (12+ messages) - mbox.gz / Atom
    ` [FFmpeg-devel] [PATCH] lavu: add AVVideoHint API

[FFmpeg-devel] [PATCH 01/47] fftools/ffmpeg_mux_init: handle pixel format endianness
 2023-08-02  5:32 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 45/47] fftools/ffprobe: inline opt_output_file() into its only caller
` [FFmpeg-devel] [PATCH 46/47] fftools/ffprobe: stop calling exit_program()

[FFmpeg-devel] [PATCH 1/5] fftools/ffprobe: Fix memleak
 2023-08-02  5:20 UTC  (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avformat/hls_sample_encryption: Always free AC3HeaderInfo on error
` [FFmpeg-devel] [PATCH 3/5] avcodec/nvenc: Remove always-true check
` [FFmpeg-devel] [PATCH 4/5] avcodec/mpegvideo_dec: Use av_fast_padded_malloc where appropriate
` [FFmpeg-devel] [PATCH 5/5] avcodec/sga: Don't use GetBit-API for byte-aligned reads

[FFmpeg-devel] [PATCH 1/3] avfilter/avfilter: Also deprecate variable name
 2023-08-02  5:16 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avfilter/avfilter: Make functions only used here static
` [FFmpeg-devel] [PATCH 3/3] avcodec/nvdec_(mjpeg|vp8): Constify AVHWAccels
` [FFmpeg-devel] [PATCH 4/4] avcodec/error_resilience: Remove always-true checks
` [FFmpeg-devel] [PATCH v2 4/4] avcodec/error_resilience, mpeg12dec: "

[FFmpeg-devel] [PATCH v2] avformat/flvdec: use avio operation instead of pb->buf_ptr use
 2023-08-02  1:44 UTC  (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3] avformat/flvdec: move read fourcc output before flv_same_video_codec
        ` [FFmpeg-devel] [PATCH] avformat/flvdec: handle exheader fourcc correctly in metadata

[FFmpeg-devel] [PATCH] avformat/matroskadec: Prevent expensive get_cue_desc lookups
 2023-08-01 20:44 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avformat/avr: Check sample rate
 2023-08-01 19:25 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/5] avcodec/packet: add a decoded frame cropping side data type
 2023-08-01 18:51 UTC  (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 5/5] fftools/ffmpeg: support applying container level cropping

[FFmpeg-devel] [PATCH v3] vulkan_h264: fill correct ScalingList8x8 entries
 2023-08-01 14:20 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] vulkan_h264: fill correct ScalingList8x8 entries
 2023-08-01 14:18 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] fftools/opt_common: Use %c instead of %s to write single char
 2023-08-01  3:43 UTC  (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] fftools/opt_common: Don't add unnecessary " "

[FFmpeg-devel] [PATCH v2 1/6] avcodec/cbs_av1: Add tx mode enum values
 2023-08-01  2:54 UTC  (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 2/6] lavc/av1: Add common code and unit test for level handling
` [FFmpeg-devel] [PATCH v2 6/6] lavc/vaapi_encode: Add VAAPI AV1 encoder

[FFmpeg-devel] looking to hire expert for a short project: lossless screen and sound capture 4k@60hz
 2023-08-01  0:24 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] vulkan_h264: fill correct ScalingList8x8 entries
 2023-07-31 22:53 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avradio/avformat/sdrdemux: remove unused variable
 2023-07-31 21:12 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3 0/5] Fix FFmpeg compilation without DCE
 2023-07-31 18:28 UTC  (17+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 0/4] Fix MSVC build without optimizations
  ` [FFmpeg-devel] [PATCH v5 "
    ` [FFmpeg-devel] [PATCH v5 1/4] all: Replace if (ARCH_FOO) checks by #if ARCH_FOO, part 2
    ` [FFmpeg-devel] [PATCH v5 2/4] all: Replace if (CONFIG_FOO) checks by #if CONFIG_FOO
    ` [FFmpeg-devel] [PATCH v5 3/4] all: Guard if (INLINE*) checks with #if HAVE_INLINE_ASM
    ` [FFmpeg-devel] [PATCH v5 4/4] all: Guard if (EXTERNAL*) checks with #if HAVE_X86ASM
  ` [FFmpeg-devel] [PATCH v4 1/4] all: Replace if (ARCH_FOO) checks by #if ARCH_FOO, part 2
  ` [FFmpeg-devel] [PATCH v4 2/4] all: Replace if (CONFIG_FOO) checks by #if CONFIG_FOO
  ` [FFmpeg-devel] [PATCH v4 3/4] all: Guard if (INLINE*) checks with #if HAVE_INLINE_ASM
  ` [FFmpeg-devel] [PATCH v4 4/4] all: Guard if (EXTERNAL*) checks with #if HAVE_X86ASM

[FFmpeg-devel] [PATCH v4 0/4] Add passthrough support for SCTE-35
 2023-07-31 13:38 UTC  (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4 1/4] avcodec: Add new side data type to contain original PTS value
` [FFmpeg-devel] [PATCH v4 2/4] mpegts: Stash original PTS for SCTE-35 sections for processing later
` [FFmpeg-devel] [PATCH v4 3/4] mpegtsenc: Add support for output of SCTE-35 streams over TS
` [FFmpeg-devel] [PATCH v4 4/4] bsf: Add new bitstream filter to set SCTE-35 pts_adjustment when reclocking

[FFmpeg-devel] [PATCH v26 5/9] avcodec/evc_decoder: Provided support for EVC decoder
 2023-07-31 13:24 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/vf_ssim: Fix x86 assembly code for SSIM calculation
 2023-07-31 11:26 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/4] lavfi/qsvvpp: add set_frame_ext_params callback
 2023-07-31  7:00 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v3] avcodec/cbs_vp8: Add support for VP8 codec bitstream READ methods
 2023-07-31  2:14 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 01/12] avradio/avformat/sdrdemux: Move agc_gain into local variable
 2023-07-30 22:26 UTC  (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 02/12] avradio/avformat/sdrdemux: Move Software AGC into buffer thread
` [FFmpeg-devel] [PATCH 03/12] avradio/avdevice/sdrindev: Soapy / RTLSDR ignores gain in direct sampling mode
` [FFmpeg-devel] [PATCH 04/12] avradio/avformat/sdrdemux: only update agc_gain on success
` [FFmpeg-devel] [PATCH 05/12] avradio/avformat/sdrdemux: delay station search on AGC adjust
` [FFmpeg-devel] [PATCH 06/12] avradio/avformat/sdrdemux: run clip check on the correct samples
` [FFmpeg-devel] [PATCH 07/12] avradio/avformat/sdrdemux: Avoid uninitialized memory on mono -> stereo switch
` [FFmpeg-devel] [PATCH 08/12] avradio/avformat/sdrdemux: set wanted gain also when manually set
` [FFmpeg-devel] [PATCH 09/12] avradio/avformat/sdrdemux: dont use a fuction name as local variable
` [FFmpeg-devel] [PATCH 10/12] avradio/avformat/sdrdemux: fix off by 2 FM bandwidth error
` [FFmpeg-devel] [PATCH 11/12] avradio/avformat/sdrdemux: fix FM block size
` [FFmpeg-devel] [PATCH 12/12] avradio/avformat/sdrdemux: replace heuristic FM scaling by logic

[FFmpeg-devel] [PATCH 1/2] avcodec/cbs: Add specialization for ff_cbs_(read|write)_unsigned()
 2023-07-30 16:52 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec/h264_slice: Remove always-false check
 2023-07-30 16:12 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] Cease and Desist for AVRadio and SDR spam on this mailing list
 2023-07-29 22:36 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avdevice: Fix disabling audiotoolbox_outdev build on iOS
 2023-07-29 19:00 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH] os_support, network: Fix build failure on Windows with BZIP2
 2023-07-29 18:48 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "

[FFmpeg-devel] [PATCH] avformat/lrcdec: Fix declaration-after-statement warning
 2023-07-29 16:00 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH] hevcdsp_idct_neon.S: Avoid unnecessary mov
 2023-07-29 14:31 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] libaformat: fix incorrect handling of incomplete AVBPrint
 2023-07-29 14:31 UTC  (5+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avfilter/qsvvpp: remove usage of deprecated fields
 2023-07-29  9:43 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avradio/sdr: add Airband frequencies
 2023-07-29  1:47 UTC  (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avradio/sdr: ident band_descs

[FFmpeg-devel] [PATCH] avcodec/(fft|mdct)_fixed_32: Remove fixed-point FFT/MDCT
 2023-07-29  0:25 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avcodec/dct: Move fdct function declarations to fdctdsp.h

[FFmpeg-devel] [PATCH v2] avformat/mov: enable identifying TTML subtitle streams as such
 2023-07-28 13:25 UTC  (4+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/2] avradio/sdr: Add CQUAM support
 2023-07-28 10:39 UTC  (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] Move sdr within the libavradio repository

[FFmpeg-devel] [PATCH v2] vulkan_hevc: use diagonal scan order for scaling lists
 2023-07-28  2:08 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH 1/6] avradio/sdrinradio: Check tuner before applying rtlsdr frequency correction
 2023-07-27 20:18 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] [RFC] tools/patcheck: portability fixes
 2023-07-27 20:15 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [FFmpeg-cvslog] fftools/cmdutils: add error handling to GROW_ARRAY()
 2023-07-27 20:07 UTC  - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2 0/3] avcodec: move HDR10 (MDCV/CLL) SEI handling to h2645_sei
 2023-07-27 19:22 UTC  (3+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH v2] avcodec/v4l2_context: suppress POLLERR when buffers are uninitialized
 2023-07-27 19:18 UTC  (2+ messages) - mbox.gz / Atom

[FFmpeg-devel] [PATCH] avcodec: fix misleading indentation warnings after ticks_per_frame deprecation
 2023-07-27 19:10 UTC  (2+ messages) - 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