3888 Commits

Author SHA1 Message Date
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
0829a7aba0 Mobile support finished. 2019-10-17 22:30:33 +02:00
Zoe Roux
a07d2c123c Starting to add mobile support to the web app. 2019-10-14 23:32:55 +02:00
Zoe Roux
71efaa0832 Adding custom positions on str subtitles. 2019-10-14 21:55:37 +02:00
Zoe Roux
e6de84213d Finishing collection UI. 2019-10-13 23:19:46 +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
725c6c4b88 Changing tooltip toogle value. 2019-10-05 23:04:36 +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
51694fbc53 Merge pull request #2 from AnonymusRaccoon/beta
Making memory management more efficient.
2019-09-27 01:26:57 +02:00
Zoe Roux
c493ccafce Making memory management more efficient. 2019-09-27 01:25:25 +02:00
Zoe Roux
0bd3a30064 Merge pull request #1 from AnonymusRaccoon/beta
Test with a c style array.
2019-09-27 00:23:23 +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
d99c3f0e08 Solving quick bugs with the web player. 2019-09-25 23:13:56 +02:00
Zoe Roux
604c68721b Creating the transmuxer. 2019-09-25 22:41:52 +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
6534ea2e99 FInishing support of webvtt (subrip transcoded). 2019-09-19 23:16:41 +02:00
Zoe Roux
cb306d6a34 Finishing subrip player support for the web app. 2019-09-19 19:14:41 +02:00
Zoe Roux
f67293d065 Subrip to WebVTT on the fly transcoder finished. 2019-09-19 12:24:08 +02:00
Zoe Roux
8fc703ff15 Adding sweets notifications. 2019-09-17 23:02:49 +02:00
Zoe Roux
d17e598a18 Reworking player flow with subtitles and end user subtitles. 2019-09-17 18:04:01 +02:00
Zoe Roux
735c4098a3 Solving a view bugs in navigation. 2019-09-17 15:47:50 +02:00
Zoe Roux
9453f02cf2 Finishing subtitle selector. 2019-09-17 15:39:55 +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
40d8575e55 Extract subtitle logic is done. 2019-09-13 17:45:22 +02:00
Zoe Roux
ea5af3c318 Subtitle extractions core is here, need to use dynamic size array and implement general metadata detection. 2019-09-13 04:04:35 +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
e5d3ea1257 Creating subtitle support on the web-app. 2019-09-08 02:51:38 +02:00
Zoe Roux
9527894fad Finishing player's seek-bar and volume button. 2019-09-07 12:33:11 +02:00
Zoe Roux
3ef233a1b6 Creating web-app player seek-bar and volume controls. 2019-09-07 04:19:39 +02:00