av/container/mts
Saxon ceee163b74 container/mts: BytesForPTSInterval renamed to TrimToPTSRange, and now returns a Clip
It was concluded that it would be more useful if a function that provided a data segment from
the original clip just provided a new Clip, i.e. useful things like PTS and meta is still
available in the segment. So, BytesForPTSInterval was renamed to TrimToPTSRange and now
provides a Clip. The test for this function was updated accordingly.
2019-06-15 02:04:29 +09:30
..
meta container/mts: added payload_test.go and fixed bugs in Extract 2019-06-13 15:52:25 +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: BytesForPTSInterval renamed to TrimToPTSRange, and now returns a Clip 2019-06-15 02:04:29 +09:30
payload_test.go container/mts: BytesForPTSInterval renamed to TrimToPTSRange, and now returns a Clip 2019-06-15 02:04:29 +09:30