.. |
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
|
Convert to autotools build system for cleanness (part1).
|
2012-05-08 19:19:42 +02:00 |
auth.h
|
Fix multiple-including.
|
2012-07-20 17:46:22 +02: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
|
Fix compile warnings
|
2012-09-03 10:18:11 +02:00 |
config.h
|
Add version number as a static member (libver) of Util::Config.
|
2012-08-28 23:39:42 +02:00 |
crypto.cpp
|
Convert to autotools build system for cleanness (part1).
|
2012-05-08 19:19:42 +02:00 |
crypto.h
|
Convert to autotools build system for cleanness (part1).
|
2012-05-08 19:19:42 +02:00 |
dtsc.cpp
|
Improved seeking in DTSC::File, also, now tested working.
|
2012-09-03 10:19:05 +02:00 |
dtsc.h
|
Improved seeking in DTSC::File, also, now tested working.
|
2012-09-03 10:19:05 +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
|
Made FLV metadata more like most FLV files.
|
2012-09-03 10:19:05 +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
|
Allow FTP lib to play nice with updated socket lib.
|
2012-09-03 10:26:04 +02:00 |
ftp.h
|
Working FTP
|
2012-08-29 11:20:31 +02:00 |
http_parser.cpp
|
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 |
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
|
Fix compiler warnings (mainly signed/unsigned comparisons)
|
2012-08-25 19:21:58 +02: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
|
Do not prevent user from overriding CXXFLAGS
|
2012-09-03 10:19:05 +02:00 |
mist-1.0.pc.in
|
Restructuring so our libraries can go into a separate libmist project.
|
2012-07-09 00:15:06 +02:00 |
mp4.cpp
|
Added basic pretty-printing to MP4 boxes.
|
2012-08-24 17:14:27 +02:00 |
mp4.h
|
Added basic pretty-printing to MP4 boxes.
|
2012-08-24 17:14:27 +02: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
|
Carefully extracted raptors from RTMP.
|
2012-09-03 10:43:18 +02:00 |
rtmpchunks.h
|
RTMP lib upgrades to return strings by reference - note: initial testing indicates raptors. Needs to be looked at ASAP!
|
2012-09-03 10:19:05 +02:00 |
socket.cpp
|
Overloaded Socket::Connection::Send with new versions and now requires arguments to be passed by reference. Also fixed a ::close bug and hugely improved performance.
|
2012-09-03 10:19:05 +02:00 |
socket.h
|
Overloaded Socket::Connection::Send with new versions and now requires arguments to be passed by reference. Also fixed a ::close bug and hugely improved performance.
|
2012-09-03 10:19:05 +02:00 |
stream.cpp
|
Utils::Stream::getStream now actually works in all cases where it should, the way it should. ^_^
|
2012-09-03 10:19:05 +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 |