This website requires JavaScript.
Explore
Help
Sign In
mirror
/
av
mirror of
https://bitbucket.org/ausocean/av.git
Watch
1
Star
0
Fork
You've already forked av
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c547c8bd19
av
/
stream
/
mts
History
saxon
c547c8bd19
stream/mts: added meta_test.go file and wrote todos for testing
2019-01-27 17:16:44 +10:30
..
pes
mts: removed usage of word len, and removed empty import
2019-01-02 10:26:34 +10:30
psi
stream/mts: added some consts to describe indexes and masks, and fixed some syntax errors, so now it all builds
2019-01-27 17:04:46 +10:30
encoder.go
stream/mts: created new type to represent Descriptor (typedef of []bytes) so that we can create receiver functions. Wrote AddDescriptor func to add or update a descriptor in a pmt. Wrote ProgramInfoLen func to return the program info length i.e. len of descriptors. Wrote HasDescriptor to check if descriptor exists, if so return the descriptor so that we can update. Wrote descriptors which returns []byte of all descriptors. Wrote create descriptor, which adds a descriptor to the existing if any i.e. shifts data downwards to accomodate new data. Wrote update func to update a descriptor.
2019-01-27 16:55:00 +10:30
meta.go
stream/mts: renamed Format function for metadata to Encode
2019-01-27 16:56:14 +10:30
meta_test.go
stream/mts: added meta_test.go file and wrote todos for testing
2019-01-27 17:16:44 +10:30
mpegts.go
stream/mts: adding some constants
2019-01-25 16:25:01 +10:30