Windows-Server-2003/enduser/netmeeting/av/codecs/lh
2024-08-04 01:28:15 +02:00
..
bib_32.c Initiall commit 2024-08-04 01:28:15 +02:00
bib_32.h Initiall commit 2024-08-04 01:28:15 +02:00
data.c Initiall commit 2024-08-04 01:28:15 +02:00
data.h Initiall commit 2024-08-04 01:28:15 +02:00
decoder.c Initiall commit 2024-08-04 01:28:15 +02:00
encoder.c Initiall commit 2024-08-04 01:28:15 +02:00
fv_h8.h Initiall commit 2024-08-04 01:28:15 +02:00
fv_m8.h Initiall commit 2024-08-04 01:28:15 +02:00
fv_x8.h Initiall commit 2024-08-04 01:28:15 +02:00
getsize.c Initiall commit 2024-08-04 01:28:15 +02:00
init.c Initiall commit 2024-08-04 01:28:15 +02:00
lhacm.c Initiall commit 2024-08-04 01:28:15 +02:00
lhacm.def Initiall commit 2024-08-04 01:28:15 +02:00
lhacm.h Initiall commit 2024-08-04 01:28:15 +02:00
lhacm.mak Initiall commit 2024-08-04 01:28:15 +02:00
lhacm.rc Initiall commit 2024-08-04 01:28:15 +02:00
makefile Initiall commit 2024-08-04 01:28:15 +02:00
readme.txt Initiall commit 2024-08-04 01:28:15 +02:00
resource.h Initiall commit 2024-08-04 01:28:15 +02:00
sources Initiall commit 2024-08-04 01:28:15 +02:00
variable.h Initiall commit 2024-08-04 01:28:15 +02:00
verinfo.h Initiall commit 2024-08-04 01:28:15 +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