]> git.sesse.net Git - vlc/commit
* modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin...
authorGildas Bazin <gbazin@videolan.org>
Sun, 27 Apr 2003 15:25:11 +0000 (15:25 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 27 Apr 2003 15:25:11 +0000 (15:25 +0000)
commit8c1779bb3f6d43087fb019e75222e8a96ac14f3c
tree104fb830f17cbf8eb398383bf83eeb067c83523a
parent291d32260c542cff0d672bd92929283083deadca
* modules/codec/ffmpeg/*: added chroma conversion capabilities to the ffmpeg plugin (using libavcodec's img_convert() facility).
  (I can finaly watch my RGB tarkin samples :))
* modules/demux/rawdv.c: fixed a couple of compiler warnings.
modules/codec/ffmpeg/Modules.am
modules/codec/ffmpeg/chroma.c [new file with mode: 0644]
modules/codec/ffmpeg/ffmpeg.c
modules/demux/rawdv.c