mistserver/lib
2012-08-23 17:06:25 +02:00
..
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 Config::activate to not check nonexistant options. 2012-08-14 20:42:35 +02:00
config.h Updated to new config system. 2012-07-20 17:49:16 +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 Fixed DTSC::File (now actually works) and updated DTSC metadata information in the documentation. 2012-08-23 17:05:32 +02:00
dtsc.h Fixed DTSC::File (now actually works) and updated DTSC metadata information in the documentation. 2012-08-23 17:05:32 +02:00
flv_tag.cpp Half-updated flv_tag with JSON metadata support. 2012-08-23 17:05:53 +02:00
flv_tag.h Half-updated flv_tag with JSON metadata support. 2012-08-23 17:05:53 +02:00
http_parser.cpp Fortify HTTP parser/generator code. 2012-08-06 05:35:11 +02:00
http_parser.h Several stability improvements and optimizations for HTTP handling and parsing (also, should fix HTTP Progressive under Windows - again). 2012-06-12 10:11:58 +02:00
json.cpp Added DTMI support to JSON library. 2012-08-23 11:09:10 +02:00
json.h Added DTMI support to JSON library. 2012-08-23 11:09:10 +02:00
Makefile.am Restructuring so our libraries can go into a separate libmist project. 2012-07-09 00:15:06 +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 Updated mp4 to parse some information from JSON-style metadata, guesses values if not present. 2012-08-23 17:06:25 +02:00
mp4.h Updated mp4 to parse some information from JSON-style metadata, guesses values if not present. 2012-08-23 17:06:25 +02:00
procs.cpp procs: fix leakage of pids in child process 2012-08-15 11:49:21 +02:00
procs.h Add new process function including fds 2012-08-15 11:49:21 +02:00
rtmpchunks.cpp Fixed RTMP desync bug with Windows clients. 2012-06-08 00:11:25 +02:00
rtmpchunks.h Fixed RTMP desync bug with Windows clients. 2012-06-08 00:11:25 +02:00
socket.cpp Removed socket non-errors, added success message for opening listening sockets. 2012-08-14 20:53:32 +02:00
socket.h Allow HTTP Connector to reconnect to different buffers - closes #31 2012-06-17 12:56:12 +02:00