| Commit message (Expand) | Author | Age | Files | Lines |
* | yadif: support 10bit YUV | Luca Barbato | 2011-12-13 | 1 | -2/+5 |
* | build: move inclusion of subdir.mak to main subdir loop | Mans Rullgard | 2011-12-13 | 1 | -2/+0 |
* | doxygen: misc consistency, spelling and wording fixes | Diego Biurrun | 2011-12-12 | 1 | -1/+1 |
* | Replace all uses of av_close_input_file() with avformat_close_input(). | Anton Khirnov | 2011-12-12 | 1 | -1/+1 |
* | lavfi: install libavfilter/vsrc_buffer.h | Andrey Utkin | 2011-12-11 | 1 | -1/+1 |
* | drawtext: remove typo | Luca Barbato | 2011-12-07 | 1 | -1/+1 |
* | drawtext: introduce rand(min, max) | Luca Barbato | 2011-12-07 | 1 | -7/+27 |
* | drawtext: introduce explicit draw/hide variable | Luca Barbato | 2011-12-07 | 1 | -1/+10 |
* | drawtext: make x and y parametric | Luca Barbato | 2011-12-03 | 1 | -8/+125 |
* | drawtext: manage memory allocation better | Luca Barbato | 2011-12-03 | 1 | -132/+132 |
* | drawtext: refactor draw_text | Luca Barbato | 2011-12-03 | 1 | -21/+46 |
* | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 4 | -11/+11 |
* | libavfilter: reindent. | Ronald S. Bultje | 2011-11-05 | 1 | -7/+7 |
* | avfilter: don't abort() on zero-size allocations. | Ronald S. Bultje | 2011-11-05 | 1 | -3/+6 |
* | avfilter: Don't copy garbage from the stack when setting up video pictures. | Alex Converse | 2011-11-03 | 1 | -2/+2 |
* | vsrc_testsrc: fix mailing list reference URL | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -1/+1 |
* | lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs | Stefano Sabatini | 2011-10-19 | 4 | -2/+144 |
* | lavfi: add testsrc source | Stefano Sabatini | 2011-10-19 | 4 | -1/+362 |
* | lavfi: port libmpcodecs delogo filter | Stefano Sabatini | 2011-10-17 | 4 | -1/+287 |
* | lavfi: port boxblur filter from libmpcodecs | Stefano Sabatini | 2011-10-17 | 4 | -1/+353 |
* | lavfi: add negate filter | Stefano Sabatini | 2011-10-17 | 4 | -1/+26 |
* | lavfi: add LUT (LookUp Table) generic filters | Stefano Sabatini | 2011-10-17 | 6 | -2/+394 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 2 | -35/+35 |
* | vf_unsharp: set default chroma size value to 5x5 | Stefano Sabatini | 2011-09-29 | 1 | -2/+2 |
* | vf_unsharp: fix out-of-buffer read | Stefano Sabatini | 2011-09-29 | 1 | -1/+5 |
* | vf_unsharp: store hsub/vsub in the filter context | Stefano Sabatini | 2011-09-28 | 1 | -6/+12 |
* | vf_unsharp: adopt a more natural order of params in apply_unsharp() | Stefano Sabatini | 2011-09-28 | 1 | -5/+5 |
* | vf_unsharp: rename method "unsharpen" to "apply_unsharp" | Stefano Sabatini | 2011-09-28 | 1 | -4/+6 |
* | vf_scale: apply the same transform to the aspect during init that is applied ... | Michael Niedermayer | 2011-09-28 | 1 | -0/+8 |
* | vf_pad: fix "vsub" variable value computation | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
* | vf_scale: add a "sar" variable | Stefano Sabatini | 2011-09-28 | 2 | -4/+8 |
* | lavfi: fix realloc size computation in avfilter_add_format() | Stefano Sabatini | 2011-09-28 | 1 | -1/+1 |
* | vsrc_color: use internal timebase | Stefano Sabatini | 2011-09-28 | 1 | -1/+2 |
* | lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config() | Stefano Sabatini | 2011-09-28 | 4 | -5/+5 |
* | graphparser: prefer void * over AVClass * for log contexts | Stefano Sabatini | 2011-09-28 | 1 | -7/+7 |
* | avfiltergraph: use meaningful error codes | Stefano Sabatini | 2011-09-28 | 1 | -5/+7 |
* | vf_yadif: add support to yuva420p | Stefano Sabatini | 2011-09-21 | 1 | -1/+2 |
* | vf_yadif: correct documentation on the parity parameter | Stefano Sabatini | 2011-09-21 | 1 | -2/+2 |
* | vf_yadif: copy buffer properties like aspect for second frame as well | Joakim Plate | 2011-09-21 | 1 | -1/+4 |
* | vf_yadif: add an option to enable/disable deinterlacing based on src frame "i... | Joakim Plate | 2011-09-19 | 1 | -2/+26 |
* | vsrc_color: set output pos values to -1 | Stefano Sabatini | 2011-09-19 | 1 | -1/+1 |
* | vsrc_color: add @file doxy | Stefano Sabatini | 2011-09-19 | 2 | -1/+6 |
* | vsrc_buffer: remove duplicated file description | Stefano Sabatini | 2011-09-19 | 1 | -1/+0 |
* | lavfi: add select filter | Stefano Sabatini | 2011-09-17 | 4 | -1/+356 |
* | lavfi: add split filter from soc. | Bobby Bingham | 2011-09-12 | 4 | -1/+69 |
* | lavfi: add showinfo filter | Stefano Sabatini | 2011-09-12 | 4 | -1/+101 |
* | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 2 | -2/+2 |
* | vf_scale: don't leak SWS context. | Michael Niedermayer | 2011-08-27 | 1 | -0/+2 |
* | doxygen: fix wrong comment syntax, //< vs. ///< | Diego Biurrun | 2011-08-26 | 1 | -1/+1 |