Saxon
7dc2bdfded
codec/h265: added package comment
2019-05-09 11:59:20 +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
Saxon
478db11ecc
codec: file descriptions under file header so that they are put in godoc
2019-05-06 15:47:51 +09:30
Trek H
c27a726831
adpcm: updated BytesOutput function to account for padding
2019-05-05 18:46:03 +09:30
Trek H
60d789e697
adpcm: updated tests to use new test files
2019-05-05 18:08:50 +09:30
Saxon
314a8dab9a
codec: updated commenting and file header descriptions for files in h265 and mjpeg packages
2019-05-03 19:52:23 +09:30
Saxon
2f733cc468
codec: added codecutils/bytescan package
2019-05-03 19:36:34 +09:30
Saxon
85ece7d1ed
codec/h265: using bytes.Buffer instead of custom solution
2019-05-02 00:48:57 +09:30
Saxon
659be05a1f
codec/h264: using table based testing, and now also testing for when DON is being used.
2019-05-02 00:15:24 +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
Saxon
a11b5b4857
codec/h265: fixed lex_test.go file header
2019-05-01 23:20:25 +09:30
Saxon
80ed0d2e1c
codec/h265: made test data more compact.
2019-05-01 23:19:16 +09:30
Saxon
c15894dc12
codec/h265: completed lex_test.go and fixed bugs in lex.go
2019-05-01 16:45:22 +09:30
Saxon
90995dff6a
codec/h265: removed h265_test.go
2019-05-01 13:45:32 +09:30
Saxon
90533d08f4
codec/h265: added lex_test.go
2019-05-01 13:45:08 +09:30
Saxon
2da0a7d39a
codec/h265: implemented handleFragmentation
2019-04-30 18:08:41 +09:30
Saxon
299b13b691
codec/h265: started writing lexer
...
Started writing lexer for h265. Wrote type Lexer as we required a data struct we can initialize before starting the lexing process, with for example, information regarding the presense of DONL and
DOND. Wrote handler for aggregation packet. Still need to do fragmentation packet.
2019-04-30 16:38:23 +09:30
Trek H
b412b75fc6
adpcm: fixing offset error
2019-04-26 23:54:05 +09:30
Saxon
32621f0cfe
av: fixed build errors
2019-04-26 20:46:43 +09:30
Saxon
b42e7f9b13
codec: created h264 and mjpeg packages to house lexers
2019-04-26 20:31:12 +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
Trek H
f597a04289
pcm: changed location to codec
2019-04-09 15:42:44 +09:30
Saxon
937f54f418
av: fixed conflicts with master
2019-03-28 11:03:05 +10:30
Saxon
5366eca2f2
av: fixed imports
2019-03-25 11:51:03 +10:30
Saxon
3a736172ee
av: restructured directories
2019-03-25 11:34:56 +10:30