Commit graph

2395 commits

Author SHA1 Message Date
Thulinma
6420c42ac5 Re-added the last toAACInit funtion to MP4::AudioSampleEntry 2014-01-31 18:20:30 +01:00
Thulinma
83ae5aeccd Fixed infinite loops in MP4 connector when selecting invalid tracks. 2014-01-31 15:30:23 +01:00
Thulinma
57967696c2 Fixed high debugging levels problems. 2014-01-31 14:31:56 +01:00
cat
32847f80f0 LSP - bugfixes - hide audio/video options when the encoder is set to current and force 44100 samplerate for mp3 2014-01-31 13:11:06 +01:00
cat
6d4a870fb2 LSP: bugfix - deletion of stream limits 2014-01-31 13:11:06 +01:00
Thulinma
5313793dfa Decreased default socket verbosity. 2014-01-31 12:57:57 +01:00
Thulinma
e324b24cd9 Decreased default MP4 connector debugging verbosity. 2014-01-31 12:57:05 +01:00
Thulinma
54196c43c8 MistPlayer - now with even more sanity! 2014-01-31 12:55:46 +01:00
Thulinma
48801bade1 Various and sundry. 2014-01-30 17:08:23 +01:00
Thulinma
8844f8691a Fixed progressive MP4 track selection. 2014-01-30 17:07:36 +01:00
Thulinma
b5ff0eb0e4 Fixed compile errors. 2014-01-30 13:37:36 +01:00
Oswald Auguste de Bruin
f0b126ee9c MP4 code sanitised, DTSC2MP4 removed from makefile 2014-01-30 12:32:35 +01:00
Oswald Auguste de Bruin
77c5aa0687 New way of playing MP4 2014-01-30 12:32:19 +01:00
Oswald Auguste de Bruin
d8042eed78 commit to remove commit message 2014-01-30 12:24:10 +01:00
Oswald Auguste de Bruin
88fa62c19c MP4 convert optimised.
MP4 code sanitised
Fixed metadata FLV bug
Sanitised code
MP4 reorganisation in lib
MP4 STCO sorting only needs 1 loop now
Starting big scope overhaul for memory efficiency
2014-01-30 12:13:15 +01:00
Thulinma
df273e99b7 Fix pausemarks. Oops. 2014-01-30 11:00:51 +01:00
Thulinma
b416a715ba Fixed several MistBuffer memory management issues. 2014-01-29 16:44:18 +01:00
Thulinma
ff43c98373 Fixed some memory tracking issues for DTSC Streams. 2014-01-29 16:43:25 +01:00
Thulinma
082dd2e7c8 Fixed dropRing no longer deleting the ring pointer in DTSC::Stream 2014-01-29 14:31:19 +01:00
Thulinma
60a78c6a47 Fixed several MistBuffer threading and timing issues. 2014-01-29 13:48:18 +01:00
Thulinma
9f62fc4c91 Fixed Util::sleep ignoring values above 10 seconds. 2014-01-29 12:45:21 +01:00
Thulinma
99eb0ca6a4 Fix MistBuffer 100% CPU time after stream end. 2014-01-28 16:41:29 +01:00
Thulinma
a3bce93b7d Fixed problems with MistBuffer keeping too much data. 2014-01-28 16:15:00 +01:00
Thulinma
c9ac10ebe4 Updated connectors to make use of the new Util::Config::serveForkedSocket function, fixed several open-socket-related issues. 2014-01-27 18:15:29 +01:00
Thulinma
d81bc24155 Implemented Util::Config::serveForkedSocket(), added Socket::Connection::drop() function for dropping unused sockets. 2014-01-27 18:02:58 +01:00
Thulinma
ebf0b41039 Moved tinythread to lib. 2014-01-27 09:54:26 +01:00
Thulinma
92b7a7534d Removed extra newlines from several debug messages. 2014-01-27 09:41:24 +01:00
Thulinma
0fe0c1fb4f Fixed slow process exit bug, improved debug messaging for procs. 2014-01-27 09:41:24 +01:00
Thulinma
5c0f053006 Prettified error messages, first work on Util::Config server helpers. 2014-01-27 09:41:24 +01:00
Erik Zandvliet
32f482edf0 Added explicit linking to lib rt to fix compile errors on various platforms 2014-01-24 19:38:01 +01:00
Erik Zandvliet
c6f63dfb95 Added explicit linking to lib rt to fix compile errors on various platforms 2014-01-24 19:37:27 +01:00
Erik Zandvliet
1ae4cff4ba Fixed a bug where filedescriptors were not properly closed in the master connector processes, thanks to Delian 2014-01-24 09:05:40 +01:00
Erik Zandvliet
dbd2ef598a Fixed a segmentation fault. 2014-01-23 11:16:28 +01:00
Erik Zandvliet
0589568276 Fixed a bug concerning multiple conversions at the same time. 2014-01-22 13:50:25 +01:00
Erik Zandvliet
28db5700a4 Edited some logging details. 2014-01-22 13:49:53 +01:00
Erik Zandvliet
e09be154bc Added timestamps to console log 2014-01-22 08:54:47 +01:00
Erik Zandvliet
8dd8272969 Fixed a compile error 2014-01-22 08:54:26 +01:00
Erik Zandvliet
9fd1867245 Conversion now tries to enforce baseline if h264 codec selected. 2014-01-21 15:05:35 +01:00
Erik Zandvliet
fbf09fd7c2 Fixed a bug where sockets would not be closed. 2014-01-21 12:34:55 +01:00
Erik Zandvliet
8be1c1a108 Fix in ogg, prevents 100% CPU load 2014-01-21 12:34:27 +01:00
cat
390be45914 LSP - bugfix - val(), not value().. 2014-01-20 12:31:39 +01:00
Oswald Auguste de Bruin
9812ab6f41 String copies omitted 2014-01-20 10:49:50 +01:00
Erik Zandvliet
6720f7a5ae Moved boolean cast to readOnlyMeta, fix'ed bugs regarding FLV metadata generation. 2014-01-20 10:33:24 +01:00
Thulinma
9ddc2fc794 Improved handling of CPPFLAGS option. 2014-01-17 19:31:06 +01:00
Thulinma
6b78cad546 Improved library handling in makefile, added WITH_THREADNAMES option. 2014-01-17 16:53:14 +01:00
Thulinma
3123aeb32a Fixed buffer CPU usage when streams are ended. 2014-01-17 16:51:12 +01:00
cat
e1e2ecf251 LSP - bugfix - conversion page: don't try to set audio or video settings when the checkbox is not checked, dont overwrite the encoders object when refreshing conversion status, and for mp3 audio codec set a samplerate of 44100 2014-01-15 09:30:48 +01:00
cat
d421c55daa LSP - bugfix - hard/soft limits without a capital letter 2014-01-15 09:30:48 +01:00
Thulinma
211eb38613 Removed compiled warnings etc from ogg optimizes. 2014-01-15 09:16:06 +01:00
Oswald Auguste de Bruin
d8b7a3ea1c Ogg optimizes 2014-01-15 09:16:06 +01:00