Windows2003-3790/enduser/netmeeting/av/codecs/lh
2020-09-30 16:53:55 +02:00
..
bib_32.c First commit 2020-09-30 16:53:55 +02:00
bib_32.h First commit 2020-09-30 16:53:55 +02:00
data.c First commit 2020-09-30 16:53:55 +02:00
data.h First commit 2020-09-30 16:53:55 +02:00
decoder.c First commit 2020-09-30 16:53:55 +02:00
encoder.c First commit 2020-09-30 16:53:55 +02:00
fv_h8.h First commit 2020-09-30 16:53:55 +02:00
fv_m8.h First commit 2020-09-30 16:53:55 +02:00
fv_x8.h First commit 2020-09-30 16:53:55 +02:00
getsize.c First commit 2020-09-30 16:53:55 +02:00
init.c First commit 2020-09-30 16:53:55 +02:00
lhacm.c First commit 2020-09-30 16:53:55 +02:00
lhacm.def First commit 2020-09-30 16:53:55 +02:00
lhacm.h First commit 2020-09-30 16:53:55 +02:00
lhacm.mak First commit 2020-09-30 16:53:55 +02:00
lhacm.rc First commit 2020-09-30 16:53:55 +02:00
makefile First commit 2020-09-30 16:53:55 +02:00
readme.txt First commit 2020-09-30 16:53:55 +02:00
resource.h First commit 2020-09-30 16:53:55 +02:00
sources First commit 2020-09-30 16:53:55 +02:00
variable.h First commit 2020-09-30 16:53:55 +02:00
verinfo.h First commit 2020-09-30 16:53:55 +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