October 2021 Archives by author
Starting: Fri Oct 1 02:51:50 EEST 2021
Ending: Sat Oct 30 05:38:16 EEST 2021
Messages: 440
- [FFmpeg-cvslog] configure: export pkg-config includedir variable
James Almer
- [FFmpeg-cvslog] x86/vf_lut3d: use three operand form for some instructions
James Almer
- [FFmpeg-cvslog] avcodec/h264_picture: don't assume Film Grain Params side data will be present
James Almer
- [FFmpeg-cvslog] avcodec/libx264: copy unregistered data SEI messages to the input x264 picture
James Almer
- [FFmpeg-cvslog] avcodec/libx264: move sei_data_size out of the for loop
James Almer
- [FFmpeg-cvslog] fate: update ref files after a recent change
James Almer
- [FFmpeg-cvslog] avfilter/sharpen_npp: add sharpening video filter with borders control
Roman Arzumanyan
- [FFmpeg-cvslog] avformat/mpegts: use named constants for stream_id types
Marton Balint
- [FFmpeg-cvslog] avformat/mpegts: delay allocation of PES buffer
Marton Balint
- [FFmpeg-cvslog] avformat/mpegts: rename PES total_size to PES_packet_length
Marton Balint
- [FFmpeg-cvslog] avformat/mpegts: fix max_packet_size in mpegts payload parsing
Marton Balint
- [FFmpeg-cvslog] lavf/movenc: Write 'dby1' minor brand if Dolby content is being muxed to MP4
Derek Buitenhuis
- [FFmpeg-cvslog] avformat/mov: Use av_rescale when calculating bit rate
Derek Buitenhuis
- [FFmpeg-cvslog] avformat/mov: Do not hard fail if bit rate calculation overflows unless in explode mode
Derek Buitenhuis
- [FFmpeg-cvslog] avformat/mxfenc: fix index byte count in partition header
Baptiste Coudurier
- [FFmpeg-cvslog] README: fix typo and description of libavfilter
Gyan Doshi
- [FFmpeg-cvslog] doc/filters: correct description of select filter variables
Gyan Doshi
- [FFmpeg-cvslog] doc/filters: add notes for varblur
Gyan Doshi
- [FFmpeg-cvslog] avformat/aviobuf: add a full string reading mode to read_line_to_bprint
Jan Ekström
- [FFmpeg-cvslog] avformat/{aviobuf,avio_internal}: add ff_read_string_to_bprint_overwrite
Jan Ekström
- [FFmpeg-cvslog] avformat/{aviobuf,avio_internal}: add max_len argument to ff_read_string_to_bprint_overwrite
Jan Ekström
- [FFmpeg-cvslog] avformat/{isom,mov,movenc}: add support for CMAF DASH roles
Jan Ekström
- [FFmpeg-cvslog] avformat/avio: privatize source of truth for AVIOContext::written
Jan Ekström
- [FFmpeg-cvslog] avformat/avio{,buf}: deprecate AVIOContext::written
Jan Ekström
- [FFmpeg-cvslog] avformat/avio{,buf}: introduce public AVIOContext::bytes_{read,written}
Jan Ekström
- [FFmpeg-cvslog] avfilter/vf_zscale: deduplicate output color information setting
Jan Ekström
- [FFmpeg-cvslog] avfilter/vf_zscale: fix mapping of zimg_chroma_location_e to AVChromaLocation
Jan Ekström
- [FFmpeg-cvslog] avcodec/hevcdec: apply H.274 film grain
Niklas Haas
- [FFmpeg-cvslog] libavcodec/libx264: add user data unregistered SEI encoding
Brad Hards
- [FFmpeg-cvslog] avformat/argo_asf: cleanup and NULL-terminate name field in header
Zane van Iperen
- [FFmpeg-cvslog] avformat/argo_asf: pass name through as metadata
Zane van Iperen
- [FFmpeg-cvslog] avformat/argo_asf: use title metadata when muxing
Zane van Iperen
- [FFmpeg-cvslog] fftools/ffplay: don't disable x11 compositing
Zane van Iperen
- [FFmpeg-cvslog] avfilter/x86/vf_blend: unify indentation format
Wu Jianhua
- [FFmpeg-cvslog] avfilter/vf_avgblur_vulkan: fix incorrect conditional judgement
Wu Jianhua
- [FFmpeg-cvslog] libswscale/x86/rgb2rgb: add shuffle_bytes avx2
Wu Jianhua
- [FFmpeg-cvslog] Revert "avformat/hlsenc: compute video_keyframe_size after write keyframe"
Steven Liu
- [FFmpeg-cvslog] configure: update copyright year
Lynne
- [FFmpeg-cvslog] configure: update copyright year
Lynne
- [FFmpeg-cvslog] configure: update copyright year
Lynne
- [FFmpeg-cvslog] configure: update copyright year
Lynne
- [FFmpeg-cvslog] avcodec: add amr parser
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add (a)latency filters
Paul B Mahol
- [FFmpeg-cvslog] avfilter/f_reverse: add missing S64(P) sample format support
Paul B Mahol
- [FFmpeg-cvslog] avcodec/amr*dec: add multichannel support
Paul B Mahol
- [FFmpeg-cvslog] avcodec/amr*dec: reindent
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpdec: update matrix encoding only if it changed
Paul B Mahol
- [FFmpeg-cvslog] avcodec/mlpdec: skip decoding substreams if their channels are not to be used
Paul B Mahol
- [FFmpeg-cvslog] avcodec/amrnbdec: move channel_size bellow to avoid array overreads
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_afftdn: switch to internal timeline
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_agate: switch to internal timeline
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_morpho: switch to internal timeline
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_afwtdn: add internal timeline support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_speechnorm: fix possible memleak on error to make frame writable
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_dynaudnorm: fix possible clipping at start when alt-boundary mode is disabled
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_dynaudnorm: add support for filtering non-writable frames
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_morpho: fix leak by not returning too early
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: fix dfisheye input regression
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_axcorrelate: fix typo
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_axcorrelate: always process all input samples
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_axcorrelate: fix integer overflow for huge segments
Paul B Mahol
- [FFmpeg-cvslog] doc/filters: specify more axcorrelate design
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_axcorrelate: add DBLP sample format support
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add audio signal to distortion ratio filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: do not round second arg for rescale()
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: fix scaling to give proper results
Paul B Mahol
- [FFmpeg-cvslog] avcodec: add native Speex decoder
Paul B Mahol
- [FFmpeg-cvslog] avcodec/lagarith: return early on error
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vsrc_testsrc: add planar formats for haldclutsrc
Paul B Mahol
- [FFmpeg-cvslog] avformat/dhav: check if timestamp matches when seeking
Paul B Mahol
- [FFmpeg-cvslog] avformat/dhav: make duration extraction more robust
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add limitdiff video filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add xcorrelate video filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftfilt: simplify bits/len calculation
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftfilt: add slice threading support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftfilt: add gray formats >8 depth support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_histogram: add colors_mode option
Paul B Mahol
- [FFmpeg-cvslog] fate: update histogram test results
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_overlay: unbreak alpha composition with negative y and threads > 1
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftfilt: export FFT arrays size
Paul B Mahol
- [FFmpeg-cvslog] avfilter/window_func: unify all filters win_func option that use this header
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: add reset_rot option
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_w3fdif: do not output extra frame at start with deint=interlaced
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftdnoiz: add slice threading support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftdnoiz: add command options support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_fftdnoiz: fix missing funcionality
Paul B Mahol
- [FFmpeg-cvslog] avfilter/af_alimiter: add timeline and commands support
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add varblur video filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: make reset_rot option not lose its value
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_bilateral: remove unneeded multiplications
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_bilateral: remove unused arguments
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_bilateral: properly round float result
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_bilateral: add direct aka writable frame support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_bilateral: add slice threading support
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_selectivecolor: no need to use doubles
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolution: unbreak runtime planes option functionality
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_convolution: improve runtime support for convolution filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_dblur: fix artifacts
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_dblur: use lrintf()
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_dblur: add clipping
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: replace deprecated FF_CEIL_RSHIFT()
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_v360: do not reset yaw/pitch/roll with reset_rot true
Paul B Mahol
- [FFmpeg-cvslog] avfilter: split negate filter from lut filter
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_histogram: add more color modes
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_psnr/ssim: fix typos
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_nlmeans: reduce scope of some variables
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_nlmeans: make access to pointer to lut faster
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_nlmeans: no need to print filter options at info level
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_nlmeans: avoid if () to help paralellization
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_nlmeans: refactor line processing in preparation for x86 SIMD assembly
Paul B Mahol
- [FFmpeg-cvslog] avfilter/vf_nlmeans: split wa struct
Paul B Mahol
- [FFmpeg-cvslog] avfilter: add huesaturation filter
Paul B Mahol
- [FFmpeg-cvslog] doc/filters: fix typo for hsvkey/hsvhold
Paul B Mahol
- [FFmpeg-cvslog] swscale/alphablend: Fix slice handling
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale: Pass slice location into unscaled code also for dst scaling
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/wmaprodec: Do not initialize unused variable to out of array value
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jacosubdec: Check for min in t overflow in get_shift()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Check for duplicate clli
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mvdec: Do not set invalid sample rate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix integer overflow in intermediate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flicvideo: Check remaining bytes in FLI*COPY
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mxpegdec: Check for AVDISCARD_ALL
Michael Niedermayer
- [FFmpeg-cvslog] swscale/alphablend: Fix slice handling
Michael Niedermayer
- [FFmpeg-cvslog] Update for 4.1.8
Michael Niedermayer
- [FFmpeg-cvslog] Update for 4.2.5
Michael Niedermayer
- [FFmpeg-cvslog] Update for 4.3.3
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jacosubdec: Check for min in t overflow in get_shift()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/utils: Ignore negative duration in codec_info_duration computation
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Check for duplicate clli
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/exr: Fix undefined integer multiplication
Michael Niedermayer
- [FFmpeg-cvslog] avformat/sbgdec: Check opt_duration and start for overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4
Michael Niedermayer
- [FFmpeg-cvslog] avformat/sbgdec: Check for t0 overflow in expand_tseq()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mvdec: Do not set invalid sample rate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix integer overflow in intermediate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/snowdec: Maintain avmv buffer
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/cbs_h265_syntax_template: Limit sps_num_palette_predictor_initializer_minus1 to 127
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: ARGO writes 4x4 blocks without regard to the image dimensions
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flicvideo: Check remaining bytes in FLI*COPY
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mxpegdec: Check for AVDISCARD_ALL
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mov: Fix last mfra check
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix integer overflow in filter_fast_3320()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/alphablend: Fix slice handling
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/amr_parser: Treat 0 channels as 1
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: use actually read packet size in mpegts_resync special case
Michael Niedermayer
- [FFmpeg-cvslog] oavformat/avidec: Check offset in odml
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Use 64bit to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h264_slice: Check idr_pic_id
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Check for multiple audio_stream_info
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: Check smv_block_size
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/h274: Fix signed left shift
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Reset state also on failure in matroska_reset_status()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mxfdec: check channel number in mxf_get_d10_aes3_packet()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/jacosubdec: Check for min in t overflow in get_shift()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Use 64bit for intermediate for DEINT_ID_INT4
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mvdec: Do not set invalid sample rate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix integer overflow in intermediate
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpegvideo_enc: Limit bitrate tolerance to the representable
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mpeg12dec: Do not put mpeg_f_code into an invalid state on error return
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flicvideo: Check remaining bytes in FLI*COPY
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/mxpegdec: Check for AVDISCARD_ALL
Michael Niedermayer
- [FFmpeg-cvslog] swscale/alphablend: Fix slice handling
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: use actually read packet size in mpegts_resync special case
Michael Niedermayer
- [FFmpeg-cvslog] oavformat/avidec: Check offset in odml
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Use 64bit to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Check for multiple audio_stream_info
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: Check smv_block_size
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/gemdec: Use ff_set_dimensions()
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: use actually read packet size in mpegts_resync special case
Michael Niedermayer
- [FFmpeg-cvslog] oavformat/avidec: Check offset in odml
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Use 64bit to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Check for multiple audio_stream_info
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: Check smv_block_size
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Reset state also on failure in matroska_reset_status()
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: use actually read packet size in mpegts_resync special case
Michael Niedermayer
- [FFmpeg-cvslog] oavformat/avidec: Check offset in odml
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Use 64bit to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Check for multiple audio_stream_info
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: Check smv_block_size
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/speexdec: Seed should be unsigned otherwise the operations done on it are undefined
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: use actually read packet size in mpegts_resync special case
Michael Niedermayer
- [FFmpeg-cvslog] oavformat/avidec: Check offset in odml
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Use 64bit to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Check for multiple audio_stream_info
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: Check smv_block_size
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Reset state also on failure in matroska_reset_status()
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] Update for 2.8.18
Michael Niedermayer
- [FFmpeg-cvslog] avutil/mathematics: Document av_rescale_rnd() behavior on non int64 results
Michael Niedermayer
- [FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for MXPEG
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ttadsp: Fix integer overflows in tta_filter_process_c()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/mathematics: Document av_rescale_rnd() behavior on non int64 results
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ttadsp: Fix integer overflows in tta_filter_process_c()
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] avformat/mpegts: use actually read packet size in mpegts_resync special case
Michael Niedermayer
- [FFmpeg-cvslog] oavformat/avidec: Check offset in odml
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Fix undefined integer overflow in long_filter_ehigh_3830()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/apedec: Use 64bit to avoid overflow
Michael Niedermayer
- [FFmpeg-cvslog] avformat/rmdec: Check for multiple audio_stream_info
Michael Niedermayer
- [FFmpeg-cvslog] avformat/wavdec: Check smv_block_size
Michael Niedermayer
- [FFmpeg-cvslog] avformat/matroskadec: Reset state also on failure in matroska_reset_status()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/utils: Ensure 8x8 alignment for ARGO in avcodec_align_dimensions2()
Michael Niedermayer
- [FFmpeg-cvslog] avutil/mathematics: Document av_rescale_rnd() behavior on non int64 results
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/ttadsp: Fix integer overflows in tta_filter_process_c()
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZE
Michael Niedermayer
- [FFmpeg-cvslog] avcodec/flac_parser: Consider AV_INPUT_BUFFER_PADDING_SIZE
Michael Niedermayer
- [FFmpeg-cvslog] Changelog: update
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Set all threads to the same colorspace even on failure
Michael Niedermayer
- [FFmpeg-cvslog] swscale/utils: Improve return codes of sws_setColorspaceDetails()
Michael Niedermayer
- [FFmpeg-cvslog] swscale/swscale: Improve *ColorspaceDetails() doxy
Michael Niedermayer
- [FFmpeg-cvslog] avfilter/vf_owdenoise: relicense my code
Michael Niedermayer
- [FFmpeg-cvslog] libaom: Dont use aom_codec_av1_dx_algo.
Matt Oliver
- [FFmpeg-cvslog] avformat/librist: replace deprecated functions
Gijs Peskens
- [FFmpeg-cvslog] avfilter/vf_lut3d: add x86-optimized tetrahedral interpolation
Mark Reid
- [FFmpeg-cvslog] avfilter/vf_lut3d: fix building with --disable-optimizations
Mark Reid
- [FFmpeg-cvslog] avfilter/avfiltergraph: Simplify adding filter to graph
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/avfiltergraph: Free AVFilterGraph options properly
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/avfiltergraph: Remove always-true check
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/avfilter: Remove unused buffer
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/f_reverse: Don't use redundant query_formats function
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/formats: Don't unnecessarily reget pixfmt descriptor
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/formats: Update outdated comment
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_afade: Remove impossible branch
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Use immediate when known
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/snowenc: Remove redundant pixel format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/proresenc_anatoliy: Remove redundant pixel format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/magicyuvenc: Remove redundant pixel format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dpxenc: Remove redundant pixel format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/dnxhdenc: Remove redundant pixel format check
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/bmpenc: Remove redundant pixel format check
Andreas Rheinhardt
- [FFmpeg-cvslog] libpostproc/postprocess_template: Don't reimplement FFSWAP
Andreas Rheinhardt
- [FFmpeg-cvslog] avutil/md5: Avoid av_unused variable
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Don't use uninitialized data, fix crash, simplify logic
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Remove redundant check
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Fix position of returned subtitle packets
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Make constants more intelligible
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Avoid zero-terminating unnecessarily
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/subtitles: Honour ff_subtitles_read_line() documentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/(lrc|scc)enc: Use avio_w8() to write a single char
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg_opt: Remove write-only variable
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lrcenc: Remove unnecessary header
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/mpegaudiodec_template: Remove unused variable
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/vc1_pred: Remove unused function parameter
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Sanitize packets without data and side-data
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avformat: Clarify documentation of av_interleaved_write_frame()
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg, doc/examples: Remove redundant av_packet_unref
Andreas Rheinhardt
- [FFmpeg-cvslog] examples/remuxing: Use av_packet_rescale_ts()
Andreas Rheinhardt
- [FFmpeg-cvslog] examples/remuxing: Don't use stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] examples/muxing: Don't use stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] examples/extract_mvs: Do not use stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] examples/filtering_audio: Don't use stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] examples/filtering_video: Don't use stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] examples/hw_decode: Don't use stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] examples/qsvdec: Don't use stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Don't use stack packet when writing interleaved packets
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Use AVFormatInternal.parse_pkt for temporary packets
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/asfenc: Remove unused fields from ASFStream
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/asfenc: Avoid allocations when writing metadata
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/asfenc: Add deinit function
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/asfenc: Return proper error codes
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/internal: Allow AVFormatInternal.pkt to be used by muxers
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/amvenc: Avoid allocating packet
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/avienc: Avoid allocating AVPacket
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/matroskaenc: Avoid allocation of AVPacket
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/ttaenc: Avoid stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mp3enc: Avoid stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/img2enc: Don't use sizeof(AVPacket)
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/flacenc: Avoid stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/webpenc: Don't use sizeof(AVPacket)
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tee: Fix inconsistency wrt av_packet_ref() failure handling
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tee: Unref packet on av_bsf_send_packet() failure
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tee: Avoid stack packet
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tee: Fix leak of strings
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tee: Fix leak of FIFO-options dictionary
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tee: Process strings immediately if possible
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/tee: Reindentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mux: Remove unnecessary av_packet_unref()
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/avfilter: Make ff_tlog_ref() static
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_morpho: Fix leak of output frame on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_morpho: Factor out (re)allocating lut
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_morpho: Take pre-padding into account for LUT-reallocation
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_morpho: Fix invalid frees on error
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/rasc: Fix potential use of uninitialized value
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/sccdec: Remove nonsense cast
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/fate-run: Set bitexact flag for output, too
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/subtitles: Add remuxing test for lrc
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lrcenc: Avoid allocations for writing packet data
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/lrcenc: Unify writing timestamps
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/image: Modify aliaspix tests to also cover the encoder
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/aliaspixenc: Remove redundant counter
Andreas Rheinhardt
- [FFmpeg-cvslog] examples/remuxing: Fix use of uninitialized value
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_w3fdif: Fix segfault on allocation error
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_surround: Fix memleaks upon allocation error
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_vibrato: Fix segfault upon allocation error
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/aeval: Fix leak of expressions upon reallocation error
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/format: Improve const-correctness
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_thumbnail_cuda: Fix segfaults on uninit
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_thumbnail_cuda: Reindent after the previous commit
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/subtitles: Add scc remux test
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/fate-run: Allow multiple inputs for transcode()
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/flacdec: Also set channels when setting channel_layout
Andreas Rheinhardt
- [FFmpeg-cvslog] fate/cover-art: Add test for muxing cover arts to FLAC
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/avfiltergraph: Fix use-after-free when inserting auto-converter
Andreas Rheinhardt
- [FFmpeg-cvslog] tests/fate-run: Use DEC_OPTS for additional input, too
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg: Fix crash when flushing non-fully setup output stream
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg: Remove unnecessary av_packet_unref()
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg, ffmpeg_opt: Allocate (In|Out)putStream.pkt early
Andreas Rheinhardt
- [FFmpeg-cvslog] fftools/ffmpeg: Fix crash when flushing non-fully setup output stream
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/allformats: Fix data race when accessing devices lists
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/af_atilt: Constify filter
Andreas Rheinhardt
- [FFmpeg-cvslog] avdevice/xv: Increase array size
Andreas Rheinhardt
- [FFmpeg-cvslog] avdevice/caca: Make deinit function out of write_trailer
Andreas Rheinhardt
- [FFmpeg-cvslog] avdevice/caca: Don't free AVOpt-enabled string manually
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/tests/filtfmts: Replace macro by ordinary function
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_transpose: Don't call av_pix_fmt_desc_get() twice
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_scale: Remove always-true checks
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/vf_scale: Reindentation
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/tests/filtfmts: Check for existence of formats/channel layouts
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/asrc_flite: Don't segfault when using list_voices option
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/asrc_flite: Fix use-after-frees
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/asrc_flite: Fix races upon (un)registering voices
Andreas Rheinhardt
- [FFmpeg-cvslog] avfilter/asrc_flite: Remove double ';'
Andreas Rheinhardt
- [FFmpeg-cvslog] Revert "avfilter/vf_idet: reduce noisyness if the filter has been auto inserted"
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/movenc: Fix segfault when remuxing rtp hint stream
Andreas Rheinhardt
- [FFmpeg-cvslog] avformat/mpegenc: Ensure packet queue stays valid
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/binkaudio: Remove AV_CODEC_CAP_DELAY
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec/binkaudio: Properly flush the decoder
Andreas Rheinhardt
- [FFmpeg-cvslog] avcodec: GEM Raster image decoder
Peter Ross
- [FFmpeg-cvslog] avformat/img2dec: add GEM Raster image demuxer
Peter Ross
- [FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/scale_npp: fix non-aligned output frame dimensions
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/sharpen_npp: use FILTER_SINGLE_PIXFMT
Timo Rothenpieler
- [FFmpeg-cvslog] avfilter/opencl: Fix program_opencl for source code larger than 64kB
Tsutomu Seki
- [FFmpeg-cvslog] avformat/demux: preserve AV_PKT_FLAG_CORRUPT in parse_packet
Alex Shumsky
- [FFmpeg-cvslog] configure: add initial RISC-V support
Brad Smith
- [FFmpeg-cvslog] avfilter/vf_fftfilt: Use av_clip_uint8
Martin Storsjö
- [FFmpeg-cvslog] arm/aarch64: Improve scheduling in the avg form of h264_qpel
Martin Storsjö
- [FFmpeg-cvslog] aarch64: h264qpel: Do vertical filtering without transposing
Martin Storsjö
- [FFmpeg-cvslog] seek: Fix crashes in ff_seek_frame_binary if built with latest Clang 14
Martin Storsjö
- [FFmpeg-cvslog] New commits on branch master
Git System
- [FFmpeg-cvslog] New commits on branch release/4.2
Git System
- [FFmpeg-cvslog] New commits on branch release/4.3
Git System
- [FFmpeg-cvslog] New commits on branch release/3.2
Git System
- [FFmpeg-cvslog] New commits on branch release/2.8
Git System
- [FFmpeg-cvslog] libavcodec/adts_header: add frame_length field and avpriv function to parse AAC ADTS header
Nachiket Tarate
- [FFmpeg-cvslog] libavformat/mov: add support for 'cens', 'cbc1' and 'cbcs' encryption schemes specified in Common Encryption (CENC) standard
Nachiket Tarate
- [FFmpeg-cvslog] libavformat/hls: add support for decryption of HLS media segments encrypted using SAMPLE-AES encryption method
Nachiket Tarate
- [FFmpeg-cvslog] libavformat/hls: correct indentation
Nachiket Tarate
- [FFmpeg-cvslog] avformat/westwood_vqa: Store VQFL codebook chunks
Pekka Väänänen
- [FFmpeg-cvslog] avcodec/vqavideo: Decode 15-bit VQA3 files
Pekka Väänänen
- [FFmpeg-cvslog] libavcodec/flac_parser: Validate subframe zero bit and type
Mattias Wadman
- [FFmpeg-cvslog] cbs_av1: fix incorrect data type
Fei Wang
- [FFmpeg-cvslog] avcodec/av1: extend some definitions in spec section 3
Fei Wang
- [FFmpeg-cvslog] avcodec/av1dec: support setup shear process
Fei Wang
- [FFmpeg-cvslog] avcodec/av1_vaapi: add gm params valid check
Fei Wang
- [FFmpeg-cvslog] avcodec/vaapi: increase av1 decode pool size
Fei Wang
- [FFmpeg-cvslog] avcodec/av1_vaapi: setting 2 output surface for film grain
Fei Wang
- [FFmpeg-cvslog] avcodec/av1_vaapi: enable segmentation features
Fei Wang
- [FFmpeg-cvslog] avcodec/av1_vaapi: improve decode quality
Fei Wang
- [FFmpeg-cvslog] avfilter/vf_codecview: added new options for block
Limin Wang
- [FFmpeg-cvslog] avutil/detection_bbox: use offsetof for bboxes_offset
Limin Wang
- [FFmpeg-cvslog] avutil/detection_bbox: Fix av_detection_bbox_alloc failed if nb_bboxes == 0
Limin Wang
- [FFmpeg-cvslog] avcodec/hevcdec: set the film grain property if present
Limin Wang
- [FFmpeg-cvslog] avfilter/vf_showinfo: minor adjustment for the dump format of ROI
Limin Wang
- [FFmpeg-cvslog] avcodec/mpeg12dec: Fix usage of init_get_bits() and use init_get_bits8()
Limin Wang
- [FFmpeg-cvslog] avformat/libsrt: use strtoll/strtol for int64_t/int
Limin Wang
- [FFmpeg-cvslog] avformat/libsrt: specify base of maxbw string to 10 instead of auto-detect
Limin Wang
- [FFmpeg-cvslog] avformat/libsrt: add snddropdelay parameter for srt
Limin Wang
- [FFmpeg-cvslog] avcodec/bitpacked: check av_buffer_ref result
Limin Wang
- [FFmpeg-cvslog] avformat/rtpdec_rfc4175: use av_get_bits_per_pixel()
Limin Wang
- [FFmpeg-cvslog] avformat/rtpdec_rfc4175: Remove redundant initialization
Limin Wang
- [FFmpeg-cvslog] avformat/rtpdec_rfc4175: return the proper value
Limin Wang
- [FFmpeg-cvslog] avcodec/audiotoolboxdec: Fix usage of init_get_bits() and use init_get_bits8()
Limin Wang
- [FFmpeg-cvslog] avcodec/avs3_parser: Fix usage of init_get_bits() and use init_get_bits8()
Limin Wang
- [FFmpeg-cvslog] avcodec/videotoolboxenc: use goto end for memory cleanup
Limin Wang
- [FFmpeg-cvslog] avformat/rtpdec_rfc4175: add support for exactframerate
Limin Wang
- [FFmpeg-cvslog] avformat/rtpdec_rfc4175: add support for TCS
Limin Wang
- [FFmpeg-cvslog] avformat/rtpdec_rfc4175: add support for colorimetry
Limin Wang
- [FFmpeg-cvslog] avformat/rtpdec_rfc4175: add support for RANGE
Limin Wang
- [FFmpeg-cvslog] avcodec/hevcdec: remove unused code
Limin Wang
- [FFmpeg-cvslog] avcodec/hevc_filter: remove unneeded headers
Limin Wang
- [FFmpeg-cvslog] avcodec/hevc_filter: Correct indention
Limin Wang
- [FFmpeg-cvslog] avformat: add raw avs3 muxer
Limin Wang
- [FFmpeg-cvslog] avcodec/extract_extradata_bsf: add support for AVS3
Limin Wang
- [FFmpeg-cvslog] avformat/mpegts: add support for stream_type 0xd2, which is AVS2
Limin Wang
- [FFmpeg-cvslog] avformat/mpegts: add support for stream_type 0xd4, which is AVS3
Limin Wang
- [FFmpeg-cvslog] avformat/mpegtsenc: add AVSV format_identifier for AVS standard
Limin Wang
- [FFmpeg-cvslog] avfilter/af_replaygain: use fabsf() instead of fabs()
Limin Wang
- [FFmpeg-cvslog] avfilter/vf_showinfo: small adjustments for the HDR10+ dump
Limin Wang
- [FFmpeg-cvslog] avcodec/hevc_sei: remove the duplicate check
Limin Wang
- [FFmpeg-cvslog] avcodec/atsc_a53: use AVERROR_INVALIDDATA
Limin Wang
- [FFmpeg-cvslog] avformat/mov: support dvwC box for Dolby Vision
Limin Wang
- [FFmpeg-cvslog] avformat/movenc: support dvwC box for Dolby Vision
Limin Wang
- [FFmpeg-cvslog] avformat/mpegts: Fix for the DOVI video stream descriptor
Limin Wang
- [FFmpeg-cvslog] configure: add hls demuxer link dependencies
Limin Wang
- [FFmpeg-cvslog] avfilter/vf_palette(gen|use): support palettes with alpha
Soft Works
- [FFmpeg-cvslog] avfilter/vf_palettegen: cosmetic changes
Soft Works
- [FFmpeg-cvslog] avcodec/dxva2_av1: fix global motion params
Tong Wu
- [FFmpeg-cvslog] libavcodec/speexdec: fix memleak in error path
Zhao Zhili
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 9424fdd web/download: Add FFmpeg 3.4.9
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 40affe7 web/download: Add FFmpeg 4.2.5
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 19467e4 web/download: Add FFmpeg 3.2.16
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 4406903 web/download: Add FFmpeg 4.1.8
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 9f0ae26 web/(old)download: Move FFmpeg 4.0 to olddownloads
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 510c04b web/download: add FFmpeg 2.8.18
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. 4fc8bb6 web/download: Add FFmpeg 4.3.3
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. e6c4f7c web/security: add CVE#s for recent releases
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. e266f0f web/security: fix inconsistent formatting
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] [ffmpeg-web] branch master updated. e5d990b web/security: More CVE#s
ffmpeg-git at ffmpeg.org
- [FFmpeg-cvslog] avfilter/vf_eq: add support for alpha channel
the.real.laplace at gmail.com
- [FFmpeg-cvslog] Tag n3.4.9 : FFmpeg 3.4.9 release
git at videolan.org
- [FFmpeg-cvslog] Tag n4.2.5 : FFmpeg 4.2.5 release
git at videolan.org
- [FFmpeg-cvslog] Tag n3.2.16 : FFmpeg 3.2.16 release
git at videolan.org
- [FFmpeg-cvslog] Tag n4.1.8 : FFmpeg 4.1.8 release
git at videolan.org
- [FFmpeg-cvslog] Tag n2.8.18 : FFmpeg 2.8.18 release
git at videolan.org
- [FFmpeg-cvslog] Tag n4.3.3 : FFmpeg 4.3.3 release
git at videolan.org
- [FFmpeg-cvslog] Tag n4.4.1 : FFmpeg 4.4.1 release
git at videolan.org
Last message date:
Sat Oct 30 05:38:16 EEST 2021
Archived on: Sat Oct 30 05:38:24 EEST 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).