[vlc-devel] commit: Revive postprocessing. It is now a video filter ( the interface code (Antoine Cellerier )
git version control
git at videolan.org
Mon Jun 9 10:03:50 CEST 2008
vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Jun 7 22:53:56 2008 +0200| [cc872f332621b1f639362e6b2a3d57e9dd9bc533]
Revive postprocessing. It is now a video filter (the interface code
needs to be changed accordingly). It "works" but I can't spot any
difference between postproc-q 6 and postproc-q 0 using the
redefined-nintendo.mpg test video ... I'd appreciate feedback on that
point.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc872f332621b1f639362e6b2a3d57e9dd9bc533
---
modules/codec/ffmpeg/Modules.am | 9 +-
modules/codec/ffmpeg/avcodec.c | 3 -
modules/codec/ffmpeg/avcodec.h | 43 -----
modules/codec/ffmpeg/postprocess.c | 268 --------------------------
modules/video_filter/Modules.am | 1 +
modules/video_filter/postproc.c | 361 ++++++++++++++++++++++++++++++++++++
6 files changed, 364 insertions(+), 321 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=cc872f332621b1f639362e6b2a3d57e9dd9bc533
More information about the vlc-devel
mailing list