Age | Commit message (Collapse) | Author |
|
revision 1.69
Fixed invalid cast from (const char *) -> (char *)
|
|
(Thanks to jlac)
https://sourceforge.net/forum/forum.php?thread_id=3277603&forum_id=540656
|
|
|
|
(dereferencing pointer ... does break strict-aliasing rules)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
strict-aliasing rules).
Initialize data in declaration.
|
|
Do not change value of const string
|
|
Simplified, removed redundant local variables
|
|
(dereferencing type-punned pointer will break strict-aliasing rules)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(dereferencing type-punned pointer will break strict-aliasing rules)
|
|
|
|
|
|
(forward trick speeds should now work. Backward trickspeeds won't work yet)
|
|
|
|
Added timeout.
|
|
|
|
Read single transport block from socket / pipe
|
|
Added this->read_buffer for partially read data packets
Cosmetics
|
|
|
|
|
|
|
|
|
|
Replace default size with 720x576.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|