1387 Commits (ae7a6441df26b5dd921af95677ec5e6dd35dc970)

Author SHA1 Message Date
Anton Khirnov 196c9e5c8c lavfi: always build vsrc_buffer. 13 years ago
Stefano Sabatini 386aee6864 sink_buffer: copy list of provided formats in the context 13 years ago
Michael Niedermayer 16b771b1f4 cleanup: for(int 13 years ago
Clément Bœsch 0b4e5451ba lavfi: use the new audio API in amovie source filter. 13 years ago
Clément Bœsch 220481e1d6 lavfi: skip the frame in case of error. 13 years ago
Luca Barbato d32eed5c73 yadif: support 10bit YUV 13 years ago
Mans Rullgard 878dda5db1 build: move inclusion of subdir.mak to main subdir loop 13 years ago
Diego Biurrun 58c42af722 doxygen: misc consistency, spelling and wording fixes 13 years ago
Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
Clément Bœsch 80914cde6f timecode: rename internal ff_* symbols to avpriv_*. 13 years ago
Clément Bœsch fa4e30af7e drawtext: allow burning the timecode. 13 years ago
Andrey Utkin 5b3265a718 lavfi: install libavfilter/vsrc_buffer.h 13 years ago
Clément Bœsch cc2355817d life: add mold, mold_color, life_color and death_color options. 13 years ago
Clément Bœsch c88d6b18ce life: add seed information in filter summary. 13 years ago
Stefano Sabatini 6c44ff38d6 lavfi: add cellauto source 13 years ago
Michael Niedermayer a502939d64 buffersink: Implement a poll function. 13 years ago
Luca Barbato 78212cefe1 drawtext: remove typo 13 years ago
Luca Barbato f5edfc9e92 drawtext: introduce rand(min, max) 13 years ago
Luca Barbato 73585620b8 drawtext: introduce explicit draw/hide variable 13 years ago
Stefano Sabatini 7ecabc8505 vsrc_life: fix comment in parse_rule() 13 years ago
Stefano Sabatini 3af5ddb24b vf_scale: give a clue in case of invalid expression self-reference 13 years ago
Reimar Döffinger c66bd78e3d vf_scale: support PAL8 output by producing BGR8. 13 years ago
Stefano Sabatini 2f8b6e909d lavfi: add life source 13 years ago
Stefano Sabatini 6c26fe8b5a aevalsrc: add duration option 13 years ago
Michael Niedermayer dda3d716d6 vf_drawtext: support W/H parameters to reduce UI differences to qatar 13 years ago
Michael Niedermayer f88d5df383 vf_drawtext: cosmetics to reduce diff to qatar 13 years ago
Michael Niedermayer 297422b338 vf_drawtext: Add main_w/h to improve compatibility with the modified UI 13 years ago
Luca Barbato 2cf74eca70 drawtext: make x and y parametric 13 years ago
Luca Barbato ec11ff8407 drawtext: manage memory allocation better 13 years ago
Luca Barbato a2fb4bcb01 drawtext: refactor draw_text 13 years ago
Michael Niedermayer 8f025f2f60 avfilter: align allocated images to 32 for AVX and IFF 13 years ago
Clément Bœsch c1ae524e2b avfilter: fix AVFilterPad video only comment. 13 years ago
Stefano Sabatini 28338bc2a3 lavfi: add libass based subtitles renderer 13 years ago
Mans Rullgard cc276c85d1 Make channel layout masks unsigned 13 years ago
Michael Niedermayer 6d16a96a95 vf_boxblur: fix memleak 13 years ago
Michael Niedermayer 656911d84d vsrc_mandelbrot: Fix vsrc_mandelbrot.c:358:85: warning: ‘epsilon’ may be used uninitialized in this function [-Wuninitialized] 13 years ago
Michael Niedermayer 248bb81ebc avfilter: Error out from avfilter_merge_formats() when there are duplicates 13 years ago
Michael Niedermayer 4d874fc2b1 vf_mp: rewrite vf_mp filter warning message 13 years ago
Michael Niedermayer 8cda755c2f avfilter: dont write out of array for duplicate formats in avfilter_merge_formats() 13 years ago
Michael Niedermayer 78317881f0 graphparser: Fix doxy on avfilter_graph_parse() return value. 13 years ago
Clément Bœsch 2f0f9a87d0 Fix various if parenthesis misplacements. 13 years ago
Michael Niedermayer 2c44aed82a vsrc_mandelbrot: fix inner=period, the previous optimizations broke it. 13 years ago
Michael Niedermayer 90c02ae142 vsrc_mandelbrot: increase maxiter to 7189 13 years ago
Michael Niedermayer 690860d0d5 vsrc_mandelbrot: Use threshold to detect cycles. 13 years ago
Michael Niedermayer a5dfedd381 vsrc_mandelbrot: detect edges in interpol() 13 years ago
Michael Niedermayer 4ebbcdb3eb vsrc_mandelbrot: avoid a | in interpol() 13 years ago
Michael Niedermayer 5dd16af6b5 vsrc_mandelbrot: increase default zoom speed by a factor of 2 13 years ago
Michael Niedermayer ca14808275 vsrc_mandelbrot: spatial interpolation 13 years ago
Michael Niedermayer 56fc4cf04f vsrc_mandelbrot: always store values for periodicity checking, this avoids a few checks. 13 years ago
Michael Niedermayer da1344e0cd vsrc_mandelbrot: simplify second bailout search by not recalculating values. 13 years ago