aboutsummaryrefslogtreecommitdiff
AgeCommit 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 afterwardsJonathan Marshall
2014-02-06[cosmetics] indenting in CreateTables, remove unnecessary loggingJonathan Marshall
2014-02-06[database] adds CreateAnalytics() for creation of indicies, triggers and viewsJonathan 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 wrappersDmitry Blokhin
2014-02-06[mysql] Fixed parameter datatype in error output stringDmitry Blokhin
2014-02-06[mysql] show the actual view name instead of database name on error.Dmitry Blokhin
2014-02-06Merge pull request #4147 from popcornmix/no_ac3_encodejmarshallnz
[rbp] Disable ac3transcode by default
2014-02-04Merge pull request #3819 from arnova/subtitles_for_stacksjmarshallnz
changed: Add logic to handle subtitles for stacked files
2014-02-04Merge pull request #4001 from sraue/lirc-devinputjmarshallnz
seperate 'devinput' section from 'linux-input-layer'. While 'linux-input...
2014-02-04Merge pull request #3198 from sraue/dvdread-config-fixjmarshallnz
libdvdnav runs dvdread-config to update CFLAGS and LDFLAGS with libdirs,...
2014-02-05configure.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 defaultpopcornmix
Also, it is too expensive for the Pi and never keeps up, so mention that in Pi specific help.
2014-02-04Merge pull request #4152 from xhaggi/fix-epg-genre-langjmarshallnz
[lang] fix: escaping of ampersand in epg genre labels
2014-02-04Merge pull request #4149 from popcornmix/report_licencejmarshallnz
[rbp] Report in log if MPEG2 and VC1 licences are enabled
2014-02-04Merge pull request #4146 from popcornmix/unsupported_settingsjmarshallnz
[rbp] Disable unsupport HD audio passthrough options
2014-02-04Merge pull request #4145 from popcornmix/truhdjmarshallnz
[omxplayer] Avoid choosing TrueHD as default audio track
2014-02-04Merge pull request #4144 from popcornmix/edl_fixesjmarshallnz
[omxplayer] EDL fixes for omxplayer
2014-02-04Merge pull request #4148 from popcornmix/streamchannelsjmarshallnz
[PiSink] Set hdmi stream channels when in passthrough mode
2014-02-04[lang] fix: escaping of ampersand in epg genre labelsxhaggi
2014-02-04Merge pull request #4128 from jmarshallnz/activeae_fixesjmarshallnz
Activeae fix reliance on settings that may not be correct
2014-02-04changed: Add logic to properly handle subtitles for stacked filesarnova
2014-02-04[confluence] adds onback to epggrip control to access sidebarxhaggi
2014-02-04[rbp] Report in log if MPEG2 and VC1 licences are enabledpopcornmix
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 modepopcornmix
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 optionspopcornmix
The hardware can't support HD audio, so remove them from settings
2014-02-04[omxplayer] Avoid choosing TrueHD as default audio trackpopcornmix
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 dimensionspopcornmix
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 timepopcornmix
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 rootVladlen Y. Koshelev
2014-02-02Merge pull request #4135 from Montellese/jsonrpc_pvr_fixupjmarshallnz
jsonrpc: fix mixup of "rating" and "parentalrating" for PVR broadcasts
2014-02-03jsonrpc: fix mixup of "rating" and "parentalrating" for PVR broadcastsmontellese
2014-02-02Merge pull request #4134 from koying/fixamcjmarshallnz
Various mediacodec fixes
2014-02-02Merge pull request #4136 from Montellese/jsonrpc_introspect_fixesjmarshallnz
JSON-RPC: two API fixes
2014-02-02[lang] update of skin.confluence language filesalanwww1
2014-02-02[lang] update of core language filesalanwww1
2014-02-02[lang] update of internal addon language filesalanwww1
2014-02-02jsonrpc: bump API version to 6.13.4montellese
2014-02-02jsonrpc: add missing "order" property to Video.Cast in API definitionmontellese
2014-02-02jsonrpc: add missing "version" property in result of JSONRPC.Version to API ↵montellese
definition
2014-02-02Merge pull request #4085 from Black09/textbox-auto-heightjmarshallnz
Add auto-height for textbox controls
2014-02-02Load art for directory content in static listsBl4ck09
2014-02-02FIX: [mediacodec] Tegra 3 slice-height is mod 16Chris "Koying" Browet
2014-02-02FIX: [mediacodec] optimize soft buffer copyChris "Koying" Browet
2014-02-02FIX: [mediacodec] Samsung h264 quirkChris "Koying" Browet
2014-02-02Add auto-height for textbox controlsBl4ck09
2014-02-02Merge pull request #4131 from Voyager1/fix-bluray-resumeJoakim Plate
[fix] Resume playback on Bluray
2014-02-02Merge pull request #4123 from fritsch/pa-sink-layoutJoakim Plate
AESinkPULSE: Don't leak pa_format_info