aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2014-02-02[fix] [omxplayer] resume playback on BlurayVoyager1
2014-02-02[fix] resume playback on BlurayVoyager1
2014-02-02Merge pull request #4129 from MartijnKaijser/settings_subtitlesMartijn Kaijser
shuffle subtitle settings
2014-02-02[cosmetic] improve subtitle setting textMartijn Kaijser
2014-02-02move preferred subtitle selection from appearance to subtitle section and ↵Martijn Kaijser
put setting in a more logical order
2014-02-02[activeae] set the number of input frames to the number of sink frames ↵Jonathan Marshall
during raw (passthrough)
2014-02-02[activeae] fix compile warningsJonathan Marshall
2014-02-02[activeae] check whether the sink has a device for passthrough when loading ↵Jonathan Marshall
settings
2014-02-02Merge pull request #4120 from jmarshallnz/no_subs_service_is_finejmarshallnz
The default subs service for tvshows/movies is allowed to be empty
2014-02-01Merge pull request #4118 from FernetMenta/aefixesjmarshallnz
ActiveAE: AEStream::AddData returned wrong number in some cases
2014-02-01Merge pull request #4005 from FernetMenta/ffmpegTrent Nelson
linux: link ffmpeg statically
2014-02-01linux: link ffmpeg staticallyRainer Hochecker
2014-02-01drop support for external ffmpegRainer Hochecker
2014-02-01AESinkPULSE: Don't leak pa_format_infofritsch
2014-01-31Merge pull request #3888 from vkosh/epg-gridLars Op den Kamp
[pvr] show gaps on epg timeline grid