October 2023 Archives by thread
Starting: Sun Oct 1 01:44:37 EEST 2023
Ending: Tue Oct 31 23:20:18 EET 2023
Messages: 570
- [FFmpeg-cvslog] avcodec/ffv1dec: Fix data races emanating from copying whole context
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ffv1dec: Reindent after the previous commit
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vorbis: Use void* logctx instead of AVCodecContext*
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/utvideo: Split UTvideoContext into decoder and encoder contexts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/sipr: Remove write-only AVCodecContext*
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/roqvideo: Use void*, not AVCodecContext* for logctx
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/lagarith: Use void* instead of AVCodecContext* as logctx
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/flac_parse: Use void* instead of AVCodecContext* as logctx
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bgmc: Use void* instead of AVCodecContext* as logctx
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudiodsp: Init dct32 directly
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec: Remove DCT, FFT, MDCT and RDFT
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/flicvideo: add 1bit support
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: fix writing end of stream marker
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: fix quant_step_size for 16bit sample format input
Paul B Mahol
- [FFmpeg-cvslog] avformat/aea: improve probe function
Paul B Mahol
- [FFmpeg-cvslog] avformat/aea: fix bitrate for mono
Paul B Mahol
- [FFmpeg-cvslog] avformat/matroskaenc: Don't create wrong packet durations
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Write default duration for audio
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/snow: Move encoder-only stuff out of SnowContext
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/snow: Move dsp helper functions to snow_dwt.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_dec: Remove commented-out legacy cruft
Andreas Rheinhardt
- [FFmpeg-cvslog] lavc/audiodsp: unroll RISC-V clip functions
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/aacpsdsp: simplify R-V V stereo interpolate
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/aacpsdsp: unroll R-V V stereo interpolate
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/aacpsdsp: unroll RISC-V V mul_pair_single
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/aacpsdsp: unroll RISC-V V hybrid_analysis_ileave
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/aacpsdsp: unroll RISC-V V hybrid_synthesis_deint
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/fmtconvert: unroll R-V V int32_to_float_fmul_scalar
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/mlpenc: increase compression ratio when input is of lower bit depth
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: increase compression ratio even more, fix LPC parameters
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: allow changing some LPC parameters
Paul B Mahol
- [FFmpeg-cvslog] riscv: factor out the bswap32 assembler
Rémi Denis-Courmont
- [FFmpeg-cvslog] swscale/rgb2rgb: add R-V Zbb shuffle_bytes_3210
Rémi Denis-Courmont
- [FFmpeg-cvslog] swscale/rgb2rgb: remove R-V V shuffle_bytes_3012
Rémi Denis-Courmont
- [FFmpeg-cvslog] cbs_av1: Make fake OBU size length field a write option
Mark Thompson
- [FFmpeg-cvslog] tools: Don't include the direct library names when linking
Martin Storsjö
- [FFmpeg-cvslog] lavc/h274: transpose IDCT
Niklas Haas
- [FFmpeg-cvslog] avcodec/fflcms2: add ff_icc_profile_sanitize
Niklas Haas
- [FFmpeg-cvslog] avfilter/vf_iccdetect: use ff_icc_profile_sanitize
Niklas Haas
- [FFmpeg-cvslog] avcodec/decode: use ff_icc_profile_sanitize
Niklas Haas
- [FFmpeg-cvslog] avformat/avformat: Deprecate AVFMT_ALLOW_FLUSH
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/codec_par: Move enum AVFieldOrder to defs.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Avoid codec_desc.h, codec_par.h inclusions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hevcpred_template: Removed unreachable code
Dawid Kozinski
- [FFmpeg-cvslog] doc/developer: move a sentence to a more appropriate place
Anton Khirnov
- [FFmpeg-cvslog] doc/developer: merge the 'contributing code' section into its parent chapter
Anton Khirnov
- [FFmpeg-cvslog] doc/developer: fix a nonsense statement
Anton Khirnov
- [FFmpeg-cvslog] doc/developer: add a code behaviour section to development policy
Anton Khirnov
- [FFmpeg-cvslog] doc/developer: drop an outdated item
Anton Khirnov
- [FFmpeg-cvslog] doc/developer: deduplicate commit message rules
Anton Khirnov
- [FFmpeg-cvslog] lavfi/yadif: update output frame durations
Anton Khirnov
- [FFmpeg-cvslog] lavf/demux: restrict video parser duration handling to just GIF
Anton Khirnov
- [FFmpeg-cvslog] lavf/gifdec: do not mark as notimestamps
Anton Khirnov
- [FFmpeg-cvslog] lavc/mpegvideo_parser: reduce variable scopes
Anton Khirnov
- [FFmpeg-cvslog] lavc/mpegvideo_parser: improve exporting field-coding information
Anton Khirnov
- [FFmpeg-cvslog] lavc/mpeg4videodec: do not invent a framerate from guessed numbers
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: do not round frame durations prematurely
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg: move derivation of frame duration from filter framerate
Anton Khirnov
- [FFmpeg-cvslog] avcodec/mpegvideo_dec: Check for existence of planes before accesses
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_dec: Don't memset twice
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_slice: Don't keep AVCodecContext props in sync manually
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/rgb2rgb: rework RISC-V V uyvytoyuv422
Rémi Denis-Courmont
- [FFmpeg-cvslog] swscale/rgb2rgb: avoid S-regs in RISC-V V uyvytoyuv422
Rémi Denis-Courmont
- [FFmpeg-cvslog] swscale/rgb2rgb: unroll RISC-V V uyvytoyuv422
Rémi Denis-Courmont
- [FFmpeg-cvslog] swscale/rgb2rgb: unroll R-V V interleave_bytes
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/float_dsp: avoid reg-stride in R-V V reverse_fmul
Rémi Denis-Courmont
- [FFmpeg-cvslog] avformat/concatdec: Check in/outpoint for overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/sbgdec: Check for period overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/westwood_vqa: Check chunk size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/lcldec: Make PNG filter addressing match the code afterwards
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flacdec: Fix overflow in "33bit" decorrelate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flacdec: Fix integer overflow in "33bit" DECODER_SUBFRAME_FIXED_WIDE()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utvideodec: move allocation to the end of init
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avs: Check if return code is representable
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for MVHA
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacdec_template: Better avoidance of signed integer overflow in imdct_and_windowing_eld()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/tx_template: Fix some signed integer overflows in DECL_FFT5()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavarc: Fix integer overflwo in do_stereo()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavarc: Allocate AV_INPUT_BUFFER_PADDING_SIZE
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavarc: Check k in decode_5elp()
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust wmapro threshold
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix an integer overflow in predictor_update_filter()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/escape124: Do not return random numbers
Michael Niedermayer
- [FFmpeg-cvslog] lavu/float_dsp: avoid reg-stride in R-V V fmul_window
Rémi Denis-Courmont
- [FFmpeg-cvslog] swscale/rgb2rgb: fix extra iteration in R-V V interleave
Rémi Denis-Courmont
- [FFmpeg-cvslog] swscale/rgb2rgb: R-V V deinterleaveBytes
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/hcadec: add a flush callback
James Almer
- [FFmpeg-cvslog] lavc/ac3: add R-V Zbb extract_exponents
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/mpeg12dec: Don't initialize IDCT more than once
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_dec: Don't zero context on init failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_dec: Always initialize IDCTDSPContext during init
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h263dec, mpeg4videodec: Parse extradata during init
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rv10: Remove dead code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rv10: Replace switch by LUT
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h261dec, mpeg12dec, vc1dec: Remove setting write-only flags
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svt-av1: Set force_key_frames only when gop_size == 1
Vignesh Venkatasubramanian via ffmpeg-devel
- [FFmpeg-cvslog] vulkan_hevc: handle non-contiguous SPS/PPS/VPS ids
Benjamin Cheng
- [FFmpeg-cvslog] hwcontext_vulkan: properly support STORAGE usage for mutliplane images
Lynne
- [FFmpeg-cvslog] avcodec/mlpenc: restructure code and resolve several bugs
Paul B Mahol
- [FFmpeg-cvslog] ffprobe: factorize side data printing to dedicated function
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: correct section name for side data piece
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: introduce section type, use for the compact output
Stefano Sabatini
- [FFmpeg-cvslog] avcodec/jpegxl_parser: add some icc profile checks
Leo Izen
- [FFmpeg-cvslog] avcodec/jpegxl_parser: fix various memory issues
Leo Izen
- [FFmpeg-cvslog] lavc: clarify meaning of avctx.level option
Stefano Sabatini
- [FFmpeg-cvslog] doc/encoders/libx264: clarify meaning of level option
Stefano Sabatini
- [FFmpeg-cvslog] doc/encoders/libxvid: fix references for me_quality option
Stefano Sabatini
- [FFmpeg-cvslog] doc/encoders/libopus: clarify lowdelay and cutoff options
Stefano Sabatini
- [FFmpeg-cvslog] avcodec/mlpdec: set extended_substream_info from header
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vulkan_filter: Remove unused label
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/packet: add generic side data helpers
James Almer
- [FFmpeg-cvslog] avcodec/codec_par: add side data to AVCodecParameters
James Almer
- [FFmpeg-cvslog] avformat/avformat: use the side data from AVStream.codecpar
James Almer
- [FFmpeg-cvslog] avcodec/packet: add some documentation for AVPacketSideData
James Almer
- [FFmpeg-cvslog] fftools/ffmpeg: stop using AVStream.side_data
James Almer
- [FFmpeg-cvslog] fftools/ffplay: stop using AVStream.side_data
James Almer
- [FFmpeg-cvslog] fftools/ffprobe: stop using AVStream.side_data
James Almer
- [FFmpeg-cvslog] avcodec/hevcdec: check for DOVI configuration record in AVCodecContext side data
James Almer
- [FFmpeg-cvslog] avcodec/decode: propagate global side data to frames
James Almer
- [FFmpeg-cvslog] fftools/ffmpeg: stop injecting stream side data in packets
James Almer
- [FFmpeg-cvslog] fftools/ffplay: stop injecting stream side data in packets
James Almer
- [FFmpeg-cvslog] avcodec/mpegvideo: Move allocating new_picture to the encoder
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mlpenc: rename some variables related to thd
Paul B Mahol
- [FFmpeg-cvslog] avformat/wavdec: w64: do not error out for broken files if data start is found
Paul B Mahol
- [FFmpeg-cvslog] lavu/fixed_dsp: R-V V scalarproduct
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/refstruct: Add simple API for refcounted objects
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/get_buffer: Use RefStruct API for FramePool
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_ps: Use RefStruct API for SPS/PPS
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hevc_ps: Use RefStruct API for parameter sets
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp8: Use RefStruct API for seg_map
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wavpack: Use RefStruct API for DSD context
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dovi_rpu: Use RefStruct API for Vdr data
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/refstruct: Allow checking for exclusive ownership
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs: Use RefStruct-API for unit content
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs_sei: Use RefStruct API for SEI messages
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/decode: Use RefStruct API for hwaccel_picture_private
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vulkan_decode: Use RefStruct API for shared_ref
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hevcdec: Use RefStruct API for RefPicListTab buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pthread_frame: Use RefStruct API for ThreadFrame.progress
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/nvdec: Use RefStruct API for decoder_ref
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sbgdec: Check for negative duration or un-representable end pts
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Disallow more than one meta box for AVIF
Vignesh Venkatasubramanian via ffmpeg-devel
- [FFmpeg-cvslog] avformat/jacosubdec: Factorize code in get_shift() a bit
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jacosubdec: avoid signed integer overflows in get_shift()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jacosubdec: Check timeres
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: compute absolute dts difference without overflow in mov_find_next_sample()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rpl: Check for number_of_chunks overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/tta: Better totalframes check
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: Check left avio_tell for overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Check prebuffered_ns for overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/xwma: sanity check bits_per_coded_sample
Michael Niedermayer
- [FFmpeg-cvslog] avformat/asfdec_f: Saturate presentation time in marker
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_parser: saturate dts a bit
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec, mov: Fix declaration-after-statement warnings
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmv2dec: Parse extradata during init
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h261dec: Remove pointless goto
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/refstruct: Inline ff_refstruct_allocz()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mlpenc: fix stereo decorrelation
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: change flag for shorten_by in THD case
Paul B Mahol
- [FFmpeg-cvslog] lavu/float_dsp: adjust multipler in R-V V fmul_window
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/fixed_dsp: R-V V vector_fmul_add
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/fixed_dsp: R-V V vector_fmul_reverse
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/fixed_dsp: R-V V vector_fmul
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavu/fixed_dsp: R-V V vector_fmul_window
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/exrdsp: R-V V reoder_pixels
Rémi Denis-Courmont
- [FFmpeg-cvslog] configure: fix --custom-allocator
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/nvenc: add option to control subsampling of packed rgb input
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/ddagrab: actually use provided texture pointer
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/ddagrab: create secondary xor mouse texture
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/hcadec: implement proper .flush callback
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: export codebook_search option too
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: export max_interval option
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Fix abort on allocation errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Remove always-false checks
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Reindentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't pretend input to be non-refcounted
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't reget known values
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't overallocate arrays
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't set write-only properties
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Remove dead block
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't allocate buffers unnecessarily
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't call av_frame_copy_props() unnecessarily
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegpicture: Move caller-specific parts of function to callers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg(picture|video_dec): Move comment to more appropriate place
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vdpau_vc1: Fix indentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mlpenc: fix regression in encoding only zeroes
Paul B Mahol
- [FFmpeg-cvslog] fftools/ffmpeg_enc: move handling video frame duration to video_sync_process()
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: move remaining vsync-related code to video_sync_process()
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: simplify adjust_frame_pts_to_encoder_tb() signature
Anton Khirnov
- [FFmpeg-cvslog] ffools/ffmpeg_filter: stop trying to handle an unreachable state
Anton Khirnov
- [FFmpeg-cvslog] tests/fate/ffmpeg: add tests for -force_key_frames source
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: unbreak -force_key_frames source_no_drop
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: merge -force_key_frames source/source_no_drop
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg: stop accessing OutputStream.last_dropped in print_report()
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: move framerate conversion state into a separate struct
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: move fps conversion code to ffmpeg_filter
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_filter: fail on filtering errors
Anton Khirnov
- [FFmpeg-cvslog] fftools/ffmpeg_enc: constify the frame passed to enc_open()
Anton Khirnov
- [FFmpeg-cvslog] avcodec/mlpenc: export lpc_coeff_precision option
Paul B Mahol
- [FFmpeg-cvslog] fftools/ffmpeg_demux: Don't use fake object with av_opt_eval
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_demux: Fix leak on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/libvmaf: remove deprecated options
Kyle Swanson
- [FFmpeg-cvslog] nlmeans_vulkan: fix width/height for chroma plane weights calculation
Lynne
- [FFmpeg-cvslog] nlmeans_vulkan: reduce dispatches by parallelizing the planes
Lynne
- [FFmpeg-cvslog] nlmeans_vulkan: parallelize workgroup invocations
Lynne
- [FFmpeg-cvslog] avcodec/libkvazaar: Bump minimum version to 2.0.0
John Mather
- [FFmpeg-cvslog] avcodec/libkvazaar: Respect codec context color settings.
John Mather
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 1e94f9d web/contact: add IRC log date
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avcodec/h261dec: Don't set write-only picture_number
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h261dec: Discard whole packet when discarding
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4video_parser: Don't set write-only current_picture_ptr
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/libvmaf: update pix_fmts
Kyle Swanson
- [FFmpeg-cvslog] avcodec/nvdec_hevc: fail to initialize on unsupported profiles
Timo Rothenpieler
- [FFmpeg-cvslog] avcodec/error_resilience: Constify ThreadFrame*
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264idct_template: Don't include h264dec.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264dec: Constify H.264 decoder
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_showinfo: also print chroma loc
Niklas Haas
- [FFmpeg-cvslog] avcodec/h261dec: Don't set write-only macroblock dimensions
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: improve libmfx deprecation warning
Leo Izen
- [FFmpeg-cvslog] configure: disable libglslang/libshaderc if the vulkan is disabled
Lynne
- [FFmpeg-cvslog] avformat/tmv: Check video chunk size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/evc_ps: Check chroma_format_idc
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/bonk: Fix undefined overflow in predictor_calc_error()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/usmdec: do not return 0 when no packet was produced
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_ue_golomb()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_h2645: Fix showing bits at the end in cbs_read_se_golomb()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/xvididct: Make c* unsigned to avoid undefined overflows
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h2645_parse: Avoid EAGAIN
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpegxl_parser: fix OOB read regression
Leo Izen
- [FFmpeg-cvslog] MAINTAINERS: add entry for jpegxl*
Leo Izen
- [FFmpeg-cvslog] avformat/mxfenc: fix static building
Michael Riedl
- [FFmpeg-cvslog] fate/screen: workaround test failure on mac M1
Zhao Zhili
- [FFmpeg-cvslog] avcodec/videotoolboxenc: add hw_configs
Zhao Zhili
- [FFmpeg-cvslog] avcodec/videotoolboxenc: Check and set hevc profile
Zhao Zhili
- [FFmpeg-cvslog] avcodec/mlpenc: restructure code even more
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: remove TODO comment, sample rate is always fixed
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: implement advanced stereo rematrix
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: allow smaller shift for LPC
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: cleanup filtering
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlp*: merge flags used by encoder and decoder
Paul B Mahol
- [FFmpeg-cvslog] avcodec/ffv1dec: Fail earlier if prior context is corrupted
Michael Niedermayer
- [FFmpeg-cvslog] avformat/replaygain: avoid undefined / negative abs
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/alsdec: The minimal block is at least 7 bits
Michael Niedermayer
- [FFmpeg-cvslog] swscale/input: Use more unsigned intermediates
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mlpdec: Check max matrix instead of max channel in noise check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: restructure slice coordinate reading a bit
Michael Niedermayer
- [FFmpeg-cvslog] avformat/id3v2: Check taglen in read_uslt()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wavpack: Avoid undefined shift in get_tail()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sunrast: Fix maplength check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/eatgq: : Check index increments in tgq_decode_block()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/012v: Order operations for odd size handling
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: use 32pixel alignment for bink
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pictordec: Remove mid exit branch
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Check samplesize and offset to avoid integer overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Check that num h/v slices is supported
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Check deloco index more exactly
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/videodsp_template: Adjust pointers to avoid undefined pointer things
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: allocate a line more for VC1 and WMV3
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Ensure linesize for SVQ3
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/bink: Fix off by 1 error in ref end
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/bink: Avoid undefined out of array end pointers in binkb_decode_plane()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/motionpixels: Mask pixels to valid values
Michael Niedermayer
- [FFmpeg-cvslog] Use https for repository links
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/escape124: fix signdness of end of input check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/escape124: Fix some return codes
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp3: Add missing check for av_malloc
Jiasheng Jiang
- [FFmpeg-cvslog] configure: update copyright year
Lynne
- [FFmpeg-cvslog] avcodec/g729postfilter: Limit shift in long term filter
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vp3: Check width to avoid assertion failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/huffyuvdec: Fix undefined behavior with shift
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/escape124: Check that blocks are allocated before use
Michael Niedermayer
- [FFmpeg-cvslog] libavcodec/lcldec: width and height should not be unsigned
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/lcldec: Support 4:1:1 and 4:2:2 with odd width
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/lcldec: More space for rgb24
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vorbisdec: Check codebook float values to be finite
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: Do not pass AVFrame into global header decode
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: the IFF_ILBM implementation assumes that there are a multiple of 16 allocated
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tak: Check remaining bits in ff_tak_decode_frame_header()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: Check that smv block fits in available space
Michael Niedermayer
- [FFmpeg-cvslog] avcodec: Ignoring errors is only possible before the input end
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevcdec: Avoid null pointer dereferences in MC
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: fix 2 integer overflows in get_audio_frame_duration()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: fix av_sincos_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/softfloat: Basic documentation for av_sincos_sf()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check for reduction factor and image offset
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/xvididct: Fix integer overflow in idct_row()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tta: fix signed overflow in decorrelate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4videodec: more unsigned in amv computation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/huffyuvdec: avoid undefined behavior with get_vlc2() failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/format: Stop reading data at EOF during probing
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/celp_math: avoid overflow in shift
Michael Niedermayer
- [FFmpeg-cvslog] Update for FFmpeg 2.8.22
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libx264: Add the SSE computation for libx264.
Elias Carotti
- [FFmpeg-cvslog] avformat/mxfdec: Check klv offset
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevc_ps: Check cpb_cnt_minus1 before storing it
Michael Niedermayer
- [FFmpeg-cvslog] libavutil/ppc/cpu.c: check that AT_HWCAP2 is defined
Sean McGovern
- [FFmpeg-cvslog] avfilter/vf_scale: fix interlaced chroma for other formats
Niklas Haas
- [FFmpeg-cvslog] avcodec/mlpenc: add helper function to derive TrueHD ch map from ch_layout
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: use ctx->num_substreams when writing headers
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: add support for TrueHD substreams
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: add proper support for output bit shift
Paul B Mahol
- [FFmpeg-cvslog] ffprobe: fix XML rendering, review XML layout
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: reindent after 2b0973d
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: factorize xml_print_str and xml_print_int
Stefano Sabatini
- [FFmpeg-cvslog] doc/ffprobe.xsd: apply consistent indent
Stefano Sabatini
- [FFmpeg-cvslog] ffprobe: add -output_format as an alias of -of
Stefano Sabatini
- [FFmpeg-cvslog] avcodec/mlpenc: add 2.1 layout support for truehd
Paul B Mahol
- [FFmpeg-cvslog] aarch64: Consistently use lowercase for vector element specifiers
Martin Storsjö
- [FFmpeg-cvslog] aarch64: Lowercase UXTW/SXTW and similar flags
Martin Storsjö
- [FFmpeg-cvslog] aarch64: Make the indentation more consistent
Martin Storsjö
- [FFmpeg-cvslog] aarch64: Manually tweak vertical alignment/indentation in tx_float_neon.S
Martin Storsjö
- [FFmpeg-cvslog] aarch64: Reindent all assembly to 8/24 column indentation
Martin Storsjö
- [FFmpeg-cvslog] avcodec/librsvgdec: fix memory leaks and deprecated functions
Leo Izen
- [FFmpeg-cvslog] avcodec/pthread_frame: Remove ff_thread_release_buffer()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/av1dec, vaapi_av1: Remove excessive logmessages
Andreas Rheinhardt
- [FFmpeg-cvslog] libavcodec/aarch64/hevc: Require consistent use of trailing semicolon
Martin Storsjö
- [FFmpeg-cvslog] fftools: Check HAVE_GETSTDHANDLE before using GetStdHandle
Martin Storsjö
- [FFmpeg-cvslog] hwcontext_vulkan: improve queue family init code
Lynne
- [FFmpeg-cvslog] aarch64: Stop using asm/hwcap.h for the HWCAP_* detection
Martin Storsjö
- [FFmpeg-cvslog] aarch64: Only enable extensions in the intended files/regions
Martin Storsjö
- [FFmpeg-cvslog] avformat/options: add missing disposition flag to AVStream class options
James Almer
- [FFmpeg-cvslog] vulkan_decode: use coded_width/height instead of the non-coded width and height
Lynne
- [FFmpeg-cvslog] vulkan_decode: fix pedantic validation issue
Lynne
- [FFmpeg-cvslog] vulkan_decode: fix another validation issue
Lynne
- [FFmpeg-cvslog] vulkan_decode: correct flipped condition in image layout
Lynne
- [FFmpeg-cvslog] ffprobe: print the non-diegetic stream disposition flag
James Almer
- [FFmpeg-cvslog] avfilter/vidstab: add option for file format specification
Gyan Doshi
- [FFmpeg-cvslog] avcodec/hevcdec: Move collocated_ref to HEVCContext
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mlpenc: add 3.1 ch layout support for truehd
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpdec: support for truehd with channels not representable with 5bit field in second stream
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: add support for 4.0/4.1 ch layout
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: try different filter parameters in case of out of range output from LPC
Paul B Mahol
- [FFmpeg-cvslog] avutil/channel_layout: rename 7.1(top) channel layout to 5.1.2
James Almer
- [FFmpeg-cvslog] avutil/channel_layout: add a 5.1.4 channel layout
James Almer
- [FFmpeg-cvslog] avutil/channel_layout: add a 7.1.2 channel layout
James Almer
- [FFmpeg-cvslog] avutil/channel_layout: add a 7.1.4 channel layout
Will Wolcott
- [FFmpeg-cvslog] avutil/channel_layout: add a 3.1.2 channel layout
James Almer
- [FFmpeg-cvslog] avutil: bump minor version after recent commits
James Almer
- [FFmpeg-cvslog] avcodec/bitstream_template: Basic documentation for read_vlc_multi()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/magicyuv: correct end of array check in multi VLC parsing
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/magicyuv: remove redundant check in inner loop
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vlc: merge lost 16bit end of array check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vlc: dont pass nb_elems into multi vlc code
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check image offset
Michael Niedermayer
- [FFmpeg-cvslog] avutil/tx_template: fix integer ovberflwo in fft3()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rtsp: Use rtsp_st->stream_index
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/libvmaf: fix broken cuda build
Kyle Swanson
- [FFmpeg-cvslog] avutil/channel_layout: simplify 22.2 layout bitmask define
James Almer
- [FFmpeg-cvslog] vulkan: return VK_NOT_READY when no queries are available
Lynne
- [FFmpeg-cvslog] New commits on branch release/6.0
Git System
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Fix declaration-after-statement warnings
Andreas Rheinhardt
- [FFmpeg-cvslog] Tag n2.8.22 : FFmpeg 2.8.22 release
git at videolan.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 2b7ce01 web/download: add FFmpeg 2.8.22
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: fix memleak when device_create is skipped
Zhao Zhili
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: cuda doesn't belong to valid_sw_formats
Zhao Zhili
- [FFmpeg-cvslog] avutil/hwcontext_vaapi: return ENOSYS for unsupported operation
Zhao Zhili
- [FFmpeg-cvslog] Bump versions prior to 6.1
Michael Niedermayer
- [FFmpeg-cvslog] doc/APIchanges: Add 6.1 cut point
Michael Niedermayer
- [FFmpeg-cvslog] Bump versions after 6.1
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: mark 6.0
James Almer
- [FFmpeg-cvslog] Changelog: mark 6.1
James Almer
- [FFmpeg-cvslog] lavc/libaribcaption: switch all `bool` context variables to `int`
TADANO Tokumei
- [FFmpeg-cvslog] lavc/libaribcaption: add MSZ character related options
TADANO Tokumei
- [FFmpeg-cvslog] lavc/libaribcaption: rename `replace_fullwidth_ascii` to `replace_msz_ascii`
TADANO Tokumei
- [FFmpeg-cvslog] lavu/riscv: fix typo
Rémi Denis-Courmont
- [FFmpeg-cvslog] libavcodec/mpeg12: Remove "fast" mode
Kieran Kunhya
- [FFmpeg-cvslog] libavcodec/mpeg12: Reindent
Kieran Kunhya
- [FFmpeg-cvslog] Changelog: Add forgotten line
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/j2kenc: fix 5/3 DWT identifer
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/j2kenc: remove misleading pred value
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/j2kenc: Fix funky bpno errors on decoding
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/j2kenc: simplify pixel format setup
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/j2kenc: Replace BGR48 / GRAY16 test by test for number of bits
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/j2kenc: Replace RGB24 special case by generic test
Michael Niedermayer
- [FFmpeg-cvslog] avformat/imf: fix invalid resource handling
Pierre-Anthony Lemieux
- [FFmpeg-cvslog] avutil/tx_priv: Use unsigned in BF() to avoid signed overflows
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/g2meet: Replace fake allocation avoidance for framebuf
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngdec: remove AVFrame argument from decode_iccp_chunk()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exr: Cleanup befor return
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/sonic: Fix two undefined integer overflows
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tiff: add a zero DNG_LINEARIZATION_TABLE check
Michael Niedermayer
- [FFmpeg-cvslog] avformat/oggparsetheora: clip duration within 64bit
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/noise_bsf: Check for wrapped frames
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jpegxl_probe: Remove intermediate macro obfuscation around get_bits*()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jpegxl_probe: check length instead of blindly reading
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jpegxl_probe: Forward error codes
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/takdsp: Fix integer overflows
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for speex
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pcm: allow Changing parameters
Michael Niedermayer
- [FFmpeg-cvslog] avformat/imf_cpl: xmlNodeListGetString() can return NULL
Michael Niedermayer
- [FFmpeg-cvslog] avformat/imf_cpl: Replace NULL content_title_utf8 by ""
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avr: Check sample rate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix CRC for 24bps and bigendian
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix 48khz 24bit below insane level
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/hevcdec: Fix undefined memcpy()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg4videodec: consider lowres in dest_pcm[]
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cscd: Check for CamStudio Lossless Codec 1.0 behavior in end check of LZO files
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cscd: Fix "CamStudio Lossless Codec 1.0" gzip files
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: jpeg2000 has its own lowres option
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: reduce default max reload to 3
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for rtv1
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: Remove this_partition
Michael Niedermayer
- [FFmpeg-cvslog] avutil/video_enc_params: fix doxy for av_video_enc_params_block()
James Almer
- [FFmpeg-cvslog] doc/filters: add one more example for feedback filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_feedback: add timeline support
Paul B Mahol
- [FFmpeg-cvslog] lavc/pixblockdsp: rename unaligned R-V V functions
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/pixblockdsp: aligned R-V V 8-bit functions
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/idctdsp: require Zve64x for R-V V functions
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/idctdsp: improve R-V V put_signed_pixels_clamped
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/idctdsp: improve R-V V add_pixels_clamped
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/idctdsp: improve R-V V put_pixels_clamped
Rémi Denis-Courmont
- [FFmpeg-cvslog] aarch64: Simplify the linux runtime cpu detection code
Martin Storsjö
- [FFmpeg-cvslog] configure: Improve aarch64 feature detection on older, broken Clang versions
Martin Storsjö
- [FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_epel_pixels and and hevc_qpel_pixels
Logan Lyu
- [FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_epel_v
Logan Lyu
- [FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_epel_hv
Logan Lyu
- [FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_qpel_v
Logan Lyu
- [FFmpeg-cvslog] lavc/aarch64: new optimization for 8-bit hevc_qpel_hv
Logan Lyu
- [FFmpeg-cvslog] avfilter/drawutils: ban XYZ formats
Niklas Haas
- [FFmpeg-cvslog] avutil/pixdesc: add AV_PIX_FMT_FLAG_XYZ
Niklas Haas
- [FFmpeg-cvslog] avfilter/drawutils: remove redundant xyz format check
Niklas Haas
- [FFmpeg-cvslog] avutil/pixdesc: simplify xyz pixfmt check
Niklas Haas
- [FFmpeg-cvslog] avformat/vf_vapoursynth: simplify xyz format check
Niklas Haas
- [FFmpeg-cvslog] lavc/utvideodsp: R-V V restore_rgb_planes
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/utvideodsp: R-V V restore_rgb_planes10
Rémi Denis-Courmont
- [FFmpeg-cvslog] lavc/huffyuvdsp: R-V V add_int16
Rémi Denis-Courmont
- [FFmpeg-cvslog] avcodec/vlc: Add functions to init static VLCElem[] without VLC
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp3: Make VLC tables static where possible
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp3: Increase some VLC tables
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_cavlc: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_cavlc: Avoid indirection for coefficient table VLCs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_cavlc: Remove code duplication
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/asvdec: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/faxcompr: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h261dec: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ituh263dec: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/msmpeg4_vc1_data: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svq1dec: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/svq1dec: Increase size of VLC
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rv40: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpc7: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/intrax8: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/clearvideo: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/atrac9dec: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/imc: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp3: Share coefficient VLCs between threads
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp3: Avoid complete VLC struct, only use VLCElem*
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp3: Reindent after the previous commits
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rv34: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rv34: Constify pointer to static object
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wnv1: Avoid unnecessary VLC structure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mv30: Avoid unnecessary VLC structure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vqcdec: Avoid unnecessary VLC structure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mobiclip: Avoid unnecessary VLC structure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mimic: Avoid unnecessary VLC structure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/imm4: Avoid unnecessary VLC structure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/lagarith: Avoid unnecessary VLC structure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/speedhqdec: Avoid unnecessary VLC structure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc1: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/4xm: Avoid unnecessary VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/indeo2: Avoid unnecessary VLC structure
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mss4: Partially inline max_depth and nb_bits of VLC
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg4videodec: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/msmpeg4dec: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacps: Remove unused AVCodecContext* parameter from ff_ps_apply
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacps: Pass logctx as void* instead of AVCodecContext*
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacdectab: Deduplicate common decoder tables
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacdec_template: Deduplicate VLCs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacdec_template: Don't init unused table for fixed-point decoder
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aactab: Improve included headers
Andreas Rheinhardt
- [FFmpeg-cvslog] vulkan_h264: fix long-term ref handling
Benjamin Cheng
- [FFmpeg-cvslog] bwdif_vulkan: fix artifacts on vulkan decode images
Lynne
- [FFmpeg-cvslog] avcodec/aacdec_common: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacsbr_template: Deduplicate VLCs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacdec_common: Avoid superfluous VLC structures for SBR VLCs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacdec_common: Switch to ff_vlc_init_tables_from_lengths()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacdec_common: Combine huffman tabs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacdec_common: Apply offset for SBR VLCs during init
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacps: Move initializing common stuff to aacdec_common.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacps_common: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacps_common: Switch to ff_vlc_init_tables_from_lengths()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacps_common: Combine huffman tabels
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacps_common: Apply offset for VLCs during init
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudiodec_common: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpeg12: Avoid unnecessary VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmaprodec: Avoid superfluous VLC structures
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/wmavoice: Avoid unnecessary VLC structure
Andreas Rheinhardt
Last message date:
Tue Oct 31 23:20:18 EET 2023
Archived on: Tue Oct 31 23:20:20 EET 2023
This archive was generated by
Pipermail 0.09 (Mailman edition).