Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-11 | Merge pull request #4352 from Memphiz/libnfsdowngradewin32 | jmarshallnz | |
[win32/libnfs] - downgrade to 1.3.0 because of issues with 1.6 on window... | |||
2014-03-11 | [ios] fix darwin_ios.xml missing tag | Jonathan Marshall | |
2014-03-10 | [osx/windowing] - add "Window Server" to the whitelist of obscuring | Memphiz | |
windows | |||
2014-03-10 | Merge pull request #4361 from afedchin/dxva_h264_intel_g | jmarshallnz | |
[DXVA] Fix h264 deconding with refs > 11 on recent Intel GPUs (SNB/IVB) | |||
2014-03-10 | Merge pull request #4384 from Memphiz/osxbreakdrainbp | jmarshallnz | |
[osxsink] - fix deadloop in drain | |||
2014-03-10 | [iossink/osxsink] - fixed - condvar has to wait on the mutex - not on the ↵ | Memphiz | |
singlelock | |||
2014-03-10 | [iossink/osxsink] - don't deadloop in drain when device is gone - but | Memphiz | |
handle timeout | |||
2014-03-10 | Merge pull request #4382 from jmarshallnz/fix_non_addon_scripts | jmarshallnz | |
[python] fix scripts run directly that aren't an add-on. fixes #14265 | |||
2014-03-10 | Merge pull request #4376 from xhaggi/epg-timeline | jmarshallnz | |
[epg] adjust title to the left edge for the first items in timeline view | |||
2014-03-09 | Merge pull request #4369 from jmarshallnz/skip_video_thumbs | jmarshallnz | |
[video] skip thumb loading earlier so we don't call CDirectory::GetDirectory() | |||
2014-03-09 | Merge pull request #4381 from BigNoid/textbox_height | jmarshallnz | |
[Confluence] Textbox fixes for ok | yes/no | progress dialog | |||
2014-03-09 | Merge pull request #4380 from cg110/AudioLibWarningFix | jmarshallnz | |
Fix compiler warning | |||
2014-03-09 | Merge pull request #4379 from jmarshallnz/win32_res_fix | jmarshallnz | |
[win32] fix size of DEVMODE struct. Fixes broken resolution switching | |||
2014-03-09 | Merge pull request #4375 from FernetMenta/wma | jmarshallnz | |
fix assert when playing certain wma files | |||
2014-03-09 | Merge pull request #4370 from jmarshallnz/clear_items_fix | jmarshallnz | |
[python] ensure we lock the GUI prior to calling ClearItems. Fixes #14780 | |||
2014-03-09 | Merge pull request #4368 from jmarshallnz/music_fixes | jmarshallnz | |
Music fixes for .nfo files | |||
2014-03-09 | Merge pull request #4338 from FernetMenta/google | jmarshallnz | |
AE: make sure sink suppports required samplerate for AC3 and DTS | |||
2014-03-09 | Merge pull request #4340 from FernetMenta/playlist | jmarshallnz | |
paplayer: avoid blocking in OpenFile, call QueueNextFile instead | |||
2014-03-09 | Merge pull request #4378 from Montellese/mysql_integer_cast_fix | jmarshallnz | |
mysql: replace all "cast(foo as integer)" to "cast(foo as signed integer)" and not just the first one | |||
2014-03-08 | mysql: replace all "cast(foo as integer)" to "cast(foo as signed integer)" ↵ | montellese | |
and not just the first one | |||
2014-03-08 | [music] fix .cue sheet media with embedded art not showing. fixes #14043 | Jonathan Marshall | |
2014-03-08 | [exif] use unknownToUTF8 for the EXIF_COMMENT_CHARSET_ASCII/UNKNOWN case as ↵ | Jonathan Marshall | |
many pictures store non-ascii here. fixes #14188 | |||
2014-03-08 | Merge pull request #4328 from koying/fixcontextcrash | jmarshallnz | |
FIX: set logger to NULL when the XBMC::Context is deleted | |||
2014-03-08 | [osx] fixed missing line in backport 9a05eed | Jonathan Marshall | |
2014-03-08 | Merge pull request #4277 from xhaggi/fix-recordings-parent-dir | jmarshallnz | |
[pvr] fix: duplicate parent dir item for recordings | |||
2014-03-08 | remove useless log line | Jonathan Marshall | |
2014-03-08 | [python] fix extended progress bar double closure. fixes #14985 | Jonathan Marshall | |
2014-03-08 | fix compile warnings | Jonathan Marshall | |
2014-03-08 | Merge pull request #4366 from Montellese/uriutils_resolvepath_fix | jmarshallnz | |
URIUtils: fix out of range exception in resolvePath() | |||
2014-03-08 | Merge pull request #4365 from Montellese/settinglist_minmax_conflict | jmarshallnz | |
settings: fix conflict of <minimum> and <maximum> for CSettingList | |||
2014-03-07 | URIUtils: fix out of range exception in resolvePath() | montellese | |
2014-03-08 | Merge pull request #4364 from ace20022/pap_zero_gotham | jmarshallnz | |
[paplayer] Prevent possible division by zero in MP3Codec. | |||
2014-03-07 | [paplayer] Prevent possible division by zero in MP3Codec. | ace20022 | |
2014-03-08 | Merge pull request #4349 from Memphiz/noblockaddpacketsbp | jmarshallnz | |
[osxsink/iossink] - don't block addpackets if ca didn't do the initial d... | |||
2014-03-08 | Merge pull request #4348 from Memphiz/osxdisplayportbp | jmarshallnz | |
[osxsink] - properly set the ae device type based on either ca or ... | |||
2014-03-08 | Merge pull request #4347 from FernetMenta/aefixes | jmarshallnz | |
ActiveAE: fix for iOS - suspend sink when paused and app is not focused | |||
2014-03-07 | [dxva] Prefer standard Microsoft H.264 device instead of Intel H.264 VLD, no ↵ | Anton Fedchin | |
FGT (ClearVideo). This fix h264 decoding with refs > 11 on recent Intel GPUs (SNB/IVB). The latest Intel drivers for IVB/Haswell already has no support old Intel H.264 VLD, no FGT (ClearVideo) device, so this actually needs for SNB and older. | |||
2014-03-07 | [dxva] Add support workaround for Intel H.264 VLD, no FGT, ClearVideo decoder. | Anton Fedchin | |
2014-03-07 | ffmpeg: dxva2_h264: add a workaround for old intel GPUs | Hendrik Leppkes | |
Old Intel GPUs expect the reference frame index to the actual surface, instead of the index into RefFrameList as specified by the spec. This workaround should be set when using one of the "ClearVideo" decoder devices. | |||
2014-03-07 | ffmpeg: dxva2_h264: set the correct ref frame index in the long slice struct | Hendrik Leppkes | |
The latest H.264 DXVA specification states that the index in this structure should refer to a valid entry in the RefFrameList of the picture parameter structure, and not to the actual surface index. Fixes H.264 DXVA2 decoding on recent Intel GPUs (tested on Sandy and Ivy) | |||
2014-03-07 | [osxsink/iossink] - don't block addpackets if ca didn't do the initial data ↵ | Memphiz | |
pull - but timeout gracefully for signaling an error condition to the engine (use a timer for detecting a real timeout as condvar can be signaled by spurious interrupts) | |||
2014-03-07 | [osxsink] - properly set the ae device type based on either ca or ↵ | Memphiz | |
heuristical criteria - fixes DisplayPort not detected as LPCM capable and maybe others Conflicts: xbmc/cores/AudioEngine/Sinks/AESinkDARWINOSX.cpp | |||
2014-03-07 | ActiveAE: add windowing callback for application focus change | Rainer Hochecker | |
2014-03-07 | ActiveAE: use keep alive timer when stream is paused | Rainer Hochecker | |
2014-03-06 | Merge pull request #4343 from FernetMenta/eac3 | Trent Nelson | |
AE: only display setting for EAC3 if sink supports it | |||
2014-03-06 | AE: only display setting for EAC3 if sink supports it | Rainer Hochecker | |
2014-03-06 | Merge pull request #4325 from MartijnKaijser/gotham_langfixes | jmarshallnz | |
Gotham langfixes | |||
2014-03-05 | [DROID][AE] Don't guess at supported sampling rate | Trent Nelson | |
Android will resample to the "native" sample rate defined in firmware so only use that rate. | |||
2014-03-05 | [DROID][JNI] Add method to query HW sample rate. | Trent Nelson | |
2014-03-05 | [Confluence] fix usage of "next" label in mismatching contexts, which caused ↵ | da-anda | |
trouble in translations |