64 Commits

Author SHA1 Message Date
Zoe Roux
2bbd1bf81c Making dash files appear in the good folder and understanding dashenc of ffmpeg. 2019-11-10 01:28:20 +01:00
Zoe Roux
6270aac959 Adding an option dictionary for the dash creation. 2019-11-09 22:01:20 +01:00
Zoe Roux
05d297201e Starting to implement dash streaming. 2019-11-08 20:09:15 +01:00
Zoe Roux
479d24248a Updating subtitle.js 2019-10-27 21:22:16 +01:00
Zoe Roux
4fb0274410 Search view created. 2019-10-27 01:49:33 +02:00
Zoe Roux
c84eac21d2 Adding a search API. 2019-10-23 23:23:12 +02:00
Zoe Roux
729a58ad2f People page finished. 2019-10-22 16:44:07 +02:00
Zoe Roux
f3d207cb4e Solving bugs and adding library support. 2019-10-20 23:17:33 +02:00
Zoe Roux
8c7bdcebc6 Finishing the library support. 2019-10-19 19:37:56 +02:00
Zoe Roux
8b0dca8fbf Solving a bug with images and adding unit tests. 2019-10-19 17:30:47 +02:00
Zoe Roux
2c84019a4a Creating collection view in the web app. 2019-10-13 00:42:12 +02:00
Zoe Roux
5940ccfc9d Adding collection support, only need to make the component for the visual interface. 2019-10-07 00:13:26 +02:00
Zoe Roux
312ab6b80b Adding collections support. 2019-10-05 22:46:51 +02:00
Zoe Roux
c852d0c3b9 Solving bugs. 2019-10-02 00:22:29 +02:00
Zoe Roux
ab630b9b84 Making app support absolute paths. 2019-10-01 01:12:16 +02:00
Zoe Roux
b3824b3b03 Solving many bugs. 2019-09-30 02:14:34 +02:00
Zoe Roux
439ff05c21 Preparing the app for a release. 2019-09-28 03:19:34 +02:00
Zoe Roux
71403a9888 Updating typescript models and adding transcoder dll inside the output in release mode. 2019-09-27 18:08:40 +02:00
Zoe Roux
49c3cc7a5f Solving a memory bug. 2019-09-27 15:40:13 +02:00
Zoe Roux
229be6e4b9 Making a few test with the C# memory management. 2019-09-27 01:54:28 +02:00
Zoe Roux
c493ccafce Making memory management more efficient. 2019-09-27 01:25:25 +02:00
Zoe Roux
adc36d7579 Test with a c style array. 2019-09-26 23:57:44 +02:00
Zoe Roux
1f5a589f96 Adding a subtitle extraction check. 2019-09-26 19:37:45 +02:00
Zoe Roux
2c1ec1812a Changing a few things. 2019-09-25 23:53:31 +02:00
Zoe Roux
3c47c88767 Creating a Transmux function and cleaning up the Transcoder code. 2019-09-25 01:06:37 +02:00
Zoe Roux
f67293d065 Subrip to WebVTT on the fly transcoder finished. 2019-09-19 12:24:08 +02:00
Zoe Roux
d17e598a18 Reworking player flow with subtitles and end user subtitles. 2019-09-17 18:04:01 +02:00
Zoe Roux
7cf9a6fe6b Adding subtitle swap fonctionality inside the web app player. 2019-09-17 02:39:26 +02:00
Zoe Roux
1ce584d087 Finishing the c++ library for extracting subtitles. 2019-09-17 01:09:07 +02:00
Zoe Roux
2835f75c69 Adding metadata to the stream object and getting back data from c++ to the managed code. 2019-09-16 03:25:03 +02:00
Zoe Roux
5459e3cde6 Finishing c# marshmalling. 2019-09-16 01:13:50 +02:00
Zoe Roux
1ced45a763 Adding stream detections in the Subtitle Extract and adding logic into the c# linker. 2019-09-14 03:16:08 +02:00
Zoe Roux
7620430733 Reworking the subtitle extractions to support multiple subtitles in the same file. Still need a bit of work to make it work. 2019-09-13 03:33:33 +02:00
Zoe Roux
c4f1214092 Making subtitle extraction algorithm. 2019-09-12 04:16:19 +02:00
Zoe Roux
5baf78fdde Decoding subtitles streams. 2019-09-10 19:16:09 +02:00
Zoe Roux
3cf861a7c3 Creating ffmpeg c++ link. 2019-09-10 03:01:16 +02:00
Zoe Roux
8d1e8433fb Creating controller for video transcoding and reworking the stream (subtitle/audio) section. 2019-09-09 01:15:37 +02:00
Zoe Roux
44c8451735 Working on the player. 2019-09-05 23:20:59 +02:00
Zoe Roux
21002fea4a Creating the web app player view. 2019-09-05 04:06:49 +02:00
Zoe Roux
2462d3ad7f Creating bases api calls for playback. 2019-09-05 01:31:45 +02:00
Zoe Roux
3096249eef Reworking the way the c++ transcoder is imported. 2019-09-04 23:02:00 +02:00
Zoe Roux
606915e66a Trying to configure CMake. 2019-09-03 16:36:15 +02:00
Zoe Roux
bc695560ae Solving a few bugs and styling more. 2019-09-02 16:45:40 +02:00
Zoe Roux
2ed22e1206 Making episodes display for the web app. 2019-09-02 04:41:26 +02:00
Zoe Roux
d5358ad685 Implementing seasons inside the web app.
Implementing episodes inside the API.
2019-09-02 00:41:21 +02:00
Zoe Roux
3a378a0ac9 Adding season support. 2019-08-31 02:44:03 +02:00
Zoe Roux
352e4cbf7b Finishing the top design of the show details view. 2019-08-31 00:58:21 +02:00
Zoe Roux
e1a92a3d36 Making web app cleaner. Adding icon font. Starting to add roboto. 2019-08-28 03:21:58 +02:00
Zoe Roux
6636b876ba Adding more elements to the web app for the show details. 2019-08-26 02:41:17 +02:00
Zoe Roux
26edab07b0 Now using the genre table inside the database. Adding menus inside the show details component of the webapp. 2019-08-26 02:21:52 +02:00