av/container/mts
Saxon 0825799cfa container/mts/mpegts.go: renamed IndexPid to FindPSIs and change such that only looked for PSI
We have only ever used this function to find PSI so it makes sense to make it exclusive for this. It now also returns the streams found in the PMT. So that
we can actually retrieve the PIDs of the media and their types.
2019-07-24 12:39:18 +09:30
..
meta container/mts/meta/meta.go: altered comment for GetAll 2019-07-04 14:33:12 +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 Added BasePMT which is a PMT without specific data, and removed StandardPMT. 2019-07-10 10:17:34 +09:30
encoder_test.go container/mts: not using string consts for error messages 2019-07-04 14:31:49 +09:30
mpegts.go container/mts/mpegts.go: renamed IndexPid to FindPSIs and change such that only looked for PSI 2019-07-24 12:39:18 +09:30
mpegts_test.go container/mts/mpegts.go: renamed IndexPid to FindPSIs and change such that only looked for PSI 2019-07-24 12:39:18 +09:30
payload.go container/mts/payload.go: fixed date in license 2019-07-04 19:48:30 +09:30
payload_test.go container/mts/payload_test.go: corrected comment for TestExtract 2019-07-04 14:40:59 +09:30