diff options
author | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-08-05 11:30:56 +0000 |
---|---|---|
committer | James Courtier-Dutton <jcdutton@users.sourceforge.net> | 2003-08-05 11:30:56 +0000 |
commit | e067c53a81cf4aed0ede7c7b3da85c114deca858 (patch) | |
tree | f16e1b8fec6a98d3f9df82f76b171050ef28b1b2 /src/libdts/TODO | |
parent | ed889db8c5d8ca72b97e61d833bf1270dda05750 (diff) | |
download | xine-lib-e067c53a81cf4aed0ede7c7b3da85c114deca858.tar.gz xine-lib-e067c53a81cf4aed0ede7c7b3da85c114deca858.tar.bz2 |
Some more updates.
Started to enter huffman tables.
General reorganisation as xine_decoder.c was getting too big.
CVS patchset: 5245
CVS date: 2003/08/05 11:30:56
Diffstat (limited to 'src/libdts/TODO')
-rw-r--r-- | src/libdts/TODO | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libdts/TODO b/src/libdts/TODO index f9ad94240..ab77d73a0 100644 --- a/src/libdts/TODO +++ b/src/libdts/TODO @@ -1,8 +1,6 @@ Todo list for software dts core (48Khz PCM, not 96Khz PCM) decode. 1) Enter all the huffman tables. 2) Get InverseQ to parse the input stream via the huffman tables. -3) We don't have the "Prediction Coefficients VQ" for ADPCM, so we might never get software decode working. Any help here would be very welcome!!! -4) Move over the sync detection and packet joining code from liba52 and modify it to recognise dts. -5) Get all the parsing code to compile and work correctly. Requires (1) and (2) first. -6) Work out what the LookUp function needs to do. +3) Move over the sync detection and packet joining code from liba52 and modify it to recognise dts. +4) Get all the parsing code to compile and work correctly. Requires (1) and (2) first. |