]> git.sesse.net Git - vlc/commit
Remove crop/padd code from imgresample module. Imgresample is now only
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 7 Jun 2008 22:47:20 +0000 (00:47 +0200)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 9 Jun 2008 08:05:35 +0000 (10:05 +0200)
commita2caeb589c2a22159eccda561298807fe961adc7
tree12a957ade39a8fbaa20b4e4df527796c27068c58
parent24463d005000387f52b962cc29558981e6975025
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.)
modules/codec/ffmpeg/Modules.am
modules/codec/ffmpeg/chroma.c [deleted file]
modules/codec/ffmpeg/imgresample.c
modules/codec/ffmpeg/imgresample.h [deleted file]
modules/codec/ffmpeg/video_filter.c [deleted file]