Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pts_to_ms()
|
|
|
|
|
|
|
|
|
|
|
|
Reduced PMT logging.
|
|
|
|
|
|
HAVE_EXTRACTOR_H -> HAVE_LIBEXTRACTOR
|
|
revision 1.23
Fixed invalid (const char *) -> (char *) casts and modifying const data
|
|
revision 1.22
Fixed memory leaks (orphaned strdup() return values)
|
|
|
|
|
|
|
|
|
|
strict-aliasing rules).
Initialize data in declaration.
|
|
(dereferencing type-punned pointer will break strict-aliasing rules)
|
|
|
|
|
|
|
|
|
|
(Thanks to alexw)
|
|
|
|
(Thanks to Lauri Tischler)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Silenced warn_unused_result warnings.
|
|
|
|
Set payload type to RTP header.
|
|
|
|
|
|
|
|
|