Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-17 | [lang] update of core language files | txtranslation | |
2014-03-17 | [lang] update of internal addon language files | txtranslation | |
2014-03-18 | Merge pull request #4434 from margro/gotham_vfs_crash | jmarshallnz | |
[Gotham] Crash fix: Add check for negative file length. | |||
2014-03-16 | Add check for negative file length. | Marcel Groothuis | |
This prevents a crash when querying the length of a PVR live stream from Python. PVR addons can return -1 for LengthLiveStream() which originally resulted in a request for 4294967295 bytes which failed. | |||
2014-03-15 | [infomanager] videoplayer.content(movies) would return true if streamdetails ↵ | Jonathan Marshall | |
had been read for files outside the library. fixes #14963 | |||
2014-03-15 | [addons] ensure we clear the disabled cache when deiniting. fixes #14970 | Jonathan Marshall | |
2014-03-15 | version bump to 13.0 beta3 | Jonathan Marshall | |
2014-03-15 | Merge pull request #4428 from Montellese/jsonrpc_optional_loggingGotham_beta2 | jmarshallnz | |
JSON-RPC: make logging of incoming requests optional and configurable | |||
2014-03-15 | Merge pull request #4400 from Jalle19/fix-log-messages | jmarshallnz | |
Fix some erroneous log messages | |||
2014-03-15 | Merge pull request #4424 from Memphiz/darwinsinkloggingbp | jmarshallnz | |
[osxsink/iossink] - don't spam the log with audiobuffer underruns with 0... | |||
2014-03-14 | [osxsink/iossink] - don't spam the log with audiobuffer underruns with 0 ↵ | Memphiz | |
bytes available - those underruns happen alot when we idle but sink isn't suspended yet - instead only log those underruns once until there was some data played again | |||
2014-03-15 | Merge pull request #4290 from dgburr/fix-swig-memory-leak-master | jmarshallnz | |
Fix memory leakage in python bindings | |||
2014-03-15 | Merge pull request #4360 from rbalint/debian-build-fixes | jmarshallnz | |
Use NULL from cstddef | |||
2014-03-15 | Merge pull request #4387 from Tolriq/swig_javahome | jmarshallnz | |
Correctly use JAVA_HOME when generating SWIG bindings | |||
2014-03-15 | Merge pull request #4429 from Montellese/videodb_getfileinfo | jmarshallnz | |
videodb: fix getting streamdetails in GetFileInfo() | |||
2014-03-15 | Merge pull request #4417 from joethefox/swap_spa_langcode | jmarshallnz | |
Swap "spa" langcode definition line so "Spanish" is displayed instead of "Castilian".... | |||
2014-03-15 | Merge pull request #4419 from popcornmix/3daspect2 | jmarshallnz | |
[omxplayer] When setting fullscreen flag we don't want noaspect, try 2 | |||
2014-03-15 | Merge pull request #4355 from popcornmix/reduce_video_swing | jmarshallnz | |
[omxplayer] Reduce rate of clock change to reduce video stutters | |||
2014-03-15 | Merge pull request #4356 from popcornmix/invalidpts | jmarshallnz | |
[omxplayer] Always enable timestamp fifo mode. | |||
2014-03-15 | Merge pull request #4421 from FernetMenta/pvr | jmarshallnz | |
[PVR] bump add-ons | |||
2014-03-15 | Merge pull request #4403 from taxigps/unrarxlib | jmarshallnz | |
fixed UnrarXlib: can't extract file with non-english file name. | |||
2014-03-15 | Merge pull request #4367 from arnova/more_sub_fixes | jmarshallnz | |
Fix for downloading subtitles for http videos | |||
2014-03-15 | Merge pull request #4410 from FernetMenta/res | jmarshallnz | |
fix switching refresh rates | |||
2014-03-15 | Merge pull request #4413 from FernetMenta/aefixes | jmarshallnz | |
ActiveAE: ignore device change events in suspend state | |||
2014-03-15 | Merge pull request #4399 from Jalle19/missing-db-close | jmarshallnz | |
[pvr] add missing database close call | |||
2014-03-15 | Merge pull request #4406 from jmarshallnz/thumb_fixes | jmarshallnz | |
Thumb fixes | |||
2014-03-15 | Merge pull request #4404 from popcornmix/3daspect | jmarshallnz | |
[omxplayer] When setting fullscreen flag we don't want noaspect | |||
2014-03-15 | Merge pull request #4386 from FernetMenta/flac | jmarshallnz | |
paplayer: drop flac/wav decoder, use ffmpeg instead | |||
2014-03-15 | Merge pull request #4397 from tru/imagehelperheaderguard | jmarshallnz | |
Fix: Incorrect header guard in libprojectM | |||
2014-03-15 | Merge pull request #4396 from tru/guicontrolheaderguard | jmarshallnz | |
Fix: Header guard in GUIControlFactor.h had a typo. | |||
2014-03-15 | Merge pull request #4392 from xhaggi/fix-epg-scrolling | jmarshallnz | |
[epg] fix scrolling in grid if last item ends on next page | |||
2014-03-15 | Merge pull request #4385 from FernetMenta/aefixes | jmarshallnz | |
audio settings: check visible for ac3transcaode when changing number of ... | |||
2014-03-15 | Merge pull request #4426 from wsoltys/slingpvrgb | jmarshallnz | |
fixed: switch channels using keypad while watching slingbox (fixes Ticket #14961) | |||
2014-03-15 | Merge pull request #4425 from wsoltys/suspendinggb | jmarshallnz | |
[WIN32] changed: don't call CAEFactory::DeviceChange() when PBT_APMSUSPEND was sent. | |||
2014-03-14 | fixed: switch channels using keypad while watching slingbox (fixes Ticket ↵ | wsoltys | |
#14961) | |||
2014-03-14 | [WIN32] changed: don't call CAEFactory::DeviceChange() when PBT_APMSUSPEND ↵ | wsoltys | |
was sent. | |||
2014-03-14 | Merge pull request #4407 from Montellese/jsonrpc_fix_datetime_reset | jmarshallnz | |
JSON-RPC: fix resetting a datetime property through VideoLibrary.SetFooDetails | |||
2014-03-13 | json-rpc: fix resetting a datetime property through VideoLibrary.SetFooDetails | montellese | |
2014-03-13 | json-rpc: don't try to set playcount/lastplayed for tvshows | montellese | |
2014-03-11 | [lang] update of skin.confluence language files | txtranslation | |
2014-03-11 | [lang] update of core language files | txtranslation | |
2014-03-11 | [lang] update of internal addon language files | txtranslation | |
2014-03-11 | Merge pull request #4371 from jmarshallnz/runaddon_fix | jmarshallnz | |
Runaddon fix - allows secondary extension points to be run | |||
2014-03-11 | Merge pull request #4394 from jmarshallnz/album_info_files | jmarshallnz | |
Album info files view was broken | |||
2014-03-11 | Merge pull request #4393 from xhaggi/fix-channel-manager-masterlock | jmarshallnz | |
[pvr] fix: password prompt appears twice if set icon in channel manager | |||
2014-03-11 | Merge pull request #4345 from cg110/OptimizeIsSamePath | jmarshallnz | |
Speedup FileItem::IsSamePath | |||
2014-03-11 | Merge pull request #4373 from koying/fixamcrk | jmarshallnz | |
FIX: [mediacodec] blacklist rockchip non-standard components | |||
2014-03-11 | Merge pull request #4317 from FernetMenta/dts | jmarshallnz | |
ffmpeg: change due to revert of a backported commit | |||
2014-03-11 | Merge pull request #4389 from Memphiz/osxobscuredbywindowserverbp | jmarshallnz | |
[osx/windowing] - add "Window Server" to the whitelist of obscuring | |||
2014-03-11 | Merge pull request #4357 from koying/fixfilemgrdoubleclick | jmarshallnz | |
FIX: [touch] workaround double-click in file manager |