av/container/mts
Saxon 1a233d8576 container/mts: wrote function TrimToMtsRange and added related testing
This function will return a sub slice of MPEG-TS corresponding to an interval of metadata.
Also wrote testing for this function.
2019-06-16 04:08:41 +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: moved contents of metaEncode_test.go to encoder_test.go and deleted metaEncode_test.go 2019-06-15 02:13:49 +09:30
mpegts.go container/mts: wrote function TrimToMtsRange and added related testing 2019-06-16 04:08:41 +09:30
mpegts_test.go container/mts: wrote function TrimToMtsRange and added related testing 2019-06-16 04:08:41 +09:30
payload.go container/mts: BytesForMetaInterval renamed to TrimToMetaRange and now returns Clip for similar reasons to previous commit 2019-06-15 02:12:17 +09:30
payload_test.go container/mts: wrote function TrimToMtsRange and added related testing 2019-06-16 04:08:41 +09:30