]> git.sesse.net Git - vlc/commit
* ./modules/codec/xvid.c: beginning of a video decoder using the Xvid codec
authorSam Hocevar <sam@videolan.org>
Tue, 5 Nov 2002 22:53:21 +0000 (22:53 +0000)
committerSam Hocevar <sam@videolan.org>
Tue, 5 Nov 2002 22:53:21 +0000 (22:53 +0000)
commit281b9bb481188593905e00951d830bd53b2997c9
tree3020593df5880c5ed48a0cc448ec35ed0d473b52
parentbe822ed642f30d2f9065d09ba3623a0b87c27ea2
  * ./modules/codec/xvid.c: beginning of a video decoder using the Xvid codec
    from xvid.org; compile with --enable-xvid --with-xvid-tree=..., run with
    --codec xvid,any (the priority is lower than ffmpeg's for the now).

    todo list: direct rendering, better buffer handling, see why only I frames
               are rendered OK here... probably more.
configure.ac.in
modules/codec/Modules.am
modules/codec/xvid.c [new file with mode: 0644]