September 2021 Archives by subject
Starting: Wed Sep 1 13:44:12 EEST 2021
Ending: Thu Sep 30 23:23:42 EEST 2021
Messages: 554
- [FFmpeg-cvslog] [ffmpeg-fateserver] branch master updated. 0618f75 Add missing validation of out of process data
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-fateserver] branch master updated. fd02ae5 Move validation of parsed slot/date into split_header from load_report
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 88743cd web/download: Add FFmpeg 4.1.7
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avcodec/(h263|mpeg4?video)_parser: Make *_find_frame_end() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aaccoder: Add minimal bias in search_for_ms()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/aacdec_template: Avoid some invalid values to be set by decode_audio_specific_config_gb()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix 2 integer overflows in filter_3800()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix 2 integer overflows in filter_3800()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix integer overflow in filter_fast_3320()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix integer overflow in intermediate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/argo: Check for even dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/argo: Move U, fix shift
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/argo: Move U, fix shift
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/av1_parser: constify some variables
James Almer
- [FFmpeg-cvslog] avcodec/avcodec, options_table: Deprecate sub_text_format
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Allow up to seven codec ids per parser
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Make sanity check stricter
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Remove redundant assert
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/avcodec: Simplify check for flushing of bsf
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bsf: ff_list_bsf static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bsf: Unref the packet when flushing
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bsf: Use null-bsf for passthrough when available
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs: Make ff_cbs_alloc_unit_data() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cbs_h265: support general_profile_idc 11
James Almer
- [FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cinepakenc: Check all calls to avpriv_elbg_do()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/clearvideo: Check tile_size to be not too large
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/codec_desc: Mark MLP as not being intra-only
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/cpia: Fix missing src_size update
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/dnxhddec: check and propagate function return value
maryam ebr
- [FFmpeg-cvslog] avcodec/dxva2_av1: fix superres_denom parameter
Tong Wu
- [FFmpeg-cvslog] avcodec/dxva2_av1: fix superres_denom parameter
Tong Wu
- [FFmpeg-cvslog] avcodec/dynamic_hdr10_plus: check size before using it
Limin Wang
- [FFmpeg-cvslog] avcodec/dynamic_hdr10_plus: use AVERROR_INVALIDDATA instead of AVERROR(EINVAL)
Limin Wang
- [FFmpeg-cvslog] avcodec/elbg: Add flags to avpriv_elbg_do()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/elbg: Add persistent ELBGContext
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/elbg: Also allocate buffers for recursion only once
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/elbg: Increase some fields to 64bit
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/elbg: Keep buffers to avoid allocations and frees
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/elbg: Mark ELBGContext as being unaliased by using av_restrict
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/elbg: Merge avpriv_init_elbg() into avpriv_do_elbg()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/elbg: Move arguments to the context early if possible
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/elbg: Move avpriv_init_elbg() down
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/elbg: Remove avoidable buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/elbg: Rename elbg_data to ELBGContext
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/encode: Set AV_PKT_FLAG_KEY based upon AV_CODEC_PROP_INTRA_ONLY
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/exr: Better size checks
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exr: Check ac_count
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exr: Fix undefined integer multiplication
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_line()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flicvideo: Check remaining bytes in FLI*COPY
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/frame_thread_encoder: Check initializing mutexes/conditions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/frame_thread_encoder: Don't shadow variables
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/frame_thread_encoder: Free AVCodecContext structure on error during init
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/frame_thread_encoder: Mark init and free functions as av_cold
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/frame_thread_encoder: Reindent after the previous commit
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/frame_thread_encoder: Return proper error codes
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h263dec: Make ff_h263_hw_config_list static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_levels, h265_profile_level: Avoid relocations
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/h264_parser: Fix nalsize check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_parser: Set AVCodecContext.framerate
Nicolas Gaullier
- [FFmpeg-cvslog] avcodec/h264_picture: wait for the second slice to apply film grain on interlaced content
James Almer
- [FFmpeg-cvslog] avcodec/h264dec: use picture parameters in ff_print_debug_info2()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h274: don't read from uninitialized array members
Niklas Haas
- [FFmpeg-cvslog] avcodec/h274: fix bad left shifts
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h274: trim unnecessarily large array
Niklas Haas
- [FFmpeg-cvslog] avcodec/hevc_sei: check size before using it
Limin Wang
- [FFmpeg-cvslog] avcodec/hevc_sei: Use get_bits_long() for time_offset_value
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/iff: Only write palette to plane 1 if its PAL8
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/iirfilter: Make ff_iir_filter_flt() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/internal: Update AVCodecInternal.is_copy documentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/interplayacm: fix draining and last frame number of samples
Paul B Mahol
- [FFmpeg-cvslog] avcodec/j2kenc: Check for av_strtok() failure
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/j2kenc: Fix AV_OPT_TYPE_CONST offsets
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeg2000: Make ff_tag_tree_size() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/jpeg2000_parser: Check state!=0
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check that atom header is within bytsetream
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/jpeg2000dec: Check that atom header is within bytsetream
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/libdav1d: fix compilation after recent libdav1d API changes
James Almer
- [FFmpeg-cvslog] avcodec/libdav1d: fix compilation after recent libdav1d API changes
James Almer
- [FFmpeg-cvslog] avcodec/libdav1d: let libdav1d choose optimal max frame delay
James Almer
- [FFmpeg-cvslog] avcodec/libdav1d: pass auto threads value to libdav1d
James Almer
- [FFmpeg-cvslog] avcodec/libsvtav1: Fix duplicate definition of caps_internal
Limin Wang
- [FFmpeg-cvslog] avcodec/libsvtav1: Fix value range for rc mode
Limin Wang
- [FFmpeg-cvslog] avcodec/libsvtav1: make coded GOP type configurable
Limin Wang
- [FFmpeg-cvslog] avcodec/libsvtav1: properly enforce CQP mode when set in wrapper
Limin Wang
- [FFmpeg-cvslog] avcodec/libvpxenc: Apply codec options to alpha codec context
Adam Chelminski
- [FFmpeg-cvslog] avcodec/libx265: add support for setting chroma sample location
Jan Ekström
- [FFmpeg-cvslog] avcodec/lpc: check for zero err in normalization in compute_lpc_coefs()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegbdec: Skip SOS on AVDISCARD_ALL as does mjpeg
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: Check for bits left in mjpeg_decode_scan_progressive_ac()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mjpegdec: export display matrix frame side data when available
James Almer
- [FFmpeg-cvslog] avcodec/mlp: move sync defines to common header
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpdec: fix decoding single stereo stream in TrueHD
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpdec: fix integer sanitizer warning under clang
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: add support for 24bit encoding
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: allocate filter buffers once at init
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: fix encoding stereo single stream in TrueHD
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: fix indentation
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: Fix mixed declarations and code warning
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mlpenc: fix removal of packet timestamp/size from queue
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: remove convoluted incomplete multiple substreams support code
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: remove frame_size array from private context
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: remove log messages when allocation fails at init
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: remove no more needed goto
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: remove not needed buf_size checks
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: remove unused item
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: Set AV_PKT_FLAG_KEY manually
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mlpenc: simplify allocations in mlp_encode_init()
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: simplify compare_best_offset()
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: simplify some complicated expressions more
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: simplify strange pointer initializations
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: stop returning packets with no data
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: stop using hardcoded value
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: use av_shrink_packet()
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: use ff_ctz()
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpenc: use variables local to for loops
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo: Move startcodes to mpeg12.h
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mqcenc: Make ff_mqc_flush() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/msvideo1enc: Check all calls to avpriv_elbg_do()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mxpegdec: Check for AVDISCARD_ALL
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/nvenc: add constrainedFrame encoding support
Limin Wang
- [FFmpeg-cvslog] avcodec/nvenc: add intra refresh support
Limin Wang
- [FFmpeg-cvslog] avcodec/nvenc: add single slice intra refresh support
Limin Wang
- [FFmpeg-cvslog] avcodec/nvenc: make number of slices per frame configurable
Limin Wang
- [FFmpeg-cvslog] avcodec/omx: Check initializing mutexes/conditions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/omx: Reindentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/opus_silk: Remove wrong size information in function declaration
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/pictordec: Optimize more odd cases for picmemset()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/pngenc: remove monowhite from apng formats
Paul B Mahol
- [FFmpeg-cvslog] avcodec/pnm_parser: add support for PFM parsing
Paul B Mahol
- [FFmpeg-cvslog] avcodec/pthread_frame: Move (init|free)_pthread() to pthread.c
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/qsv: Make ff_qsv_map_error() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/qsv_enc: do not reuse enc_ctrl from previous frames
Xu Guangxin
- [FFmpeg-cvslog] avcodec/qsvenc: Fix memleaks upon allocation errors
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/qsvenc: Remove dead code for user-provided buffers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/sbrdsp_fixed: Fix negation overflow in sbr_neg_odd_64_c()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/siren: add checksum calculation
Peter Ross
- [FFmpeg-cvslog] avcodec/siren: Check available bits in decode_envelope()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/siren: Check index for catergory5
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/siren: decode_vector: remove unused parameter
Peter Ross
- [FFmpeg-cvslog] avcodec/siren: don't reduce getbitcontext size by checksum_bits at initialisation
Peter Ross
- [FFmpeg-cvslog] avcodec/siren: Improve the bits left threshold in decode_envelope()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/siren: MSN Siren decoder
Peter Ross
- [FFmpeg-cvslog] avcodec/siren: prevent getbitcontext overread
Peter Ross
- [FFmpeg-cvslog] avcodec/siren: replace magic numbers with macro value
Peter Ross
- [FFmpeg-cvslog] avcodec/snow_dwt: Make ff_snow_(horizont|vertic)al_compose97i static
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/snowdec: Maintain avmv buffer
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/tests/avcodec: Add basic sanity checks for AVCodec properties
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tests/avcodec: Check codec caps for consistency
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tests/avcodec: Check consistency of function pointers
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tests/avcodec: Sanity check AVCodec.priv_data_size
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tests/avcodec: Test AVCodec and AVCodecDescriptor consistency
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/tests/utils: Rename to avcodec
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: don't return negative values in av_get_audio_frame_duration()
James Almer
- [FFmpeg-cvslog] avcodec/utils: Use 64bit for intermediate in AV_CODEC_ID_ADPCM_THP* duration calculation
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc1dec: Disable error concealment for *IMAGE
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_mode
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/videotoolboxenc: Fixes non-B-Frame encoding
NoHalfBits
- [FFmpeg-cvslog] avcodec/vp9: Check initializing conditions/mutexes
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp9: Don't free buffer known to be NULL
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp9: Do not destroy uninitialized mutexes/conditions
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp9: Remove vp9_free_entries()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vp9: Use av_freep() instead of av_free()
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/webp: Check available space in loop in decode_entropy_coded_image()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wma: Return specific error code
Olivier Crête
- [FFmpeg-cvslog] avcodec/wmadec: fix WMA gapless playback
bnnm
- [FFmpeg-cvslog] avcodec/wmadec: handle run_level_decode error
Stéphane Cerveau
- [FFmpeg-cvslog] avcodec/wmaprodec: add gapless support
Paul B Mahol
- [FFmpeg-cvslog] avcodec/wmaprodec: Check that the EOF frame was allocated before decoding into it
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: improve flushing for >2 channels in XMA
Paul B Mahol
- [FFmpeg-cvslog] avcodec/wmaprodec: improve xma2 extradata parsing
Paul B Mahol
- [FFmpeg-cvslog] avcodec/wmaprodec: unbreak old xma2 decoding
Paul B Mahol
- [FFmpeg-cvslog] avcodec/wmaprodec: unbreak xma >2 channel decoding after last change
Paul B Mahol
- [FFmpeg-cvslog] avcodec/xpmdec: Move allocations down after more error checks
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/xpmdec: Move allocations down after more error checks
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/zmbvenc: Remove redundant pixel format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec: remove the unused low_delay
Limin Wang
- [FFmpeg-cvslog] avfilter/af_afade: fix heap-buffer overflow
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_afade: Remove redundant checks and assignments
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_afftdn: move i initialization to silence warning
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_afftfilt: add timeline support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_afftfilt: reindent after last commit
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_agate: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_agate: Honour query_formats API, fix segfault
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_agate: Remove always-false samplerate check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_amerge: Remove always-false samplerate check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_apsyclip: fix mixed declarations and code
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_aresample: Use preinit instead of init_dict
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_arnndn: initialize ret to silence compiler warning
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_asoftclip: rewrite oversampling
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_astats: add entropy stat
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_asupercut: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_biquads: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_drmeter: Check that there is data
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/af_dynaudnorm: improve EOF timestamp precision
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_sidechaincompress: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_sidechaincompress: Honour query_formats API, fix segfault
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_sidechaincompress: Remove always-false samplerate check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_silencedetect: add planar sample formats support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silencedetect: support all channel counts
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: add asserts to check for NaNs
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: avoid returning 1 sample duration frames
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: cover default case too
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: fix indentation
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: fix processing of periods > 1
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: fix regression in output frame pts
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: fix stop_silence handling
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: guard against negative numbers
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: improve trimming middle silence
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_silenceremove: use duration option for window option
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_speechnorm: add timeline support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_speechnorm: check return value of av_frame_make_writable()
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_speechnorm: improve EOF timestamp precision
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_speechnorm: use floats in place of doubles where it is already float used
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_tremolo: fix heap-buffer overflow
Paul B Mahol
- [FFmpeg-cvslog] avfilter/audio, video: Remove references to avfilter_unref_buffer()
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/avf_avectorscope: add slice threading for fade function
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_avectorscope: add support for commands
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_avectorscope: add ultra fast path when slow fading is disabled
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_avectorscope: fix zoom 0 mode with nonlinear scale
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avf_showspectrum: rewrite frequency log axis/bin scaling
Paul B Mahol
- [FFmpeg-cvslog] avfilter/avfilter: Actually error out on init error
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/avfilter: Remove unused count
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/avfiltergraph: add an "auto" constant to the threads option
James Almer
- [FFmpeg-cvslog] avfilter/elbg: Extend filter to include alpha values in the quantization procedure
Soft Works
- [FFmpeg-cvslog] avfilter/f_cue: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/f_drawgraph: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/f_graphmonitor: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/f_loop: initialize ret to silence compiler warning
Paul B Mahol
- [FFmpeg-cvslog] avfilter/f_perms: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/f_realtime: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/f_segment: silence compiler warning
Paul B Mahol
- [FFmpeg-cvslog] avfilter/f_sendcmd: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/f_streamselect: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/f_zmq: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/formats: Avoid reallocations for video in ff_all_formats()
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/formats: Make ff_formats_pixdesc_filter return AVFilterFormats*
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/framesync: Remove redundant setting of AVClass
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/framesync: Separate framesync AVClass and auxiliary functions
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/frei0r: use win32dlfcn wrapper
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/internal: Add AVFILTER_DEFINE_CLASS_EXT
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/preserve_color: Add necessary headers
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/split: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/src_movie: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_avgblur: fix heap-buffer overflow
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_avgblur: switch to faster algorithm
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_bitplanenoise: fix overreads
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_blend: add 14bit pixel format support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_blend: add few more modes
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_blend: add geometric mode
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_blend: add gray9 pixel format support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_blend: add harmonic mode
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_blend: add softdifference blend mode
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_blend: Don't redefine options name
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_blend: refactor blend macros
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_blend: refactor blend modes
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_blend: refactor similar code
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_blend: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_bm3d: fix heap-buffer overflows
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_bm3d: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_bwdif: fix heap-buffer overflow
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_colorbalance: fix min/max check that can never be true
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_colorchannelmixer: add extended preserve color support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_colorchannelmixer: simplify code a little
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_colorconstancy: fix overreads in gauss array
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_colorlevels: add preserve color option
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_colorlevels: refactor code so all components are processed in same loop
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolution: add scharr operator
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolution: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_convolution: Fix standalone build of kirsch, scharr filters
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_convolve: Deduplicate framesync auxiliary functions
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_convolve: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_coreimage: Simplify query_formats
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_datascope: fix heap buffer overflow
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_displace: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_edgedetect: check if height is big enough
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_edgedetect: fix heap-buffer overflow
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_elbg: Check call to avpriv_elbg_do()
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_elbg: Rename ELBGContext->ELBGFilterContext
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_extractplanes: fix regression
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_extractplanes: stop marking alphaextract filter as dynamic outputs
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftdnoiz: Use lrintf() in export_row8()
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_fieldmatch: fix heap-buffer overflow
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fieldmatch: initialize dst pointer to silence warning
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fieldorder: fix heap-buffer overflow
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_floodfill: constify the AVFrame parameter in is_same() and pick_pixel() functions
James Almer
- [FFmpeg-cvslog] avfilter/vf_floodfill: finish early if source and destination fill matches
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_format: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_geq: Simplify creating string
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_guided: Fix indention
Limin Wang
- [FFmpeg-cvslog] avfilter/vf_guided: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_hflip: Don't call av_pix_fmt_desc_get() twice
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_hysteresis: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_identity: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_libvmaf: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_lut3d: Deduplicate options
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_lut: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_lut: Remove empty init function
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_maskedclamp: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_maskedmerge: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_maskedminmax: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_maskedminmax: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_maskedminmax: Simplify init
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_maskedthreshold: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_mestimate: Check b_count
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_midequalizer: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_morpho: add gradient operation type
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_morpho: add tophat and blackhat operations
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_morpho: Rename functions to unbreak MSVC
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_neighbor: check if width is 1
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_neighbor: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_premultiply: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_premultiply: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_psnr: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_readeia608: Use av_dict_set_int()
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_remap: remove timeline support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_scale: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_scale: reset color matrix in case of identity & non-RGB
Jan Ekström
- [FFmpeg-cvslog] avfilter/vf_scale: set the RGB matrix coefficients in case of RGB
Jan Ekström
- [FFmpeg-cvslog] avfilter/vf_scale: set the RGB matrix coefficients in case of RGB
Jan Ekström
- [FFmpeg-cvslog] avfilter/vf_selectivecolor: reduce number of operations with r/g/b/a pointers
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_selectivecolor: refactor some repeating calculations
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_spp: Add dummy element to array to avoid shift
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_spp: Use preinit instead of init_dict
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_ssim: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_stack: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_format
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_swaprect: Use ff_formats_pixdesc_filter()
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_threshold: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_v360: refactor uf/vf scaling
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_vif: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_w3fdif: deny processing small videos
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_weave: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_xfade: add zoomin transition
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_xfade: check default switch case
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_xfade: Remove always-false format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_xmedian: Split portion of init unique to xmedian off
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_zscale: Don't make assumptions about zimg's range enums
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_zscale: fix output color_range discrepancy
Pavel Koshevoy
- [FFmpeg-cvslog] avfilter/vf_zscale: Use init instead of init_dict
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vsrc_testsrc: Deduplicate AVClasses
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter: add audio psychoacoustic clipper
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add morpho filter
Paul B Mahol
- [FFmpeg-cvslog] avformat/aacdec: enable probesize-sized resyncs mid-stream
Jan Ekström
- [FFmpeg-cvslog] avformat/aaxdec: Check avio_seek() in header reading
Michael Niedermayer
- [FFmpeg-cvslog] avformat/adtsenc: return value check for init_get_bits in adts_decode_extradata
maryam ebrahimzadeh
- [FFmpeg-cvslog] avformat/aiffdec: Check for size overflow in header parsing
Michael Niedermayer
- [FFmpeg-cvslog] avformat/argo_asf: Use memcpy to copy string without its NUL
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/asfdec_f: Check sizeX against padding
Michael Niedermayer
- [FFmpeg-cvslog] avformat/asfenc, mux, utils: Use smaller scope for variables
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/asfenc: Simplify writing error correction data
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/astenc: Simplify writing padding
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avidec: fix position overflow in avi_load_index()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avidec: Use 64bit for frame number in odml index parsing
Michael Niedermayer
- [FFmpeg-cvslog] avformat/avienc: Simplify writing padding
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/aviobuf: Extend ffio_fill to 64bits
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/bfi: check nframes
Michael Niedermayer
- [FFmpeg-cvslog] avformat/cafdec: try skipping various chunks only when seeking is possible
Paul B Mahol
- [FFmpeg-cvslog] avformat/cafenc: Don't segfault upon allocation error
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/cafenc: Fix memleak when trailer is never written
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/cafenc: Fix potential integer overflow
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/chromaprint: Add deinit function
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/chromaprint: Improve returned error codes
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/concatdec: Use FAIL() macro instead of direct return in concat_parse_script()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/demux: Don't free inexistent ID3v2 metadata
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/demux: Use av_opt_set_int() where appropriate
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/demux: Use r_frame_rate in compute_frame_duration if codec_framerate is unknown
Nicolas Gaullier
- [FFmpeg-cvslog] avformat/dhav: do not use zero fps
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dhav: use frame number if timestamp difference is zero
Paul B Mahol
- [FFmpeg-cvslog] avformat/dsfdec: Change order of operations in bitrate computation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dsicin: Check packet size for overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/dv: always set audio packet duration
Paul B Mahol
- [FFmpeg-cvslog] avformat/dv: Set AVFMTCTX_NOHEADER flag
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/dxa: Check fps to be within the supported range more precissely
Michael Niedermayer
- [FFmpeg-cvslog] avformat/filmstripenc: Simplify writing reserved elements
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/ftp: Check for av_strtok() failure
Michael Niedermayer
- [FFmpeg-cvslog] avformat/gxfenc: Simplify writing padding/reserved elements
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/hlsenc: add const for filename argument
Limin Wang
- [FFmpeg-cvslog] avformat/icoenc: Simplify writing bitmask
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/icoenc: Use avcodec_get_name() instead of codec descriptor
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/iff: Use 64bit in duration computation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jacosubdec: Check for min in t overflow in get_shift()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jacosubenc: Fix writing extradata
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/jvdec: Make sizeof(JVFrame) smaller to save memory
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/libsrt: log streamid in listener mode
Zhao Zhili
- [FFmpeg-cvslog] avformat/libsrt: remove url_get_file_handle implementation
Zhao Zhili
- [FFmpeg-cvslog] avformat/matroskadec: Fix handling of huge default durations
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskaenc: Simplify writing qt-compatibility header
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mccdec: Fix overflows in num/den
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mlpdec: fix time_base for packet timestamps
Paul B Mahol
- [FFmpeg-cvslog] avformat/mov: Avoid undefined overflow in time_offset calculation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Check dts for overflow in mov_read_trun()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Check for duplicate clli
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: do not ignore errors in mov_metadata_hmmt()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Fix incorrect overflow detection in mov_read_sidx()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Fix last mfra check
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Set AVSTREAM_PARSE_HEADERS flag for H264
Nicolas Gaullier
- [FFmpeg-cvslog] avformat/mov_chan: Make ff_mov_get_channel_layout() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenc: Limit ism_lookahead to a sane value
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenc: Simplify reserving space for tfrf tags
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenchint: Simplify writing padding
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mp3dec: Avoid calling avio_tell() multiple times
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mp3dec: Simplify checking for no-metadata
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpc8: Check first keyframe position for overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpc8: Check for position overflow in mpc8_handle_chunk()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegenc: Simplify writing padding/stuffing
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpegts: fixes overflow when parsing the PMT
Nicolas Jorge Dato
- [FFmpeg-cvslog] avformat/msf: Check that channels doesnt overflow during extradata construction
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mux, mxfenc, utils: Use dedicated pointer for AVFormatInternal
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux, utils: Use dedicated pointer for AVStreamInternal
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Fix double-free when using AVPacket.opaque_ref
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mvdec: Don't signal success on parse_audio_var() error
James Almer
- [FFmpeg-cvslog] avformat/mvdec: Do not set invalid sample rate
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: Check size for shrinking
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: rename sub_descriptors as file_descriptors
Marc-Antoine Arnaud
- [FFmpeg-cvslog] avformat/mxfenc: Simplfy writing padding
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/nutdec: Check tmp_size
Michael Niedermayer
- [FFmpeg-cvslog] avformat/omadec: Don't output uninitialized values
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/omaenc: Simplify writing padding
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/pp_bnk: Use 64bit in bitrate computation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/qcp: Avoid negative nb_rates
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rawdec: Make ff_raw_data_read_header() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/realtextdec: Check the pts difference before using it for the duration computation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/riffenc: Fix indentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/rmdec: Check old_format len for overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rtpdec: Make ff_rtp_handler_iterate() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/rtsp: Use av_dict_set_int()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sbgdec: Check for overflow in timestamp preparation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/sbgdec: Check for t0 overflow in expand_tseq()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/sbgdec: Check opt_duration and start for overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/subtitles: Check pts difference before use
Michael Niedermayer
- [FFmpeg-cvslog] avformat/tta: Check for EOF in index reading loop
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: add const for argument passed to ff_is_http_proto()
Limin Wang
- [FFmpeg-cvslog] avformat/utils: Ignore negative duration in codec_info_duration computation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: Move demuxing code out into a new file
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Move seeking code out into a new file
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Reindentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/utils: Use st for AVStream variable in avpriv_set_pts_info
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/wavdec: Use 64bit in new_pos computation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wtvdec: Check for EOF before seeking back in parse_media_type()
Michael Niedermayer
- [FFmpeg-cvslog] avformat: add an AV1 Low overhead bitstream format muxer
James Almer
- [FFmpeg-cvslog] avformat: Avoid allocation for AVFormatInternal
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat: Avoid allocation for AVStreamInternal
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/buffer: Avoid allocation of AVBuffer when using buffer pool
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/buffer: constify some function parameters
James Almer
- [FFmpeg-cvslog] avutil/mem: Deprecate av_mallocz_array()
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/opt: Also warn for deprecated named constants
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/opt: Remove outdated version check
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/opt: Simplify av_opt_set_dict2()
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/tests/opt: Set AVClass.version
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/utils: Remove racy check from avutil_version()
Andreas Rheinhardt
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] checkasm/hevc_pel: Fix stack buffer overreads
Andreas Rheinhardt
- [FFmpeg-cvslog] cmdutils: round rotation value to nearest integer
James Almer
- [FFmpeg-cvslog] configure: account for openssl3 license change
Timo Rothenpieler
- [FFmpeg-cvslog] configure: arm: Don't add -march= to the compiler if no preference was passed
Martin Storsjö
- [FFmpeg-cvslog] configure: Remove null_bsf dependency
Andreas Rheinhardt
- [FFmpeg-cvslog] doc/decoders: mention that some libdav1d options are deprecated
James Almer
- [FFmpeg-cvslog] doc/demuxers: fix typo in concatdec options
rcombs
- [FFmpeg-cvslog] doc/encoders: add available values for libsvtav1 options
Limin Wang
- [FFmpeg-cvslog] doc/filters: note values for afftflt window function
Arif Driessen
- [FFmpeg-cvslog] doc/muxers: add entry for OBU muxer
Gyan Doshi
- [FFmpeg-cvslog] fate/caf: Add remux tests
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/checkasm: add missing tests to FATE
James Almer
- [FFmpeg-cvslog] fate/demux, gapless, image: Add missing ffprobe dependencies
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/demux: Move caf test to its own file
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/demux: Move Sony OpenMG audio (oma) test into a new file
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/oma: Add remux tests for ATRAC3 and ATRAC3P
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/subtitles: Add JACOsub remuxing test
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/wma: Account for trimmed samples in wmapro-ism test
Andreas Rheinhardt
- [FFmpeg-cvslog] fate: fix silenceremove test
Paul B Mahol
- [FFmpeg-cvslog] ffmpeg: fix order between field order autodetection and override
Jan Ekström
- [FFmpeg-cvslog] ffmpeg: let AVFilterGraph parse the filter_threads option
James Almer
- [FFmpeg-cvslog] ffmpeg: take into account image flipping in the display matrix
James Almer
- [FFmpeg-cvslog] ffmpeg: use display matrix frame side data for autorotation
James Almer
- [FFmpeg-cvslog] ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formats
James Almer
- [FFmpeg-cvslog] ffmpeg_hw: make hardware selection for filters more user friendly
Haihao Xiang
- [FFmpeg-cvslog] fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_list
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATED
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/cmdutils: Fix warning for initialization makes integer from pointer without a cast
Limin Wang
- [FFmpeg-cvslog] fftools/cmdutils: Use %c, not %s, to write single char
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/cmdutils: Use %c, not %s to write a single char
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg: Remove unused fields
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Add missing AV_OPT_SEARCH_FAKE_OBJ
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffprobe: Don't access AVProgram.(start|end)_time
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools: Remove remnants of resample_opts
Andreas Rheinhardt
- [FFmpeg-cvslog] lavc/aarch64: fix relocation out of range error
Zhao Zhili
- [FFmpeg-cvslog] lavc: deprecate AV_CODEC_(FLAG|CAP)_TRUNCATED
Anton Khirnov
- [FFmpeg-cvslog] lavf/concat: add file_packet_meta directive
Nicolas George
- [FFmpeg-cvslog] lavf/concat: add support for chapters
Nicolas George
- [FFmpeg-cvslog] lavf/concat: deprecate file_packet_metadata
Nicolas George
- [FFmpeg-cvslog] lavf/concat: refactor parsing
Nicolas George
- [FFmpeg-cvslog] lavf/concatdec: add stream_codec directive
Nicolas George
- [FFmpeg-cvslog] lavf/concatdec: add stream_extradata directive
Nicolas George
- [FFmpeg-cvslog] lavf/concatdec: support stream metadata
Nicolas George
- [FFmpeg-cvslog] lavfi/vf_scale: convert to the frame-based sws API
Anton Khirnov
- [FFmpeg-cvslog] lavfi/vf_scale: pass the thread count to the scaler
Anton Khirnov
- [FFmpeg-cvslog] lavu/pix_fmt: add pixel format for x2bgr10
Manuel Stoeckl
- [FFmpeg-cvslog] libavcodec/qsv: enabling d3d11va support, added mfxhdlpair
Artem Galin
- [FFmpeg-cvslog] libavdevice/avfoundation.m: fix potential unreleased lock issue
Chengfeng Ye
- [FFmpeg-cvslog] libavdevice/avfoundation.m: fix protential unreleased lock issue
Chengfeng Ye
- [FFmpeg-cvslog] libavfilter/qsvvpp: add MFX_MEMTYPE_FROM_VPPOUT flag to output frames
Artem Galin
- [FFmpeg-cvslog] libavfilter/qsvvpp: enabling d3d11va support, added mfxhdlpair
Artem Galin
- [FFmpeg-cvslog] libavfilter/vf_deinterlace_qsv: enabling d3d11va support, added mfxhdlpair
Artem Galin
- [FFmpeg-cvslog] libavfilter/vf_scale_qsv: add MFX_MEMTYPE_FROM_VPPOUT flag to frame_type
Artem Galin
- [FFmpeg-cvslog] libavfilter/vf_scale_qsv: enabling d3d11va support, added mfxhdlpair
Artem Galin
- [FFmpeg-cvslog] libavfilter/vf_vpp_qsv: fix uninitialized variable problem
Wenbin Chen
- [FFmpeg-cvslog] libavfilter/x86/vf_gblur: correct the order of loop step
Wu Jianhua
- [FFmpeg-cvslog] libavfilter/x86/vf_gblur: fixed the fate-test failed on MacOS
Wu Jianhua
- [FFmpeg-cvslog] libavformat/asfdec: Add braces to define
Soft Works
- [FFmpeg-cvslog] libavformat/asfdec: Use predefined constants
Soft Works
- [FFmpeg-cvslog] libavutil/hwcontext_d3d11va: adding more texture information to the D3D11 hwcontext API
Artem Galin
- [FFmpeg-cvslog] libavutil/hwcontext_qsv: add usage child_device_type argument to explicitly select d3d11va/DX11 device type
Artem Galin
- [FFmpeg-cvslog] libavutil/hwcontext_qsv: fix a bug for mapping qsv frame to vaapi
Wenbin Chen
- [FFmpeg-cvslog] libavutil/hwcontext_qsv: supporting d3d11va device type
Artem Galin
- [FFmpeg-cvslog] libswscale/options: Add parent_log_context_offset to AVClass
Andreas Rheinhardt
- [FFmpeg-cvslog] libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()
James Almer
- [FFmpeg-cvslog] New commits on branch release/3.4
Git System
- [FFmpeg-cvslog] New commits on branch release/4.1
Git System
- [FFmpeg-cvslog] Replace all occurences of av_mallocz_array() by av_calloc()
Andreas Rheinhardt
- [FFmpeg-cvslog] Revert "avformat/wvdec: Check rate for overflow"
Michael Niedermayer
- [FFmpeg-cvslog] Revert "fate: Add test for ticket 6024, truncated decoding mode"
Anton Khirnov
- [FFmpeg-cvslog] Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and there is no specific default"
Andreas Rheinhardt
- [FFmpeg-cvslog] swresample/aarch64: fix relocation out of range error
Zhao Zhili
- [FFmpeg-cvslog] sws: add a new scaling API
Anton Khirnov
- [FFmpeg-cvslog] sws: implement slice threading
Anton Khirnov
- [FFmpeg-cvslog] swscale/slice: Check slice for allocation failure
Michael Niedermayer
- [FFmpeg-cvslog] swscale/slice: Fix wrong return on error
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale: Disable x86-specific code for other arches
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/swscale: Fix races when using unaligned strides/data
Andreas Rheinhardt
- [FFmpeg-cvslog] swscale/swscale_internal: Avoid unsigned for slice parameters
Michael Niedermayer
- [FFmpeg-cvslog] swscale/yuv2rgb: fix conversion to X2RGB10
Manuel Stoeckl
- [FFmpeg-cvslog] swscale: add input/output support for X2BGR10LE
Manuel Stoeckl
- [FFmpeg-cvslog] Tag n4.1.7 : FFmpeg 4.1.7 release
git at videolan.org
- [FFmpeg-cvslog] tests/concat-demuxer: add stream_meta test
Nicolas George
- [FFmpeg-cvslog] tools/cws2fws: Check read() for failure
Michael Niedermayer
- [FFmpeg-cvslog] tools/dvd2concat: add support for chapters
Nicolas George
- [FFmpeg-cvslog] tools/dvd2concat: generate VOBSUB extradata
Nicolas George
- [FFmpeg-cvslog] tools/dvd2concat: include language metadata
Nicolas George
- [FFmpeg-cvslog] tools/dvd2concat: specify stream_codec for subtitles
Nicolas George
- [FFmpeg-cvslog] tools/target_bsf_fuzzer: Make it const-correct
Andreas Rheinhardt
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for WMV2
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for WMV3
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust VC1 threshold
Michael Niedermayer
- [FFmpeg-cvslog] Update for 4.1.7
Michael Niedermayer
- [FFmpeg-cvslog] Update for 4.4.1
Michael Niedermayer
- [FFmpeg-cvslog] webp: fix transforms after a palette with pixel packing.
Maryla
Last message date:
Thu Sep 30 23:23:42 EEST 2021
Archived on: Thu Sep 30 23:23:50 EEST 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).