Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-06 | [database] allow subclasses to specify the minimum database version they ↵ | Jonathan Marshall | |
support updating from | |||
2014-02-06 | [mysql] don't recreate views on copy() - they'll be dropped and recreated in ↵ | Dmitry Blokhin | |
the update routines | |||
2014-02-06 | [database] drop analytics prior to UpdateOldVersion, and reinstate afterwards | Jonathan Marshall | |
2014-02-06 | [cosmetics] indenting in CreateTables, remove unnecessary logging | Jonathan Marshall | |
2014-02-06 | [database] adds CreateAnalytics() for creation of indicies, triggers and views | Jonathan Marshall | |
2014-02-06 | [database] introduce CreateDatabase() to the baseclass that calls ↵ | Jonathan Marshall | |
CreateTables() so that subclasses needn't worry about transactions or calling the baseclass. | |||
2014-02-06 | [dbwrappers] Adds drop_analytics() to the database wrappers | Dmitry Blokhin | |
2014-02-06 | [mysql] Fixed parameter datatype in error output string | Dmitry Blokhin | |
2014-02-06 | [mysql] show the actual view name instead of database name on error. | Dmitry Blokhin | |
2014-02-06 | Merge pull request #4147 from popcornmix/no_ac3_encode | jmarshallnz | |
[rbp] Disable ac3transcode by default | |||
2014-02-04 | Merge pull request #3819 from arnova/subtitles_for_stacks | jmarshallnz | |
changed: Add logic to handle subtitles for stacked files | |||
2014-02-04 | Merge pull request #4001 from sraue/lirc-devinput | jmarshallnz | |
seperate 'devinput' section from 'linux-input-layer'. While 'linux-input... | |||
2014-02-04 | Merge pull request #3198 from sraue/dvdread-config-fix | jmarshallnz | |
libdvdnav runs dvdread-config to update CFLAGS and LDFLAGS with libdirs,... | |||
2014-02-05 | configure.in: enable FFMPEG static build for ARM, some cleanups. Tested on ↵ | Stephan Raue | |
i686, x86_64, arm (RPi & Cubox-i). | |||
2014-02-04 | [settings] Disable ac3transcode by default | popcornmix | |
Also, it is too expensive for the Pi and never keeps up, so mention that in Pi specific help. | |||
2014-02-04 | Merge pull request #4152 from xhaggi/fix-epg-genre-lang | jmarshallnz | |
[lang] fix: escaping of ampersand in epg genre labels | |||
2014-02-04 | Merge pull request #4149 from popcornmix/report_licence | jmarshallnz | |
[rbp] Report in log if MPEG2 and VC1 licences are enabled | |||
2014-02-04 | Merge pull request #4146 from popcornmix/unsupported_settings | jmarshallnz | |
[rbp] Disable unsupport HD audio passthrough options | |||
2014-02-04 | Merge pull request #4145 from popcornmix/truhd | jmarshallnz | |
[omxplayer] Avoid choosing TrueHD as default audio track | |||
2014-02-04 | Merge pull request #4144 from popcornmix/edl_fixes | jmarshallnz | |
[omxplayer] EDL fixes for omxplayer | |||
2014-02-04 | Merge pull request #4148 from popcornmix/streamchannels | jmarshallnz | |
[PiSink] Set hdmi stream channels when in passthrough mode | |||
2014-02-04 | [lang] fix: escaping of ampersand in epg genre labels | xhaggi | |
2014-02-04 | Merge pull request #4128 from jmarshallnz/activeae_fixes | jmarshallnz | |
Activeae fix reliance on settings that may not be correct | |||
2014-02-04 | changed: Add logic to properly handle subtitles for stacked files | arnova | |
2014-02-04 | [confluence] adds onback to epggrip control to access sidebar | xhaggi | |
2014-02-04 | [rbp] Report in log if MPEG2 and VC1 licences are enabled | popcornmix | |
A frequent support question is whether mpeg2/vc1 licences have been enabled correctly. Put that info in log. | |||
2014-02-04 | [PiSink] Set hdmi stream channels when in passthrough mode | popcornmix | |
The GPU needs to know when in passthrough mode to set the number of channels in the AV info frame to "refer to stream", so let it know. This fixes AC3/DTS passthrough with Pi Sink. (Needs recent firmware). | |||
2014-02-04 | [rbp] Disable unsupport HD audio passthrough options | popcornmix | |
The hardware can't support HD audio, so remove them from settings | |||
2014-02-04 | [omxplayer] Avoid choosing TrueHD as default audio track | popcornmix | |
The Pi cannot decode TrueHD audio successfully, so make the default audio avoid choosing that. It can still be switched to manually | |||
2014-02-04 | [omxplayer] Don't fail to open a stream with zero dimensions | popcornmix | |
The fast channel switching mod means OMXVideo may be opened before hints.width/hints/width is valid. If we fail here, we do get opened again when the width/height are available, but we have already skipped some init code like openeing the EDL files. Behave more like dvdplayer and ignore the zero dimensions. | |||
2014-02-04 | [omxplayer] Use display time for EDL cut start time | popcornmix | |
There are reports that EDL commercial break skipping occurs 5-10 seconds too early. This is because the skip occurs when a timestamp is received at PlayerVideo/PlayerAudio, but it may still be a number of seconds before that frame is presented by the GPU. Instead use the display time (GetTime) to determine start of cut time | |||
2014-02-03 | [configure] get git revision from xbmc git root | Vladlen Y. Koshelev | |
2014-02-02 | Merge pull request #4135 from Montellese/jsonrpc_pvr_fixup | jmarshallnz | |
jsonrpc: fix mixup of "rating" and "parentalrating" for PVR broadcasts | |||
2014-02-03 | jsonrpc: fix mixup of "rating" and "parentalrating" for PVR broadcasts | montellese | |
2014-02-02 | Merge pull request #4134 from koying/fixamc | jmarshallnz | |
Various mediacodec fixes | |||
2014-02-02 | Merge pull request #4136 from Montellese/jsonrpc_introspect_fixes | jmarshallnz | |
JSON-RPC: two API fixes | |||
2014-02-02 | [lang] update of skin.confluence language files | alanwww1 | |
2014-02-02 | [lang] update of core language files | alanwww1 | |
2014-02-02 | [lang] update of internal addon language files | alanwww1 | |
2014-02-02 | jsonrpc: bump API version to 6.13.4 | montellese | |
2014-02-02 | jsonrpc: add missing "order" property to Video.Cast in API definition | montellese | |
2014-02-02 | jsonrpc: add missing "version" property in result of JSONRPC.Version to API ↵ | montellese | |
definition | |||
2014-02-02 | Merge pull request #4085 from Black09/textbox-auto-height | jmarshallnz | |
Add auto-height for textbox controls | |||
2014-02-02 | Load art for directory content in static lists | Bl4ck09 | |
2014-02-02 | FIX: [mediacodec] Tegra 3 slice-height is mod 16 | Chris "Koying" Browet | |
2014-02-02 | FIX: [mediacodec] optimize soft buffer copy | Chris "Koying" Browet | |
2014-02-02 | FIX: [mediacodec] Samsung h264 quirk | Chris "Koying" Browet | |
2014-02-02 | Add auto-height for textbox controls | Bl4ck09 | |
2014-02-02 | Merge pull request #4131 from Voyager1/fix-bluray-resume | Joakim Plate | |
[fix] Resume playback on Bluray | |||
2014-02-02 | Merge pull request #4123 from fritsch/pa-sink-layout | Joakim Plate | |
AESinkPULSE: Don't leak pa_format_info |