av/container/mts
Saxon 868d01527c container/mts/mpegts.go: wrote GetPTSRange func
This func will return the first and last PTS from an MPEGTS clip by finding the first access unit, and then by moving backward from the end of the clip to find the start of the final PES packet.
2019-05-10 14:20:14 +09:30
..
meta av: restructured directories 2019-03-25 11:34:56 +10:30
pes mts: reordered, neatened and clarified code. 2019-04-10 17:18:42 +09:30
psi av: restructured directories 2019-03-25 11:34:56 +10:30
audio_test.go container/mts: not taking address of nopCloser 2019-04-24 12:57:04 +09:30
discontinuity.go av: restructured directories 2019-03-25 11:34:56 +10:30
encoder.go revid: setupInput function for revid now returns closure that is used to do any clean up 2019-05-06 15:12:05 +09:30
metaEncode_test.go container/mts: not taking address of nopCloser 2019-04-24 12:57:04 +09:30
mpegts.go container/mts/mpegts.go: wrote GetPTSRange func 2019-05-10 14:20:14 +09:30