av/container/mts
Saxon 9af964cfc9 container/mts/meta: added GetAllAsMap function
This function is very similar to GetAll, except that is returns a map[string]string rather
than a [][2]string. It's become apparent that a map[string]string might be more useful in
some circumstances.
2019-06-11 22:07:51 +09:30
..
meta container/mts/meta: added GetAllAsMap function 2019-06-11 22:07:51 +09:30
pes container/mts/pes/pes.go: simplified insertion of pts into pes []byte using comcast/gots InsertPTS func 2019-05-10 14:51:53 +09:30
psi container/mts: using MPEG-TS in comments rather than MPEGTS or mpegts 2019-05-11 21:14:28 +09:30
discontinuity.go container/mts: using MPEG-TS in comments rather than MPEGTS or mpegts 2019-05-11 21:14:28 +09:30
encoder.go container/mts/encoder.go: updated comment for Encode constants 2019-05-23 14:05:17 +09:30
encoder_test.go container/mts: changed consts H264, H265 and Audio to EncodeH264, EncodeH265 and EncodeAudio 2019-05-21 16:57:17 +09:30
metaEncode_test.go container/mts: changed consts H264, H265 and Audio to EncodeH264, EncodeH265 and EncodeAudio 2019-05-21 16:57:17 +09:30
mpegts.go container/mts/mpegts.go: fixed conflict with master 2019-05-13 17:07:53 +09:30
mpegts_test.go revid: fixed rtpPort and rtcpPort parsing and added H264 and H265 IDs 2019-05-16 13:57:10 +09:30