]> git.sesse.net Git - vlc/commit
* modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new
authorGildas Bazin <gbazin@videolan.org>
Wed, 20 Nov 2002 14:09:57 +0000 (14:09 +0000)
committerGildas Bazin <gbazin@videolan.org>
Wed, 20 Nov 2002 14:09:57 +0000 (14:09 +0000)
commit36b7d8ef58437f4552a1d78a7bbb2b192e484b22
tree5aebfe45feaca2a5865e4b54bc3aa4fb15a36006
parent22f2fa61767421bcd702e182e827288b06626f37
* modules/codec/theora.c, configure.ac.in, modules/codec/Modules.am: new
   theora codec plugin.
   This plugin is based on the experimental theora codec from the Xiph.Org
   foundation (http://www.theora.org/). Because the theora bitstream
   specifications are likely to change in the near future, this plugin won't
   be compiled by default. If you want to test/develop theora with vlc, you'll
   need to configure it with --enable-theora and also make sure you've got a
   fresh libogg from cvs.

* modules/demux/ogg.c: modified to handle theora and tarkin bitstreams.

* modules/codec/tarkin.c: fixed a few typos.
configure.ac.in
modules/codec/Modules.am
modules/codec/tarkin.c
modules/codec/theora.c [new file with mode: 0644]
modules/demux/ogg.c