| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter: fix AVFilterPad video only comment. | Clément Bœsch | 2011-11-26 | 1 | -2/+1 |
* | lavfi: add libass based subtitles renderer | Stefano Sabatini | 2011-11-26 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-11-26 | 1 | -5/+4 |
|\ |
|
| * | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 1 | -7/+7 |
* | | lavfi: reimplement MPlayer's af_pan filter for libavfilter. | Clément Bœsch | 2011-11-18 | 1 | -2/+2 |
* | | lavfi: fix misc typo in avfilter.h header. | Clément Bœsch | 2011-11-16 | 1 | -8/+8 |
* | | vsrc_mandelbrot: set options through the opt framework | Stefano Sabatini | 2011-11-13 | 1 | -1/+1 |
* | | avfilter: bump minor for mandelbrot | Michael Niedermayer | 2011-11-11 | 1 | -2/+2 |
* | | vf_fade: add alpha option and alpha fading support | Mark Himsley | 2011-11-10 | 1 | -1/+1 |
* | | vf_fade: add support to options parsing | Mark Himsley | 2011-11-10 | 1 | -1/+1 |
* | | lavfi: add earwax audio filter, ported from Sox | Mina Nagy Zaki | 2011-11-05 | 1 | -1/+1 |
* | | lavfi: add volume filter | Stefano Sabatini | 2011-11-05 | 1 | -2/+2 |
* | | lavfi: bump micro after recent changes in the overlay filter | Stefano Sabatini | 2011-10-31 | 1 | -1/+1 |
* | | vf_overlay: use opt.h API for setting options | Stefano Sabatini | 2011-10-30 | 1 | -1/+1 |
* | | vf_showinfo: print checksums in hexadecimal. | Clément Bœsch | 2011-10-27 | 1 | -1/+1 |
* | | avfilter: add named constamt to indicate the amount of alignment that AV_PERM... | Michael Niedermayer | 2011-10-27 | 1 | -0/+2 |
* | | avfilter: add flag to indicate that alignment is needed | Michael Niedermayer | 2011-10-27 | 1 | -0/+1 |
* | | lavfi: rewrite nullsrc using the code in vsrc_testsrc.c | Stefano Sabatini | 2011-10-24 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-20 | 1 | -1/+1 |
|\| |
|
| * | lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs | Stefano Sabatini | 2011-10-19 | 1 | -1/+1 |
| * | lavfi: add testsrc source | Stefano Sabatini | 2011-10-19 | 1 | -1/+1 |
* | | lavfi: update minor number and add Changelog entry after aevalsrc addition | Stefano Sabatini | 2011-10-18 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-18 | 1 | -1/+1 |
|\| |
|
| * | lavfi: port libmpcodecs delogo filter | Stefano Sabatini | 2011-10-17 | 1 | -1/+1 |
| * | lavfi: port boxblur filter from libmpcodecs | Stefano Sabatini | 2011-10-17 | 1 | -1/+1 |
| * | lavfi: add negate filter | Stefano Sabatini | 2011-10-17 | 1 | -1/+1 |
| * | lavfi: add LUT (LookUp Table) generic filters | Stefano Sabatini | 2011-10-17 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-29 | 1 | -1/+1 |
|\| |
|
| * | vf_scale: add a "sar" variable | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
| * | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
| * | lavfi: add select filter | Stefano Sabatini | 2011-09-17 | 1 | -1/+1 |
| * | lavfi: add split filter from soc. | Bobby Bingham | 2011-09-12 | 1 | -1/+1 |
| * | lavfi: add showinfo filter | Stefano Sabatini | 2011-09-12 | 1 | -1/+1 |
* | | lavfi: fix FF_API_* definition macros | Stefano Sabatini | 2011-09-28 | 1 | -2/+2 |
* | | vf_drawtext: make x and y options parametric | Stefano Sabatini | 2011-09-24 | 1 | -1/+1 |
* | | vf_drawtext: drop text wrapping feature | Stefano Sabatini | 2011-09-24 | 1 | -1/+1 |
* | | vf_drawtext: do not set limitations on fontsize | Stefano Sabatini | 2011-09-23 | 1 | -1/+1 |
* | | lavfi: fix avfilter_get_audio_buffer() doxy to match reality. | Clément Bœsch | 2011-09-18 | 1 | -3/+0 |
* | | asrc_anullsrc: implement a request_frame callback for returning frames | Stefano Sabatini | 2011-09-18 | 1 | -1/+1 |
* | | asrc_anullsrc: extend syntax to make it accept a non positional list of argum... | Stefano Sabatini | 2011-09-18 | 1 | -1/+1 |
* | | lavfi: add audio convert filter | Stefano Sabatini | 2011-09-16 | 1 | -1/+1 |
* | | lavfi: add avfilter_all_channel_layouts public symbol | Stefano Sabatini | 2011-09-16 | 1 | -1/+6 |
* | | lavfi: rename avfilter_all_* function names to avfilter_make_all_* | Stefano Sabatini | 2011-09-16 | 1 | -4/+15 |
* | | lavfi: bump minor and update APIchanges after recent updates | Stefano Sabatini | 2011-09-12 | 1 | -1/+1 |
* | | lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBuffe... | Stefano Sabatini | 2011-09-12 | 1 | -1/+5 |
* | | lavfi: simplify signature for avfilter_get_audio_buffer() and friends | Stefano Sabatini | 2011-09-12 | 1 | -11/+6 |
* | | lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to buffersi... | Stefano Sabatini | 2011-09-06 | 1 | -1/+1 |
* | | lavfi: unify asink_buffer and vsink_buffer API | Stefano Sabatini | 2011-09-06 | 1 | -1/+5 |
* | | avfilter: Add avfilter_graph_que_command() | Michael Niedermayer | 2011-08-29 | 1 | -1/+3 |
* | | avfilter: Add command passing support | Michael Niedermayer | 2011-08-29 | 1 | -1/+24 |