WindowsXP/Source/XPSP1/NT/enduser/netmeeting/av/codecs/lh
2024-08-03 16:30:48 +02:00
..
bib_32.c Initial commit 2024-08-03 16:30:48 +02:00
bib_32.h Initial commit 2024-08-03 16:30:48 +02:00
data.c Initial commit 2024-08-03 16:30:48 +02:00
data.h Initial commit 2024-08-03 16:30:48 +02:00
decoder.c Initial commit 2024-08-03 16:30:48 +02:00
encoder.c Initial commit 2024-08-03 16:30:48 +02:00
fv_h8.h Initial commit 2024-08-03 16:30:48 +02:00
fv_m8.h Initial commit 2024-08-03 16:30:48 +02:00
fv_x8.h Initial commit 2024-08-03 16:30:48 +02:00
getsize.c Initial commit 2024-08-03 16:30:48 +02:00
init.c Initial commit 2024-08-03 16:30:48 +02:00
lhacm.c Initial commit 2024-08-03 16:30:48 +02:00
lhacm.def Initial commit 2024-08-03 16:30:48 +02:00
lhacm.h Initial commit 2024-08-03 16:30:48 +02:00
lhacm.mak Initial commit 2024-08-03 16:30:48 +02:00
lhacm.rc Initial commit 2024-08-03 16:30:48 +02:00
makefile Initial commit 2024-08-03 16:30:48 +02:00
readme.txt Initial commit 2024-08-03 16:30:48 +02:00
resource.h Initial commit 2024-08-03 16:30:48 +02:00
sources Initial commit 2024-08-03 16:30:48 +02:00
variable.h Initial commit 2024-08-03 16:30:48 +02:00
verinfo.h Initial commit 2024-08-03 16:30:48 +02:00

to do

1. decide on wave format for l and h codecs. one wave format tag with 
sub-tags in the extra bytes or use four tags? 

2. add code throughout wrapper to handle four codecs instead of one

3. determine block size and other constants for each codec

4. write conversion routine using l and h api

5. run-time dynamically link to the codec or just load all four always