summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* yadif: support 10bit YUVLuca Barbato2011-12-131-2/+5
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-131-2/+0
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-1/+1
* Replace all uses of av_close_input_file() with avformat_close_input().Anton Khirnov2011-12-121-1/+1
* lavfi: install libavfilter/vsrc_buffer.hAndrey Utkin2011-12-111-1/+1
* drawtext: remove typoLuca Barbato2011-12-071-1/+1
* drawtext: introduce rand(min, max)Luca Barbato2011-12-071-7/+27
* drawtext: introduce explicit draw/hide variableLuca Barbato2011-12-071-1/+10
* drawtext: make x and y parametricLuca Barbato2011-12-031-8/+125
* drawtext: manage memory allocation betterLuca Barbato2011-12-031-132/+132
* drawtext: refactor draw_textLuca Barbato2011-12-031-21/+46
* Make channel layout masks unsignedMans Rullgard2011-11-254-11/+11
* 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
OpenPOWER on IntegriCloud