Commit graph

52 commits

Author SHA1 Message Date
ThatGuy
fd4ea27a94 Added xap smooth player file in smooth connector and fixed embed for this file 2013-08-28 15:33:47 +02:00
Thulinma
ce7c5bc0b9 Fixed makefile merge error. 2013-08-26 16:35:31 +02:00
ThatGuy
8b2c4e55aa Added a JSON and SRT progressive HTTP output 2013-08-26 16:30:14 +02:00
Erik Zandvliet
0fa966906d DTSC2SRT Converter 2013-08-26 16:28:21 +02:00
Oswald Auguste de Bruin
a304d017d7 Started on mp4 progressive 2013-08-26 09:38:49 +02:00
Oswald de Bruin
a326f30104 Making DTSC2MP4 conversion 2013-08-26 09:26:00 +02:00
Oswald de Bruin
12fa04dffd Making DTSC2MP4 conversion 2013-08-26 09:22:44 +02:00
Erik Zandvliet
2d9859bbad Fixed the makefile. 2013-08-22 11:12:35 +02:00
Oswald Auguste de Bruin
032f3e7377 Splitted stuff 2013-08-13 16:32:34 +02:00
Oswald Auguste de Bruin
8686772ad6 Ogg 2 DTSC works 2013-08-13 16:32:04 +02:00
Oswald de Bruin
f9266aeb76 ogg support started in lib 2013-08-13 16:32:04 +02:00
Erik Zandvliet
562386fef7 First version MistInfo binary, for analyzing files using ffprobe. 2013-06-06 15:42:12 +02:00
Erik Zandvliet
b104752855 Added subtitle conversion from srt. 2013-06-03 15:51:23 +02:00
Erik Zandvliet
e76b957e84 Initial work on DTSCMerge 2013-06-03 15:51:22 +02:00
Thulinma
58c17a6374 Several minor fixes / tweaks. 2013-04-04 00:58:23 +02:00
Thulinma
c3143cfe01 Finally actually fix building of generated .h files 2013-03-14 11:54:27 +01:00
Thulinma
e076496244 Actually properly fixed build problems with server.html.h / embed.js.h files. 2013-03-14 01:02:35 +01:00
Thulinma
67e3b90c6b Fixed server.html / server.html.h generation. 2013-03-14 00:48:25 +01:00
Thulinma
1762ae9724 Made src directory structure more sane - all binaries are now built in src but sources are divided amongst subdirs of src 2013-03-13 23:28:47 +01:00
Thulinma
65a98d18b6 Fixed problem with closure on FreeBSD machines. 2013-02-13 21:47:15 +01:00
Thulinma
4a15dff758 More fixes to dist package generation. 2013-01-10 17:34:50 +01:00
Thulinma
48355ff136 Fixed dist package generation. 2013-01-10 16:54:13 +01:00
Thulinma
bfa965376a Better method to set release names. 2013-01-08 16:23:48 +01:00
Erik Zandvliet
acc1c1acdb Pre-optimization commit. Working video of bipbop over hls 2013-01-08 14:37:22 +01:00
cat
53542a7d3b LSP - tablesort.js was not included in the make script + tablesort graphics to CSS rather than seperate files 2013-01-07 16:31:41 +01:00
Erik Zandvliet
820ea5294d First try to compile with Automake 2012-12-31 16:05:17 +01:00
Thulinma
0920b3259b Finish splitting controller into multiple files, universalised coding style across all files. 2012-12-12 20:16:53 +01:00
Thulinma
0db5f60b95 Converting to split-up controller for readability. 2012-12-04 13:01:22 +01:00
Erik Zandvliet
df6ea8eb0d Working MP4 intro 2012-11-06 22:49:14 +01:00
Thulinma
771a94b08e Fix LSP not being re-created on script updates. 2012-09-07 13:10:41 +02:00
Thulinma
5165aae7e3 Update to buffer/player <-> connector protocol, now more in-line with established behaviour. Seeking support in HTTP dynamic and progressive. 2012-08-31 17:00:19 +02:00
Peter Wu
11b85b36b1 Do not prevent user from overriding CXXFLAGS
make CXXFLAGS=-O0 would not work without this.
2012-08-31 13:03:32 +02:00
Peter Wu
21f6a1fe9d player: initial implementation 2012-08-30 16:59:49 +02:00
Peter Wu
8543c1a678 Remove stale compressed.js dependency 2012-08-30 16:10:43 +02:00
Peter Wu
cdfd074a1b Bundle server.html so it does not need to get rebuilt
Also remove CLOSUREJAR dependency. This gives less useful error messages, but
ah well...
2012-08-30 16:02:44 +02:00
Peter Wu
86fee22565 fix make dist 2012-08-30 15:30:07 +02:00
Peter Wu
8fd383115f Fix building of server.html.h, move embed.js.h 2012-08-30 11:05:19 +02:00
Thulinma
2e5ae34547 Exported embed code to separate file. 2012-08-29 15:52:55 +02:00
Thulinma
7d32d2458a Fix LSP actually compiling. Oops :-) 2012-08-28 23:37:49 +02:00
Thulinma
9c368a5a86 Integrated LSP into controller - added library version to HTTP server headers, removed some temporary files from git and added them to .gitignore files. 2012-08-28 23:24:09 +02:00
Thulinma
7b2d2f315c Fix compiling problems related to -lpthread 2012-08-02 07:47:43 +02:00
Thulinma
e6ad892439 Fixed HTTP connectors to compile again, base HTTP proxy framework completed. 2012-07-24 06:35:27 +02:00
Thulinma
ffff1f9577 Converted nearly everything to new config object from library. 2012-07-21 04:32:37 +02:00
Thulinma
cecb015a4b More changes into the direction of the new HTTP connector style. 2012-07-11 11:45:11 +02:00
Thulinma
af12c6a94e Restructuring so our libraries can go into a separate libmist project. 2012-07-10 00:39:31 +02:00
Thulinma
dafe3b5fdd Added createhooks shell script that will install git hooks for auto-rebuilding on checkout/commit, make main binaries depend on VERSION file for rebuilding (otherwise version in -v is not updated). 2012-06-17 14:39:35 +02:00
Thulinma
6f5bc9d7fd Should fix compile problems. 2012-05-14 16:17:15 +02:00
Thulinma
bf75cc278c Fixed documentation, removed a few useless files, changed MD5 implementation to use openssl. 2012-05-11 16:50:30 +02:00
Thulinma
3085a99787 Further tweaks to autotools config. 2012-05-11 15:33:09 +02:00
Thulinma
87c567e37c Final edits to bring all analysers and converters into autotools build system. Done! 2012-05-08 22:43:37 +02:00