- Oct 06, 2021
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
Restrict the metadata update to streams as it's the only media type that can change its meta during playback
-
Nicolas Pomepuy authored
-
- Oct 05, 2021
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
This caused a playback loop if the first sample was played in hardware decoding and the user previously had set his player to REPEAT_MODE_ONE.
-
-
Nicolas Pomepuy authored
Fixes #1434 Also fixes the streams not added to history
-
Nicolas Pomepuy authored
It needs a medialibrary API change to be fully optimised See videolan/medialibrary#369 Fixes #2189
-
Nicolas Pomepuy authored
-
- Sep 29, 2021
-
-
Nicolas Pomepuy authored
Related to #458
-
- Sep 28, 2021
-
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
-
Nicolas Pomepuy authored
Also fixes the crash introduced in !1100 Also avoids displaying the renderer icon on the storage fragment as it's useless here
-
- Sep 27, 2021
-
-
100% translated Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
-
100% translated Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
-
100% translated Signed-off-by: Nicolas Pomepuy <nicolas@videolabs.io>
-
Nicolas Pomepuy authored
-
-
-
-
-
Fixes #2159
-
-
Nicolas Pomepuy authored
-
-
-
-
-
This removes the need to manually invoke DeleteLocalRef and fixes a leak on error in mediaToMediaWrapper
-
-
This simplifies the code and will avoid useless calls once we switch to a RAII enabled type
-
Channels only accept images and not vectors, so this replaces the previous vector drawable with an image drawable.
-
Many events can invalidate a program with just an id: medialibrary reindexing that changes media ids, deleting the file referenced by the id. By adding media paths to programs, there are now two media references in the program to check it's validity, and remove it if invalid.
-
The boolean !audio is false when home is pressed but true when back is pressed, because of this setResumeProgram was not called when pressing home, and watch next was not updated
-
Finished medias would stay on in the watch next channel, now passed 95% they will be removed.
-
The back button on the action bar did not work on tv. Forcing true as a return value on onCreateOptionsMenu, gets the menu created and the onOptionsSelected callback set
-
- Sep 24, 2021
-
-
Hugo Beauzée-Luyssen authored
-