1237 Commits (8646d610ff123f01811760abf279c63a2f2d49b1)

Author SHA1 Message Date
Stefano Sabatini 43fce2214b lavfi: add missing header mulitple-inclusion guard in transform.h 13 years ago
Stefano Sabatini 99d48b07d1 lavfi/transform.h: apply misc doxy cosmetical changes 13 years ago
Paul Flinders 9ef714328c deshake: limit deshake to specific area to search for motion vectors. 13 years ago
Stefano Sabatini ec2ac9271c lavfi: add rgbtestsrc source, ported from MPlayer libmpcodecs 13 years ago
Stefano Sabatini 0244879f30 lavfi: add testsrc source 13 years ago
Michael Niedermayer 35674a29b7 vf_mp: Fix several incompatible pointer type warnings. 13 years ago
Michael Niedermayer cb3034e0d1 vf_unsharp: Fix false ‘src2’ may be used uninitialized in this function warning. 13 years ago
Michael Niedermayer e73cc2819e src_movie: Fix incompatible pointer type warning. 13 years ago
Michael Niedermayer 5ed20cfeaf vf_deshake: Fix cast discards qualifiers from pointer target type warning. 13 years ago
Michael Niedermayer e96aa8d1a0 vf_pixdesctest: Fix incompatible pointer type warning. 13 years ago
Michael Niedermayer abe9c54f14 yadif: Fix assignment from incompatible pointer type warning 13 years ago
Michael Niedermayer 2982b02b79 vsrc_buffer: FIx incompatible pointer type warning 13 years ago
Stefano Sabatini 2b72067406 asrc_aevalsrc: apply misc cleanup in the options array 13 years ago
Stefano Sabatini 3f20eada80 asrc_aevalsrc: prefer av_strtok() over strtok_r() 13 years ago
Stefano Sabatini eae3a86e57 lavfi: update minor number and add Changelog entry after aevalsrc addition 13 years ago
Stefano Sabatini 36c06b0913 lavfi: add audio eval signal source 13 years ago
Stefano Sabatini b35e9e19e9 lavu: add av_strtok() 13 years ago
Stefano Sabatini b157be1f38 lavfi: port libmpcodecs delogo filter 13 years ago
Stefano Sabatini ce6b6ef645 lavfi: port boxblur filter from libmpcodecs 13 years ago
Stefano Sabatini 171868e25a lavfi: add negate filter 13 years ago
Stefano Sabatini 8fe0c527f3 lavfi: add LUT (LookUp Table) generic filters 13 years ago
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Stefano Sabatini bca8bd99d0 af_ashowinfo: fix plane size computation for planar layout formats 13 years ago
Stefano Sabatini 22137bb5c2 af_aresample: fix properties setting in the output buffer 13 years ago
Stefano Sabatini cc6b8c4b61 af_ashowinfo: adopt used plane size when computing the plane checksum 13 years ago
Nicolas George 7d60b43e90 vsrc_nullsrc: remove mathematical constants now redundant. 13 years ago
Nicolas George 21e888bd11 vf_crop: remove mathematical constants now redundant. 13 years ago
Nicolas George 94b345855f vf_settb: remove mathematical constants now redundant. 13 years ago
Nicolas George db820c3c13 vf_setpts: remove mathematical constants now redundant. 13 years ago
Nicolas George 1a3fa3ab2c vf_select: remove mathematical constants now redundant. 13 years ago
Nicolas George 3b316f9f22 vf_scale: remove mathematical constants now redundant. 13 years ago
Nicolas George e2abe90ed7 vf_pad: remove mathematical constants now redundant. 13 years ago
Nicolas George 8c88d734a5 vf_overlay: remove mathematical constants now redundant. 13 years ago
Nicolas George 157ff97e3b vf_lut: remove mathematical constants now redundant. 13 years ago
Nicolas George a2af901295 vf_drawtext: remove mathematical constants now redundant. 13 years ago
Anton Khirnov 145f741e11 AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* 13 years ago
Clément Bœsch 073effb6e4 deshake: simplify filename check. 14 years ago
Clément Bœsch d4005e22c3 deshake: misc style fixes. 14 years ago
Michael Niedermayer b0f270fdef deshake: move angles from stack to heap. 14 years ago
Michael Niedermayer 1e4da6031c deshake: Allow specifying the filename for statistics and disable them by default. 14 years ago
Michael Niedermayer 171a5b5d36 deshake: remove non const static 14 years ago
Clément Bœsch 1912c215e0 doxygen: remove a few @file parameters. 14 years ago
Clément Bœsch 65d5edcd2c lavfi: remove align tabs in Makefile. 14 years ago
Clément Bœsch 136093236f deshake: fix doxygen comments. 14 years ago
Michael Niedermayer 2cdb5e1986 deshake: nicer looking defaults 14 years ago
danielgtaylor 0cc2ed4a20 libavfilter: add deshake filter 14 years ago
danielgtaylor 7985381e23 libavfilter: image transform code 14 years ago
Stefano Sabatini 91492bd1c4 lavfi: remove usage of deprecated av_opt_set_defaults2() function 14 years ago
Michael Niedermayer 8447703c16 vf_scale.c: propagate error code 14 years ago
Stefano Sabatini 1ee2014190 vf_unsharp: set default chroma size value to 5x5 14 years ago