| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.h | Stefano Sabatini | 2011-07-18 | 1 | -1/+1 |
* | doxygen: Make sure parameter names match between .c and .h files. | Diego Biurrun | 2011-07-14 | 1 | -0/+2 |
* | build: rework rules for things in the tools dir | Mans Rullgard | 2011-07-10 | 1 | -0/+2 |
* | lavf: add avformat_find_stream_info() | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | lavc: introduce avcodec_open2() as a replacement for avcodec_open(). | Anton Khirnov | 2011-07-10 | 1 | -1/+1 |
* | vf_drawtext: Remove some write-only variables. | Diego Biurrun | 2011-07-07 | 1 | -15/+2 |
* | Add some missing mathematics.h #includes for av_rescale(). | Diego Biurrun | 2011-07-05 | 1 | -0/+1 |
* | vf_gradfun: relicense x86 asm to LGPL | Loren Merritt | 2011-07-04 | 1 | -9/+11 |
* | Do not include log.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include pixfmt.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |
* | Do not include rational.h in avutil.h | Mans Rullgard | 2011-07-03 | 1 | -0/+1 |