
v.2.2.23
The __Presidential__ Release.

v.2.2.21
more

bitwise operations
v.2.2.15

v.2.2.13

v.2.2.09
Added support for previous versions of SCTE-35.
v.2.2.01
Added a fix for partial packets in threefive.Stream
v.2.1.99
New: threefive.StreamB class
class StreamB(builtins.object)
| streamb.StreamB(tsdata)
|
| This is a very rough draft,
| don't expect it to all work.
|
| The Stream class
| With MPEG-TS program awareness.
| Accurate pts for streams with
| more than one program containing
| SCTE-35 streams.
|
| Methods defined here:
|
| __init__(self, tsdata)
|
| decode(self)
|
v.2.1.97
Two One Ninety-Five had a bug in Stream.decode().
This is the fix.
>>> import threefive
>>> threefive.version