summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter/ff_insert_pad: fix order of operationsMichael Niedermayer2014-01-161-3/+3
* configure: Special case libfreetype testAlexander Strasser2013-12-291-1/+0
* avfilter/vf_fps: make sure the fifo is not empty before using itMichael Niedermayer2013-10-031-1/+1
* avfilter: fix plane validity checksMichael Niedermayer2013-08-259-11/+11
* avfilter/af_earwax: Fix out of array accesses on odd packetsMichael Niedermayer2013-07-101-7/+12
* src_movie: fix scanf stringMichael Niedermayer2013-05-091-3/+3
* lavfi/subtitles: zero-init AVSubtitle.Clément Bœsch2013-05-091-1/+1
* vf_stereo3d: Add AVOption table terminatorMichael Niedermayer2013-03-051-0/+1
* lavfi/deshake: support named options.Clément Bœsch2013-03-052-34/+52
* lavfi/overlay: improve log message warning in case of clipped overlayStefano Sabatini2013-03-051-1/+2
* lavfi/overlay: add support for partial overlayingStefano Sabatini2013-03-052-37/+63
* lavfi/mp: drop mp=stereo3d filterPaul B Mahol2013-03-054-544/+1
* lavfi: port MP stereo3d filterPaul B Mahol2013-03-054-1/+481
* lavfi/opencv: isgraph -> av_isgraph.Clément Bœsch2013-03-031-1/+1
* Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-034-4/+4
* lavfi/af_aresample: fix info log for unknown layouts.Nicolas George2013-02-281-2/+2
* lavfi/af_aresample: fix layout consistency check.Nicolas George2013-02-281-1/+1
* vf_lut: correct color/comp permutationMichael Niedermayer2013-02-271-3/+3
* lavfi/hflip: support more formatsPaul B Mahol2013-02-251-29/+13
* lavfi/geq: improve support for formats with alpha planePaul B Mahol2013-02-251-17/+28
* af_biquads: memset(0) cacheMichael Niedermayer2013-02-251-0/+1
* lavfi/abuffersink: fix weird indent and spacingStefano Sabatini2013-02-241-4/+4
* lavfi/abuffersink: add sample_rates field to AVABufferSinkParamsStefano Sabatini2013-02-243-1/+16
* avfilter/avfiltergraph.h: Move public field out of the private fieldsMichael Niedermayer2013-02-241-2/+1
* Merge commit '9f1223562e134bac6345a465870b9d56ff7d60cf'Michael Niedermayer2013-02-244-3/+45
|\
| * lavfi: connect libavresample options to af_resample via AVFilterGraphJustin Ruggles2013-02-234-2/+44
* | lavfi/formats: reindent after last commit.Nicolas George2013-02-241-10/+10
* | lavfi: fix merging of formats and clarify exception.Nicolas George2013-02-243-6/+16
* | libavfilter/af_amerge: fix segfault if init fails.Nicolas George2013-02-241-2/+4
* | vf_mp: Set pseudo palMichael Niedermayer2013-02-233-1/+16
* | vf_overlay: silence warning: X may be used uninitialized in this functionMichael Niedermayer2013-02-231-0/+2
* | avfilter: Silence warning: passing argument 3 of av_image_copy from incompati...Michael Niedermayer2013-02-231-1/+1
* | lavfi/boxblur: add support to named optionsStefano Sabatini2013-02-222-27/+55
* | blend filterPaul B Mahol2013-02-214-2/+478
* | lavfi/buffersrc: set channel layout if it is known.Nicolas George2013-02-211-0/+4
* | vf_idet: adapt default scores due to bugfixMichael Niedermayer2013-02-211-2/+2
* | vf_idet: Fix macro arguments sideeffectMichael Niedermayer2013-02-211-2/+4
* | lavfi/subtitles: fix recently introduced warning about discarded const qualif...Clément Bœsch2013-02-201-1/+1
* | lavfi/overlay: add format optionStefano Sabatini2013-02-202-14/+43
* | lavfi/overlay: apply minor consistency fixesStefano Sabatini2013-02-201-2/+2
* | lavfi/overlay: implement shortest optionStefano Sabatini2013-02-202-1/+5
* | lavfi/decimate: use named optionsStefano Sabatini2013-02-202-23/+26
* | avfilter: fix segfault with setsar/darMichael Niedermayer2013-02-201-1/+1
* | lavfi/hue: reindent after previous commitStefano Sabatini2013-02-201-30/+30
* | lavfi/hue: simplify parsing by making use of option shorthandsStefano Sabatini2013-02-201-34/+3
* | avfilter/ff_merge_formats: only merge if doing so does not loose chroma or alphaMichael Niedermayer2013-02-191-0/+19
* | lavfi/overlay: yuv444p & yuva444p supportPaul B Mahol2013-02-191-3/+11
* | lavfi/histogram: overlay display mode for levels histogram modePaul B Mahol2013-02-181-5/+10
* | lavf/showspectrum: add divVerent in the (c) for his recent work on the filter.Clément Bœsch2013-02-181-0/+1
* | lavfi/noise: switch to AVLFG noise generatorPaul B Mahol2013-02-171-7/+11