ffmpeg-cvslog
Thread
Date
Earlier messages
Later messages
Messages by Thread
[FFmpeg-cvslog] avcodec/g728_template: do_hybrid_window() template
Peter Ross
[FFmpeg-cvslog] avformat/riff: G.728 muxing and demuxing
Peter Ross
[FFmpeg-cvslog] avcodec/g728_template: make hist parameter constant
Peter Ross
[FFmpeg-cvslog] avcodec/lpc_functions: compute_lpc_coefs: add starting lpc order and err cache parameters
Peter Ross
[FFmpeg-cvslog] avformat/rtp: G.728 muxing and demuxing
Peter Ross
[FFmpeg-cvslog] avformat/g728dec: raw G.728 demuxer
Peter Ross
[FFmpeg-cvslog] avcodec/mss2dsp: use FF_PTR_ADD to add offsets to a pointer
James Almer
[FFmpeg-cvslog] avcodec/mss2dsp: use FF_PTR_ADD to add offsets to a pointer
James Almer
[FFmpeg-cvslog] avcodec/mss2dsp: use FF_PTR_ADD to add offsets to a pointer
James Almer
[FFmpeg-cvslog] Revert "avformat/mpegts: update stream info when PMT ES stream_type changes"
Michael Niedermayer
[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 40e62e8 download: remove unmaintained linux binary source
ffmpeg-git
[FFmpeg-cvslog] avfilter/x86/f_ebur128: replace AVX2 instruction with AVX equivalent
James Almer
[FFmpeg-cvslog] avformat/mov: add more sanity checks when reading clap boxes
James Almer
[FFmpeg-cvslog] avutil/hwcontext_vulkan: disable host transfers if ReBAR is disabled
Niklas Haas
[FFmpeg-cvslog] avcodec/svq1enc: Don't free scratchbuf upon error
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/ituh263dec: Remove redundant store
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/rv10: Perform RV20 initialization during init
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Combine stores
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/svq1enc: Set MpegEncContext.avctx only once
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Zero-init mbintra_table
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/vc1: Only keep mb_type[0]
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/ituh263dec: Simplify AIC handling
Andreas Rheinhardt
[FFmpeg-cvslog] configure: Factor mpegvideoencdsp out of mpegvideoenc
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Provide alignment hint to compiler
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Reduce stack usage when copying MpegEncContext
Andreas Rheinhardt
[FFmpeg-cvslog] configure: Relax snowenc->mpegvideoenc dependency
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/{ituh263,mpeg4video}enc: Simplify out-of-slice DC prediction
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/svq1enc: Remove write-only c_block_{width,height}
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mips: fix build failure when specific decoder/encoder enabled
Peter Ross
[FFmpeg-cvslog] configure: h264_vulkan_encoder depends on atsc_a53
Peter Ross
[FFmpeg-cvslog] configure: cbs_apv depends on cbs
Peter Ross
[FFmpeg-cvslog] avcodec/rv10: Avoid indirection when reading VLC codes
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/ituh263enc: Simplify AIC handling
Andreas Rheinhardt
[FFmpeg-cvslog] configure: Relax svq1enc->mpegvideoenc dependency
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Simplify allocating non-slice buffers
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/svq1enc: Don't initialize unneeded block_index
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpeg4videodec: Don't zero blocks twice
Andreas Rheinhardt
[FFmpeg-cvslog] configure: Relax diracdec->mpegvideoenc dependency
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Don't reset thread_context ptrs unnecessarily
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/ituh263enc: Simplify encoding umotion vectors
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/flvenc: Move ff_flv2_encode_ac_esc() to ituh263enc.c
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpeg4video: Move ff_mpeg4_pred_dc() to decoder
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpeg4videoenc: Fix data race when using AC prediction
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Allocate dc_val for each encoder slice
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Allocate ac_val jointly
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Only use a single ac_val pointer
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Only keep MpegEncContext.dc_val[0]
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpeg4video: Don't use ac_val[1], ac_val[2] when cleaning buffers
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Redo resetting intra table entry
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Don't reset AC values of upper-left luma block
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Avoid {a,d}c_val[{1,2}]
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/flvenc: Combine writing bits
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Defer init of enc slice ctxs in ff_mpv_common_init()
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo: Don't zero unnecessarily
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/ituh263enc: Don't use array unnecessarily
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/rv10: Perform RV20 check only for RV20
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/svq1enc: Allocate motion_val{8,16} during init
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/motion_est: Fix indentation
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/svq1enc: Stop calling ff_mpv_common_init()
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpeg_er: Mark ff_mpeg_er_init() as av_cold
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpegvideo_enc: Remove always-true branch
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/ituh263enc: Fix indentation
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/mpeg12dec: Don't store block_last_index unnecessarily
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/ituh263dec: Don't process unnecessarily many coefficients
Andreas Rheinhardt
[FFmpeg-cvslog] configure: Fix a regression when probing link.exe
Alexander Strasser
[FFmpeg-cvslog] avfilter/af_aresample: make aresample return FFERROR_NOT_READY when no progress can be made
Marton Balint
[FFmpeg-cvslog] fftools/ffmpeg_filter: simplify control flow in read_frames
Marton Balint
[FFmpeg-cvslog] avfilter/split: consume all frames before forwarding inlink status
Marton Balint
[FFmpeg-cvslog] avfilter/split: consume all frames before forwarding inlink status
Marton Balint
[FFmpeg-cvslog] avfilter/af_aresample: rework activate logic to follow the advised flow more strictly
Marton Balint
[FFmpeg-cvslog] avfilter/af_aresample: merge request_frame into activate function
Marton Balint
[FFmpeg-cvslog] avfilter/f_ebur128: move weights and cache to EBUR128DSPContext
Niklas Haas
[FFmpeg-cvslog] avfilter/f_ebur128: use structs for biquad weights
Niklas Haas
[FFmpeg-cvslog] avfilter/f_ebur128: remove pointless macro
Niklas Haas
[FFmpeg-cvslog] avfilter/f_ebur128: move variable declarations to usage site
Niklas Haas
[FFmpeg-cvslog] avfilter/f_ebur128: move peak detection to reusable DSP function
Niklas Haas
[FFmpeg-cvslog] avfilter/f_ebur128: use a single packed array for the integrator cache
Niklas Haas
[FFmpeg-cvslog] avfilter/f_ebur128: use transformed direct form II
Niklas Haas
[FFmpeg-cvslog] avfilter/f_ebur128: split off C implementation to separate function
Niklas Haas
[FFmpeg-cvslog] avfilter/f_ebur128: move true peak calculation out of main loop
Niklas Haas
[FFmpeg-cvslog] avfilter/x86/f_ebur128: implement AVX peak calculation
Niklas Haas
[FFmpeg-cvslog] avfilter/f_ebur128: lift sample peak calculation out of main loop
Niklas Haas
[FFmpeg-cvslog] avfilter/x86/f_ebur128: add x86 AVX implementation
Niklas Haas
[FFmpeg-cvslog] avfilter/f_ebur128: simplify sample cache array
Niklas Haas
[FFmpeg-cvslog] avformat/whip: replace AV_OPT_FLAG_DECODING_PARAM to ENCODING
Jack Lau
[FFmpeg-cvslog] avformat/tls_openssl: fix warnings when openssl is lower version
Jack Lau
[FFmpeg-cvslog] avformat/whip: mark as experimental
Jack Lau
[FFmpeg-cvslog] avfilter/vf_libplacebo: add `reset_sar` option
Niklas Haas
[FFmpeg-cvslog] avfilter/vf_libplacebo: correctly update SAR to reflect scaled result
Niklas Haas
[FFmpeg-cvslog] wasm/hevc: Add sao_edge_filter
Zhao Zhili
[FFmpeg-cvslog] avformat/mov: set array entry count after the array is allocated in heif_add_stream()
James Almer
[FFmpeg-cvslog] wasm/hevc: Add sao_band_filter
Zhao Zhili
[FFmpeg-cvslog] avfilter/vf_libplacebo: list AV_PIX_FMT_VULKAN first
Niklas Haas
[FFmpeg-cvslog] fftools/ffplay_renderer: Use new vulkan queue API
Zhao Zhili
[FFmpeg-cvslog] configure: Make MSVC version grabbing more robust
Martin Storsjö
[FFmpeg-cvslog] avformat/sbgdec: fix leak in sbg_read_header()
Lidong Yan
[FFmpeg-cvslog] configure: Update liboapv version requirement
Dawid Kozinski
[FFmpeg-cvslog] avcodec/liboapvenc: set the encoder output to OAPV_CFG_VAL_AU_BS_FMT_NONE format
Dawid Kozinski
[FFmpeg-cvslog] configure: fix Microsoft tools detection
Kacper Michajłow
[FFmpeg-cvslog] avcodec/tests/dct: add CONFIG_PRORES_DECODER guard
Peter Ross
[FFmpeg-cvslog] configure: add celp_math component
Peter Ross
[FFmpeg-cvslog] vulkan: maintain compatibility with old headers
Lynne
[FFmpeg-cvslog] avfilter/vf_overlay: Use correct alpha when > 8 bits
Andreas Rheinhardt
[FFmpeg-cvslog] avfilter/vf_libplacebo: Use new vulkan queue API
Zhao Zhili
[FFmpeg-cvslog] avfilter/vf_overlay: Keep dst_step in bytes
Andreas Rheinhardt
[FFmpeg-cvslog] avformat/dhav: Fix check for seekability
Andreas Rheinhardt
[FFmpeg-cvslog] avfilter/vf_overlay: Avoid converting stride to uint16_t and back
Andreas Rheinhardt
[FFmpeg-cvslog] Revert "avcodec/decode: Fix avcodec parameters when bsfs are enable by decoder"
Andreas Rheinhardt
[FFmpeg-cvslog] fate/video: Add media100 test
Andreas Rheinhardt
[FFmpeg-cvslog] avfilter/vf_overlay: Don't perform UB pointer arithmetic
Andreas Rheinhardt
[FFmpeg-cvslog] avfilter/vf_overlay: Hoist calculations out of loop
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/amfdec,rkmppdec: Use correct extradata with BSFs
Andreas Rheinhardt
[FFmpeg-cvslog] avfilter/vf_overlay: Pass variable type directly in macro
Andreas Rheinhardt
[FFmpeg-cvslog] avformat/dhav: Check reading data
Andreas Rheinhardt
[FFmpeg-cvslog] avfilter/vf_scale: set correct AVFrame SAR if reset_sar=1
Niklas Haas
[FFmpeg-cvslog] avcodec/mediacodecenc: Fix typo in VP9 option description
Zhao Zhili
[FFmpeg-cvslog] doc/encoders: Document mediacodec wrapper
Zhao Zhili
[FFmpeg-cvslog] avcodec/mediacodecdec: replace memset with direct zero init
Zhao Zhili
[FFmpeg-cvslog] avformat/movenc: Fix editlist with hybrid_fragmented
Zhao Zhili
[FFmpeg-cvslog] avformat/rtmpproto: fix rmtp packet leak in gen_connect()
Lidong Yan
[FFmpeg-cvslog] checkasm: h264dsp: test luma_dc_dequant
Tristan Matthews
[FFmpeg-cvslog] checkasm: add checkasm_check_dctcoef
Tristan Matthews
[FFmpeg-cvslog] avformat/hls: fix typo in Range header comment (chore)
Jack Lau
[FFmpeg-cvslog] avformat/dump: lowercase 'Start' prefix for start offset
Marth64
[FFmpeg-cvslog] avformat/dvdvideodec: fix seeking on multi-angle discs
Marth64
[FFmpeg-cvslog] avformat/dvdvideodec: remove unused has_cc field
Marth64
[FFmpeg-cvslog] various: fix typos
Clément Péron
[FFmpeg-cvslog] avformat/rtpdec: explicit timestamp wraparound handling
Clément Péron
[FFmpeg-cvslog] avfilter/vf_mcdeint: add yuv444p support to mcdeint
Ethan Halsall
[FFmpeg-cvslog] avutil: Fix linking x86 asm constants with Clang in MSVC mode
Martin Storsjö
[FFmpeg-cvslog] avutil/hwcontext_videotoolbox: fix color primaries check
Jun Zhao
[FFmpeg-cvslog] avcodec/libx264: Remove unnecessary include
Zhao Zhili
[FFmpeg-cvslog] avcodec/vvc/dec: fix possible null-pointer dereference
Marvin Scholz
[FFmpeg-cvslog] avcodec/vvc: parse all SEI messages
Marvin Scholz
[FFmpeg-cvslog] avutil/intmath: use AV_HAS_BUILTIN to detect builtin availability
Kacper Michajłow
[FFmpeg-cvslog] avformat/internal: add missing __clang__ check
Kacper Michajłow
[FFmpeg-cvslog] avformat/rtpdec_jpeg: Set width and heigh codec parameters
Erik Linge
[FFmpeg-cvslog] lavfi/f_sendcmd: clear Command on alloc failure
Marvin Scholz
[FFmpeg-cvslog] doc: use av_dict_iterate in documentation example
Marvin Scholz
[FFmpeg-cvslog] ffmpeg_demux: init resume_warn variable
Marvin Scholz
[FFmpeg-cvslog] lavfi/f_sendcmd: add helper to clear Command
Marvin Scholz
[FFmpeg-cvslog] avformat/rtsp: parse framerate in sdp
Erik Linge
[FFmpeg-cvslog] avformat/sdp: add framerate entry
Marvin Scholz
[FFmpeg-cvslog] vulkan: maintain compatibility with older headers
Lynne
[FFmpeg-cvslog] hwcontext_vulkan: fix image copy
Lynne
[FFmpeg-cvslog] vulkan/ffv1dec: fix FFVkSPIRVCompiler leak
averne
[FFmpeg-cvslog] vulkan/ffv1dec: fix leak in FFVulkanDecodeShared
averne
[FFmpeg-cvslog] vulkan: fix leak in FFVkExecPool
averne
[FFmpeg-cvslog] hwcontext_vulkan: use host image copy
Lynne
[FFmpeg-cvslog] hwcontext_vulkan: minimize queue allocation on NVIDIA
Lynne
[FFmpeg-cvslog] hwcontext_vulkan: add a setting to limit queues
Lynne
[FFmpeg-cvslog] hwcontext_vulkan: do not use optical flow queueus by default
Lynne
[FFmpeg-cvslog] [ffmpeg-patchwork_job_runner] UNNAMED PROJECT branch master updated. 5b4d43c Use logger module for logging messages
ffmpeg-git
[FFmpeg-cvslog] configure: rename POSIX ioctl check
Leo Izen
[FFmpeg-cvslog] avcodec/ac3_parser: handle more header bits in ff_ac3_parse_header()
James Almer
[FFmpeg-cvslog] avformat/movenc: handle EAC-3 extension bits for Atmos
nyanmisaka
[FFmpeg-cvslog] avcodec/ac3_parser: use a padded buffer in av_ac3_parse_header()
James Almer
[FFmpeg-cvslog] avcodec/d3d12va_encode: fix l0 reference count limit
Araz Iusubov
[FFmpeg-cvslog] avformat/dhav: Add missed free for end_buffer
Derek Buitenhuis
[FFmpeg-cvslog] avutil/x86/intmath: remove inline asm implementations for clip functions
James Almer
[FFmpeg-cvslog] libavformat/rtpdec: Fix RTP timestamp wraparound in Producer Reference Time
Clément Péron
[FFmpeg-cvslog] avformat/dhav: Do not evaluate avio_size() multiple times
Michael Niedermayer
[FFmpeg-cvslog] tools/target_dem_fuzzer: remove unused fuzz_tag
Kacper Michajłow
[FFmpeg-cvslog] tools/target_dec_fuzzer: suppress Wunused-function
Kacper Michajłow
[FFmpeg-cvslog] avformat/tls_openssl: fix build error when openssl version < 3
Jack Lau
[FFmpeg-cvslog] tools/target_dem_fuzzer: make fuzz data pointer constant
Kacper Michajłow
[FFmpeg-cvslog] MAINTAINERS: Add myself for graph printing
softworkz
[FFmpeg-cvslog] lavc/vvc: Fix unchecked return code and shadowing
Frank Plowman
[FFmpeg-cvslog] MAINTAINERS: add myself as vvc maintainer
Wu Jianhua
[FFmpeg-cvslog] MAINTAINERS: Add myself as vvc maintainer
Frank Plowman
[FFmpeg-cvslog] avformat/format: make experimental flag works for muxer
Zhao Zhili
[FFmpeg-cvslog] avformat/whip: Constify arguments in is_rtp_rtcp/is_rtcp
Zhao Zhili
[FFmpeg-cvslog] avformat/tls: Fix integer overflow with option mtu
Zhao Zhili
[FFmpeg-cvslog] avcodec/sanm: remove codec4 block smoothing
Manuel Lauss
[FFmpeg-cvslog] avcodec/sanm: codec31/32 support
Manuel Lauss
[FFmpeg-cvslog] avcodec/sanm: fix codec33/34 tile generator
Manuel Lauss
[FFmpeg-cvslog] avutil/frame: Fix av_realloc_array() argument order
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/huffman: Combine allocations
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/aacpsy: Remove always-true checks
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/psymodel: Use av_memdup() where appropriate
Andreas Rheinhardt
[FFmpeg-cvslog] avutil/frame: Use av_memdup() for duplicating extended data array
Andreas Rheinhardt
[FFmpeg-cvslog] avutil/frame: Always return error upon error
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/iirfilter: Remove iirfilter, psy-preprocessing
Andreas Rheinhardt
[FFmpeg-cvslog] tests/fate-run: Remove intermediate files from enc-external tests
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/libaomenc: Avoid code duplication when setting options
Andreas Rheinhardt
[FFmpeg-cvslog] tests/fate/mov: Add bitexact for fate-mov-mp4-frag-flush
Michael Niedermayer
[FFmpeg-cvslog] avutil/hwcontext_amf: add support for d3d12va initialisation
Dmitrii Ovchinnikov
[FFmpeg-cvslog] avutil/hwcontext_amf: fix error logging on amf_init_from_device.
Dmitrii Ovchinnikov
[FFmpeg-cvslog] amfenc: Update the min version to 1.4.36.0 for AMF SDK.
Dmitrii Ovchinnikov
[FFmpeg-cvslog] avformat/movenc: fix writing reserved bits in EC3SpecificBox
James Almer
[FFmpeg-cvslog] avformat/movenc: fix writing reserved bits in EC3SpecificBox
James Almer
[FFmpeg-cvslog] avformat/movenc: fix writing reserved bits in EC3SpecificBox
James Almer
[FFmpeg-cvslog] lavc/dxvenc: fix big-endian issues in dxv_compress_dxt1
Emma Worley
[FFmpeg-cvslog] avcodec/hashtable: Remove null statement
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/hashtable: Only align complete entries
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/hashtable: Mark alloc,free functions as av_cold
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/hashtable: Zero-initialize hashtable
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/hashtable: Only free buffer if there is buffer to free
Andreas Rheinhardt
[FFmpeg-cvslog] tests/fate/libavcodec: Run hashtable test
Andreas Rheinhardt
[FFmpeg-cvslog] avcodec/Makefile: Only compile hashtable.o when needed
Andreas Rheinhardt
Earlier messages
Later messages