summaryrefslogtreecommitdiff
path: root/libavfilter/vf_fade.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b'Michael Niedermayer2014-04-191-1/+1
|\
| * lavfi: name anonymous structsVittorio Giovara2014-04-191-1/+1
* | avfilter/fade: use FADE_OUT macro.Clément Bœsch2013-11-101-1/+1
* | avfilter/fade: remove a bunch of useless parenthesis.Clément Bœsch2013-11-101-8/+8
* | avfilter/fade: use inlink->frame_count.Clément Bœsch2013-11-101-7/+4
* | avfilter/fade: add color option.Clément Bœsch2013-11-101-2/+62
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
|\ \ | |/
| * lavfi: do not export the filters from shared objectsAnton Khirnov2013-10-281-1/+1
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-211-1/+0
* | avfilter: various cosmeticsPaul B Mahol2013-09-121-10/+9
* | avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-1/+0
* | vf_fade: remove unused functionMichael Niedermayer2013-05-241-19/+0
* | vf_fade: Support slice threaded alphaMichael Niedermayer2013-05-241-8/+27
* | vf_fade: Fix alpha flag integrationMichael Niedermayer2013-05-241-1/+1
* | fade: fix slice sizesMichael Niedermayer2013-05-241-7/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-241-21/+60
|\ \ | |/
| * vf_fade: support slice threadingAnton Khirnov2013-05-241-24/+56
* | Merge commit 'c0279956b3ca3e5fd0a6a25253893d6f07000e68'Michael Niedermayer2013-05-161-58/+58
|\ \ | |/
| * vf_fade: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-161-28/+28
| * lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-091-1/+1
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-151-1/+1
* | lavfi: use ceil right shift for chroma width/height.Clément Bœsch2013-05-101-1/+2
* | lavfi/fade: Added ability to do video fade based on timestampAndy Martin2013-04-211-16/+79
* | lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov2013-04-121-1/+1
* | Merge commit 'b9dfee9fa259dfc885508179a359dccc9e7840bd'Michael Niedermayer2013-04-101-29/+34
|\ \ | |/
| * vf_fade: switch to an AVOptions-based system.Anton Khirnov2013-04-091-20/+35
* | lavfi/vf_fade: use standard options parsing.Nicolas George2013-03-201-16/+3
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-5/+5
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-081-5/+4
| * lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov2012-11-281-21/+8
* | vf_fade: use AVPixFmtDescriptor to find out if pixel format have alphaPaul B Mahol2013-01-181-8/+1
* | lavfi/fade: accept shorthand syntaxStefano Sabatini2013-01-181-38/+7
* | vf_fade: support YUVA422P & YUVA444PPaul B Mahol2013-01-181-2/+2
* | vf_fade: switch to filter_frameAnton Khirnov2012-11-281-23/+10
* | vf_fade: fix memleaks of argsMichael Niedermayer2012-10-131-2/+2
* | Merge commit '59ee9f78b0cc4fb84ae606fa317d8102ad32a627'Michael Niedermayer2012-10-121-1/+1
|\ \ | |/
| * lavfi: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-1/+1
* | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer2012-10-111-12/+24
|\ \ | |/
| * lavfi: convert input/ouput list compound literals to named objectsMans Rullgard2012-10-101-13/+25
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-20/+20
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-7/+7
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-5/+5
|\ \ | |/
* | lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-7/+9
* | vf_fade: fix permissions.Nicolas George2012-08-171-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-221-4/+7
|\ \ | |/
| * lavfi: add error handling to end_frame().Anton Khirnov2012-07-221-2/+5
| * lavfi: add error handling to draw_slice().Anton Khirnov2012-07-221-2/+2
* | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer2012-07-221-13/+13
|\ \ | |/