Saxon Nelson-Milton
|
7b00f00e16
|
added README.md files to top level packages
|
2021-04-11 11:19:37 +09:30 |
Trek H
|
1b13582151
|
codecutil: commenting
|
2021-02-22 15:30:00 +10:30 |
Trek H
|
778a19f939
|
codecutil, revid: made codecs represented as strings, updated where used
|
2021-02-22 15:15:30 +10:30 |
Trek H
|
9211ae4338
|
codecutil, revid: make codec a type and make const strings for metadata keys
|
2021-02-22 14:16:41 +10:30 |
Saxon Nelson-Milton
|
45c019a062
|
device: add raspistill package housing release and testing implementations
|
2021-01-20 14:33:47 +10:30 |
Saxon Nelson-Milton
|
698ed75dbc
|
codec: removed mjpeg/testdata
|
2021-01-18 15:59:13 +10:30 |
Saxon Nelson-Milton
|
af519d61fa
|
codec: renmaed mjpeg package to jpeg and alter terminology throughout av repo to use mjpeg and jpeg terms appropriately.
|
2021-01-18 15:29:21 +10:30 |
Saxon Nelson-Milton
|
16d7a16762
|
codec/mjpeg/lex & lex_test.go: modified Lex to work with thumbnailed JPEG images and fixed Lex tests.
|
2021-01-16 16:45:04 +10:30 |
Saxon Nelson-Milton
|
ca3f6b7620
|
codec/codecutil/list.go: added JPEG constant to codec consts enum
|
2021-01-12 15:05:25 +10:30 |
Trek H
|
1d67ab65a4
|
alsa: refactor DataSize function
|
2020-12-24 10:55:44 +10:30 |
Trek H
|
236d2c5f48
|
pes/codecutils: move SID functionality to pes from codecutils, add PCM and ADPCM encoding options
|
2020-12-22 12:51:20 +10:30 |
Trek H
|
8fdd0169fa
|
helpers: added pcm as SID
|
2020-12-21 20:55:14 +10:30 |
Saxon Nelson-Milton
|
27c90ad852
|
running go fmt over repos
|
2020-12-17 21:38:10 +10:30 |
Saxon Milton
|
4cf155bbc2
|
Merged in correct-config-types (pull request #401)
Correct types of fields in revid/config/config.go Config struct
|
2020-05-02 03:55:13 +00:00 |
Ella Pietraroia
|
890f142fb9
|
Merged in godoc (pull request #387)
Package level comments
Approved-by: Saxon Milton <saxon.milton@gmail.com>
|
2020-04-23 05:35:23 +00:00 |
Ella Pietraroia
|
36dfb05326
|
formatting changes
|
2020-04-23 14:49:30 +09:30 |
Ella Pietraroia
|
0213c89b1b
|
small formatting changes
|
2020-04-23 14:42:34 +09:30 |
Ella Pietraroia
|
149f95af84
|
no package level comments in test files
|
2020-04-23 12:34:11 +09:30 |
Saxon
|
031feda565
|
codec/h265: Lexer -> Extractor
|
2020-03-28 00:43:35 +10:30 |
Ella Pietraroia
|
4b99dac365
|
codec: mjpeg: pachage level comment
|
2020-03-12 15:29:41 +10:30 |
Ella Pietraroia
|
837b43985a
|
codec: h264: h264dec: editing package comment
|
2020-03-12 15:16:51 +10:30 |
Ella Pietraroia
|
231ad77682
|
codec: hh264: adding package comment
|
2020-03-12 15:12:04 +10:30 |
Scott
|
ac21b7d808
|
codec: add package comments to codec packages
|
2020-02-26 14:32:08 +10:30 |
Saxon Milton
|
615ec66163
|
Merged in level-prefix-fuzz (pull request #256)
codec/h264/h264dec/fuzz: added fuzzer test for parseLevelPrefix function
Approved-by: Saxon Milton <saxon.milton@gmail.com>
|
2020-01-28 23:57:15 +00:00 |
Saxon
|
fb020df877
|
codec/h264/h264dec/fuzz/helpers.c: checking if r or br == NULL
|
2020-01-29 10:26:24 +10:30 |
Saxon
|
ed626e02ab
|
cmd/rv: did some cleaning and commenting
Modified profile.go file header. Updated binary name in run.sh.
|
2020-01-27 15:50:24 +10:30 |
Saxon
|
7033d62cc6
|
cmd/rv: created new revid binary that is only netsender client, not CLI as well
|
2020-01-27 13:55:09 +10:30 |
Saxon Milton
|
c2329b3a3f
|
Merged in lexers-return-ioeof (pull request #330)
codec: lexers return ioeof
Approved-by: Alan Noble <anoble@gmail.com>
Approved-by: kortschak <dan@kortschak.io>
|
2020-01-23 03:23:03 +00:00 |
Saxon
|
9b8667e56c
|
fixed handling of errors from lex methods
|
2020-01-22 13:45:01 +10:30 |
Saxon
|
78484b5f5b
|
codec/h264/lex.go: fixed handling of errors from ScanUntil
|
2020-01-22 13:43:08 +10:30 |
Saxon
|
bf289221de
|
codec/h264/lex.go: simplified return logic
|
2020-01-22 13:08:02 +10:30 |
Saxon
|
f64c986efc
|
codec: corrected error handling in lexers
|
2020-01-20 15:03:49 +10:30 |
Saxon
|
fdf393566a
|
codec/h265/lex_test.go: adapted test for changes to error lex can return
|
2020-01-17 16:41:12 +10:30 |
Saxon
|
e45f51a31f
|
codec/mjpeg/lex.go: return error if io.EOF is encountered
|
2020-01-17 16:07:37 +10:30 |
Saxon
|
a26777b697
|
codec/h264&h265/lex.go: returning errors even if io.EOF, and not bothering to return what's currently in buffer if error
|
2020-01-17 16:07:10 +10:30 |
Scott
|
8dbcf1c148
|
extract_test.go: Simplified test code
|
2020-01-15 13:22:41 +10:30 |
Scott
|
35a413c80a
|
Added test file for extract.go
|
2020-01-14 16:46:35 +10:30 |
Scott
|
0a79ac3474
|
Fixed mjpeg extract.go returning errors when it should not.
|
2020-01-09 16:03:52 +10:30 |
Saxon
|
ca9c1ad425
|
codec/mjpeg/jpeg.go: removed white space
|
2020-01-07 14:47:06 +10:30 |
Saxon
|
723166ec50
|
codec/mjpeg/jpeg.go: simplified copy
|
2020-01-07 14:45:25 +10:30 |
Saxon
|
fcb8f18e1f
|
codec/mjpeg/jpeg.go: removed white space
|
2020-01-07 14:43:26 +10:30 |
Saxon
|
7fca2257a4
|
codec/mjpeg/jpeg.go: simplified writing of huffman tables by calculating n values in global vars
|
2020-01-07 14:36:15 +10:30 |
Saxon
|
7fb5ed00a2
|
codec/mjpeg/jpeg.go: simplified copies
|
2020-01-07 13:53:26 +10:30 |
Saxon
|
52f18cdc58
|
codec/mjpeg/jpeg.go: simplified some more indexing
|
2020-01-07 13:14:18 +10:30 |
Saxon
|
0b848cb01b
|
codec/mjpeg/jpeg.go: no longer need to convert dri to uint16.
|
2020-01-07 13:12:22 +10:30 |
Saxon
|
4325b86a99
|
codec/mjpeg/jpeg.go: don't need to convert jfifLabel string to []byte for copy
|
2020-01-07 13:11:25 +10:30 |
Saxon
|
38c4972a76
|
codec/mjpeg/jpeg.go: simplified some indexing
|
2020-01-07 13:09:27 +10:30 |
Saxon
|
d0e356314d
|
codec/mjpeg/jpeg.go: moved get24 to bottom of file and gave comment.
|
2020-01-07 13:06:56 +10:30 |
Saxon
|
86e215f913
|
codec/mjpeg/jpeg.go: decrementing q by 128 before qLen > 0 check to simplify indexing where q-128 is done
|
2020-01-07 13:01:34 +10:30 |
Saxon
|
f187af747b
|
codec/mjpeg/jpeg.go: removing panics inside ParsePayload in favour of errors
|
2020-01-07 12:52:31 +10:30 |