[vlc-devel] commit: Port chain filter to new API. Now supports chaining of chroma conversion and scaling operations. Integration of crop/padding still needs to be done. This might need to be moved in the core. (Antoine Cellerier )
git version control
git at videolan.org
Mon Jun 2 18:59:09 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Mon Jun 2 17:24:20 2008 +0200| [b28eb687ff725907f2ffb37c4c3fc1071bf77437]
Port chain filter to new API. Now supports chaining of chroma conversion and scaling operations. Integration of crop/padding still needs to be done. This might need to be moved in the core.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b28eb687ff725907f2ffb37c4c3fc1071bf77437
---
modules/video_chroma/Modules.am | 4 -
modules/video_chroma/chain.c | 201 -------------------------------
modules/video_filter/Modules.am | 1 +
modules/video_filter/chain.c | 248 +++++++++++++++++++++++++++++++++++++++
4 files changed, 249 insertions(+), 205 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=b28eb687ff725907f2ffb37c4c3fc1071bf77437
More information about the vlc-devel
mailing list