.. |
amf.cpp
|
Apply lekensteyn's workarounds from the DMS repository to prevent compiler warnings.
|
2012-08-15 03:03:05 +02:00 |
amf.h
|
Convert to autotools build system for cleanness (part1).
|
2012-05-08 19:19:42 +02:00 |
auth.cpp
|
Merged RTMP crypto library into rtmpchunks library. Added md5 function to auth library, removed -lcrypto and -lssl from the required linking options of libmist (libmist itself already depends on them, and it is now no longer needed to link to it).
|
2012-12-07 17:48:58 +01:00 |
auth.h
|
Merged RTMP crypto library into rtmpchunks library. Added md5 function to auth library, removed -lcrypto and -lssl from the required linking options of libmist (libmist itself already depends on them, and it is now no longer needed to link to it).
|
2012-12-07 17:48:58 +01:00 |
base64.cpp
|
Fixed documentation, removed a few useless files, changed MD5 implementation to use openssl.
|
2012-05-11 16:50:30 +02:00 |
base64.h
|
Fix multiple-including.
|
2012-07-20 17:46:22 +02:00 |
config.cpp
|
Implemented Util::getMyPath()
|
2012-10-23 11:12:08 +02:00 |
config.h
|
Implemented Util::getMyPath()
|
2012-10-23 11:12:08 +02:00 |
crypto.cpp
|
Merged RTMP crypto library into rtmpchunks library. Added md5 function to auth library, removed -lcrypto and -lssl from the required linking options of libmist (libmist itself already depends on them, and it is now no longer needed to link to it).
|
2012-12-07 17:48:58 +01:00 |
crypto.h
|
Merged RTMP crypto library into rtmpchunks library. Added md5 function to auth library, removed -lcrypto and -lssl from the required linking options of libmist (libmist itself already depends on them, and it is now no longer needed to link to it).
|
2012-12-07 17:48:58 +01:00 |
dtsc.cpp
|
Fixed a typo and minor speedup in dtsc lib, fixed a bug when sending or receiving empty strings in socket lib.
|
2012-11-13 23:20:17 +01:00 |
dtsc.h
|
Several minor bugfixes and improvements throughout.
|
2012-09-29 01:41:18 +02:00 |
filesystem.cpp
|
FTP Convert to LibMist
|
2012-08-23 12:06:26 +02:00 |
filesystem.h
|
FTP Convert to LibMist
|
2012-08-23 12:06:26 +02:00 |
flv_tag.cpp
|
Several minor bugfixes and improvements throughout.
|
2012-09-29 01:41:18 +02:00 |
flv_tag.h
|
Stripped some unused code from Socket::Connection and FLV::Tag, made some Socket::Connection methods private.
|
2012-08-26 20:08:16 +02:00 |
ftp.cpp
|
Various optimalisations to improve performance. More coming soon.
|
2012-09-16 01:17:08 +02:00 |
ftp.h
|
Preventing compile errors by removing defaults in FTP constructor.
|
2012-09-07 14:18:25 +02:00 |
http_parser.cpp
|
Bring HTTP lib up to spec (wasn't sending carriage returns properly - now does)
|
2012-11-23 21:31:50 +01:00 |
http_parser.h
|
Improvements to HTTP::Parser - now builds responses and requests by reference and has getUrl() method to get the URL without URI-parameters.
|
2012-09-03 10:19:05 +02:00 |
json.cpp
|
Merged RTMP crypto library into rtmpchunks library. Added md5 function to auth library, removed -lcrypto and -lssl from the required linking options of libmist (libmist itself already depends on them, and it is now no longer needed to link to it).
|
2012-12-07 17:48:58 +01:00 |
json.h
|
Added toNetPacked() to JSON, removed DTSC::DTMI completely (now superseded by JSON).
|
2012-08-24 11:32:02 +02:00 |
Makefile.am
|
Merged RTMP crypto library into rtmpchunks library. Added md5 function to auth library, removed -lcrypto and -lssl from the required linking options of libmist (libmist itself already depends on them, and it is now no longer needed to link to it).
|
2012-12-07 17:48:58 +01:00 |
mist-1.0.pc.in
|
Merged RTMP crypto library into rtmpchunks library. Added md5 function to auth library, removed -lcrypto and -lssl from the required linking options of libmist (libmist itself already depends on them, and it is now no longer needed to link to it).
|
2012-12-07 17:48:58 +01:00 |
mp4.cpp
|
Added SDTP box and AVCC::setPayload function
|
2012-10-29 14:34:16 +01:00 |
mp4.h
|
Readability fixes
|
2012-10-30 15:45:28 +01:00 |
procs.cpp
|
Fix Util::TerminationNotifier deadlock when calling malloc() inside a signal handler.
|
2012-08-24 15:09:35 +02:00 |
procs.h
|
Add new process function including fds
|
2012-08-15 11:49:21 +02:00 |
rtmpchunks.cpp
|
Merged RTMP crypto library into rtmpchunks library. Added md5 function to auth library, removed -lcrypto and -lssl from the required linking options of libmist (libmist itself already depends on them, and it is now no longer needed to link to it).
|
2012-12-07 17:48:58 +01:00 |
rtmpchunks.h
|
Added new timing library, added Socket::Buffer support to RTMP library.
|
2012-09-18 15:48:44 +02:00 |
socket.cpp
|
Fixed a typo and minor speedup in dtsc lib, fixed a bug when sending or receiving empty strings in socket lib.
|
2012-11-13 23:20:17 +01:00 |
socket.h
|
Added new timing library, added Socket::Buffer support to RTMP library.
|
2012-09-18 15:48:44 +02:00 |
stream.cpp
|
Implemented Util::getMyPath()
|
2012-10-23 11:12:08 +02:00 |
stream.h
|
Utils::Stream::getStream now actually works in all cases where it should, the way it should. ^_^
|
2012-09-03 10:19:05 +02:00 |
timing.cpp
|
In soviet russia, stupid mistakes fix YOU.
|
2012-09-19 15:31:43 +02:00 |
timing.h
|
Added new timing library, added Socket::Buffer support to RTMP library.
|
2012-09-18 15:48:44 +02:00 |