]> git.sesse.net Git - vlc/commit
New rotate video filter. Can rotate video by any integer angle between 0 and 359...
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 14 Oct 2006 14:38:11 +0000 (14:38 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 14 Oct 2006 14:38:11 +0000 (14:38 +0000)
commit4b1b4f89399a8a9a2fdb5228291736d196bb0aaf
tree40640ba0e45bc567be05bd9d582e0267c62263a4
parent212dce0e5063359ef5f6505d12617c6993474258
New rotate video filter. Can rotate video by any integer angle between 0 and 359 degrees.

This still needs work to make it look better, and be able to use it with the "motion" control module.
configure.ac
modules/video_filter/Modules.am
modules/video_filter/rotate.c [new file with mode: 0644]
modules/video_filter/transform.c