aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* vsrc_nullsrc: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* vf_crop: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* vf_settb: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* vf_setpts: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* vf_select: remove mathematical constants now redundant.Nicolas George2011-10-131-12/+0
* vf_scale: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* vf_pad: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* vf_overlay: remove mathematical constants now redundant.Nicolas George2011-10-131-10/+0
* vf_lut: remove mathematical constants now redundant.Nicolas George2011-10-131-10/+0
* vf_drawtext: remove mathematical constants now redundant.Nicolas George2011-10-131-9/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-132-36/+36
|\
| * 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
* | deshake: simplify filename check.Clément Bœsch2011-10-041-1/+1
* | deshake: misc style fixes.Clément Bœsch2011-10-041-7/+7
* | deshake: move angles from stack to heap.Michael Niedermayer2011-10-041-1/+2
* | deshake: Allow specifying the filename for statistics and disable them by def...Michael Niedermayer2011-10-041-7/+14
* | deshake: remove non const staticMichael Niedermayer2011-10-041-18/+11
* | doxygen: remove a few @file parameters.Clément Bœsch2011-10-043-3/+3
* | lavfi: remove align tabs in Makefile.Clément Bœsch2011-10-041-1/+1
* | deshake: fix doxygen comments.Clément Bœsch2011-10-041-17/+17
* | deshake: nicer looking defaultsMichael Niedermayer2011-10-041-1/+1
* | libavfilter: add deshake filterdanielgtaylor2011-10-043-1/+525
* | libavfilter: image transform codedanielgtaylor2011-10-042-0/+307
* | lavfi: remove usage of deprecated av_opt_set_defaults2() functionStefano Sabatini2011-10-024-4/+4
* | vf_scale.c: propagate error codeMichael Niedermayer2011-10-011-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-292-1/+2
|\|
| * 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
* | sink_buffer: fix typoMichael Niedermayer2011-09-281-1/+1
* | lavfi: fix FF_API_* definition macrosStefano Sabatini2011-09-281-2/+2
* | vf_boxblur: remove useless code.Nicolas George2011-09-281-7/+0
* | vf_drawtext: apply misc style fixesStefano Sabatini2011-09-251-2/+2