summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* vf_setpts: remove mathematical constants now redundant.Nicolas George2011-10-13
* vf_select: remove mathematical constants now redundant.Nicolas George2011-10-13
* vf_scale: remove mathematical constants now redundant.Nicolas George2011-10-13
* vf_pad: remove mathematical constants now redundant.Nicolas George2011-10-13
* vf_overlay: remove mathematical constants now redundant.Nicolas George2011-10-13
* vf_lut: remove mathematical constants now redundant.Nicolas George2011-10-13
* vf_drawtext: remove mathematical constants now redundant.Nicolas George2011-10-13
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-13
|\
| * 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
* | deshake: simplify filename check.Clément Bœsch2011-10-04
* | deshake: misc style fixes.Clément Bœsch2011-10-04
* | deshake: move angles from stack to heap.Michael Niedermayer2011-10-04
* | deshake: Allow specifying the filename for statistics and disable them by def...Michael Niedermayer2011-10-04
* | deshake: remove non const staticMichael Niedermayer2011-10-04
* | doxygen: remove a few @file parameters.Clément Bœsch2011-10-04
* | lavfi: remove align tabs in Makefile.Clément Bœsch2011-10-04
* | deshake: fix doxygen comments.Clément Bœsch2011-10-04
* | deshake: nicer looking defaultsMichael Niedermayer2011-10-04
* | libavfilter: add deshake filterdanielgtaylor2011-10-04
* | libavfilter: image transform codedanielgtaylor2011-10-04
* | lavfi: remove usage of deprecated av_opt_set_defaults2() functionStefano Sabatini2011-10-02
* | vf_scale.c: propagate error codeMichael Niedermayer2011-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-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
* | sink_buffer: fix typoMichael Niedermayer2011-09-28
* | lavfi: fix FF_API_* definition macrosStefano Sabatini2011-09-28
* | vf_boxblur: remove useless code.Nicolas George2011-09-28
* | vf_drawtext: apply misc style fixesStefano Sabatini2011-09-25
* | vf_drawtext: do not reset "n" variable to 0 in case the filter is reinitedStefano Sabatini2011-09-25
* | lavfi: add debug trace when processing eventsStefano Sabatini2011-09-25
* | lavfi: document AVFilterCommand fieldsStefano Sabatini2011-09-25