summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-09-13avfilter/video: remove commented out cruftPaul B Mahol1-34/+0
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2013-01-01lavfi: merge all filtering code into ff_filter_frame.Nicolas George3-326/+155
2012-12-30lavfi/video: ensure that filter_frame is called.Nicolas George1-0/+9
2012-12-30lavfi: remove some draw_slice related code that has become unneededMichael Niedermayer3-34/+5
2012-12-26lavfi/video: remove unused ff_inplace_start_frame().Clément Bœsch2-38/+0
2012-12-13lavfi: drop ff_null_start_frame/end_frame/draw_slice.Michael Niedermayer2-26/+0
2012-11-29libavfilter: default to filter_frame when neither it nor start/slice/end is set.Michael Niedermayer1-3/+7
2012-11-28libavfilter: Support using filter_frame for videoMichael Niedermayer5-11/+50
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov55-1458/+632
2012-10-20Replace usage of the deprecated av_pix_fmt_descriptors array with av_pix_fmt_...Hendrik Leppkes17-22/+22
2012-10-16lavfi: limit matching w/h/fmt asserts to non scale filtersMichael Niedermayer1-3/+5
2012-10-12Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer25-61/+76
2012-10-12lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov29-61/+76
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-09-13lavfi: check that buffer and link properties match.Nicolas George2-0/+8
2012-09-09lavfi: drop deprecated and pointless avfilter_default_end_frame() functionStefano Sabatini4-12/+2
2012-09-07libavfilter: pass QP table through the filter chainMichael Niedermayer5-3/+37
2012-08-22lavfi: add a closed field to AVFilerLink.Nicolas George4-0/+36
2012-08-17lavfi: fix erroneous use of AV_PERM_PRESERVE in ff_inplace_start_frame.Nicolas George1-1/+1
2012-08-17lavfi: grant all permissions on mallocated video buffers.Nicolas George1-2/+6
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Add some more missing includes after removing the implicit common.hMartin Storsjö5-0/+6
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-14lavfi: use min_perms and rej_perms for out pads.Nicolas George3-3/+19
2012-08-04lavfi: use a new field for automatic buffer copy.Nicolas George2-4/+25
2012-08-02lavfi/video: remove duplicated function ff_null_start_frame_keep_ref()Stefano Sabatini5-10/+4
2012-07-30lavfi: use correct PTS for link age.Nicolas George1-1/+1
2012-07-29Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer15-334/+321
2012-07-28factor identical ff_inplace_start_frame out of two filtersLoren Merritt4-73/+39
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-376/+764
2012-07-22lavfi: check all avfilter_ref_buffer() calls for errors.Anton Khirnov15-20/+100
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov26-76/+126
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov30-72/+128
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov26-99/+209
2012-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-65/+33
2012-07-20lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov10-13/+1
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov17-20/+5
2012-06-26Merge commit '1961e46c15c23a041f8d8614a25388a3ee9eff63'Michael Niedermayer12-388/+9
2012-06-26lavfi: remove disabled FF_API_FILTERS_PUBLIC cruftAnton Khirnov6-245/+0
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-279/+1314
2012-06-16lavfi: update some deprecated functionsPaul B Mahol34-125/+145
2012-06-15lavfi/video: set output frame w/h properties in default_start_frame()Stefano Sabatini1-0/+2
2012-06-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-220/+757
2012-06-13lavfi: replace AVFilterContext.input/output_count with nb_inputs/outputsAnton Khirnov13-64/+94
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov18-44/+53
2012-06-13lavfi: change name of tracing functions and of the macro which enables themStefano Sabatini4-21/+27
[next]