[FFmpeg-devel] [OSS-Fuzz] Have you considered enabling memory sanitizer?
2024-07-17 13:15 UTC (18+ messages) - mbox.gz / Atom
[FFmpeg-devel] Add Mediacodec audio decoders support
2024-07-17 12:19 UTC (12+ messages) - mbox.gz / Atom
[FFmpeg-devel] avisynth as an internal filter, any objections?
2024-07-17 11:40 UTC (2+ 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] [PATCH] avutil/error: Provide better feedback about unknown error codes
2024-07-17 6:25 UTC (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [RFC PATCH v2 0/1] "
` [FFmpeg-devel] [RFC PATCH v2] "
[FFmpeg-devel] [PATCH] libavformat/tls_mbedtls: Changes the return code handling of mbedtls_x509_crt_parse_file
2024-07-16 19:20 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] FFmpeg at IBC
2024-07-16 18:47 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 01/39] tests/fate/vcodec: add vsynth tests for FFV1 version 2
2024-07-16 17:11 UTC (39+ 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 1/2] avcodec/vvc: Remove NOP condition check in alf_filter_luma
2024-07-16 16:17 UTC (4+ 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 v5] lavc/vvc_mc: R-V V avg w_avg
2024-07-16 14:21 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH] "
[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 (7+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 4/4] avcodec/mpegvideo_enc: Do not duplicate pictures on shifting
[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 1/5] avutil/dovi_meta: add dv_md_compression to cfg record
2024-07-16 11:41 UTC (10+ 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] 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 0/1] Make "File exists" exit w/ non-zero status
2024-07-16 5:07 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 1/1] fftools/ffmpeg_opt: Exit with non-zero status when destination exists
[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 2/2] avcodec/vvc: Remove write-only assignments in alf_filter_chroma
2024-07-16 2:49 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/pngdec: avoid erroring with sBIT on indexed-color images
2024-07-16 2:24 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/png: more informative error message for invalid sBIT size
[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
[FFmpeg-devel] [PATCH 1/4] avcodec/cbs_h265: fix range of sps_max_sub_layers_minus1
2024-07-15 18:29 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/cbs_h265: add partial support for Multilayer extension fields in parameter set NALUs
` [FFmpeg-devel] [PATCH 3/4] avcodec/cbs_h265: reindent after the previous commit
` [FFmpeg-devel] [PATCH 4/4] avcodec/cbs_h265: add support for 3D Reference Displays Information SEI
[FFmpeg-devel] [PATCH] avcodec/h264_mp4toannexb: Prepend SPS/PPS to buffering period SEI
2024-07-15 17:54 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] avcodec/aac/aacdec_usac: Test ac in usac
2024-07-15 15:16 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 5/5] avformat/iamf: Check substreams in ff_iamf_free_audio_element()
[FFmpeg-devel] [PATCH 1/7] avcodec/utils: apply the same alignment to YUV410 as we do to YUV420 when motion estimation is used
2024-07-15 14:00 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/7] avcodec/ratecontrol: Handle wanted bits overflow
[FFmpeg-devel] [PATCH v4 1/3] avcodec/jpeg2000dec: Add support for CAP and CPF markers
2024-07-15 13:32 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avutil/imgutils: av_image_check_size2() ensure width and height fit in 32bit
2024-07-15 10:42 UTC (10+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ffmpeg: don't truncate getmaxrss value
2024-07-15 9:47 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avcodec/amfenc: Fixes the color information in the output
2024-07-15 9:29 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/4] avcodec/amfenc: HDR metadata
` [FFmpeg-devel] [PATCH 3/4] avcodec/amfenc: add 10 bit encoding in av1_amf
` [FFmpeg-devel] [PATCH 4/4] avcodec/amfenc: GPU driver version check
[FFmpeg-devel] [PATCH 01/11] avdevice/audiotoolbox: fix mixed declaration and code
2024-07-15 8:39 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] avcodec/riscv: add h264 dc idct rvv
2024-07-15 6:41 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] mailmap: add entry for myself
2024-07-14 22:59 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v5 0/2] avfilter/af_volumedetect.c: Add 32bit float audio support
2024-07-14 22:38 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v5 1/2] avfilter/af_volumedetect.c: Move logdb function
` [FFmpeg-devel] [PATCH v5 2/2] avfilter/af_volumedetect.c: Add 32bit float audio support
[FFmpeg-devel] [PATCH v2 0/1] fate/png: add mDCv read and write test
2024-07-14 19:45 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 1/1] "
[FFmpeg-devel] [PATCH 02/11] avfilter/af_channelsplit: fix mixed declaration and code
2024-07-14 17:39 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2 2/4] lavc/vp8dsp: R-V V loop_filter_simple
2024-07-14 16:33 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2 3/4] lavc/vp8dsp: R-V V loop_filter_inner
` [FFmpeg-devel] [PATCH v2 4/4] lavc/vp8dsp: R-V V loop_filter
[FFmpeg-devel] [PATCH v2 1/4] lavc/vp8dsp: R-V V 256 bilin,epel
2024-07-14 16:28 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/af_channelsplit: fix declaration-after-statement warning
2024-07-14 12:02 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avutil/avassert: Add av_assert_unreachable()
2024-07-14 11:50 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] libavdevice: Improve example in deprecation message for opengl and sdl
2024-07-14 11:43 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] swscale/utils: fix leak on threaded ctx init failure
2024-07-14 11:37 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/aacenc: Correct option description for aac_coder fast
2024-07-14 5:00 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] checkasm/h264: test weight and biweight
2024-07-13 18:03 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavc/h264dsp: R-V V add_pixels4 and 8-bit add_pixels8
2024-07-13 17:50 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc/h264dsp: R-V V high-depth add_pixels8
[FFmpeg-devel] [PATCH] checkasm/h264dsp: test TX bypass
2024-07-13 17:36 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4] avformat/dvdvideodec: Fix incorrect padding cell trim logic
2024-07-13 15:52 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/3] avformat/lmlm4: Move subtraction after check
2024-07-13 15:51 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/3] avformat/lmlm4: Eliminate some AVERROR(EIO)
` [FFmpeg-devel] [PATCH 3/3] avfilter/vf_xfade_opencl: Check ff_inlink_consume_frame() for failure
page: next (older) | prev (newer) | 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