summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-10-19
* lavfi: add testsrc sourceStefano Sabatini2011-10-19
* lavfi: port libmpcodecs delogo filterStefano Sabatini2011-10-17
* lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-10-17
* lavfi: add negate filterStefano Sabatini2011-10-17
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-17
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* vf_unsharp: set default chroma size value to 5x5Stefano Sabatini2011-09-29
* vf_unsharp: fix out-of-buffer readStefano Sabatini2011-09-29
* vf_unsharp: store hsub/vsub in the filter contextStefano Sabatini2011-09-28
* vf_unsharp: adopt a more natural order of params in apply_unsharp()Stefano Sabatini2011-09-28
* vf_unsharp: rename method "unsharpen" to "apply_unsharp"Stefano Sabatini2011-09-28
* vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-09-28
* vf_pad: fix "vsub" variable value computationStefano Sabatini2011-09-28
* vf_scale: add a "sar" variableStefano Sabatini2011-09-28
* lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini2011-09-28
* vsrc_color: use internal timebaseStefano Sabatini2011-09-28
* lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-28
* graphparser: prefer void * over AVClass * for log contextsStefano Sabatini2011-09-28
* avfiltergraph: use meaningful error codesStefano Sabatini2011-09-28
* vf_yadif: add support to yuva420pStefano Sabatini2011-09-21
* vf_yadif: correct documentation on the parity parameterStefano Sabatini2011-09-21
* vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate2011-09-21
* vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate2011-09-19
* vsrc_color: set output pos values to -1Stefano Sabatini2011-09-19
* vsrc_color: add @file doxyStefano Sabatini2011-09-19
* vsrc_buffer: remove duplicated file descriptionStefano Sabatini2011-09-19
* lavfi: add select filterStefano Sabatini2011-09-17
* lavfi: add split filter from soc.Bobby Bingham2011-09-12
* lavfi: add showinfo filterStefano Sabatini2011-09-12
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-07
* vf_scale: don't leak SWS context.Michael Niedermayer2011-08-27
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-26
* vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.hStefano Sabatini2011-07-18
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-14
* build: rework rules for things in the tools dirMans Rullgard2011-07-10
* lavf: add avformat_find_stream_info()Anton Khirnov2011-07-10
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-10
* vf_drawtext: Remove some write-only variables.Diego Biurrun2011-07-07
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-05
* vf_gradfun: relicense x86 asm to LGPLLoren Merritt2011-07-04
* Do not include log.h in avutil.hMans Rullgard2011-07-03
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-03
* Do not include rational.h in avutil.hMans Rullgard2011-07-03
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* doxygen: Fix parameter names to match the function prototypes.Diego Biurrun2011-07-03
* build: include sub-makefiles using full path instead of symlinksMans Rullgard2011-06-28
* build: Remove redundant config.mak includes from subdirectory Makefiles.Diego Biurrun2011-06-25
* Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
* ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini2011-06-20