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
|
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 |
Saxon
|
ce457e1d95
|
should have been in last commit
|
2019-06-07 02:00:31 +09:30 |
Saxon
|
20d5f9605f
|
codec/h264/lex.go: checking NAL packet lengths
|
2019-05-30 19:05:08 +09:30 |
Saxon
|
8b7c62602f
|
codec/h264/lex.go: made nalType if statement in RTPLexer.Lex more go like
|
2019-05-30 18:49:27 +09:30 |
Saxon
|
0ee6e86638
|
codec/h264/lex.go: fixed bug in handleFUA
|
2019-05-27 14:23:33 +09:30 |
Saxon
|
85a5f043c8
|
codec/h264/lex.go: removed FUIndicatorIdx const in handleFUA
|
2019-05-27 14:08:44 +09:30 |
Saxon
|
a39cd31a57
|
codec/h264/lex.go: added spec link for nal type consts
|
2019-05-27 14:07:04 +09:30 |
Saxon
|
5dfff61887
|
codec/h264/lex.go: merge logic for start end packet writing into first if
|
2019-05-24 10:38:06 +09:30 |
Saxon
|
04cd2e66ff
|
codec/h264/lex.go: updated comment for RTPLexer.handleFUA()
|
2019-05-24 10:36:30 +09:30 |
Saxon
|
930c35a154
|
codec/h264/lex.go: udpated comment for RTPLexer.handleSTAPA
|
2019-05-24 10:36:00 +09:30 |
Saxon
|
e1fd6837ef
|
codec/h264/lex.go: updated comment for RTPLexer.Lex()
|
2019-05-24 10:34:52 +09:30 |
Saxon
|
b49e65d928
|
codec/h264/lex.go: commented buffer size consts
|
2019-05-24 10:33:34 +09:30 |
Saxon
|
35069bd4f3
|
codec/h264/lex.go: using if and else statements rather than switch for start and end indicator logic in handleFUA
|
2019-05-23 13:55:25 +09:30 |
Saxon
|
0e7504374e
|
codec/h264: fixed some minor naming and comment spelling
|
2019-05-22 15:09:54 +09:30 |
Saxon
|
722ddc6ccb
|
codec/h264/lex_test.go: added test for RTPLexer.Lex(...) and also fixed some build errors
|
2019-05-22 14:49:25 +09:30 |
Saxon
|
ceb15e53c3
|
codec/h264/lex.go: wrote lexer for lexing h264 access units from RTP stream
|
2019-05-22 12:23:29 +09:30 |
Saxon
|
c0b5724ea7
|
Merge branch 'master' into h264-rtp-lexer
|
2019-05-22 11:10:03 +09:30 |
Saxon
|
980cf8da21
|
codec: H264 and MJPEG lexers now using codecutil package for byte scanner functionality
|
2019-05-22 11:07:39 +09:30 |
Saxon
|
819b4a122f
|
codec/h264: renamed Lex to LexFromBytestream
|
2019-05-19 21:44:23 +09:30 |
Saxon
|
f52acc7efb
|
codec/h264: fixed comment for Lex
|
2019-05-19 21:38:05 +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 |
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
|
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 |