May 2024 Archives by thread
Starting: Wed May 1 00:30:08 EEST 2024
Ending: Fri May 31 23:07:15 EEST 2024
Messages: 639
- [FFmpeg-cvslog] avformat/mov: free the infe allocated item data on failure
James Almer
- [FFmpeg-cvslog] avcodec/ac3_parser: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/atrac9dec: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/kvag: Check sample_rate
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: Check body_offset
Michael Niedermayer
- [FFmpeg-cvslog] avformat/iamfdec: check nb_streams in header read
Michael Niedermayer
- [FFmpeg-cvslog] lavu/opt: Clarify the scope of AVOptions
Andrew Sayers
- [FFmpeg-cvslog] avfilter/avfiltergraph: return value of ff_request_frame() is unused
Michael Niedermayer
- [FFmpeg-cvslog] configure: support msvc build inside WSL
Timo Rothenpieler
- [FFmpeg-cvslog] configure: handle xargs versions that exec empty commands
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/buffersrc: switch to activate
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avfilter: fix OOM case for default activate
Paul B Mahol
- [FFmpeg-cvslog] avformat/iamf_writer: reject duplicated stream ids in a stream group
James Almer
- [FFmpeg-cvslog] avcodec/libx264: bump minimum required version to 155
Niklas Haas
- [FFmpeg-cvslog] avcodec/avcodec: free decoded_side_data in ff_codec_close()
James Almer
- [FFmpeg-cvslog] avcodec/av1dec: Always set ret before goto end
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/vp3dsp_init: Set correct function pointer, fix crash
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avs2_parser: Assert init_get_bits8() success with const size 15
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/avs3_parser: assert the return value of init_get_bits()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/av1dec: bit_depth cannot be another values than 8,10,12
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/av1dec: Change bit_depth to int
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/framesync: make framesync_class un-static
Niklas Haas
- [FFmpeg-cvslog] avfilter/vf_scale: switch to FFFrameSync
Niklas Haas
- [FFmpeg-cvslog] avfilter/vf_scale: add optional "ref" input
Niklas Haas
- [FFmpeg-cvslog] fate/scale2ref_keep_aspect: switch to vf_scale ref_*
Niklas Haas
- [FFmpeg-cvslog] avfilter/scale2ref: deprecate in favor of scale=rw:rh
Niklas Haas
- [FFmpeg-cvslog] lavc/ac3dsp: R-V V sum_square_butterfly_int32
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/ac3dsp: R-V V sum_square_butterfly_float
Rémi Denis-Courmont
- [FFmpeg-cvslog] checkasm/blockdsp: add fill_block test
sunyuechi
- [FFmpeg-cvslog] lavc/blockdsp: R-V V fill_block
sunyuechi
- [FFmpeg-cvslog] checkasm/rv40dsp: add chroma_mc test
sunyuechi
- [FFmpeg-cvslog] lavc/rv40dsp: R-V V chroma_mc
sunyuechi
- [FFmpeg-cvslog] avutil/opt: Clarify type of integers
Marcus B Spencer
- [FFmpeg-cvslog] lavc/ac3dsp: R-V V min_exponents
Rémi Denis-Courmont
- [FFmpeg-cvslog] avfilter/vf_scale: fix input declaration
Niklas Haas
- [FFmpeg-cvslog] doc/filters: move scale=ref_* to correct sectton
Niklas Haas
- [FFmpeg-cvslog] doc/filters: mention scale2ref in replacement example
Niklas Haas
- [FFmpeg-cvslog] avformat/movenc: Check av_malloc()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenc: Avoid loop for writing array
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/tests/opt: test negative values for INT and INT64 types
James Almer
- [FFmpeg-cvslog] avutil/tests/opt: test values > INT_MAX for INT64 type
James Almer
- [FFmpeg-cvslog] avutil/opt: add an unsigned option type
James Almer
- [FFmpeg-cvslog] avutil/iamf: fix offsets for mix_gain options
James Almer
- [FFmpeg-cvslog] avutil/iamf: use AV_OPT_TYPE_UINT
James Almer
- [FFmpeg-cvslog] fftools/ffprobe: Avoid overflow when calculating DAR
Derek Buitenhuis
- [FFmpeg-cvslog] avfilter/vf_scale: don't expose framesync options in vf_scale2ref
James Almer
- [FFmpeg-cvslog] avfilter/framesync: reset nb_in on allocation failure
James Almer
- [FFmpeg-cvslog] avfilter/vf_scale: properly reinitialize framesync
James Almer
- [FFmpeg-cvslog] avformat/mov: don't use stream duration to calculate bitrate with fragmented input
James Almer
- [FFmpeg-cvslog] avformat/iamf_reader: split "if ((ret = ...) < 0)" line
James Almer
- [FFmpeg-cvslog] avcodec/dovi_rpuenc: Initialize bl_compat_id
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Fix integer overflow in yuv2rgba64_1_c_template
Michael Niedermayer
- [FFmpeg-cvslog] swscale/output: Fix integer overflow in yuv2rgba64_full_1_c_template()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavarc: fix integer overflow in decode_5elp() block type 2
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/amrwbdec: assert mode to be valid in decode_fixed_vector()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Fix 1 line and one column images
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vvcdec: ff_vvc_frame_submit, avoid initializing task twice.
Nuo Mi
- [FFmpeg-cvslog] avcodec/allcodecs: Remove LIBX264_CONST
Andreas Rheinhardt
- [FFmpeg-cvslog] lavu/riscv: indent code
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/riscv: add hwprobe() for CPU detection
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/ac3dsp: R-V Zbb ac3_exponent_min
Rémi Denis-Courmont
- [FFmpeg-cvslog] av1dec: Add force_integer_mv derived field for decoder use
Mark Thompson
- [FFmpeg-cvslog] dxva2_av1: Use av1dec force_integer_mv value
Mark Thompson
- [FFmpeg-cvslog] vdpau_av1: Use av1dec force_integer_mv value
Mark Thompson
- [FFmpeg-cvslog] nvdec_av1: Use av1dec force_integer_mv value
Mark Thompson
- [FFmpeg-cvslog] vaapi_av1: Fix force_integer_mv value
Mark Thompson
- [FFmpeg-cvslog] vulkan_av1: Fix force_integer_mv value
Mark Thompson
- [FFmpeg-cvslog] avcodec/aactab: Provide ff_ltp_coef, ff_tns_tmp2_map unconditionally
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacsbr: Fix type mismatch
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec: Remove unnecessary ff_thread_once()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec: Move channel number check out of init_dsp()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec: Avoid branch to set sample_fmt
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec_float: Call ff_aac_float_common_init() only once
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec_(fixed|float): Avoid AAC_RENAME, INTFLOAT
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec: Mark flush as cold
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec: Avoid compiling latm decoder if disabled
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec: Move init functions to aacdec_fixed/float
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec_(fixed|float): Set AACDecDSP, AACDecProc directly
Andreas Rheinhardt
- [FFmpeg-cvslog] lavc/qsvenc: always allocate the array to store mfxExtBuffer points
Haihao Xiang
- [FFmpeg-cvslog] lavc/qsvenc: add support for oneVPL string API
Mandava, Mounika
- [FFmpeg-cvslog] avcodec/aac/aacdec: Fix linking errors with only one decoder enabled
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/diracdec: Don't use EDGE_WIDTH from mpegpicture.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/file: fail for non-numerical arguments to pipe:
Marton Balint
- [FFmpeg-cvslog] configure: Add missing dirac_decoder->qpeldsp dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Add missing pdv decoder->inflate_wrapper dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Add missing atrac3p(al) decoder->sinewin dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Add missing ftr decoder->adts_header dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/Makefile, v408(dec|enc): Remove remnants of AYUV codecs
Andreas Rheinhardt
- [FFmpeg-cvslog] Remove remnants of prores_lgpl decoder
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/Makefile: Correct name of cbd2_dpcm decoder
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Add wmv2dsp->qpeldsp dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/Makefile: Fix intrax8 objects
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/Makefile: Add asf_muxer->asf_tags.o dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/Makefile: Add missing tiltshelf entry
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/Makefile: Add missing colormap->framesync dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_xmedian: Define OFFSET, FLAGS macros unconditionally
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/Makefile: Add scale(2ref)->framesync dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vsrc_testsrc: Fix compilation of colorchart filter
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/Makefile: Add missing guided->framesync dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_convolution: Fix compilation with sobel disabled
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/x86/Makefile: Add missing dependencies for sobel filter
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/Makefile: Add missing multiply->framesync dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_lut3d: Fix standalone build of lut1d
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/x86/Makefile: Fix standalone build of haldclut filter
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/Makefile: Add missing identity->framesync dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Add missing identity filter->scene_sad dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/Makefile: Add missing morpho->framesync dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/opt: add a note about the av_opt_{get,set}_chlayout() behavior
James Almer
- [FFmpeg-cvslog] avutil/opt: don't set a channel layout if the option is flagged as read only
James Almer
- [FFmpeg-cvslog] avutil/opt: propagate av_dict_copy() errors in av_opt_{get,set}_dict_val()
James Almer
- [FFmpeg-cvslog] avutil/opt: free the temporary layout in av_opt_is_set_to_default()
James Almer
- [FFmpeg-cvslog] lavu/riscv: fix build without <sys/hwprobe.h>
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp9dsp: fix compilation with llvm-as
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavd/v4l2: Use proper field type for second parameter of ioctl() with BSD's
Brad Smith
- [FFmpeg-cvslog] avfilter/f_select.c: add support for iw and ih variables
PoorvaGaikar
- [FFmpeg-cvslog] checkasm/blockdsp: don't randomize the buffers for fill_block_tab
James Almer
- [FFmpeg-cvslog] checkasm/blockdsp: use smallest allowed aligned buffers for fill_block_tab tests
James Almer
- [FFmpeg-cvslog] x86/blockdsp: add sse2 and avx2 versions of fill_block_tab
James Almer
- [FFmpeg-cvslog] avcodec/evc: Set the AV_FRAME_FLAG_KEY flag for a decoded frame when the decoded packet contains a keyframe
Dawid Kozinski
- [FFmpeg-cvslog] avcodec/bitstream_filters: Declaration of the ff_evc_frame_merge_bsf variable has been moved to the appropriate following the alphabetical order
Dawid Kozinski
- [FFmpeg-cvslog] avformat/avi: Added EVC codec tag to the list of supported codec_id-codec_tag pairs for AVI muxer
Dawid Kozinski
- [FFmpeg-cvslog] avcodec/evc: Reference to ISO_IEC_23094-1-2020 document section for EVC_MAX_APS_COUNT enum has been fixed
Dawid Kozinski
- [FFmpeg-cvslog] avfilter/af_volume: Don't free options manually
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/svq1enc: Use proper range for input
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/evc: Small fixes in documentation
Dawid Kozinski
- [FFmpeg-cvslog] tools/target_enc_fuzzer: replace assert by clean exit
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_enc_fuzzer: Only read pix_fmts if its set
Michael Niedermayer
- [FFmpeg-cvslog] avformat/concatdec: Check file
Michael Niedermayer
- [FFmpeg-cvslog] doc/examples/demux_decode: Simplify loop
Michael Niedermayer
- [FFmpeg-cvslog] tools/opt_common: Check for malloc failure
Michael Niedermayer
- [FFmpeg-cvslog] fftools/ffplay: Check return of swr_alloc_set_opts2()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_av1: Avoid shift overflow
Michael Niedermayer
- [FFmpeg-cvslog] lavc/vp8dsp: R-V put_vp8_pixels
sunyuechi
- [FFmpeg-cvslog] lavc/vp8dsp: R-V V put_bilin_h v
sunyuechi
- [FFmpeg-cvslog] lavc/vp8dsp: R-V V put_epel h
sunyuechi
- [FFmpeg-cvslog] lavc/vp8dsp: R-V V put_epel v
sunyuechi
- [FFmpeg-cvslog] lavu/riscv: allow requesting a second extension
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/riscv: explicitly require Zbb for MIN
Rémi Denis-Courmont
- [FFmpeg-cvslog] swscale/riscv: explicitly require Zbb for MIN
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/riscv: remove bespoke assembler for MIN
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/libaomenc: properly clean up image metadata
Niklas Haas
- [FFmpeg-cvslog] lavc/vaapi_encode_av1: implement write_extra_header callback
Haihao Xiang
- [FFmpeg-cvslog] lavc/vaapi_encode_av1: Insert HDR_MDCV metadata if have
Haihao Xiang
- [FFmpeg-cvslog] lavc/vaapi_encode_av1: insert HDR_CLL metadata if have
Haihao Xiang
- [FFmpeg-cvslog] libavcodec/motion_est: fix penalty_factor for b frames
Ramiro Polla
- [FFmpeg-cvslog] libavcodec/mpegvideo_enc: fix multi-threaded motion estimation rounding for mpeg4
Ramiro Polla
- [FFmpeg-cvslog] checkasm: add test for fdct
Ramiro Polla
- [FFmpeg-cvslog] checkasm: Fix h264chroma test name
sunyuechi
- [FFmpeg-cvslog] riscv: add Zvbb vector bit manipulation extension
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/riscv: add Zvbb CPU capability detection
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/ac3dsp: add R-V Zvbb extract_exponents
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/aacenc_tns: remove unreachable code branch
Yotam Ofek
- [FFmpeg-cvslog] checkasm/flacdsp: run lpc benchmarks with an unmodified buffer
James Almer
- [FFmpeg-cvslog] checkasm/flacdsp: sanitize lpc arguments
James Almer
- [FFmpeg-cvslog] x86/flacdsp: add a SSE4 version of lpc16
James Almer
- [FFmpeg-cvslog] avcodec/flacdsp: split off wasted bit handling into dsp functions
James Almer
- [FFmpeg-cvslog] checkasm/flacdsp: add a test for wasted32
James Almer
- [FFmpeg-cvslog] x86/flacdsp: add a SSE2 version of wasted32
James Almer
- [FFmpeg-cvslog] libavutil/base64: Try not to write over the array end
Michael Niedermayer
- [FFmpeg-cvslog] avutil/tests/base64: Check with too short output array
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/lpc: copy levenson coeffs only when they have been computed
Michael Niedermayer
- [FFmpeg-cvslog] MAINTAINERS: add myself as *BSD maintainer
Brad Smith
- [FFmpeg-cvslog] avcodec/h264_slice: Remove dead sps check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h2645_sei: Remove dead checks
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/fmvc: remove dead assignment
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/decode: decode_simple_internal() only implements audio and video
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dovi_rpuenc: initialize profile
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dovi_rpuenc: fix compaatibility
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exr: Fix preview overflow
Michael Niedermayer
- [FFmpeg-cvslog] lavc/speedhqdec: Add AV_CODEC_CAP_FRAME_THREADS
Tomas Härdin
- [FFmpeg-cvslog] lavc/speedhqdec: Obey AVDISCARD_ALL
Tomas Härdin
- [FFmpeg-cvslog] aacdec: restore arm32 dequantization optimizations
Lynne
- [FFmpeg-cvslog] avcodec/bsf/dts2pts: Fix shadowing
Andreas Rheinhardt
- [FFmpeg-cvslog] configure, avcodec/Makefile: Add h264parse->h264data,golomb dependencies
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Add missing ftr_parser->adts_header,mpeg4audio dependencies
Andreas Rheinhardt
- [FFmpeg-cvslog] lavc/aarch64: fix include for cpu.h
Ramiro Polla
- [FFmpeg-cvslog] lavc/aarch64/fdct: add neon-optimized fdct for aarch64
Ramiro Polla
- [FFmpeg-cvslog] checkasm/flacdsp: add a test for wasted33
James Almer
- [FFmpeg-cvslog] x86/flacdsp: add an SSE4 version of wasted33
James Almer
- [FFmpeg-cvslog] x86/flacdsp: remove unused parameters to pmacsdql macro
James Almer
- [FFmpeg-cvslog] lavc/vp9dsp: fix indentation
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/riscv: add ff_rv_vlen_least()
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/riscv: use ff_rv_vlen_least()
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/x86/vvc: add alf filter luma and chroma avx2 optimizations
Wu Jianhua
- [FFmpeg-cvslog] tests/checkasm: add checkasm_check_vvc_alf and check_alf_filter
Wu Jianhua
- [FFmpeg-cvslog] avcodec/x86/vvc/vvc_alf: add alf classify avx2 optimizations
Wu Jianhua
- [FFmpeg-cvslog] tests/checkasm/vvc_alf: add check_alf_classify
Wu Jianhua
- [FFmpeg-cvslog] x86/vvc/vvcdsp_init: coalesce function initializers
James Almer
- [FFmpeg-cvslog] avfilter/riscv: build afir only if required
J. Dekker
- [FFmpeg-cvslog] checkasm/h264dsp: support checking more idct depths
J. Dekker
- [FFmpeg-cvslog] lavu/riscv: fallback to raw hwprobe() system call
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/riscv: CPU flag for fast misaligned accesses
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp8dsp: restrict RVI optimisations
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/riscv: remove bogus B extension
Rémi Denis-Courmont
- [FFmpeg-cvslog] avfilter/vsrc_testsrc: do not round down width and height for color src
Marton Balint
- [FFmpeg-cvslog] avfilter/blend: put slice parameters to a single struct
Marton Balint
- [FFmpeg-cvslog] avfilter/blend: use a per-thread AVExpr
Marton Balint
- [FFmpeg-cvslog] avfilter/vf_geq: fix interpolation with 1 pixel width/height
Marton Balint
- [FFmpeg-cvslog] avcodec/qsvdec: Check av_image_get_buffer_size() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: remove ST=3 case
Michael Niedermayer
- [FFmpeg-cvslog] fate/checkasm: test vvc_alf
James Almer
- [FFmpeg-cvslog] checkasm/h264dsp: add missing pixel_mask values
James Almer
- [FFmpeg-cvslog] lavc/flacdsp: fix CPU requirement for 32-bit LPC
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp9dsp: R-V ipred vert
sunyuechi
- [FFmpeg-cvslog] lavc/vp9dsp: R-V mc copy
sunyuechi
- [FFmpeg-cvslog] lavc/vp9dsp: R-V V ipred hor
sunyuechi
- [FFmpeg-cvslog] lavu/riscv: fix parsing the unaligned access capability
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/flacdsp: R-V V flac_wasted32
Rémi Denis-Courmont
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 45066f6 web: add a news entry about STF sponsorship
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] lavc/vc1dsp: R-V V mspel_pixels
sunyuechi
- [FFmpeg-cvslog] tests/checkasm/llauddsp: Avoid UB integer overflow
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/hevc_*: Fix funtion pointer types
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/huffyuvdsp: Use correct function pointer type
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/llviddsp: Use correct function pointer type
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/motion: Use correct function pointer type
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/vp8dsp: Use correct function pointer type
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/vvc_mc: Use correct function pointer type
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/vf_colorspace: Use correct function pointer type
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/vf_bwdif: Use correct function pointer type
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/vf_blend: Update function type
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/sw_gbrp: Use correct function types for calls
Andreas Rheinhardt
- [FFmpeg-cvslog] lavc/flacdsp: R-V V flac_wasted33
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp9dsp: R-V V ipred tm
sunyuechi
- [FFmpeg-cvslog] checkasm/h264dsp: use int64_t scale values
James Almer
- [FFmpeg-cvslog] lavc/libvpxenc: Fix parsing of ts_layering_mode parameter
Aaron Thompson
- [FFmpeg-cvslog] avutil/ppc/cpu: Also use the machdep.altivec sysctl on NetBSD
Brad Smith
- [FFmpeg-cvslog] avfilter/dnn: Refactor DNN parameter configuration system
Zhao Zhili
- [FFmpeg-cvslog] avformat/vvc: fix writing general_constraint_info bytes
James Almer
- [FFmpeg-cvslog] avformat/vvc: generalize calculating num_bytes_constraint_info
James Almer
- [FFmpeg-cvslog] avformat/vvc: remove duplicate struct
James Almer
- [FFmpeg-cvslog] avformat/vvc: fix parsing some early VPS bitstream values
James Almer
- [FFmpeg-cvslog] avformat/vvc: reduce the scope of some variables
James Almer
- [FFmpeg-cvslog] avformat/vvc: use align_get_bits() where useful
James Almer
- [FFmpeg-cvslog] configure: split ISOBMFF writer helpers into a separate component
James Almer
- [FFmpeg-cvslog] fate/lavf-container: add a test for VVC in mp4 muxing
James Almer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] configure: use pkg-config for sndio
Brad Smith
- [FFmpeg-cvslog] avutil/ppc/cpu: Use proper header for OpenBSD PPC CPU detection
Brad Smith
- [FFmpeg-cvslog] avformat/aacdec: strictly conform to K&R style
Marcus B Spencer
- [FFmpeg-cvslog] avutil/thread: add support for setting thread name on *bsd and solaris
Brad Smith
- [FFmpeg-cvslog] avutil/thread: fix pthread_setname_np parameters for NetBSD and Apple
Marton Balint
- [FFmpeg-cvslog] lavc/startcode: add R-V Zbb startcode_find_candidate
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/startcode: add R-V V startcode_find_candidate
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp8dsp: fix .irp use with LLVM as
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp9_intra: fix .irp use with LLVM as
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp9_intra: fix another .irp use with LLVM as
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/mlpdec: Set AV_FRAME_FLAG_KEY explicitly
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/codec_desc, jvdec: JV is not intra-only
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/decode: Set KEY flag+pict_type generically for intra-only codecs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec: Remove redundant setting of AV_FRAME_FLAG_KEY, AV_PICTURE_TYPE_I
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/yop: Add missing AV_CODEC_CAP_DR1
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/codec_desc: Mark AVRN, TGQ, PhotoCD, VBN as intra-only
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc1_parser: Check init_get_bits8()
Andreas Rheinhardt
- [FFmpeg-cvslog] lavu/riscv: add assembler macros for adjusting vector LMUL
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/flacdsp: optimise RVV vector type for lpc16
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/flacdsp: optimise RVV vector type for lpc32
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/huffyuvdsp: optimise RVV vtype for add_hfyu_left_pred_bgr32
Rémi Denis-Courmont
- [FFmpeg-cvslog] avfilter/smartblur: Added alpha layer support
Andrea Mastroberti
- [FFmpeg-cvslog] avcodec/vp8: Forward return of ff_vpx_init_range_decoder()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp3: Replace check by assert
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vble: Check av_image_get_buffer_size() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vvc/dec: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vqcdec: Check init_get_bits8() for failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Use 64bit in bit computation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4videodec: assert impossible wrap points
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Fix potential overflow in RD
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mscc & mwsc: Check loop counts before use
Michael Niedermayer
- [FFmpeg-cvslog] tests/ref/fate/source: Add exceptions for riscv startcode files
Andreas Rheinhardt
- [FFmpeg-cvslog] lavu/version: fix minor version
Haihao Xiang
- [FFmpeg-cvslog] lavu/hwcontext_qsv: update AVQSVFramesContext to support dynamic frame pool
Haihao Xiang
- [FFmpeg-cvslog] lavu/hwcontext_qsv: create dynamic frame pool if required
Haihao Xiang
- [FFmpeg-cvslog] lavu/hwcontext_qsv: add support for dynamic frame pool in qsv_frames_derive_to
Haihao Xiang
- [FFmpeg-cvslog] lavu/hwcontext_qsv: add support for dynamic frame pool in qsv_map_to
Haihao Xiang
- [FFmpeg-cvslog] lavc/qsv: fix the mfx allocator to support dynamic frame pool
Haihao Xiang
- [FFmpeg-cvslog] lavc/qsvenc: use the right info for encoding
Haihao Xiang
- [FFmpeg-cvslog] lavc/qsvdec: require a dynamic frame pool if possible
Haihao Xiang
- [FFmpeg-cvslog] lavfi/qsvvpp: use the right mfxFrameInfo when dynamic frame pool is used
Haihao Xiang
- [FFmpeg-cvslog] lavfi/qsvvpp: require a dynamic frame pool for output if possible
Haihao Xiang
- [FFmpeg-cvslog] avcodec/adts_parser: Don't presume buffer to be padded
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac_ac3_parser: Untangle AAC and AC3 parsing error codes
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/adts_header: Add ff_adts_header_parse_buf()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac_ac3_parser: Use ff_adts_header_parse_buf()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Use static mutexes instead of ff_lock_avformat()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tls_openssl: #if ff_openssl_init/deinit() away if possible
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tee: Constify AVDictionaryEntry* pointee where possible
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tee: Use smaller scope for variables
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/lib*, avformat/tee: Simplify iterating over AVDictionary
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools, avfilter, avformat: Simplify check for "is dictionary empty?"
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3enc_template: Avoid always-true check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3enc: Move transient PutBitContext to stack
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/flacdec: Reorder allocations to avoid leak on error
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_filter: Fix leak on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tiff: Fix leak on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_v360: Add assert to suppress Coverity false positives
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs_h266: read vps_ptl_max_tid before using it
James Almer
- [FFmpeg-cvslog] libavformat/hlsenc: fix a memory leak on error path
LuMingYin
- [FFmpeg-cvslog] libavformat/rtsp: fix a memory leak on error path
LuMingYin
- [FFmpeg-cvslog] libavfilter/vf_curves: fix a memory leak on error path
LuMingYin
- [FFmpeg-cvslog] avcodec/cbs_h266: fix sh_collocated_from_l0_flag and sh_collocated_ref_idx infer
Nuo Mi
- [FFmpeg-cvslog] avformat/mp3dec: only call ffio_ensure_seekback once
Marton Balint
- [FFmpeg-cvslog] avformat/mp3dec: simplify inner frame size check in mp3_read_header
Marton Balint
- [FFmpeg-cvslog] avformat/mp3dec: change bogus error message if read_header encounters EOF
Marton Balint
- [FFmpeg-cvslog] avfilter/vf_signalstats: Use av_dict_set_int() where appropriate
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_signalstats: Deduplicate <= 8 and > 8 bit code
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_signalstats: Reindent after the previous commit
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_qsv: fix GCC 14.1 warnings
oltolm
- [FFmpeg-cvslog] lavc/vaapi_decode: Reject decoding of frames with no slices
David Rosca
- [FFmpeg-cvslog] avfilter/vf_dnn_detect: Fix null pointer dereference
Zhao Zhili
- [FFmpeg-cvslog] avcodec/vvcdec: misc, inter, use is_chroma instead of is_luma
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: refact, unify {luma, chroma}_mc to mc
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: refact, unify {luma, chroma}_mc_uni to mc_uni
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: refact, unify {luma, chroma}_mc_bi to mc_bi
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: misc, remove unused EMULATED_EDGE_{LUMA, CHROMA}, EMULATED_EDGE_DMVR_{LUAM, CHROMA}
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: refact, unify pred_regular_{luma, chroma} to pred_regular
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: refact out VVCRefPic from RefPicList
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: refact, pred_get_refs return VVCRefPic instead of VVCFrame
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: add vvc inter filters for RPR
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: emulated_edge, use reference frame's sps and pps
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: add RPR dsp
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: inter, wait reference with a different resolution
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: fix dmvr, bdof, cb_prof for RPR
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: refact out luma_prof from luma_prof_bi
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: refact, remove hf_idx and vf_idx from mc_xxx's param list
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: increase edge_emu_buffer for RPR
Nuo Mi
- [FFmpeg-cvslog] avcodec/vvcdec: support Reference Picture Resampling
Nuo Mi
- [FFmpeg-cvslog] Changelog: add DVB compatible information for VVC decoder
Nuo Mi
- [FFmpeg-cvslog] checkasm: vvc_alf: Limit benchmarking to a reasonable subset of functions
Martin Storsjö
- [FFmpeg-cvslog] checkasm: add runs argument to adjust during bench
J. Dekker
- [FFmpeg-cvslog] checkasm: print bench runs when benchmarking
Lynne
- [FFmpeg-cvslog] checkasm: h264dsp: Avoid out of buffer writes when benchmarking
Martin Storsjö
- [FFmpeg-cvslog] lavc/vc1dsp: R-V V vc1_unescape_buffer
Rémi Denis-Courmont
- [FFmpeg-cvslog] Revert "lavc/sbrdsp: R-V V neg_odd_64"
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp9dsp: R-V V mc avg
sunyuechi
- [FFmpeg-cvslog] avformat/mov: avoid seeking back to 0 on HEVC open GOP files
llyyr
- [FFmpeg-cvslog] x86/vvc_alf: use the x86inc instruction macros
James Almer
- [FFmpeg-cvslog] lavc/h263dsp: R-V V {h,v}_loop_filter
Rémi Denis-Courmont
- [FFmpeg-cvslog] avfilter/signature_lookup: Fix 2 differences to the refernce SW
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/signature_lookup: Dont copy uninitialized stuff around
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_thumbnail_cuda: Set ret before checking it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_h2645: Check NAL space
Michael Niedermayer
- [FFmpeg-cvslog] doc/examples/qsv_transcode: Simplify loop
Michael Niedermayer
- [FFmpeg-cvslog] doc/examples/vaapi_transcode: Simplify loop
Michael Niedermayer
- [FFmpeg-cvslog] doc/examples/qsv_transcode: Simplify str_to_dict() loop
Michael Niedermayer
- [FFmpeg-cvslog] doc/examples/qsv_transcode: Initialize pointer before free
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevcdec: Check ref frame
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Check last AVFrame before deref
Michael Niedermayer
- [FFmpeg-cvslog] avformat/vvc: initialize some ptl flags
James Almer
- [FFmpeg-cvslog] avformat/vvc: fix parsing sps_subpic_id
James Almer
- [FFmpeg-cvslog] avformat/mov: store sample_sizes as unsigned ints
James Almer
- [FFmpeg-cvslog] libavcodec/x86/vvc: Add AVX2 DMVR SAD functions for VVC
Stone Chen
- [FFmpeg-cvslog] tests/checkasm: Add check_vvc_sad to vvc_mc.c
Stone Chen
- [FFmpeg-cvslog] avfilter/af_atempo: Properly check av_tx_init()
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_atempo: Simplify resetting
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_atempo: Fix indentation
Andreas Rheinhardt
- [FFmpeg-cvslog] libavcodec/x86/vvc/vvc_sad: fix assembler error
Haihao Xiang
- [FFmpeg-cvslog] avutil/channel_layout: add a helper function to get the ambisonic order of a layout
James Almer
- [FFmpeg-cvslog] avformat/movenc: add support for writing SA3D boxes
James Almer
- [FFmpeg-cvslog] avcodec/flacdsp: split off lpc33 into a dsp function
James Almer
- [FFmpeg-cvslog] checkasm/flacdsp: add a test for lpc33
James Almer
- [FFmpeg-cvslog] checkasm/riscv: test misaligned before V
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/pixblockdsp: add scalar get_pixels_unaligned
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/flacdec: Remove unused variable
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp8: Return error on error
Andreas Rheinhardt
- [FFmpeg-cvslog] lavc/flacdsp: do not assume maximum R-V VL
Rémi Denis-Courmont
- [FFmpeg-cvslog] avformat/oggdec: Check ffio_ensure_seekback()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/gifdec: Check ffio_ensure_seekback()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/westwood_vqa: Check ffio_ensure_seekback()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/qoadec: Check ffio_ensure_seekback()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/dhav: Check ffio_ensure_seekback()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/dhav: Check amount read
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpegts: Don't use uninitialized value in av_log()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Check ff_put_wav_header() failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/riffenc: Fix outdated comment
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/async,cache: Use more unique context names
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/checkasm/vvc_alf: Don't use declare_func_emms
Andreas Rheinhardt
- [FFmpeg-cvslog] Update for FFmpeg 7.0.1 release
Michael Niedermayer
- [FFmpeg-cvslog] Tag n7.0.1 : FFmpeg 7.0.1 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. d43df3b web/download: Add 7.0.1
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] lavc/sbrdsp: fix potential overflow in noise table
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/sbrdsp: fix inverted boundary check
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp8dsp: R-V V put_epel hv
sunyuechi
- [FFmpeg-cvslog] lavc/rv34dsp: remove stray load immediate
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp8dsp: remove unused macro parameter
Rémi Denis-Courmont
- [FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD
Brad Smith
- [FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD
Brad Smith
- [FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD
Brad Smith
- [FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD
Brad Smith
- [FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD
Brad Smith
- [FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD
Brad Smith
- [FFmpeg-cvslog] configure: enable ffnvcodec, nvenc, nvdec for FreeBSD
Brad Smith
- [FFmpeg-cvslog] lavc/qsvdec: update HDR side data on output AVFrame for AV1 decoding
Haihao Xiang
- [FFmpeg-cvslog] lavc/qsvenc_av1: accept HDR metadata if have
Haihao Xiang
- [FFmpeg-cvslog] lavc/qsvdec: Allow decoders to export crop information
Fei Wang
- [FFmpeg-cvslog] lavc/qsvdec: Use coded_w/h for frame resolution when use system memory
Fei Wang
- [FFmpeg-cvslog] lavc/vp9: reset segmentation fields when segmentation isn't enabled
llyyr
- [FFmpeg-cvslog] lavc/vvc: Validate temporal MVP references
Frank Plowman
- [FFmpeg-cvslog] doc/mips: Update list of files with MIPS copyright notice
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/fate/source-check: Relax BSD licence check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/nvenc_av1: Correct CQ range for AV1
Diego Felix de Souza
- [FFmpeg-cvslog] lavc/vp8dsp: disable EPEL HV on RV128
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/flacdsp: R-V Zvl256b lpc33
Rémi Denis-Courmont
- [FFmpeg-cvslog] checkasm: add h263dsp.{h,v}_loop_filter
Rémi Denis-Courmont
- [FFmpeg-cvslog] fftools/ffmpeg_demux: honor -ch_layout options for overriding input stream channel layout
Marton Balint
- [FFmpeg-cvslog] doc/ffmpeg: document -channel_layout/ch_layout options
Marton Balint
- [FFmpeg-cvslog] fftools: move check_avoptions and remove_avoptions to cmdutils
Marton Balint
- [FFmpeg-cvslog] fftools/ffplay: use cmdutils code for checking remaining avoptions
Marton Balint
- [FFmpeg-cvslog] fftools/ffplay: allow unused format options which are also codec options
Marton Balint
- [FFmpeg-cvslog] tools/enc_recon_frame_test: Assert that av_image_get_linesize() succeeds
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tests/bitstream_template: Assert bits_init8() return
Michael Niedermayer
- [FFmpeg-cvslog] avformat/demux: resurrect dead stores
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hlsenc: Remove dead ret stores
Michael Niedermayer
- [FFmpeg-cvslog] qsv: Initialize impl_value
Michael Niedermayer
- [FFmpeg-cvslog] avdevice/dshow: fix badly indented line
Michael Niedermayer
- [FFmpeg-cvslog] avutil/random_seed: Avoid dead returns
Michael Niedermayer
- [FFmpeg-cvslog] avutil/tests/dict: Check av_dict_set() before get for failure
Michael Niedermayer
- [FFmpeg-cvslog] avutil/tests/opt: Check av_set_options_string() for failure
Michael Niedermayer
- [FFmpeg-cvslog] swscale/x86/swscale: use a clearer name for INPUT_PLANER_RGB_A_FUNC_CASE
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: Use 64bit for brightness computation
Michael Niedermayer
- [FFmpeg-cvslog] tools/decode_simple: Check avcodec_send_packet() for errors on flushing
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Assert init_get_bits8() success in horizontal_fill()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: Assert init_get_bits8() success in unpack_gray()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc1_block: remove unused off from vc1_decode_p_mb_intfr()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc1_block: remove unneeded store to off in vc1_decode_p_mb_intfi()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vlc: Cleanup on multi table alloc failure in ff_vlc_init_multi_from_lengths()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: update current segment reference before use
Kacper Michajłow
- [FFmpeg-cvslog] avcodec/h2645_sei: loosen up min luminance requirements
Niklas Haas
- [FFmpeg-cvslog] lavc/lpc: fix off-by-one in R-V V compute_autocorr
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/startcode: fix RVV return value on no match
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/sbrdsp: fold immediate offset into relocation
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp8dsp: factor R-V V bilin functions
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp8dsp: avoid one multiplication on RISC-V
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp8dsp: save one R-V GPR
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/qsvdec: fix keyframes
Haihao Xiang
- [FFmpeg-cvslog] lavc/qsvenc: respect user's setting for keyframes
Haihao Xiang
- [FFmpeg-cvslog] lavc/vaapi_decode: Make it possible to send multiple slice params buffers
David Rosca
- [FFmpeg-cvslog] lavc/vaapi_av1: Avoid sending the same slice buffer multiple times
David Rosca
- [FFmpeg-cvslog] lavc/vaapi_h264: Fix merging fields in DPB with missing references
David Rosca
- [FFmpeg-cvslog] libavcode/x86/vvc: change label to vvc_sad_16 to reflect block sizes
Stone Chen
- [FFmpeg-cvslog] tests/checkasm/vvc_mc: for SAD, only test valid subblock sizes
Stone Chen
- [FFmpeg-cvslog] lavc/lpc: optimise RVV vector type for compute_autocorr
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp8dsp: R-V V vp8_luma_dc_wht
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp7dsp: add R-V V vp7_luma_dc_wht
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp7dsp: revector ff_vp7_dc_wht_rvv
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp7dsp: R-V V vp7_idct_add
Rémi Denis-Courmont
- [FFmpeg-cvslog] avfilter/dnn: Use dnn_backend_info_list to search for dnn module
Zhao Zhili
- [FFmpeg-cvslog] avfilter/dnn: Don't show backends which are not supported by a filter
Zhao Zhili
- [FFmpeg-cvslog] avfilter/dnn_backend_openvino: Fix free context at random place
Zhao Zhili
- [FFmpeg-cvslog] avfilter/dnn_backend_openvino: simplify memory allocation
Zhao Zhili
- [FFmpeg-cvslog] avfilter/dnn_backend_tf: Remove one level of indentation
Zhao Zhili
- [FFmpeg-cvslog] avfilter/dnn_backend_tf: Fix free context at random place
Zhao Zhili
- [FFmpeg-cvslog] avfilter/dnn_backend_tf: Simplify memory allocation
Zhao Zhili
- [FFmpeg-cvslog] avfilter/dnn_backend_torch: Simplify memory allocation
Zhao Zhili
- [FFmpeg-cvslog] avfilter/dnn: Remove a level of dereference
Zhao Zhili
- [FFmpeg-cvslog] Revert "avformat/file: seek back to initial position for fd protocol"
Rémi Denis-Courmont
- [FFmpeg-cvslog] riscv: allow passing addend to vtype_vli macro
Rémi Denis-Courmont
- [FFmpeg-cvslog] checkasm/vp8dsp: share DSP context across tests
Rémi Denis-Courmont
- [FFmpeg-cvslog] checkasm/vp8dsp: add VP7 tests
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/vp9dsp: R-V V rename ff_avg to ff_vp9_avg
sunyuechi
- [FFmpeg-cvslog] swscale: [loongarch] Fix undeclared functions prob.
Shiyou Yin
- [FFmpeg-cvslog] avcodec/jpeg2000dec: fix HT block decoder
Pierre-Anthony Lemieux
- [FFmpeg-cvslog] avcodec/x86/vvc/vvc_alf: fix integer overflow
Wu Jianhua
- [FFmpeg-cvslog] avcodec/x86/vvc/vvc_alf: use xq to match ptrdiff_t
Wu Jianhua
- [FFmpeg-cvslog] tests/checkasm/vvc_alf: change alf step size to 8
Wu Jianhua
- [FFmpeg-cvslog] tests/checkasm/vvc_mc: fix indentation
James Almer
- [FFmpeg-cvslog] tests/checkasm/vvc_mc: don't zero the SAD buffers
James Almer
- [FFmpeg-cvslog] avcodec/mediacodecenc: workaround the alignment requirement only for H.264
Zhao Zhili
- [FFmpeg-cvslog] avcodec/mediacodecenc: workaround the alignment requirement for H.265
Zhao Zhili
- [FFmpeg-cvslog] avfilter/vf_signalstats: Use 64bit for processing histogram
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskadec: Add assert to silence Coverity false positive
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_aiir: Remove dead code
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_aiir: Avoid unchecked allocation
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_afir: Merge header into af_afir.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc2enc: Avoid void* where possible
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc2enc: Constify slices->main context pointers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc2enc: Remove superfluous error message
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc2enc: Fix slice length
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc2enc: Avoid relocations for short strings
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc2enc: Move transient PutBitContext from ctx to stack
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc2enc: Use already available AVPixFmtDescriptor
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/diracdec: Use FF_CODEC_CAP_INIT_CLEANUP
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/diracdec: Mark flush as av_cold
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/packet: remove reference to old AV_SIDE_DATA_PARAM_CHANGE_ values
James Almer
- [FFmpeg-cvslog] configure: correct libopenjpeg description
Gyan Doshi
- [FFmpeg-cvslog] avcodec/lpc: account for odd len values
James Almer
- [FFmpeg-cvslog] lavc/hevcdec: rename HEVCContext.HEVClcList to local_ctx
Anton Khirnov
- [FFmpeg-cvslog] lavc/hevcdec: track local context count separately from WPP thread count
Anton Khirnov
- [FFmpeg-cvslog] lavc/hevcdec: allocate local_ctx as array of structs rather than pointers
Anton Khirnov
- [FFmpeg-cvslog] lavc/hevcdec: drop a useless execute() call with 1 job
Anton Khirnov
- [FFmpeg-cvslog] lavc/hevc_ps: reduce the size of used_by_curr_pic_lt_sps_flag
Anton Khirnov
- [FFmpeg-cvslog] lavc/hevc_ps/HEVCSPS: change flags into uint8_t
Anton Khirnov
- [FFmpeg-cvslog] lavc/hevc_ps: fix variable signedness in ff_hevc_decode_short_term_rps()
Anton Khirnov
- [FFmpeg-cvslog] lavc/hevc_ps: do not store delta_poc_s[01] in ShortTermRPS
Anton Khirnov
- [FFmpeg-cvslog] lavc/hevc_ps: reduce the size of ShortTermRPS.used
Anton Khirnov
- [FFmpeg-cvslog] lavc/hevc_ps: compactify ShortTermRPS
Anton Khirnov
- [FFmpeg-cvslog] lavc/sbrdsp: add support for 256-bit vectors
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/float_dsp: add double-precision scalar product
Rémi Denis-Courmont
- [FFmpeg-cvslog] checkasm/float_dsp: add double-precision scalar product
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/lls: use ff_scalarproduct_double_c()
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavfi: get rid of bespoke double scalar products
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/float_dsp: R-V V scalarproduct_double
Rémi Denis-Courmont
- [FFmpeg-cvslog] checkasm/lpc: test compute_autocorr
Rémi Denis-Courmont
- [FFmpeg-cvslog] checkasm/lpc: use fixed length to bench apply_welch_window
James Almer
Last message date:
Fri May 31 23:07:15 EEST 2024
Archived on: Fri May 31 23:07:24 EEST 2024
This archive was generated by
Pipermail 0.09 (Mailman edition).