summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* avfilter: remove unused variableMichael Niedermayer2013-03-121-1/+0
* Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer2013-03-121-1/+1
|\
| * Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov2013-03-081-1/+1
* | Merge commit 'd8b31be6caebd8d1321ecb754b6e7daaf81dc111'Michael Niedermayer2013-03-121-2/+2
|\ \ | |/
| * Add the bumps and APIchanges entries for reference counted buffers changes.Anton Khirnov2013-03-081-1/+1
* | lavfi/moviesrc: use refcounted framesHendrik Leppkes2013-03-121-0/+2
* | lavfi/buffersink: move the filter structures at the end.Nicolas George2013-03-111-46/+47
* | lavfi/buffersink: implement av_buffersink_get_samples().Nicolas George2013-03-101-2/+70
* | lavfi/buffersrc: do not dereference NULL frame.Nicolas George2013-03-101-2/+2
* | lavfi: rename sink_buffer.c into buffersink.c.Nicolas George2013-03-102-1/+1
* | lavfi: remove buffersink.c.Nicolas George2013-03-101-270/+0
* | lavfi/sink_buffer: move stuff to reduce the diff.Nicolas George2013-03-101-82/+70
* | lavfi/smartblur: add support to named optionsStefano Sabatini2013-03-102-45/+49
* | lavfi/buffersrc: implement flags.Nicolas George2013-03-102-15/+50
* | lavfi/unsharp: add missing option flagsStefano Sabatini2013-03-101-13/+14
* | avfilter: avoid direct access to "frame"->channelsMichael Niedermayer2013-03-102-3/+3
* | lavfi/pad: avoid buffer overflow in buffer_needs_copy()Xi Wang2013-03-101-1/+1
* | lavfi: add curves filter.Clément Bœsch2013-03-104-1/+366
* | lavfi: bump minor version after the first round of evil changes.Clément Bœsch2013-03-101-2/+2
* | sink_buffer: remove unused variablesMichael Niedermayer2013-03-101-3/+0
* | lavfi: remove remaining forgotten min/rej perms.Clément Bœsch2013-03-1014-21/+3
* | lavfi/hue: reindent.Clément Bœsch2013-03-101-10/+10
* | lavfi/hue: add an optimized direct path.Clément Bœsch2013-03-101-0/+8
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10121-1920/+1816
|\ \ | |/
| * lavfi: switch to AVFrame.Anton Khirnov2013-03-0858-932/+1061
* | lavfi/showspectrum: fix outpicref initialization.Clément Bœsch2013-03-091-1/+3
* | Merge commit 'efa7f4202088c70caba11d7834641bc6eaf41830'Michael Niedermayer2013-03-081-4/+4
|\ \ | |/
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-074-7/+5
* | 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
OpenPOWER on IntegriCloud