summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-132-4/+5
|\
| * yadif: support 10bit YUVLuca Barbato2011-12-131-2/+5
| * build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-131-2/+0
* | cleanup: for(intMichael Niedermayer2011-12-131-3/+6
* | lavfi: use the new audio API in amovie source filter.Clément Bœsch2011-12-131-25/+16
* | lavfi: skip the frame in case of error.Clément Bœsch2011-12-131-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-131-1/+1
|\ \ | |/
| * doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
| * Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-1/+1
| * lavfi: install libavfilter/vsrc_buffer.hAndrey Utkin2011-12-111-1/+1
* | timecode: rename internal ff_* symbols to avpriv_*.Clément Bœsch2011-12-121-1/+1
* | drawtext: allow burning the timecode.Clément Bœsch2011-12-121-1/+21
* | life: add mold, mold_color, life_color and death_color options.Clément Bœsch2011-12-111-21/+106
* | life: add seed information in filter summary.Clément Bœsch2011-12-111-2/+3
* | lavfi: add cellauto sourceStefano Sabatini2011-12-114-1/+373
* | buffersink: Implement a poll function.Michael Niedermayer2011-12-083-1/+15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-081-6/+37
|\ \ | |/
| * drawtext: remove typoLuca Barbato2011-12-071-1/+1
| * drawtext: introduce rand(min, max)Luca Barbato2011-12-071-7/+27
| * drawtext: introduce explicit draw/hide variableLuca Barbato2011-12-071-1/+10
| * drawtext: make x and y parametricLuca Barbato2011-12-031-8/+125
| * drawtext: manage memory allocation betterLuca Barbato2011-12-031-132/+132
| * drawtext: refactor draw_textLuca Barbato2011-12-031-21/+46
* | vsrc_life: fix comment in parse_rule()Stefano Sabatini2011-12-061-2/+2
* | vf_scale: give a clue in case of invalid expression self-referenceStefano Sabatini2011-12-061-1/+3
* | vf_scale: support PAL8 output by producing BGR8.Reimar Döffinger2011-12-051-4/+6
* | lavfi: add life sourceStefano Sabatini2011-12-044-2/+414
* | aevalsrc: add duration optionStefano Sabatini2011-12-042-2/+23
* | vf_drawtext: support W/H parameters to reduce UI differences to qatarMichael Niedermayer2011-12-041-6/+6
* | vf_drawtext: cosmetics to reduce diff to qatarMichael Niedermayer2011-12-041-10/+10
* | vf_drawtext: Add main_w/h to improve compatibility with the modified UIMichael Niedermayer2011-12-041-6/+6
* | avfilter: align allocated images to 32 for AVX and IFFMichael Niedermayer2011-11-301-1/+1
* | avfilter: fix AVFilterPad video only comment.Clément Bœsch2011-11-261-2/+1
* | lavfi: add libass based subtitles rendererStefano Sabatini2011-11-264-2/+246
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-263-7/+6
|\ \ | |/
| * Make channel layout masks unsignedMans Rullgard2011-11-254-11/+11
* | vf_boxblur: fix memleakMichael Niedermayer2011-11-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-243-3/+3
|\ \ | |/
| * libavfilter: reindent.Ronald S. Bultje2011-11-051-7/+7
| * avfilter: don't abort() on zero-size allocations.Ronald S. Bultje2011-11-051-3/+6
* | vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be ...Michael Niedermayer2011-11-241-1/+1
* | avfilter: Error out from avfilter_merge_formats() when there are duplicatesMichael Niedermayer2011-11-231-1/+6
* | vf_mp: rewrite vf_mp filter warning messageMichael Niedermayer2011-11-231-5/+4
* | avfilter: dont write out of array for duplicate formats in avfilter_merge_for...Michael Niedermayer2011-11-231-1/+3
* | graphparser: Fix doxy on avfilter_graph_parse() return value.Michael Niedermayer2011-11-221-1/+1
* | Fix various if parenthesis misplacements.Clément Bœsch2011-11-212-2/+2
* | vsrc_mandelbrot: fix inner=period, the previous optimizations broke it.Michael Niedermayer2011-11-211-1/+1
* | vsrc_mandelbrot: increase maxiter to 7189Michael Niedermayer2011-11-191-1/+1
* | vsrc_mandelbrot: Use threshold to detect cycles.Michael Niedermayer2011-11-191-1/+4
* | vsrc_mandelbrot: detect edges in interpol()Michael Niedermayer2011-11-191-0/+2
OpenPOWER on IntegriCloud