]> git.sesse.net Git - vlc/commit
Support DVD LPCM encode.
authorSteinar H. Gunderson <steinar+vlc@gunderson.no>
Sat, 25 Sep 2010 22:24:09 +0000 (00:24 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 8 Oct 2010 21:36:25 +0000 (00:36 +0300)
commit4b103b8440fb8dbbe40ace739927d26795bbc2e1
tree38f8378ec3a90125020de7651fb1f7b85f0999f8
parent6f3f8160c7fc5c254d34155c366394aa21955310
Support DVD LPCM encode.

This patch adds encode support to the LPCM module; only the DVD variant for
now. It's not been tested with any other clients than VLC.

The rationale for this functionality is relatively simple -- LPCM is
currently the only low-latency codec that VLC supports and that can be
embedded in a TS stream. Longer-term support for other low-latency codecs
would be good, but if you're not particularly bandwidth-constrained and need
low latency, this is currently the best option I know of.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
modules/codec/lpcm.c