[FFmpeg-devel] [PATCH] avcodec/scpr3: Check bx
2023-01-16 10:14 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avformat/segment: calculate segment durations correctly
2023-01-16 10:09 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] avcodec/wbmpdec: use remaining size not whole size
2023-01-16 8:19 UTC (13+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/xpmdec: Check size before allocation to avoid truncation
` [FFmpeg-devel] [PATCH 3/5] avcodec/012v: Order operations for odd size handling
` [FFmpeg-devel] [PATCH 4/5] avcodec/motionpixels: Mask pixels to valid values
` [FFmpeg-devel] [PATCH 5/5] avcodec/sonic: avoid integer overflow on quantization parameter
[FFmpeg-devel] [PATCH] libavcodec/qsvenc: enable Hyper Encode
2023-01-16 4:35 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/8] lavfi/vf_vpp_qsv: add "a", "dar" and "sar" variables
2023-01-16 4:34 UTC (14+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/8] lavfi/vf_vpp_qsv: handle NULL pointer when evaluating an expression
` [FFmpeg-devel] [PATCH 4/8] lavfi/vf_vpp_qsv: add vpp_preinit callback
` [FFmpeg-devel] [PATCH 5/8] lavfi/vf_vpp_qsv: add has_passthrough flag in VPPContext
[FFmpeg-devel] [PATCH 1/2] lavfi/vaapi: remove duplicated code
2023-01-16 4:26 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavfi/overlay_vaapi: remove unnecessary code
[FFmpeg-devel] [PATCH v2] vaapi_encode_h264: Only set pic_order_cnt_type to 0 with B-frames
2023-01-16 4:19 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavc: clarify color_range semantics
2023-01-16 4:16 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] avcodec/vaapi_encode_h26x: passthrough A53 CC data as H264/HEVC SEI
2023-01-16 4:10 UTC (3+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v4] "
[FFmpeg-devel] [Internet][PATCH 1/5] avcodec/videotoolbox: fix NULL pointer dereference
2023-01-16 3:26 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avcodec/h264_mp4toannexb: fix missing SPS/PPS to IDR frames
2023-01-16 3:23 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ffprobe: use pkt->dts to compute interval ts when pts is missing
2023-01-16 3:01 UTC (5+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH V4 1/3] lavfi/dnn: Mark native backend as unsupported
2023-01-16 2:12 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH V4 2/3] lavfi/dnn: Delete DNN native backend releated tools and docs
[FFmpeg-devel] [PATCH 1/2] lavfi/astats: sort measures keys by name
2023-01-16 1:03 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] doc/filters/astats: sort measure entries, add missing ones
[FFmpeg-devel] [PATCH] lavu/video_enc_params: Avoid relying on an undefined C construct
2023-01-15 22:47 UTC - mbox.gz / Atom
[FFmpeg-devel] GSoC 2023
2023-01-15 22:18 UTC (10+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] avformat: Add support for embedding cover art in Ogg files
2023-01-15 19:49 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/6] avcodec/eatgq: : Check index increments in tgq_decode_block()
2023-01-15 17:21 UTC (10+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avcodec/pngdec: Check deloco index more exactly
` [FFmpeg-devel] [PATCH 3/6] avcodec/pngdec: dont skip/read chunk twice
` [FFmpeg-devel] [PATCH 4/6] avcodec/sgidec: do not forget the number of components in read_uncompressed_sgi()
` [FFmpeg-devel] [PATCH 5/6] avcodec/videodsp_template: Adjust pointers to avoid undefined pointer things
` [FFmpeg-devel] [PATCH 6/6] avcodec/tiff: do not try to read a value from a 0 value linearization table
[FFmpeg-devel] avformat/mxfenc: fix stored/sampled/displayed width/height
2023-01-15 16:55 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] Rename examples, apply consistency fixes
2023-01-15 16:10 UTC (16+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 01/15] examples: rename avio_reading to avio_read_callback
` [FFmpeg-devel] [PATCH 02/15] examples: rename demuxing_decoding to demux_decode
` [FFmpeg-devel] [PATCH 03/15] examples: rename filtering_audio to decode_filter_audio
` [FFmpeg-devel] [PATCH 04/15] examples: rename filtering_video to decode_filter_video
` [FFmpeg-devel] [PATCH 05/15] examples: rename http_multiclient to avio_http_serve_files
` [FFmpeg-devel] [PATCH 06/15] examples: rename metadata to show_metadata
` [FFmpeg-devel] [PATCH 07/15] examples: rename muxing to mux
` [FFmpeg-devel] [PATCH 08/15] examples: rename qsvdec to qsv_decode
` [FFmpeg-devel] [PATCH 09/15] examples: rename remuxing to remux
` [FFmpeg-devel] [PATCH 10/15] examples: rename resampling audio to resample_audio
` [FFmpeg-devel] [PATCH 11/15] examples: rename scaling_video to scale_video
` [FFmpeg-devel] [PATCH 12/15] examples: rename transcoding to transcode
` [FFmpeg-devel] [PATCH 13/15] examples: apply doxy entries consistency fixes
` [FFmpeg-devel] [PATCH 14/15] examples: apply consistency fixes to doxy entries
` [FFmpeg-devel] [PATCH 15/15] examples/Makefile.example: add missing entries
[FFmpeg-devel] Late SEI is not implemented (providing a sample)
2023-01-15 15:42 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] trailing padding
2023-01-15 10:23 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavc/bitstream: avoid UB in bits_{read, peek}_signed(0)
2023-01-15 9:59 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] lavc/tests/bitstream: test bits_*_signed_nz and bits_peek_signed*
[FFmpeg-devel] [PATCH] avfilter: add FIR equalizer coefficients source filter
2023-01-15 9:48 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter: add fractional delay IR source filter
2023-01-15 9:45 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] Let us review and collebrate on vvc native decoder
2023-01-15 9:08 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v4] avformat/dvd: new dvd:// protocol for reading dvd folder/images
2023-01-15 8:50 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/2] avcodec/Makefile: Dont compile unused files
2023-01-15 8:09 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] lavfi/Makefile: Dont compile unused files
2023-01-15 8:08 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/4] avcodec/cbs_{h2645, sei}: add support for Ambient Viewing Environment SEI
2023-01-15 1:14 UTC (11+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 3/4] ffprobe: expose AVAmbientViewingEnvironment side data in AVFrames
` [FFmpeg-devel] [PATCH v2 1/4] avcodec/cbs_{h2645, sei}: add support for Ambient Viewing Environment SEI
` [FFmpeg-devel] [PATCH v2 2/4] avutil: introduce AVAmbientViewingEnvironment side data
` [FFmpeg-devel] [PATCH v2 3/4] ffprobe: expose AVAmbientViewingEnvironment side data in AVFrames
` [FFmpeg-devel] [PATCH v2 4/4] avcodec/h2645_sei: add support for Ambient Viewing Environment SEI
[FFmpeg-devel] [PATCH] arm32/neon: Avoid using bge/beq for function calls
2023-01-14 22:30 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/vf_showinfo: add support for Ambient Viewing Environment side data
2023-01-14 20:06 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] avformat/mxfenc: SMPTE RDD 48:2018 Amd 1:2022 (FFV1 in MXF) support
2023-01-14 15:45 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avformat/movenc: Add movie_timescale option to AVIF
2023-01-13 22:14 UTC (9+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avformat/movenc: Add loop parameter to animated AVIF
[FFmpeg-devel] [PATCH] avfilter/vf_showinfo: use av_frame_side_data_name() to print side data names
2023-01-13 21:33 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [NOT FOR MERGE] [PATCH] lavc/bswapdsp: do not assume aligned input on RISC-V
2023-01-13 20:18 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 1/4] avcodec/bswapdsp: remove unused cextern
2023-01-13 20:04 UTC (6+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavf/matroska: add support for ARIB captions
2023-01-13 19:06 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 0/8] add fd protocol
2023-01-13 18:12 UTC (12+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] lavf/spdifdec: support EAC3
2023-01-13 17:08 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/ac3dec: don't export Matrix Encoding side data when no such info is coded
2023-01-13 11:36 UTC (4+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avcodec/ac3dec: export downmix info side data only when no downmix is done by the decoder
[FFmpeg-devel] [PATCH v6 1/2] libavformat/hlsenc: Enable HTTP persistent connections for hls_delete_file
2023-01-13 6:03 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] libswresample: avoid s16p internal processing format
2023-01-12 19:49 UTC (14+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/teeproto: setup max_packet_size
2023-01-12 16:23 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avfilter/vf_cropdetect: add ability to change limit/reset at runtime
2023-01-12 15:53 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/6] avcodec/utils: allocate a line more for VC1 and WMV3
2023-01-12 14:43 UTC (12+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/6] avcodec/utils: Ensure linesize for SVQ3
` [FFmpeg-devel] [PATCH 3/6] avcodec/bink: Fix off by 1 error in ref end
` [FFmpeg-devel] [PATCH 4/6] avcodec/bink: Avoid undefined out of array end pointers in binkb_decode_plane()
` [FFmpeg-devel] [PATCH 5/6] avcodec/bonk: Avoid undefined overflow in quant
` [FFmpeg-devel] [PATCH 6/6] avcodec/bonk: Check ntaps against buffer size
[FFmpeg-devel] [PATCH] lavc/qsvenc_jpeg: accept YUYV422 and BGRA in system memory
2023-01-12 3:58 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] [add video filter hsl(Hue, Saturation, Lightness)]
2023-01-11 21:11 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] Request for adding XPSNR avfilter
2023-01-11 19:15 UTC (8+ messages) - mbox.gz / Atom
[FFmpeg-devel] FFmpeg command to trim lavfi ignores start
2023-01-11 17:58 UTC - mbox.gz / Atom
[FFmpeg-devel] FFmpeg command to trim lavfi ignores start
2023-01-11 17:52 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avfilter/vf_showinfo: remove superfluous line break
2023-01-11 17:35 UTC (2+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/2] avfilter/vf_showinfo: add support for raw Dolby Vision RPU side data
[FFmpeg-devel] [PATCH] avutil/hwcontext_mediacodec: fix backward compatibility
2023-01-11 15:33 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] vaapi: support VAProfileH264High10
2023-01-11 10:46 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH] vaapi: support VAProfileH264High10
2023-01-11 10:37 UTC (8+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v2] "
[FFmpeg-devel] [PATCH] avcodec/h274: fix include
2023-01-11 10:33 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/5] avcodec/tiff: Check camera_calibration for 0
2023-01-11 10:32 UTC (6+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH 2/5] avcodec/tiff: Prettify code in dng_blit()
` [FFmpeg-devel] [PATCH 4/5] avcodec/h264_slice: Use unsigned for fgs seed computation
[FFmpeg-devel] [PATCH] avcodec/scpr: Test bx before use
2023-01-11 10:27 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 1/2] avcodec/eac3dec: avoid float noise in fixed mode addition to overflow
2023-01-11 10:24 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] avformat/file: add S_IFBLK/S_ISBLK compatability macro
2023-01-11 9:00 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v2] fate/imfdec: add audio test
2023-01-11 8:47 UTC (2+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH] ffmpeg: apply discontinuity adjustment per-stream
2023-01-11 6:59 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 2/2] avcodec/mediacodecdec: check ff_Build_SDK_INT return value
2023-01-11 3:25 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 4/4] avcodec/videotoolboxenc: fix error code
2023-01-11 3:24 UTC (3+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH 2/3] avcodec/videotoolboxenc: pass error code through
2023-01-11 3:22 UTC (4+ messages) - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3 01/11] lavc/hevc_ps: remove profile limitation of pps_range_extensions()
2023-01-11 2:45 UTC (5+ messages) - mbox.gz / Atom
` [FFmpeg-devel] [PATCH v3 08/11] lavc/vaapi_hevc: Pass SCC parameters Through VA-API
` [FFmpeg-devel] [PATCH v3 10/11] lavc/vaapi_hevc: Set correct rps type for scc
[FFmpeg-devel] [PATCH v2] lavf/rtpenc_jpeg: Retrieve sampling factor from SOF0
2023-01-11 1:35 UTC - mbox.gz / Atom
[FFmpeg-devel] [PATCH v3] lavc/libvpx: remove thread limit
2023-01-11 1:23 UTC (3+ messages) - mbox.gz / Atom
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