Trek H
|
96035f6d8b
|
adpcm and mts: comments and pid change
|
2019-09-12 19:16:11 +09:30 |
Trek H
|
4b8864ff20
|
adpcm: better decoding of chunks
added chunk length to chunk header
added to decoder the ability to decode consecutive chunks of variable length.
|
2019-08-21 15:39:58 +09:30 |
Trek H
|
762653b59a
|
adpcm: naming and syntactical changes
|
2019-05-29 02:57:17 +09:30 |
Trek H
|
a1fe6c6deb
|
adpcm: encoder and decoder structs are now exported
|
2019-05-22 15:10:02 +09:30 |
Trek H
|
5e4a2fb866
|
adpcm: naming
|
2019-05-17 00:58:40 +09:30 |
Trek H
|
a6d6a22b82
|
adpcm: changed enc and dec to use io.Writer as dst
also reordered encoder and decoder functions and remove old block consts
|
2019-05-17 00:52:36 +09:30 |
Trek H
|
29e49a7a1c
|
adpcm, pcm: updated documentation
|
2019-05-08 20:04:40 +09:30 |
Trek H
|
9fadb47902
|
adpcm: naming and documentation
|
2019-05-06 18:02:17 +09:30 |
Trek H
|
0570d7823d
|
adpcm: using consts where needed
|
2019-05-06 17:56:34 +09:30 |
Trek H
|
c27a726831
|
adpcm: updated BytesOutput function to account for padding
|
2019-05-05 18:46:03 +09:30 |
Trek H
|
ef9a38cb76
|
adpcm: length check before initialization
|
2019-05-02 00:02:33 +09:30 |
Trek H
|
d06388cfe9
|
adpcm: added overflow checks, improved initialization, naming
|
2019-05-01 23:53:08 +09:30 |
Trek H
|
b412b75fc6
|
adpcm: fixing offset error
|
2019-04-26 23:54:05 +09:30 |
Trek H
|
c089980175
|
adpcm: added function for calculating number of adpcm bytes output per given pcm bytes
|
2019-04-26 20:28:53 +09:30 |
Trek H
|
a9b1891bbb
|
adpcm: fixed merge error
|
2019-04-26 20:02:38 +09:30 |
Trek H
|
2fd8d8de1b
|
Merge branch 'adpcm-nonblock' of https://bitbucket.org/ausocean/av into adpcm-nonblock
|
2019-04-26 20:01:48 +09:30 |
Trek H
|
e55cc27a55
|
adpcm: changed adpcm to not have blocks of fixed size
|
2019-04-26 19:58:30 +09:30 |
Trek H
|
d136d13e38
|
adpcm: modified the adpcm encoding and decoding to not use blocks
|
2019-04-26 19:49:05 +09:30 |
Saxon
|
3a736172ee
|
av: restructured directories
|
2019-03-25 11:34:56 +10:30 |