summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* libavfilter: reindent.Ronald S. Bultje2011-11-051-7/+7
* avfilter: don't abort() on zero-size allocations.Ronald S. Bultje2011-11-051-3/+6
* avfilter: Don't copy garbage from the stack when setting up video pictures.Alex Converse2011-11-031-2/+2
* vsrc_testsrc: fix mailing list reference URLDiego Biurrun2011-11-021-1/+1
* Remove some stray unnecessary ffmpeg references.Diego Biurrun2011-11-021-1/+1
* lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecsStefano Sabatini2011-10-194-2/+144
* lavfi: add testsrc sourceStefano Sabatini2011-10-194-1/+362
* lavfi: port libmpcodecs delogo filterStefano Sabatini2011-10-174-1/+287
* lavfi: port boxblur filter from libmpcodecsStefano Sabatini2011-10-174-1/+353
* lavfi: add negate filterStefano Sabatini2011-10-174-1/+26
* lavfi: add LUT (LookUp Table) generic filtersStefano Sabatini2011-10-176-2/+394
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-122-35/+35
* vf_unsharp: set default chroma size value to 5x5Stefano Sabatini2011-09-291-2/+2
* vf_unsharp: fix out-of-buffer readStefano Sabatini2011-09-291-1/+5
* vf_unsharp: store hsub/vsub in the filter contextStefano Sabatini2011-09-281-6/+12
* vf_unsharp: adopt a more natural order of params in apply_unsharp()Stefano Sabatini2011-09-281-5/+5
* vf_unsharp: rename method "unsharpen" to "apply_unsharp"Stefano Sabatini2011-09-281-4/+6
* vf_scale: apply the same transform to the aspect during init that is applied ...Michael Niedermayer2011-09-281-0/+8
* vf_pad: fix "vsub" variable value computationStefano Sabatini2011-09-281-1/+1
* vf_scale: add a "sar" variableStefano Sabatini2011-09-282-4/+8
* lavfi: fix realloc size computation in avfilter_add_format()Stefano Sabatini2011-09-281-1/+1
* vsrc_color: use internal timebaseStefano Sabatini2011-09-281-1/+2
* lavfi: fix signature for avfilter_graph_parse() and avfilter_graph_config()Stefano Sabatini2011-09-284-5/+5
* graphparser: prefer void * over AVClass * for log contextsStefano Sabatini2011-09-281-7/+7
* avfiltergraph: use meaningful error codesStefano Sabatini2011-09-281-5/+7
* vf_yadif: add support to yuva420pStefano Sabatini2011-09-211-1/+2
* vf_yadif: correct documentation on the parity parameterStefano Sabatini2011-09-211-2/+2
* vf_yadif: copy buffer properties like aspect for second frame as wellJoakim Plate2011-09-211-1/+4
* vf_yadif: add an option to enable/disable deinterlacing based on src frame "i...Joakim Plate2011-09-191-2/+26
* vsrc_color: set output pos values to -1Stefano Sabatini2011-09-191-1/+1
* vsrc_color: add @file doxyStefano Sabatini2011-09-192-1/+6
* vsrc_buffer: remove duplicated file descriptionStefano Sabatini2011-09-191-1/+0
* lavfi: add select filterStefano Sabatini2011-09-174-1/+356
* lavfi: add split filter from soc.Bobby Bingham2011-09-124-1/+69
* lavfi: add showinfo filterStefano Sabatini2011-09-124-1/+101
* AVOptions: deprecate av_opt_set_defaults2Anton Khirnov2011-09-072-2/+2
* vf_scale: don't leak SWS context.Michael Niedermayer2011-08-271-0/+2
* doxygen: fix wrong comment syntax, //< vs. ///<Diego Biurrun2011-08-261-1/+1
* vf_libopencv: replace opencv/cxtypes.h #include by opencv/cxcore.hStefano Sabatini2011-07-181-1/+1
* doxygen: Make sure parameter names match between .c and .h files.Diego Biurrun2011-07-141-0/+2
* build: rework rules for things in the tools dirMans Rullgard2011-07-101-0/+2
* lavf: add avformat_find_stream_info()Anton Khirnov2011-07-101-1/+1
* lavc: introduce avcodec_open2() as a replacement for avcodec_open().Anton Khirnov2011-07-101-1/+1
* vf_drawtext: Remove some write-only variables.Diego Biurrun2011-07-071-15/+2
* Add some missing mathematics.h #includes for av_rescale().Diego Biurrun2011-07-051-0/+1
* vf_gradfun: relicense x86 asm to LGPLLoren Merritt2011-07-041-9/+11
* Do not include log.h in avutil.hMans Rullgard2011-07-031-0/+1
* Do not include pixfmt.h in avutil.hMans Rullgard2011-07-031-0/+1
* Do not include rational.h in avutil.hMans Rullgard2011-07-031-0/+1
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-039-0/+9
OpenPOWER on IntegriCloud