April 2025 Archives by thread
Starting: Tue Apr 1 12:35:25 EEST 2025
Ending: Wed Apr 30 03:16:38 EEST 2025
Messages: 304
- [FFmpeg-cvslog] avcodec/mediacodecdec_common: Workaround MTK broken crop implementation
Zhao Zhili
- [FFmpeg-cvslog] configure: Add a dependency for the audiotoolbox outdev
Martin Storsjö
- [FFmpeg-cvslog] libavfilter: metal: Fix the version condition for iOS
Martin Storsjö
- [FFmpeg-cvslog] videotoolboxenc: Add an iOS version condition for VTCopySupportedPropertyDictionaryForEncoder
Martin Storsjö
- [FFmpeg-cvslog] configure: Check for an actual function in VideoToolbox
Martin Storsjö
- [FFmpeg-cvslog] checkasm/v210enc.c: Use checkasm_check()
Kieran Kunhya
- [FFmpeg-cvslog] checkasm: Make checkasm_fail_func return whether we should print verbosely
Martin Storsjö
- [FFmpeg-cvslog] checkasm: Implement helpers for defining and checking padded rects
Martin Storsjö
- [FFmpeg-cvslog] checkasm: vp8dsp: Use checkasm_check_padded in check_mc
Martin Storsjö
- [FFmpeg-cvslog] avcodec/nvenc: unify CBR filler data insertion for all codecs
Cameron Gutman
- [FFmpeg-cvslog] avcodec/dct: Make declarations and definitions match
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ac3dec: Read spx flags at once, not one bit at a time
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hevc/hevcdec: Use bitfield instead of array of flags
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/sbcdsp_data: Make data static
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vsrc_testsrc: also fill alpha planes with a test pattern in {rgb,yuv}testsrc
James Almer
- [FFmpeg-cvslog] tests/filter-video: add yuvtestsrc tests for yuva444p
James Almer
- [FFmpeg-cvslog] tests/filter-video: add rgbtestsrc tests for gbrap
James Almer
- [FFmpeg-cvslog] doc/ffmpeg: document videotoolbox in -hwaccel option
Jun Zhao
- [FFmpeg-cvslog] fftools/cmdutils: fix error message for "ffmpeg -init_hw_device list"
Jun Zhao
- [FFmpeg-cvslog] doc: replace http/git by https urls
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: replace 3 double precision log2() by 1 single precision log2()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: replace the remaining log2() by magic
Michael Niedermayer
- [FFmpeg-cvslog] tests/checkasm/checkasm.c: Assert that aligned_w/h do not overflow
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_swr_fuzzer: fix memory leak on av_samples_fill_arrays() error
Kacper Michajłow
- [FFmpeg-cvslog] fftools/ffprobe: Fix hypothetical stack buffer overflow
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: Remove unused variable
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/csputils: Remove unused ff_sws_matrix3x3_rmul()
Andreas Rheinhardt
- [FFmpeg-cvslog] postproc/postprocess: Remove unused b02
Andreas Rheinhardt
- [FFmpeg-cvslog] postproc/postprocess_template: Use immediate instead of memory load
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec_lpd: Make ff_aac_lpd_mode_tab static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac/aacdec_lpd: Remove dead code
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aactab: Remove unused arrays
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vulkan_video: Remove unused ff_vk_h26[45]_profile_to_av()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/h26x/h265dsp: Remove unused functions
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/palette: Remove unused ff_srgb_u8_to_linear_int()
Andreas Rheinhardt
- [FFmpeg-cvslog] doc/{in,out}devs: Remove documentation for removed devices
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vdpau: Only include mpegvideodec.h when used
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/Makefile: Only include half2float, float2half when needed
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat: Fix AV1 RTP wrong log condition
Chris Hodges
- [FFmpeg-cvslog] avfilter/vf_libplacebo: don't explode on zero FPS information
Niklas Haas
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. b6b0b75 web/security: Add 4 more CVE#
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avfoundation: Fix compilation for OSes other than macOS and iOS
Martin Storsjö
- [FFmpeg-cvslog] configure: Check for AVCaptureSession as dependency to avfoundation
Martin Storsjö
- [FFmpeg-cvslog] libavcodec/amfenc: Setting the VBAQ property before the init call.
Dmitrii Ovchinnikov
- [FFmpeg-cvslog] avcodec/decode: Fix avcodec parameters when bsfs are enable by decoder
Zhao Zhili
- [FFmpeg-cvslog] avcodec: remove remaining references to avcodec_close()
James Almer
- [FFmpeg-cvslog] avcodec/ffv1enc: run1start variables should fit in 32bit
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1: Allocate unit only when needed and only as large as needed
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1: Only allocate fltmap* and bitmap when needed
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1dec: Limit size of fltmap* to pixel number
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: Consider 2s x s slice configurations
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/buffersrc: check for valid sample rate
James Almer
- [FFmpeg-cvslog] avcodec/d3d12va_decode: enable reference-only mode
Araz Iusubov
- [FFmpeg-cvslog] avutil/tests/aes_ctr: test more than a single block worth of data
James Almer
- [FFmpeg-cvslog] avutil/tests/aes_ctr: also check the encrypted buffer
James Almer
- [FFmpeg-cvslog] avutil/tests/aes_ctr: reindent after the previous commit
James Almer
- [FFmpeg-cvslog] avutil/tests/aes_ctr: also randomize the encryption key
James Almer
- [FFmpeg-cvslog] lavu/aes: add x86 AESNI optimizations
Rodger Combs
- [FFmpeg-cvslog] avutil/aes_ctr: simplify and optimize av_aes_ctr_crypt()
James Almer
- [FFmpeg-cvslog] avutil/aes_ctr: simplify incrementing the counter
James Almer
- [FFmpeg-cvslog] avutil/x86/aes: ignore the upper bits in count
James Almer
- [FFmpeg-cvslog] checkasm: add tests for AES
Rodger Combs
- [FFmpeg-cvslog] lavu/dict: add AV_DICT_DEDUP
rcombs
- [FFmpeg-cvslog] lavf/metadata: support duplicate keys in ff_metadata_conv
rcombs
- [FFmpeg-cvslog] lavf/id3v2dec: support multiple values and TIPL frames
rcombs
- [FFmpeg-cvslog] avcodec/ffv1: Store slices*planes with the minimum bits needed after remap
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: Remove 65536 pixel per slice limit for remap
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: avoid slices larger than 360x288 if no value is specified
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: Fix remap > 0 with gbrp12, that is non float
Michael Niedermayer
- [FFmpeg-cvslog] APIChanges & version bump for AV_DICT_DEDUP
Michael Niedermayer
- [FFmpeg-cvslog] avutil/dict: fix memleak in av_dict_set()
James Almer
- [FFmpeg-cvslog] avcodec/h264: fix reference reordering
averne
- [FFmpeg-cvslog] avutil/tests/channel_layout: Improve enum range check
Andreas Rheinhardt
- [FFmpeg-cvslog] configure: Allow mixing declarations and statements
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/aes: use pthread_once to fill the static tables
James Almer
- [FFmpeg-cvslog] avcodec/x86/vvc/dsp_init: Make put wrappers static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/vvc/dsp_init: Make ff_vvc_apply_bdof_##bd##_avx2 static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/vvc/dsp_init: Make alf wrappers static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/vvc/dsp_init: Make avg wrappers static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/celp_math: Reuse ff_scalarproduct_float_c()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/lsp: Make ff_acelp_lsp2lpc() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/celp_math: Mark ff_celp_math_init() as av_cold
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/hevc/mc: Remove unused functions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Make ff_hevc_put_uni_w_* functions static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Make ff_hevc_put_bi_w_* functions static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Make ff_hevc_put_uni_[qe]?pel* funcs static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Make ff_hevc_put_[eq]?pel_* static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Make ff_hevc_put_bi_[eq]?pel* funcs static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Reindent after the previous commits
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/hevcdsp: Move macro to dsp_init.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/hevcdsp: Move to x86/hevc
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacenc_is: Make ff_aac_is_encoding_err() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mjpegenc_huffman: Make ff_mjpegenc_huffman_compute_bits() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avocdec/mjpegenc_huffman: Avoid redundant loop
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/fate/vcodec: Test "default" Huffman tables, too
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/m[jx]pegdec: Simplify freeing frame
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dovi_rpuenc: Constify dv_levels
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/nvdec_vc1: add marker insertion logic
averne
- [FFmpeg-cvslog] avcodec/ffv1enc: permit 1024 slices
Jerome Martinez
- [FFmpeg-cvslog] swscale/output: Fix integer overflow in yuv2gbrp_full_X_c()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale: Do not crash on floats
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/osq: avoid undefined negation
Michael Niedermayer
- [FFmpeg-cvslog] doc/encoders: Document compression_level for PNG
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngenc: set default prediction method to PAETH
Michael Niedermayer
- [FFmpeg-cvslog] doc/encoders: Document png pred
Michael Niedermayer
- [FFmpeg-cvslog] checkasm: hevc_pel: Use helpers for checking for writes out of bounds
Martin Storsjö
- [FFmpeg-cvslog] avutil/x86/aes: remove a few branches
James Almer
- [FFmpeg-cvslog] tests/fate/checkasm: add the aes test
James Almer
- [FFmpeg-cvslog] fftools/textformat: Extract and generalize textformat api from ffprobe.c
softworkz
- [FFmpeg-cvslog] fftools/ffprobe: Change to use textformat api
softworkz
- [FFmpeg-cvslog] fftools/ffprobe: Rename writer_print_section_* and WriterContext
softworkz
- [FFmpeg-cvslog] fftools/ffprobe: Rename AVTextFormatContext variables (w => tfc)
softworkz
- [FFmpeg-cvslog] avcodec/mediacodecdec: Reset optional fields when parse format
Zhao Zhili
- [FFmpeg-cvslog] avcodec/amfenc_av1: Add B-frame QP control
Dmitrii Ovchinnikov
- [FFmpeg-cvslog] avcodec/asvenc: Don't use FF_INPUT_BUFFER_MIN_SIZE
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/asvenc: Use tighter MAX_MB_SIZE constant
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h261dec: Export key frame information
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h261dec: Set pict_type during init
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Remove always-false check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq{xvlc,_hqadata}: Deduplicate and hardcode cbp table
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq: Include alpha in cbp VLC table
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq_hqa: Don't zero in small chunks, don't zero twice
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq_hqadata: Avoid relocations
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq_hqa: Use RL-VLC table
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq_hqa: Include implicit +1 run in RL VLC table
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq_hqa: Use ff_vlc_init_from_lengths()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq_hqa: Check available date before allocating frame
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq_hqa: Remove implicit always-false checks
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/hq_hqa: Check size before initializing GetByteContext
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/motionpixels: Avoid av_unused
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/aes: Make aes_init_static() av_cold
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/aes: Use #if checks instead of if (ARCH_X86)
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aacenc: Remove always-false check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aac{enc,}tab: Deduplicate swb tables
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/x86/rgb2rgb: Deduplicate ASM constants
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/opus/tab: Deduplicate arrays
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/asf_tags: Deduplicate tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudioenc_template: Remove always-false branch
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudioenc_{fixed,float}: Merge encoders
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudioenc: Combine writing scale factors
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudioenc: Avoid intermediate buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudioenc: Don't pad one bit at a time
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudioenc: Move PutBitContext to stack
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudioenc: Rename MPA_encode_* -> mpa_encode_*
Andreas Rheinhardt
- [FFmpeg-cvslog] vulkan: fix logging level when erroring upon creating shader module
Lynne
- [FFmpeg-cvslog] vulkan_shaderc/glslang: print full shaders on TRACE rather than VERBOSE
Lynne
- [FFmpeg-cvslog] vulkan: remove unused field from exec pools
Lynne
- [FFmpeg-cvslog] vulkan_decode: only create sequence params in end_frame
Lynne
- [FFmpeg-cvslog] hwcontext_vulkan: disable descriptor buffer extension on Intel
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: enable acceleration on Intel
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: remove unused define
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: slightly optimize the range decoder
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: optimize symbol reader
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: allocate just as much memory for slice state as needed
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: init overread/corrupt fields
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: fallback to upload if mapping packet fails, fix fallback
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: fix reset shader dependencies
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: improve buffer barrier correctness for slice state
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: fix left-2 sample addressing
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: cache only 2 lines when decoding RGB
Lynne
- [FFmpeg-cvslog] ffv1/vulkan: redo context count tracking and quant_table_idx management
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: externalize extended lookup check
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: remove need for scratch data during setup
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: shortcut +-1 coeffs in symbol reading
Lynne
- [FFmpeg-cvslog] vulkan: add support for expect/assume
Lynne
- [FFmpeg-cvslog] vulkan_ffv1: add cached symbol reader for AMD
Lynne
- [FFmpeg-cvslog] avcodec/decode: Only use ff_progress_frame_get_buffer() with blank input
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/iamf_writer: fix setting skip_samples and discard_padding for OPUS
Felicia Lim
- [FFmpeg-cvslog] avformat/movenc: fix setting elst/stss for IAMF with Opus
Felicia Lim
- [FFmpeg-cvslog] lavfi/src_movie: set pkt_timebase
Nicolas George
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: check if expect_assume is supported by the header
James Almer
- [FFmpeg-cvslog] avutil/hwcontext_vulkan: use the typedef'd name for the expect_assume struct
James Almer
- [FFmpeg-cvslog] fftools/textformat/avtextformat: Simplify avtext_print_rational()
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/textformat: Use "", not <> for lavu headers
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/textformat/tw_avio: Remove unused private class
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/textformat/tw_avio: Don't flush unnecessarily
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/textformat/tw_avio: Use avio_closep()
Andreas Rheinhardt
- [FFmpeg-cvslog] textformat/tw_avio: Remove close_on_uninit param from create_file
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/textformat/avtextformat: Fix segfault upon allocation error
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/textformat/avtextformat: Initialize stuff earlier
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/textformat/avtextformat: Add missing AVERROR()
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/textformat/avtextformat: Make close functions return void
Andreas Rheinhardt
- [FFmpeg-cvslog] tools: Fix deprecation warning in patcheck
Link Mauve
- [FFmpeg-cvslog] avformat/fifo: Check for keyframe video type before stop dropping
Arthur Grillo
- [FFmpeg-cvslog] configure: Clearer documentation for "disable-safe-bitstream-reader"
Michael Niedermayer
- [FFmpeg-cvslog] avformat/id3v2: Print the unknown encoding
Michael Niedermayer
- [FFmpeg-cvslog] libpostproc: deprecate the AMD 3DNow! define
Sean McGovern
- [FFmpeg-cvslog] avcodec/ffv1enc: avoid repeating the same warning forever
Jerome Martinez
- [FFmpeg-cvslog] avcodec/ffv1enc: Use version 3 by default (CRCs by default)
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rtpdec_mpeg4: add need_parsing for rtsp AAC
Jack Lau via ffmpeg-devel
- [FFmpeg-cvslog] Revert "lavf/id3v2dec: support multiple values and TIPL frames"
Michael Niedermayer
- [FFmpeg-cvslog] doc/filters: Fix video size of mptestsrc
Zhao Zhili
- [FFmpeg-cvslog] libpostproc: update APIChanges and version for "deprecate the AMD 3DNow"
Sean McGovern
- [FFmpeg-cvslog] avcodec/libjxlenc: prevent color encoding from being set twice
Leo Izen
- [FFmpeg-cvslog] fate/vvc: Add vvc-wpp-single-slice-pic
Frank Plowman
- [FFmpeg-cvslog] vulkan/rangecoder: minor cleanup
Lynne
- [FFmpeg-cvslog] vulkan: use a single command buffer per command buffer pool
Lynne
- [FFmpeg-cvslog] fftools/textformat/avtextformat: Remove unused variable
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tests/mjpegenc_huffman: Also test length counts
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mjpegenc_huffman: Avoid AV_QSORT to sort entries by length
Andreas Rheinhardt
- [FFmpeg-cvslog] vulkan: always enable ReadWithoutFormat/WriteWithoutFormat
Lynne
- [FFmpeg-cvslog] vulkan_decode: add STORAGE flag to output images
Lynne
- [FFmpeg-cvslog] avformat/hls demuxer: Add WebVTT subtitle support
softworkz
- [FFmpeg-cvslog] avcodec/dvbsubdec: Fix conditions for fallback to default resolution
softworkz
- [FFmpeg-cvslog] avformat/dump: Print stream start offsets for input streams
softworkz
- [FFmpeg-cvslog] ffmpeg/repo: Add dot-folders in the repository root to .gitignore
softworkz
- [FFmpeg-cvslog] vulkan: drop bgr_workaround
Lynne
- [FFmpeg-cvslog] avcodec/vulkan_{av1, h264, hevc}: demote per frame logs to AV_LOG_DEBUG
llyyr
- [FFmpeg-cvslog] doc/filters: fix "ewa_lanczos" filter description
Niklas Haas
- [FFmpeg-cvslog] avcodec/magicyuvenc: Fix setting nb_slices
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/vcodec: Add MagicYUV tests
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Restrict number of slice-planes to 256
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Fix Huffman element probabilities
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Only keep in Slice what is used
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Store slice width and height
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Check in advance whether to encode a slice raw
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Avoid intermediate buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Simplify padding slice
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Avoid PutBitContext for byte-aligned writes
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Calculate proper packet size in advance
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Switch to unchecked bytestream2 API
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Avoid excessive logmessages
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Hoist check out of loop
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dvbsubenc: Sanity check num_rects
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dvbsubenc: Check nb_colors before using it
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/log,hwcontext: Add AV_CLASS_CATEGORY_HWDEVICE
softworkz
- [FFmpeg-cvslog] avutil/hwcontext: Add item_name function for AVHWDeviceContext
softworkz
- [FFmpeg-cvslog] avcodec/vp8: Maintain consistency of frame pointers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc2enc: Improve error codes
Andreas Rheinhardt
- [FFmpeg-cvslog] libavformat/takdec.c: Fix msan error
Thierry Foucu
- [FFmpeg-cvslog] avformat/takdec.c: return proper error codes for avio_read() failures
James Almer
- [FFmpeg-cvslog] vulkan: move feature<->usage mapping code outside of hwcontext_vulkan.c
Lynne
- [FFmpeg-cvslog] vulkan: check that the max number of push descriptors is not exceeded
Lynne
- [FFmpeg-cvslog] vulkan: move OPT_CHAIN out of hwcontext_vulkan
Lynne
- [FFmpeg-cvslog] hwcontext_vulkan: enable subgroupSizeControl
Lynne
- [FFmpeg-cvslog] avformat/dashdec: use av_err2str
Marvin Scholz
- [FFmpeg-cvslog] avformat/crypto: use av_err2str
Marvin Scholz
- [FFmpeg-cvslog] lavfi/vf_xpsnr: use av_err2str
Marvin Scholz
- [FFmpeg-cvslog] tests: lavfi/drawutils: use av_err2str
Marvin Scholz
- [FFmpeg-cvslog] tools/ismindex: use av_err2str
Marvin Scholz
- [FFmpeg-cvslog] tools/sidxindex: use av_err2str
Marvin Scholz
- [FFmpeg-cvslog] tools/aviocat: use av_err2str
Marvin Scholz
- [FFmpeg-cvslog] avfilter/drawutils: narrow variable scopes
Marvin Scholz
- [FFmpeg-cvslog] ffbuild: fix include path for uninstalled .pc files
Marvin Scholz
- [FFmpeg-cvslog] rtpdec_mpeg4: Add fmtp parsing of bitrate value
Erik Linge
- [FFmpeg-cvslog] vulkan: use _KHR suffix for push descriptor properties struct ID
Lynne
- [FFmpeg-cvslog] avcodec/h264_slice: insert LCEVC side data before get_buffer() call
James Almer
- [FFmpeg-cvslog] avcodec/cri,tdsc,tiff: Use ff_mjpeg_decoder directly
Andreas Rheinhardt
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Remove mjpeg hack
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/imm5: Reference H.264/HEVC decoders directly
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/ftr: Replace AVERROR_BUG that can be triggered
Andreas Rheinhardt
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Assert on AVERROR_BUG
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/huffman: Switch to ff_vlc_init_from_lengths()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp6: Don't initialize unused VLC tables
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp6: Don't reload unnecessarily often in get_vlc2()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp6: Use fewer number of bits in run VLCs
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp6: Forward error codes
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs: Use put_bits63()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/webp: Check more directly for invalid codes
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/webp: Switch to ff_vlc_init_from_lengths()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/webp: Check before allocations
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/webp: Combine allocations
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/webp: Avoid loop
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuv: Set properties via AVPixFmtDescriptor
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuv: Simplify check for RGB
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat: Use ffio_read_size() where appropriate
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/x86/constants: add pd_64
James Almer
- [FFmpeg-cvslog] postproc/postprocess_template: Fix reading uninitialized pixels in dering_C()
Michael Niedermayer
- [FFmpeg-cvslog] postproc/postprocess_template: fix handling of first row of dering_C
Michael Niedermayer
- [FFmpeg-cvslog] tests: Add libpostproc blocktest
Michael Niedermayer
- [FFmpeg-cvslog] fate: add stripetest
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ffv1enc: Eliminate fabs()
Michael Niedermayer
- [FFmpeg-cvslog] lavc: APV codec ID and descriptor
Mark Thompson
- [FFmpeg-cvslog] lavc/cbs: APV support
Mark Thompson
- [FFmpeg-cvslog] lavf: APV demuxer
Mark Thompson
- [FFmpeg-cvslog] lavc: APV decoder
Mark Thompson
- [FFmpeg-cvslog] lavc/apv: AVX2 transquant for x86-64
Mark Thompson
- [FFmpeg-cvslog] lavc: APV metadata bitstream filter
Mark Thompson
- [FFmpeg-cvslog] lavf: APV muxer
Mark Thompson
- [FFmpeg-cvslog] Changelog, doc: Add entries for new APV features
Mark Thompson
- [FFmpeg-cvslog] avformat/apvenc: Only allow APV
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/apvenc: Remove unused header
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/apvenc: Add AVFMT_NOTIMESTAMPS flag
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/apv_decode: Fix shadowing
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/apv_decode: Remove redundant log message
Andreas Rheinhardt
- [FFmpeg-cvslog] postproc/tests: Add test tools to .gitignore
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mov: Reduce seek when interleaved_read is disabled
Zhao Zhili
- [FFmpeg-cvslog] aarch64/h26x: optimize sao_band_filter
Zhao Zhili
- [FFmpeg-cvslog] aarch64/h26x: Add put_hevc_pel_bi_w_pixels
Zhao Zhili
- [FFmpeg-cvslog] avcodec/bsf/h264_mp4toannexb: Fix mixed bitstream format
Zhao Zhili
- [FFmpeg-cvslog] avformat/hls: Fix get key file error
Zhao Zhili
- [FFmpeg-cvslog] avformat/http: Ensure same protocol in ff_http_do_new_request2
Zhao Zhili
- [FFmpeg-cvslog] doc/ffprobe: remove entry for show_format_entry
Gyan Doshi
- [FFmpeg-cvslog] avcodec: Fix fate-checkasm-hevc_pel failed on LA.
Shiyou Yin
- [FFmpeg-cvslog] avformat/hls: Add cmfv and cmfa to allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Point user to how to easily contribute a fix for missing extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: Add ec3 to allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] avformat/hls: add fmp4 to allowed_extensions
Michael Niedermayer
- [FFmpeg-cvslog] tests: Add stream dump test API util, use it to dump stream data for chained ogg/{vorbis, opus, flac} streams.
Romain Beauxis
- [FFmpeg-cvslog] avformat/hls: Fix Youtube AAC
Michael Niedermayer
- [FFmpeg-cvslog] swresample/swresample_frame: fix regression in detecting changes
Paul B Mahol
- [FFmpeg-cvslog] doc/resampler.texi: add missing swr channel layout options
James Almer
Last message date:
Wed Apr 30 03:16:38 EEST 2025
Archived on: Wed Apr 30 03:16:47 EEST 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).