[vlc-devel] commit: Remove crop/padd code from imgresample module. Imgresample is now only (Antoine Cellerier )

git version control git at videolan.org
Mon Jun 9 10:03:52 CEST 2008


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sun Jun  8 00:47:20 2008 +0200| [a2caeb589c2a22159eccda561298807fe961adc7]

Remove crop/padd code from imgresample module. Imgresample is now only
1 submodule (well, 1 main module) which can take care of resizing and
chroma conversion (basically it's the old chroma.c code). All the files
have been merged in imgresample.c. In the long run I might split
resizing and chroma conversion to 2 submodules (performance impact would
be nil). (This is untested.)

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a2caeb589c2a22159eccda561298807fe961adc7
---

 modules/codec/ffmpeg/Modules.am     |    3 -
 modules/codec/ffmpeg/chroma.c       |  201 -------------
 modules/codec/ffmpeg/imgresample.c  |  186 +++++++++++-
 modules/codec/ffmpeg/imgresample.h  |   31 --
 modules/codec/ffmpeg/video_filter.c |  565 -----------------------------------
 5 files changed, 173 insertions(+), 813 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=a2caeb589c2a22159eccda561298807fe961adc7



More information about the vlc-devel mailing list