Thulinma
|
398e0421a1
|
Windows dual-stack support.
|
2014-07-23 13:14:07 +02:00 |
|
Thulinma
|
4ff3985481
|
Fixed comma placement issues with DTSC::Scan::toPrettyString
|
2014-07-22 15:01:37 +02:00 |
|
Thulinma
|
eea2c8b0db
|
Fixed semaphores being duplicated needlessly.
|
2014-07-17 16:25:10 +02:00 |
|
Erik Zandvliet
|
933586661f
|
Fixed a "minor" bug...
|
2014-07-16 15:33:05 +02:00 |
|
Thulinma
|
a077f55a43
|
Added semaphore fail message when a semaphore cannot be opened.
|
2014-06-20 11:27:27 +02:00 |
|
Thulinma
|
43078c5c68
|
Clearer semaphore error messages, removed some legacy code, fixed a compile warning or two.
|
2014-06-20 10:36:26 +02:00 |
|
Thulinma
|
e090a9368d
|
Fixed long forgotten merges.
|
2014-06-18 11:52:12 +02:00 |
|
Thulinma
|
8c01ec8897
|
Such style. (Code style unification)
|
2014-06-18 10:39:27 +02:00 |
|
Thulinma
|
57bcd8f25c
|
Fixes and new functionality by Wouter Spruit, mostly for the HTTP proxy rewrite.
|
2014-06-18 10:38:40 +02:00 |
|
Thulinma
|
d3bb5b13e4
|
Fixed Mac support
|
2014-06-17 12:07:35 +02:00 |
|
Thulinma
|
8f97995b1b
|
Replaced Util::bootSecs implementation with CLOCK_MONOTONIC.
|
2014-06-17 11:17:29 +02:00 |
|
ozzay
|
a56f13bf8c
|
Added copy constructors for MP4 boxes
|
2014-06-17 10:30:03 +02:00 |
|
Erik Zandvliet
|
1018622d95
|
Updated debug message status
|
2014-06-17 08:44:29 +02:00 |
|
Thulinma
|
19e79c1315
|
Shared memory fixes.
|
2014-06-16 14:41:00 +02:00 |
|
Thulinma
|
0cf74425f9
|
Implemented various TS-related library functions.
|
2014-06-11 15:48:01 +02:00 |
|
Thulinma
|
910feb0a07
|
Fixed tinythread not supporting deleting detached thread objects.
|
2014-06-11 11:05:37 +02:00 |
|
Thulinma
|
1df896d6d1
|
Tweaks to various debug messages.
|
2014-06-08 00:37:50 +02:00 |
|
Thulinma
|
19e73019fe
|
Silence ALL the compile warnings!
|
2014-06-07 23:46:47 +02:00 |
|
Thulinma
|
51bb561b7b
|
FLV library handling fixes.
(Mostly) courtesy of Erik.
|
2014-06-06 11:03:23 +02:00 |
|
Thulinma
|
239c1d1ebb
|
Updated defines.h for better debug messages, changed DLVL_DEVEL level into DLVL_INFO (old level still exists for compatibility).
|
2014-06-05 09:57:20 +02:00 |
|
Thulinma
|
ee0c27c688
|
DEBUG_MSG edits.
|
2014-06-02 15:08:17 +02:00 |
|
Thulinma
|
064c4ecdcc
|
Added runtime debug level support.
|
2014-05-29 13:33:31 +02:00 |
|
Thulinma
|
97d2fc864c
|
Fixed HTTP chunked data receiving.
|
2014-05-29 13:30:10 +02:00 |
|
Thulinma
|
5973e7ebe1
|
Added Util::bootSecs() for reliable time since boot measurements.
|
2014-05-16 19:45:02 +02:00 |
|
Thulinma
|
cb31d8bb48
|
Fixed RTMP handshake bug. Yay!
|
2014-05-14 17:06:58 +02:00 |
|
Thulinma
|
c973e5060c
|
Optimizations to DTSC::Scan when called with raw character pointers.
|
2014-05-12 13:56:44 +02:00 |
|
Thulinma
|
9a19cf2e20
|
Implemented DTSC::Scan for more efficient use of system memory.
|
2014-05-11 14:38:04 +02:00 |
|
Thulinma
|
180ac5eb9e
|
Fixed AMF parser segfaulting on attempted retrieval of non-existant data.
|
2014-05-09 14:18:08 +02:00 |
|
Thulinma
|
6c54546048
|
Added Util::getNTP() to timing library.
|
2014-05-04 01:25:52 +02:00 |
|
Thulinma
|
54c31922f7
|
Implemented UDPConnection::getSock()
|
2014-05-04 01:25:36 +02:00 |
|
Thulinma
|
0fa40bb373
|
Fixed HTTP parser to no longer require "HTTP*" as protocol when creating requests/responses.
|
2014-05-04 01:25:21 +02:00 |
|
Thulinma
|
9587d2fff6
|
Improved Windows compatiblity
|
2014-05-02 17:03:16 +02:00 |
|
Thulinma
|
b460321e3c
|
Fixed w32 compiling.
|
2014-05-02 12:13:49 +02:00 |
|
Erik Zandvliet
|
59c1023447
|
Fixes apple compilation
|
2014-05-02 09:42:11 +02:00 |
|
Thulinma
|
3ac6ae0704
|
Fixed compiling on 32 bits machines.
|
2014-05-01 18:11:13 +02:00 |
|
Thulinma
|
35e369f348
|
Fixed some DTSC::File header corruption mistakes.
|
2014-05-01 13:45:02 +02:00 |
|
Erik Zandvliet
|
961bf6108b
|
Fixes autobackoff on windows
|
2014-04-30 15:29:59 +02:00 |
|
Thulinma
|
e17e1bddf6
|
Merge conflict solved for semaphore abstraction.
|
2014-04-30 11:46:55 +02:00 |
|
Erik Zandvliet
|
4f1e1fa1d7
|
Abstraction of semaphore to a class
|
2014-04-30 11:33:46 +02:00 |
|
Thulinma
|
1e3b38f777
|
Optmized AFRT::setFragmentRun function.
|
2014-04-29 18:07:33 +02:00 |
|
Thulinma
|
11110dbdd6
|
Fixed uninitialized semaphore in shared memory code.
|
2014-04-29 15:33:57 +02:00 |
|
Thulinma
|
7f65aec7a0
|
Fixed a few generic socket mistakes and uninitialized memory occurances.
|
2014-04-29 15:33:41 +02:00 |
|
Thulinma
|
8c69afe18a
|
Various RTMP improvements.
|
2014-04-29 15:33:19 +02:00 |
|
Thulinma
|
60929d5014
|
Made DTSC seeking functions more robust.
|
2014-04-22 16:15:11 +02:00 |
|
Thulinma
|
8fde3f5851
|
Debug message changes and minor optimizations to DTSC library.
|
2014-04-22 01:48:17 +02:00 |
|
Thulinma
|
bca6097ae4
|
Tweaked debug messages.
|
2014-04-21 20:57:44 +02:00 |
|
Thulinma
|
4de598054a
|
Added Mac support
|
2014-04-18 16:29:58 +02:00 |
|
Thulinma
|
efa5d67231
|
Changed getStream/getLive/getVod functions to return a bool instead of a socket.
|
2014-04-18 14:23:02 +02:00 |
|
Thulinma
|
4e0fe2e6e5
|
Changed init data printing functions to print as hex garbage instead of binary garbage.
|
2014-04-17 10:35:21 +02:00 |
|
Thulinma
|
dbf0b74e0a
|
Improved various DTSC toPrettyString functions to be able to handle std::ostream instead of std::stringstream.
|
2014-04-12 08:07:19 +02:00 |
|