summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* vsrc_buffer: FIx incompatible pointer type warningMichael Niedermayer2011-10-18
* asrc_aevalsrc: apply misc cleanup in the options arrayStefano Sabatini2011-10-18
* asrc_aevalsrc: prefer av_strtok() over strtok_r()Stefano Sabatini2011-10-18
* lavfi: update minor number and add Changelog entry after aevalsrc additionStefano Sabatini2011-10-18
* lavfi: add audio eval signal sourceStefano Sabatini2011-10-18
* lavu: add av_strtok()Stefano Sabatini2011-10-18
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-18
|\
| * 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 remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*.Clément Bœsch2011-10-17
* | af_ashowinfo: fix plane size computation for planar layout formatsStefano Sabatini2011-10-16
* | af_aresample: fix properties setting in the output bufferStefano Sabatini2011-10-16
* | af_ashowinfo: adopt used plane size when computing the plane checksumStefano Sabatini2011-10-16
* | vsrc_nullsrc: remove mathematical constants now redundant.Nicolas George2011-10-13
* | vf_crop: remove mathematical constants now redundant.Nicolas George2011-10-13
* | vf_settb: remove mathematical constants now redundant.Nicolas George2011-10-13
* | 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