aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/sine: use standard options parsing.Clément Bœsch2013-03-241-7/+3
* lavfi/apad: use standard options parsing.Clément Bœsch2013-03-241-8/+3
* buffersink/uninit: use av_frame_free() not unrefMichael Niedermayer2013-03-231-1/+1
* lavfi/anullsrc: add missing checksStefano Sabatini2013-03-231-0/+5
* lavfi/anullsrc: remove extra parenthesesStefano Sabatini2013-03-231-1/+1
* lavfi/anullsrc: simplify logging code in config_propsStefano Sabatini2013-03-231-3/+1
* lavfi/anullsrc: fix format negotiationStefano Sabatini2013-03-231-3/+14
* Merge commit '20a8ee3061e6d777600c13db731bee3c25878991'Michael Niedermayer2013-03-231-6/+25
|\
| * af_asyncts: fix compensation and PTS monotonicityJindřich Makovička2013-03-221-6/+25
* | lavfi/blend: always peek the first frame of each queue.Clément Bœsch2013-03-221-3/+3
* | lavfi/vf_stereo3d: use standard options parsingPaul B Mahol2013-03-211-24/+3
* | asrc_sine: avoid use of INFINITY as it might be a non constantMichael Niedermayer2013-03-211-4/+6
* | lavfi/vf_yadif: use standard options parsing.Nicolas George2013-03-201-9/+3
* | lavfi/vf_unsharp: use standard options parsing.Nicolas George2013-03-201-13/+7
* | lavfi/vf_transpose: use standard options parsing.Nicolas George2013-03-201-12/+3
* | lavfi/vf_pad: use standard options parsing.Nicolas George2013-03-201-15/+3
* | lavfi/vf_fps: use standard options parsing.Nicolas George2013-03-201-8/+3
* | lavfi/vf_fade: use standard options parsing.Nicolas George2013-03-201-16/+3
* | lavi/vf_drawbox: use standard options parsing.Nicolas George2013-03-201-15/+3
* | lavfi/vf_delogo: use standard options parsing.Nicolas George2013-03-201-8/+3
* | lavfi/vf_decimate: use standard options parsing.Nicolas George2013-03-201-9/+3
* | lavfi/vf_crop: use standard options parsing.Nicolas George2013-03-201-13/+3
* | lavfi/af_volume: use standard options parsing.Nicolas George2013-03-201-10/+4
* | lavfi/vf_tile: use standard options parsing.Nicolas George2013-03-201-8/+4
* | lavfi/avf_concat: use standard options parsing.Nicolas George2013-03-201-9/+3
* | lavfi: add common code to handle options parsing.Nicolas George2013-03-202-0/+23
* | lavfi: add sine audio source.Nicolas George2013-03-204-2/+232
* | lavfi/concat: fix silence duration computation.Nicolas George2013-03-201-6/+10
* | lavfi/buffersink: check av_frame_ref() failure.Nicolas George2013-03-201-1/+2
* | lavfi/showwaves: make use of AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-03-201-18/+3
* | Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804'Michael Niedermayer2013-03-201-2/+2
|\|
| * buffersrc: fix a typo.Anton Khirnov2013-03-191-1/+1
| * lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-191-2/+2
* | lavfi: remove harddup libmpcodecs wrapperPaul B Mahol2013-03-194-96/+1
* | lavfi/pad: fix horizontal/vertical shift confusion.Clément Bœsch2013-03-181-3/+3
* | lavfi/ebur128: add metadata injection.Clément Bœsch2013-03-182-2/+54
* | buffersrc: fix w/h errorMichael Niedermayer2013-03-181-1/+1
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-03-172-75/+86
|\ \
| * | lavfi/buffersink: fix header.Nicolas George2013-03-171-72/+74
| * | lavfi/buffersrc: disable deprecated warnings.Nicolas George2013-03-171-0/+6
| * | lavfi/buffersrc: check channel count changes.Nicolas George2013-03-171-3/+3
| * | lavfi/buffersrc: set channel layout if it is known.Nicolas George2013-03-171-0/+3
* | | lavfi/swapuv: remove deprecated base field useStefano Sabatini2013-03-171-1/+0
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-03-171-2/+2
|\ \ \ | |/ / |/| / | |/
| * lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-171-2/+2
* | lavfi/alphaextract: fix frame memleak.Clément Bœsch2013-03-171-1/+1
* | lavfi/thumbnail: replace frame unref with free.Clément Bœsch2013-03-171-2/+2
* | lavfi/settb: add support for named optionsStefano Sabatini2013-03-172-8/+50
* | lavfi/blackframe: add support for named optionsStefano Sabatini2013-03-172-13/+29
* | lavfi: let gcc realign the stack on public graph driving functionsHendrik Leppkes2013-03-162-6/+6