Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-02-02 | [fix] [omxplayer] resume playback on Bluray | Voyager1 | |
2014-02-02 | [fix] resume playback on Bluray | Voyager1 | |
2014-02-02 | Merge pull request #4129 from MartijnKaijser/settings_subtitles | Martijn Kaijser | |
shuffle subtitle settings | |||
2014-02-02 | [cosmetic] improve subtitle setting text | Martijn Kaijser | |
2014-02-02 | move 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 warnings | Jonathan Marshall | |
2014-02-02 | [activeae] check whether the sink has a device for passthrough when loading ↵ | Jonathan Marshall | |
settings | |||
2014-02-02 | Merge pull request #4120 from jmarshallnz/no_subs_service_is_fine | jmarshallnz | |
The default subs service for tvshows/movies is allowed to be empty | |||
2014-02-01 | Merge pull request #4118 from FernetMenta/aefixes | jmarshallnz | |
ActiveAE: AEStream::AddData returned wrong number in some cases | |||
2014-02-01 | Merge pull request #4005 from FernetMenta/ffmpeg | Trent Nelson | |
linux: link ffmpeg statically | |||
2014-02-01 | linux: link ffmpeg statically | Rainer Hochecker | |
2014-02-01 | drop support for external ffmpeg | Rainer Hochecker | |
2014-02-01 | AESinkPULSE: Don't leak pa_format_info | fritsch | |
2014-01-31 | Merge pull request #3888 from vkosh/epg-grid | Lars Op den Kamp | |
[pvr] show gaps on epg timeline grid |