av/container/mts
Saxon b473451288 container/mts: added payload.go file with Extract function and types
payload.go has been added which will contain functionality for dealing with MTS
payloads. A function has been added called Extract, which will return a Clip. Clip
is a type representing a sequence of media frames ([]Frame). Type Frame has been
added which represents a media frame. It provides fields to hold the media as
byte slice, PTS to hold the PES timestamp, an ID for identification of codec type
and finally the relevant Meta from the most recent PMT.
2019-06-12 01:17:14 +09:30
..
meta container/mts/meta: wrote test for GetAllAsMap 2019-06-11 22:15:27 +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: added ExtractMeta function and testing 2019-06-12 01:01:51 +09:30
mpegts.go container/mts: added ExtractMeta function and testing 2019-06-12 01:01:51 +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
payload.go container/mts: added payload.go file with Extract function and types 2019-06-12 01:17:14 +09:30