summaryrefslogtreecommitdiffstats
path: root/libavfilter/video.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/video: pick sar from linkPaul B Mahol2017-12-231-1/+8
* Merge commit '7433feb82f75827884d909de34d341a1c4401d4a'Matthieu Bouron2017-03-291-0/+16
|\
| * lavfi: Make default get_video_buffer work with hardware framesMark Thompson2016-11-021-4/+10
* | lavfi/framepool: rename FFVideoFramePool to FFFramePoolMatthieu Bouron2017-01-121-10/+10
* | lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron2015-12-151-14/+28
* | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0'Hendrik Leppkes2015-09-051-47/+0
|\ \ | |/
| * lavfi: Drop deprecated AVFilterBuffer* codeVittorio Giovara2015-08-281-47/+0
* | Merge commit '67a7695c142561fe60f21adffe89c133385d37c9'Michael Niedermayer2014-08-201-1/+0
|\ \ | |/
| * avfilter: Remove unused variable from ff_get_video_buffer()Diego Biurrun2014-08-191-1/+0
* | avfilter/video: remove commented out cruftPaul B Mahol2013-09-131-34/+0
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-32/+29
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-68/+21
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-210/+0
* | lavfi: merge all filtering code into ff_filter_frame.Nicolas George2013-01-011-201/+0
* | lavfi/video: ensure that filter_frame is called.Nicolas George2012-12-301-0/+9
* | lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer2012-12-301-23/+4
* | lavfi/video: remove unused ff_inplace_start_frame().Clément Bœsch2012-12-261-36/+0
* | lavfi: drop ff_null_start_frame/end_frame/draw_slice.Michael Niedermayer2012-12-131-18/+0
* | libavfilter: default to filter_frame when neither it nor start/slice/end is set.Michael Niedermayer2012-11-291-3/+7
* | libavfilter: Support using filter_frame for videoMichael Niedermayer2012-11-281-3/+9
* | Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes2012-10-201-1/+1
* | lavfi: limit matching w/h/fmt asserts to non scale filtersMichael Niedermayer2012-10-171-3/+5
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-121-1/+2
|\ \ | |/
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+2
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | lavfi: check that buffer and link properties match.Nicolas George2012-09-131-0/+4
* | lavfi: drop deprecated and pointless avfilter_default_end_frame() functionStefano Sabatini2012-09-091-6/+0
* | libavfilter: pass QP table through the filter chainMichael Niedermayer2012-09-071-0/+1
* | lavfi: add a closed field to AVFilerLink.Nicolas George2012-08-221-0/+5
* | lavfi: fix erroneous use of AV_PERM_PRESERVE in ff_inplace_start_frame.Nicolas George2012-08-171-1/+1
* | lavfi: grant all permissions on mallocated video buffers.Nicolas George2012-08-171-2/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+4
|\ \ | |/
| * Add some more missing includes after removing the implicit common.hMartin Storsjö2012-08-151-0/+1
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+3
* | lavfi: use min_perms and rej_perms for out pads.Nicolas George2012-08-141-1/+6
* | lavfi: use a new field for automatic buffer copy.Nicolas George2012-08-041-4/+16
* | lavfi/video: remove duplicated function ff_null_start_frame_keep_ref()Stefano Sabatini2012-08-021-6/+0
* | lavfi: use correct PTS for link age.Nicolas George2012-07-301-1/+1
* | Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer2012-07-291-0/+36
|\ \ | |/
| * factor identical ff_inplace_start_frame out of two filtersLoren Merritt2012-07-281-0/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-37/+63
|\ \ | |/
| * lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov2012-07-221-1/+6
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-7/+11
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-8/+12
| * lavfi: add error handling to start_frame().Anton Khirnov2012-07-221-16/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-211-10/+9
|\ \ | |/
| * lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov2012-07-201-4/+1
| * lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov2012-07-201-4/+3
* | Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer2012-06-271-46/+0
|\ \ | |/
OpenPOWER on IntegriCloud