Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Use MPEG-TS PCR when available
Simplify
|
|
|
|
Added PCR to CalcElapsedVTime()
|
|
|
|
Removed redundant strdup.
|
|
|
|
(gcc adds checks for sprintf target buffer size. Size was incorrectly guessed to be 0)
|
|
|
|
-> do not break frames
-> keep control messages
|
|
|
|
|
|
|
|
Cosmetics
|
|
Force TCP packet after control message, if there is no more data to the packet.
|
|
|
|
Simplified locking.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pts_to_ms()
|
|
|
|
|
|
|
|
|
|
|
|
Reduced PMT logging.
|
|
|
|
|
|
|
|
|
|
strict-aliasing rules).
Initialize data in declaration.
|
|
(dereferencing type-punned pointer will break strict-aliasing rules)
|
|
|
|
|
|
|
|
|
|
(Thanks to alexw)
|