av/rtmp
Dan Kortschak e235da36a1 rtmp: simplify slice conversion
Second pass:

gofmt -w -r 'ptrToSlice(p,i)->(*[_Gi]byte)(p)[:i]' {rtmp,parseurl,amf}.go
2018-08-31 11:43:49 +09:30
..
rtmp_c Updated c stuff to be more usable while we port 2018-08-14 22:59:58 +09:30
Makefile rtmp: clean up session handling and CGO interface 2018-05-29 15:36:28 +09:30
NOT_PORTED.txt rtmp: created NOT_PORTED.txt to hold names of funcs not ported and also deleted sections of code not run in our case 2018-08-28 19:18:13 +09:30
amf.go rtmp: simplify indexing 2018-08-31 11:24:42 +09:30
amf_headers.go rtmp: moved C_AVMATCH and C_AVC into amf_headers.go - consistent with C structure 2018-08-25 22:27:20 +09:30
parseurl.go rtmp: simplify indexing 2018-08-31 11:24:42 +09:30
rtmp.go rtmp: simplify slice conversion 2018-08-31 11:43:49 +09:30
rtmp_headers.go rtmp: added all consts/flags from C library 2018-08-26 14:35:04 +09:30
rtmp_sys.go rtmp: created rtmp_sys.go file to emulate rtmp_sys.c in c librtmp library and moved SET_RCVTIMEO there 2018-08-25 23:29:40 +09:30
rtmp_test.go rtmp: remove deadcode and make tests pass 2018-08-31 11:13:59 +09:30
session.go rtmp: file header comments to reflect file name and appropriate authors 2018-08-24 10:25:36 +09:30