Age | Commit message (Collapse) | Author |
|
|
|
|
|
powermanagement being enabled
|
|
|
|
spinner)
|
|
by moving them to their own settings category
|
|
|
|
|
|
|
|
|
|
hiding them
|
|
|
|
|
|
|
|
state of their parent
|
|
|
|
sync type is a child of sync to display
|
|
|
|
|
|
Fix "Manage movie sets..." doing nothing when there are no sets available
|
|
Settings descriptions updates
|
|
|
|
|
|
[Win32] fix relative paths, fixes #14812
|
|
list is empty
|
|
to choose from
|
|
|
|
|
|
[DROID][AE] Don't crash on passthrough.
|
|
WIN32Util::ConvertPathToWin32Form
|
|
|
|
|
|
The AudioTrack sink only ever wants S16LE.
|
|
|
|
|
|
|
|
|
|
Droid removable storage fixes
|
|
[epg] don't use epg tag that was active as a currently active one if epg contains gaps
|
|
I've observed some prettys strange behavior on AML devices regarding
reading /proc/mounts. Somehow there are multiple, unique mount points
for some devices when reading /proc/mounts with fopen/fgets. However
they don't exist if "cat /proc/mounts" is issued from the shell.
Baffling...
|
|
/proc/mounts is only guaranteed atomic for the current read operation.
|
|
Android doesn't require USB devices be mounted under /mnt/usb. In fact
there SEEMS to be no requirements or useful metrics for determining info
about mounted devices besides the "default external storage device"
which is always an SD card. However, they do all SEEM to be handled by
Vold, the volume manager daemon and given a device node under
/dev/block/vold/. It also SEEMS, from the four vendors I have on hand,
that SD card mount points alwasy contain the string "sdcard". Using
these two rules get's me auto sources for USB devices on AML devices.
|
|
|
|
AESinkPULSE: Let Engine handle our volume
|
|
[subsCore] close search window if playback is stopped
|
|
|
|
dvdplayer: [fix] subtitle priority for multiple external subtitles
|
|
|
|
external subtitles
|
|
configure.in: enable FFMPEG static build for ARM, some cleanups. Tested ...
|