ffmpeg-cvslog
Thread
Date
Earlier messages
Later messages
Messages by Date
2025/04/10
[FFmpeg-cvslog] fftools/ffprobe: Rename AVTextFormatContext variables (w => tfc)
softworkz
2025/04/10
[FFmpeg-cvslog] fftools/ffprobe: Rename writer_print_section_* and WriterContext
softworkz
2025/04/10
[FFmpeg-cvslog] fftools/textformat: Extract and generalize textformat api from ffprobe.c
softworkz
2025/04/10
[FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Make ff_hevc_put_bi_[eq]?pel* funcs static
Andreas Rheinhardt
2025/04/10
[FFmpeg-cvslog] avcodec/nvdec_vc1: add marker insertion logic
averne
2025/04/10
[FFmpeg-cvslog] configure: Allow mixing declarations and statements
Andreas Rheinhardt
2025/04/10
[FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Reindent after the previous commits
Andreas Rheinhardt
2025/04/10
[FFmpeg-cvslog] avcodec/lsp: Make ff_acelp_lsp2lpc() static
Andreas Rheinhardt
2025/04/10
[FFmpeg-cvslog] avocdec/mjpegenc_huffman: Avoid redundant loop
Andreas Rheinhardt
2025/04/10
[FFmpeg-cvslog] avcodec/m[jx]pegdec: Simplify freeing frame
Andreas Rheinhardt
2025/04/10
[FFmpeg-cvslog] tests/fate/checkasm: add the aes test
James Almer
2025/04/10
[FFmpeg-cvslog] avutil/x86/aes: remove a few branches
James Almer
2025/04/10
[FFmpeg-cvslog] checkasm: hevc_pel: Use helpers for checking for writes out of bounds
Martin Storsjö
2025/04/10
[FFmpeg-cvslog] avcodec/pngenc: set default prediction method to PAETH
Michael Niedermayer
2025/04/09
[FFmpeg-cvslog] doc/encoders: Document compression_level for PNG
Michael Niedermayer
2025/04/09
[FFmpeg-cvslog] avcodec/celp_math: Reuse ff_scalarproduct_float_c()
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] doc/encoders: Document png pred
Michael Niedermayer
2025/04/09
[FFmpeg-cvslog] avcodec/osq: avoid undefined negation
Michael Niedermayer
2025/04/09
[FFmpeg-cvslog] swscale/swscale: Do not crash on floats
Michael Niedermayer
2025/04/09
[FFmpeg-cvslog] swscale/output: Fix integer overflow in yuv2gbrp_full_X_c()
Michael Niedermayer
2025/04/09
[FFmpeg-cvslog] avcodec/ffv1enc: permit 1024 slices
Jerome Martinez
2025/04/09
[FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Make ff_hevc_put_bi_w_* functions static
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/x86/hevcdsp: Move macro to dsp_init.c
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/mjpegenc_huffman: Make ff_mjpegenc_huffman_compute_bits() static
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Make ff_hevc_put_uni_w_* functions static
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] tests/fate/vcodec: Test "default" Huffman tables, too
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/dovi_rpuenc: Constify dv_levels
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/x86/hevcdsp: Move to x86/hevc
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/aacenc_is: Make ff_aac_is_encoding_err() static
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Make ff_hevc_put_uni_[qe]?pel* funcs static
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/x86/hevc/dsp_init: Make ff_hevc_put_[eq]?pel_* static
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/x86/hevc/mc: Remove unused functions
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/x86/vvc/dsp_init: Make alf wrappers static
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/celp_math: Mark ff_celp_math_init() as av_cold
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/x86/vvc/dsp_init: Make avg wrappers static
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/x86/vvc/dsp_init: Make ff_vvc_apply_bdof_##bd##_avx2 static
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avcodec/x86/vvc/dsp_init: Make put wrappers static
Andreas Rheinhardt
2025/04/09
[FFmpeg-cvslog] avutil/aes: use pthread_once to fill the static tables
James Almer
2025/04/09
[FFmpeg-cvslog] avutil/tests/channel_layout: Improve enum range check
Andreas Rheinhardt
2025/04/08
[FFmpeg-cvslog] avcodec/h264: fix reference reordering
averne
2025/04/07
[FFmpeg-cvslog] avutil/dict: fix memleak in av_dict_set()
James Almer
2025/04/06
[FFmpeg-cvslog] APIChanges & version bump for AV_DICT_DEDUP
Michael Niedermayer
2025/04/06
[FFmpeg-cvslog] avcodec/ffv1: Store slices*planes with the minimum bits needed after remap
Michael Niedermayer
2025/04/06
[FFmpeg-cvslog] lavf/metadata: support duplicate keys in ff_metadata_conv
rcombs
2025/04/06
[FFmpeg-cvslog] lavf/id3v2dec: support multiple values and TIPL frames
rcombs
2025/04/06
[FFmpeg-cvslog] avcodec/ffv1enc: Fix remap > 0 with gbrp12, that is non float
Michael Niedermayer
2025/04/06
[FFmpeg-cvslog] avcodec/ffv1enc: Remove 65536 pixel per slice limit for remap
Michael Niedermayer
2025/04/06
[FFmpeg-cvslog] avcodec/ffv1enc: avoid slices larger than 360x288 if no value is specified
Michael Niedermayer
2025/04/06
[FFmpeg-cvslog] lavu/dict: add AV_DICT_DEDUP
rcombs
2025/04/06
[FFmpeg-cvslog] checkasm: add tests for AES
Rodger Combs
2025/04/06
[FFmpeg-cvslog] avutil/x86/aes: ignore the upper bits in count
James Almer
2025/04/05
[FFmpeg-cvslog] avutil/aes_ctr: simplify incrementing the counter
James Almer
2025/04/05
[FFmpeg-cvslog] avutil/tests/aes_ctr: also randomize the encryption key
James Almer
2025/04/05
[FFmpeg-cvslog] avutil/aes_ctr: simplify and optimize av_aes_ctr_crypt()
James Almer
2025/04/05
[FFmpeg-cvslog] lavu/aes: add x86 AESNI optimizations
Rodger Combs
2025/04/05
[FFmpeg-cvslog] avutil/tests/aes_ctr: reindent after the previous commit
James Almer
2025/04/05
[FFmpeg-cvslog] avutil/tests/aes_ctr: also check the encrypted buffer
James Almer
2025/04/05
[FFmpeg-cvslog] avutil/tests/aes_ctr: test more than a single block worth of data
James Almer
2025/04/05
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Use func ptr for encoding macroblocks
Andreas Rheinhardt
2025/04/05
[FFmpeg-cvslog] avformat: remove deprecated FF_API_AVSTREAM_SIDE_DATA
James Almer
2025/04/05
[FFmpeg-cvslog] avfilter/vf_zscale: add support for half precision float RGB formats
James Almer
2025/04/05
[FFmpeg-cvslog] avformat/version_major: postpone some deprecations until the next bump
James Almer
2025/04/05
[FFmpeg-cvslog] tests/swscale: print performance stats on exit
Niklas Haas
2025/04/05
[FFmpeg-cvslog] tests/swscale: allow testing only unscaled convertors
Niklas Haas
2025/04/05
[FFmpeg-cvslog] avcodec/aac/aacdec_lpd: Make ff_aac_lpd_mode_tab static
Andreas Rheinhardt
2025/04/05
[FFmpeg-cvslog] postproc/postprocess_template: Use immediate instead of memory load
Andreas Rheinhardt
2025/04/05
[FFmpeg-cvslog] avcodec/x86/h26x/h265dsp: Remove unused functions
Andreas Rheinhardt
2025/04/05
[FFmpeg-cvslog] fftools/ffmpeg_filter: ensure ifp is set before dereferencing it
James Almer
2025/04/05
[FFmpeg-cvslog] avcodec/ac3dec: Read spx flags at once, not one bit at a time
Andreas Rheinhardt
2025/04/05
[FFmpeg-cvslog] tests/swscale: switch from MSE to SSIM
Niklas Haas
2025/04/05
[FFmpeg-cvslog] avcodec/ffv1enc: introduce step to simplify code
Michael Niedermayer
2025/04/05
[FFmpeg-cvslog] tests/checkasm: fix wrong summation of bench time
Niklas Haas
2025/04/05
[FFmpeg-cvslog] swscale/swscale_unscaled: Actually use X2->RGBA64 conversions
Andreas Rheinhardt
2025/04/05
[FFmpeg-cvslog] avutil/float_dsp: Unavpriv avpriv_scalarproduct_float_c()
Andreas Rheinhardt
2025/04/05
[FFmpeg-cvslog] avutil/hwcontext_vulkan: stop checking for deprecated and removed flag
llyyr
2025/04/05
[FFmpeg-cvslog] tests/filter-video: add yuvtestsrc tests for yuva444p
James Almer
2025/04/05
[FFmpeg-cvslog] avcodec/mpegvideo: Don't set [bf]_code for non-MPEG-4 decoders
Andreas Rheinhardt
2025/04/05
[FFmpeg-cvslog] avcodec/sanm: disable left/top for fullscreen codecs
Manuel Lauss
2025/04/04
[FFmpeg-cvslog] avcodec/d3d12va_decode: enable reference-only mode
Araz Iusubov
2025/04/04
[FFmpeg-cvslog] avformat: Fix AV1 RTP wrong log condition
Chris Hodges
2025/04/04
[FFmpeg-cvslog] tests/swscale: use hex format for flags values
Niklas Haas
2025/04/04
[FFmpeg-cvslog] avcodec/ffv1enc: Consider 2s x s slice configurations
Michael Niedermayer
2025/04/04
[FFmpeg-cvslog] avcodec/ffv1: Only allocate fltmap* and bitmap when needed
Michael Niedermayer
2025/04/04
[FFmpeg-cvslog] tests/swscale: check supported inputs for legacy swscale separately
Niklas Haas
2025/04/04
[FFmpeg-cvslog] avfilter/buffersrc: check for valid sample rate
James Almer
2025/04/04
[FFmpeg-cvslog] avcodec/hevc/hevcdec: Use bitfield instead of array of flags
Andreas Rheinhardt
2025/04/04
[FFmpeg-cvslog] avcodec/mathtables: Fix inaccurate macro name
Andreas Rheinhardt
2025/04/04
[FFmpeg-cvslog] libs: bump major version for all libraries
James Almer
2025/04/04
[FFmpeg-cvslog] avcodec/ffv1dec: Limit size of fltmap* to pixel number
Michael Niedermayer
2025/04/04
[FFmpeg-cvslog] avcodec/ffv1: Allocate unit only when needed and only as large as needed
Michael Niedermayer
2025/04/04
[FFmpeg-cvslog] avcodec/ffv1enc: run1start variables should fit in 32bit
Michael Niedermayer
2025/04/04
[FFmpeg-cvslog] tests/swscale: allow choosing specific flags and dither mode
Niklas Haas
2025/04/04
[FFmpeg-cvslog] avcodec/ffv1enc: replace 3 double precision log2() by 1 single precision log2()
Michael Niedermayer
2025/04/04
[FFmpeg-cvslog] tests/swscale: remove stray whitespace in scanf format
Niklas Haas
2025/04/04
[FFmpeg-cvslog] avcodec/sanm: better ANIMv1 engine support
Manuel Lauss
2025/04/04
[FFmpeg-cvslog] tests/swscale: constrain reference SSIM for low bit depth formats
Niklas Haas
2025/04/04
[FFmpeg-cvslog] avcodec: remove remaining references to avcodec_close()
James Almer
2025/04/04
[FFmpeg-cvslog] avcodec/decode: Fix avcodec parameters when bsfs are enable by decoder
Zhao Zhili
2025/04/04
[FFmpeg-cvslog] avfilter/vf_libplacebo: don't explode on zero FPS information
Niklas Haas
2025/04/04
[FFmpeg-cvslog] libavcodec/amfenc: Setting the VBAQ property before the init call.
Dmitrii Ovchinnikov
2025/04/04
[FFmpeg-cvslog] configure: Check for AVCaptureSession as dependency to avfoundation
Martin Storsjö
2025/04/04
[FFmpeg-cvslog] avfoundation: Fix compilation for OSes other than macOS and iOS
Martin Storsjö
2025/04/03
[FFmpeg-cvslog] [ffmpeg-web] branch master updated. b6b0b75 web/security: Add 4 more CVE#
ffmpeg-git
2025/04/03
[FFmpeg-cvslog] doc: replace http/git by https urls
Michael Niedermayer
2025/04/02
[FFmpeg-cvslog] avcodec/vdpau: Only include mpegvideodec.h when used
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] avcodec/aac/aacdec_lpd: Remove dead code
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] avutil/hwcontext_vulkan: Remove unused variable
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] avcodec/vulkan_video: Remove unused ff_vk_h26[45]_profile_to_av()
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] doc/{in,out}devs: Remove documentation for removed devices
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] avutil/Makefile: Only include half2float, float2half when needed
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] postproc/postprocess: Remove unused b02
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] avfilter/palette: Remove unused ff_srgb_u8_to_linear_int()
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] swscale/csputils: Remove unused ff_sws_matrix3x3_rmul()
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] avcodec/aactab: Remove unused arrays
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] fftools/ffprobe: Fix hypothetical stack buffer overflow
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] doc: replace http/git by https urls
Michael Niedermayer
2025/04/02
[FFmpeg-cvslog] tools/target_swr_fuzzer: fix memory leak on av_samples_fill_arrays() error
Kacper Michajłow
2025/04/02
[FFmpeg-cvslog] tests/checkasm/checkasm.c: Assert that aligned_w/h do not overflow
Michael Niedermayer
2025/04/02
[FFmpeg-cvslog] avcodec/ffv1enc: replace the remaining log2() by magic
Michael Niedermayer
2025/04/02
[FFmpeg-cvslog] doc/ffmpeg: document videotoolbox in -hwaccel option
Jun Zhao
2025/04/02
[FFmpeg-cvslog] fftools/cmdutils: fix error message for "ffmpeg -init_hw_device list"
Jun Zhao
2025/04/02
[FFmpeg-cvslog] tests/filter-video: add rgbtestsrc tests for gbrap
James Almer
2025/04/02
[FFmpeg-cvslog] avfilter/vsrc_testsrc: also fill alpha planes with a test pattern in {rgb,yuv}testsrc
James Almer
2025/04/02
[FFmpeg-cvslog] avcodec/sbcdsp_data: Make data static
Andreas Rheinhardt
2025/04/02
[FFmpeg-cvslog] avcodec/dct: Make declarations and definitions match
Andreas Rheinhardt
2025/04/01
[FFmpeg-cvslog] avcodec/nvenc: unify CBR filler data insertion for all codecs
Cameron Gutman
2025/04/01
[FFmpeg-cvslog] checkasm: Implement helpers for defining and checking padded rects
Martin Storsjö
2025/04/01
[FFmpeg-cvslog] checkasm: Make checkasm_fail_func return whether we should print verbosely
Martin Storsjö
2025/04/01
[FFmpeg-cvslog] checkasm: vp8dsp: Use checkasm_check_padded in check_mc
Martin Storsjö
2025/04/01
[FFmpeg-cvslog] videotoolboxenc: Add an iOS version condition for VTCopySupportedPropertyDictionaryForEncoder
Martin Storsjö
2025/04/01
[FFmpeg-cvslog] checkasm/v210enc.c: Use checkasm_check()
Kieran Kunhya
2025/04/01
[FFmpeg-cvslog] configure: Check for an actual function in VideoToolbox
Martin Storsjö
2025/04/01
[FFmpeg-cvslog] configure: Add a dependency for the audiotoolbox outdev
Martin Storsjö
2025/04/01
[FFmpeg-cvslog] libavfilter: metal: Fix the version condition for iOS
Martin Storsjö
2025/04/01
[FFmpeg-cvslog] avcodec/mediacodecdec_common: Workaround MTK broken crop implementation
Zhao Zhili
2025/03/31
[FFmpeg-cvslog] avcodec/ffv1enc: Eliminate copy_state
Michael Niedermayer
2025/03/31
[FFmpeg-cvslog] doc/encoders: Move FFV1 encoder to video encoder section
Andreas Rheinhardt
2025/03/31
[FFmpeg-cvslog] tests/swscale: use yuva444p as reference
Niklas Haas
2025/03/31
[FFmpeg-cvslog] doc/filters: add thumbnail_cuda entry
Danil Iashchenko
2025/03/31
[FFmpeg-cvslog] tests/swscale: calculate theoretical expected SSIM
Niklas Haas
2025/03/31
[FFmpeg-cvslog] tests/swscale: allow setting log verbosity
Niklas Haas
2025/03/31
[FFmpeg-cvslog] tests/swscale: print speedup numbers in color
Niklas Haas
2025/03/30
[FFmpeg-cvslog] avformat/rtpenc: Check dimensions during init
Andreas Rheinhardt
2025/03/30
[FFmpeg-cvslog] avcodec/ffv1enc: Eliminate RemapEncoderState
Michael Niedermayer
2025/03/30
[FFmpeg-cvslog] avcodec/ffv1enc: Better heuristic for selecting mul values.
Michael Niedermayer
2025/03/30
[FFmpeg-cvslog] avcodec/ffv1enc: Add -remap_optimizer option
Michael Niedermayer
2025/03/30
[FFmpeg-cvslog] configure: add option to select use of response files
Gyan Doshi
2025/03/30
[FFmpeg-cvslog] avcodec/dxa: Remove set-but-unused variable
Andreas Rheinhardt
2025/03/30
[FFmpeg-cvslog] speexdec: fix framesize for ultra-wideband
Tristan Matthews
2025/03/29
[FFmpeg-cvslog] fftools/ffprobe: Make pix_fmt output bitexact
Andreas Rheinhardt
2025/03/29
[FFmpeg-cvslog] avformat/rtpenc: Add flag AVFMT_NODIMENSIONS.
Koushik Dutta
2025/03/29
[FFmpeg-cvslog] avcodec/x86/mathops: clip constants used with shift instructions within inline assembly
Rémi Denis-Courmont
2025/03/29
[FFmpeg-cvslog] avutil: remove deprecated FF_API_FRAME_KEY
James Almer
2025/03/29
[FFmpeg-cvslog] avcodec/ituh263enc: Add necessary #if checks for FLV encoder
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Pass data_partitioning directly
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avcodec/motion_est: Put map, me_map into MotionEstContext
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Don't use unnecessarily much stack
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avcodec/rv10: Make logmessage endian-independent
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avcodec/rv10: Remove pointless casts
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avcodec/snowenc: Don't allocate obmc_scratchpad separately
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] fate/vcodec: Test non-default b_strategy
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avcodec/x86/mpegvideoenc_template: Remove remnants of MMX
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avformat: remove deprecated FF_API_ALLOW_FLUSH
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec: remove deprecated FF_API_TICKS_PER_FRAME
James Almer
2025/03/28
[FFmpeg-cvslog] avutil: remove deprecated FF_API_PALETTE_HAS_CHANGED
James Almer
2025/03/28
[FFmpeg-cvslog] avutil/version_major: postpone some deprecations until the next bump
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec/exr: deprecate gamma and apply_trc options
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec/raw: Duplicate raw_pix_fmt_tags into fourcc2pixfmt tool
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avutil/dict: Unavpriv avpriv_dict_set_timestamp()
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avformat: remove deprecated FF_API_GET_DUR_ESTIMATE_METHOD
James Almer
2025/03/28
[FFmpeg-cvslog] avutil/frame: Port AVFrame.private_ref to RefStruct API
Andreas Rheinhardt
2025/03/28
[FFmpeg-cvslog] avutil: remove deprecated FF_API_H274_FILM_GRAIN_VCS
James Almer
2025/03/28
[FFmpeg-cvslog] avutil: remove deprecated FF_API_VULKAN_CONTIGUOUS_MEMORY
James Almer
2025/03/28
[FFmpeg-cvslog] avfilter/version_major: postpone some deprecations until the next bump
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec: remove deprecated FF_API_VDPAU_ALLOC_GET_SET
James Almer
2025/03/28
[FFmpeg-cvslog] avdevice/version_major: postpone some deprecations until the next bump
James Almer
2025/03/28
[FFmpeg-cvslog] avutil: remove deprecated FF_API_HDR_VIVID_THREE_SPLINE
James Almer
2025/03/28
[FFmpeg-cvslog] avutil: remove deprecated FF_API_INTERLACED_FRAME
James Almer
2025/03/28
[FFmpeg-cvslog] avutil: remove deprecated FF_API_FRAME_PKT
James Almer
2025/03/28
[FFmpeg-cvslog] avdevice: remove deprecated FF_API_BKTR_DEVICE
James Almer
2025/03/28
[FFmpeg-cvslog] avformat: remove deprecated FF_API_LAVF_SHORTEST
James Almer
2025/03/28
[FFmpeg-cvslog] avfilter: remove deprecated FF_API_LINK_PUBLIC
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec: remove deprecated FF_API_BUFFER_MIN_SIZE
James Almer
2025/03/28
[FFmpeg-cvslog] avdevice: remove deprecated FF_API_OPENGL_DEVICE
James Almer
2025/03/28
[FFmpeg-cvslog] avdevice: remove deprecated FF_API_SDL2_DEVICE
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec: remove deprecated FF_API_AVCODEC_CLOSE
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec/version_major: postpone some deprecations until the next bump
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec: remove deprecated FF_API_QUALITY_FACTOR
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec: remove deprecated FF_API_AVFFT
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec: remove deprecated FF_API_FF_PROFILE_LEVEL
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec: remove deprecated FF_API_DROPCHANGED
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec: remove deprecated FF_API_SUBFRAMES
James Almer
2025/03/28
[FFmpeg-cvslog] avcodec/sanm: FOBJ left/top are signed values
Manuel Lauss
2025/03/28
[FFmpeg-cvslog] avcodec/raw: Add GBR(A)PF16/32LE/BE
Michael Niedermayer
2025/03/28
[FFmpeg-cvslog] avformat/nut: Add GBR(A)PF16/32LE/BE
Michael Niedermayer
2025/03/27
[FFmpeg-cvslog] avcodec/ffv1enc: Fix end handling
Michael Niedermayer
2025/03/27
[FFmpeg-cvslog] avcodec/Makefile: include aom_film_grain.o file for h264_sei component
Peter Ross
2025/03/27
[FFmpeg-cvslog] avcodec/ffv1: Implement 2D RLE for remap
Michael Niedermayer
2025/03/27
[FFmpeg-cvslog] avcodec/ffv1enc: Fix off by 1 in assert
Michael Niedermayer
2025/03/27
[FFmpeg-cvslog] avcodec/ffv1dec: Fix end handling
Michael Niedermayer
Earlier messages
Later messages