Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-23avfilter/video: pick sar from linkPaul B Mahol
2017-03-30Merge commit '7433feb82f75827884d909de34d341a1c4401d4a'Matthieu Bouron
2017-01-12lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron
2016-11-02lavfi: Make default get_video_buffer work with hardware framesMark Thompson
2015-12-15lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron
2015-09-05Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes
2015-08-28lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara
2014-08-20Merge commit '67a7695c142561fe60f21adffe89c133385d37c9'Michael Niedermayer
2014-08-19avfilter: Remove unused variable from ff_get_video_buffer()Diego Biurrun
2013-09-13avfilter/video: remove commented out cruftPaul B Mahol
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2013-03-08lavfi: switch to AVFrame.Anton Khirnov
2013-01-01lavfi: merge all filtering code into ff_filter_frame.Nicolas George
2012-12-30lavfi/video: ensure that filter_frame is called.Nicolas George
2012-12-30lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer
2012-12-27lavfi/video: remove unused ff_inplace_start_frame().Clément Bœsch
2012-12-13lavfi: drop ff_null_start_frame/end_frame/draw_slice.Michael Niedermayer
2012-11-29libavfilter: default to filter_frame when neither it nor start/slice/end is set.Michael Niedermayer
2012-11-28libavfilter: Support using filter_frame for videoMichael Niedermayer
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes
2012-10-17lavfi: limit matching w/h/fmt asserts to non scale filtersMichael Niedermayer
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-13lavfi: check that buffer and link properties match.Nicolas George
2012-09-09lavfi: drop deprecated and pointless avfilter_default_end_frame() functionStefano Sabatini
2012-09-07libavfilter: pass QP table through the filter chainMichael Niedermayer
2012-08-22lavfi: add a closed field to AVFilerLink.Nicolas George
2012-08-17lavfi: fix erroneous use of AV_PERM_PRESERVE in ff_inplace_start_frame.Nicolas George
2012-08-17lavfi: grant all permissions on mallocated video buffers.Nicolas George
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-14lavfi: use min_perms and rej_perms for out pads.Nicolas George
2012-08-04lavfi: use a new field for automatic buffer copy.Nicolas George
2012-08-02lavfi/video: remove duplicated function ff_null_start_frame_keep_ref()Stefano Sabatini
2012-07-30lavfi: use correct PTS for link age.Nicolas George
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-29factor identical ff_inplace_start_frame out of two filtersLoren Merritt
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov
2012-06-27Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer