av/container/mts
Trek H 634ecfdbb2 mts: Limited size of encoder writes and updated audio_test
Previously the encoder would not care if a write was given that exceeded the max PES packet size
because we were never using PES packets bigger than a frame of video. Now I have changed it so that
the encoder will check the write length and create a new PES packet if needed.
I have also restructured my test so that it can extract the data from PES packets that span accross multiple
MTS packets.
2019-04-09 13:55:46 +09:30
..
meta av: restructured directories 2019-03-25 11:34:56 +10:30
pes mts: Added audio mts encoding and test 2019-04-09 13:55:45 +09:30
psi av: restructured directories 2019-03-25 11:34:56 +10:30
audio_test.go mts: Limited size of encoder writes and updated audio_test 2019-04-09 13:55:46 +09:30
discontinuity.go av: restructured directories 2019-03-25 11:34:56 +10:30
encoder.go mts: Limited size of encoder writes and updated audio_test 2019-04-09 13:55:46 +09:30
metaEncode_test.go mts: Added audio mts encoding and test 2019-04-09 13:55:45 +09:30
mpegts.go mts: Added audio mts encoding and test 2019-04-09 13:55:45 +09:30