lrorpilla

Results 6 issues of lrorpilla

I want to use this library to optimise searching through hundreds of thousands of dictionary entries for [my language learning application](https://github.com/lrorpilla/jidoujisho) and I think using a trie will allow me...

There are use cases for not using a built-in full screen mode and instead making the player match the size of the screen -- you can have widgets overlay on...

This is a brief regular expression fix to #53 which simplifies the regular expression used to match text for SRT until a blank line is found, following the [SRT specification](https://www.matroska.org/technical/subtitles.html#srt-subtitles)...

It seems that if I plug in the following regular expression for subtitles into a test site like [regex101](https://regex101.com/), `((\d{2}):(\d{2}):(\d{2})\,(\d+)) +--> +((\d{2}):(\d{2}):(\d{2})\,(\d{3})).*[\r\n]+\s*((?:(?!\r?\n\r?).)*(\r\n|\r|\n)(?:.*))` The 11th capture group which is used for...

Hi, I was wondering if H.265 or Matroska videos are supposed to load fine on iOS? When I tried to load a video on the iPhone 6 Plus I'm testing...

Hi Kimtaro, I wrote to you earlier asking for help about getting Ve to work on my [Flutter application](https://github.com/lrorpilla/jidoujisho). I can't believe I missed the Java port, I'm not at...