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.)
Showing
- modules/codec/ffmpeg/Modules.am 0 additions, 3 deletionsmodules/codec/ffmpeg/Modules.am
- modules/codec/ffmpeg/chroma.c 0 additions, 201 deletionsmodules/codec/ffmpeg/chroma.c
- modules/codec/ffmpeg/imgresample.c 173 additions, 13 deletionsmodules/codec/ffmpeg/imgresample.c
- modules/codec/ffmpeg/imgresample.h 0 additions, 31 deletionsmodules/codec/ffmpeg/imgresample.h
- modules/codec/ffmpeg/video_filter.c 0 additions, 565 deletionsmodules/codec/ffmpeg/video_filter.c
Loading
Please register or sign in to comment