[vlc-devel] [PATCH 0/3] Adding dirac decoding support (via libschroedinger)
David Flynn
davidf+nntp at woaf.net
Fri Jun 27 18:20:31 CEST 2008
The schroedinger project is a fast, C/asm implementation of the Dirac
codec. This patch sets adds decoding codec support and demuxing support
for ogg and MPEG-2 transport stream.
Current known defects:
- Seeking with an mpeg transport stream currently fails
This patch set does not implement an encoder, nor any muxing support,
they will come later.
David Flynn (1):
ts demux: add support for dirac streams via registration_descriptor
Jonathan Rosser (2):
Introduce new codec module to decode dirac video via libschroedinger
Add dirac video support to the ogg demuxer
configure.ac | 14 ++
modules/codec/Modules.am | 1 +
modules/codec/schroedinger.c | 466 ++++++++++++++++++++++++++++++++++++++++++
modules/demux/ogg.c | 123 +++++++++++-
modules/demux/ts.c | 29 +++
5 files changed, 632 insertions(+), 1 deletions(-)
create mode 100644 modules/codec/schroedinger.c
More information about the vlc-devel
mailing list