aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-17[lang] update of core language filestxtranslation
2014-03-17[lang] update of internal addon language filestxtranslation
2014-03-18Merge pull request #4434 from margro/gotham_vfs_crashjmarshallnz
[Gotham] Crash fix: Add check for negative file length.
2014-03-16Add 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 #14970Jonathan Marshall
2014-03-15version bump to 13.0 beta3Jonathan Marshall
2014-03-15Merge pull request #4428 from Montellese/jsonrpc_optional_loggingGotham_beta2jmarshallnz
JSON-RPC: make logging of incoming requests optional and configurable
2014-03-15Merge pull request #4400 from Jalle19/fix-log-messagesjmarshallnz
Fix some erroneous log messages
2014-03-15Merge pull request #4424 from Memphiz/darwinsinkloggingbpjmarshallnz
[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-15Merge pull request #4290 from dgburr/fix-swig-memory-leak-masterjmarshallnz
Fix memory leakage in python bindings
2014-03-15Merge pull request #4360 from rbalint/debian-build-fixesjmarshallnz
Use NULL from cstddef
2014-03-15Merge pull request #4387 from Tolriq/swig_javahomejmarshallnz
Correctly use JAVA_HOME when generating SWIG bindings
2014-03-15Merge pull request #4429 from Montellese/videodb_getfileinfojmarshallnz
videodb: fix getting streamdetails in GetFileInfo()
2014-03-15Merge pull request #4417 from joethefox/swap_spa_langcodejmarshallnz
Swap "spa" langcode definition line so "Spanish" is displayed instead of "Castilian"....
2014-03-15Merge pull request #4419 from popcornmix/3daspect2jmarshallnz
[omxplayer] When setting fullscreen flag we don't want noaspect, try 2
2014-03-15Merge pull request #4355 from popcornmix/reduce_video_swingjmarshallnz
[omxplayer] Reduce rate of clock change to reduce video stutters
2014-03-15Merge pull request #4356 from popcornmix/invalidptsjmarshallnz
[omxplayer] Always enable timestamp fifo mode.
2014-03-15Merge pull request #4421 from FernetMenta/pvrjmarshallnz
[PVR] bump add-ons
2014-03-15Merge pull request #4403 from taxigps/unrarxlibjmarshallnz
fixed UnrarXlib: can't extract file with non-english file name.
2014-03-15Merge pull request #4367 from arnova/more_sub_fixesjmarshallnz
Fix for downloading subtitles for http videos
2014-03-15Merge pull request #4410 from FernetMenta/resjmarshallnz
fix switching refresh rates
2014-03-15Merge pull request #4413 from FernetMenta/aefixesjmarshallnz
ActiveAE: ignore device change events in suspend state
2014-03-15Merge pull request #4399 from Jalle19/missing-db-closejmarshallnz
[pvr] add missing database close call
2014-03-15Merge pull request #4406 from jmarshallnz/thumb_fixesjmarshallnz
Thumb fixes
2014-03-15Merge pull request #4404 from popcornmix/3daspectjmarshallnz
[omxplayer] When setting fullscreen flag we don't want noaspect
2014-03-15Merge pull request #4386 from FernetMenta/flacjmarshallnz
paplayer: drop flac/wav decoder, use ffmpeg instead
2014-03-15Merge pull request #4397 from tru/imagehelperheaderguardjmarshallnz
Fix: Incorrect header guard in libprojectM
2014-03-15Merge pull request #4396 from tru/guicontrolheaderguardjmarshallnz
Fix: Header guard in GUIControlFactor.h had a typo.
2014-03-15Merge pull request #4392 from xhaggi/fix-epg-scrollingjmarshallnz
[epg] fix scrolling in grid if last item ends on next page
2014-03-15Merge pull request #4385 from FernetMenta/aefixesjmarshallnz
audio settings: check visible for ac3transcaode when changing number of ...
2014-03-15Merge pull request #4426 from wsoltys/slingpvrgbjmarshallnz
fixed: switch channels using keypad while watching slingbox (fixes Ticket #14961)
2014-03-15Merge pull request #4425 from wsoltys/suspendinggbjmarshallnz
[WIN32] changed: don't call CAEFactory::DeviceChange() when PBT_APMSUSPEND was sent.
2014-03-14fixed: 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-14Merge pull request #4407 from Montellese/jsonrpc_fix_datetime_resetjmarshallnz
JSON-RPC: fix resetting a datetime property through VideoLibrary.SetFooDetails
2014-03-13json-rpc: fix resetting a datetime property through VideoLibrary.SetFooDetailsmontellese
2014-03-13json-rpc: don't try to set playcount/lastplayed for tvshowsmontellese
2014-03-11[lang] update of skin.confluence language filestxtranslation
2014-03-11[lang] update of core language filestxtranslation
2014-03-11[lang] update of internal addon language filestxtranslation
2014-03-11Merge pull request #4371 from jmarshallnz/runaddon_fixjmarshallnz
Runaddon fix - allows secondary extension points to be run
2014-03-11Merge pull request #4394 from jmarshallnz/album_info_filesjmarshallnz
Album info files view was broken
2014-03-11Merge pull request #4393 from xhaggi/fix-channel-manager-masterlockjmarshallnz
[pvr] fix: password prompt appears twice if set icon in channel manager
2014-03-11Merge pull request #4345 from cg110/OptimizeIsSamePathjmarshallnz
Speedup FileItem::IsSamePath
2014-03-11Merge pull request #4373 from koying/fixamcrkjmarshallnz
FIX: [mediacodec] blacklist rockchip non-standard components
2014-03-11Merge pull request #4317 from FernetMenta/dtsjmarshallnz
ffmpeg: change due to revert of a backported commit
2014-03-11Merge pull request #4389 from Memphiz/osxobscuredbywindowserverbpjmarshallnz
[osx/windowing] - add "Window Server" to the whitelist of obscuring
2014-03-11Merge pull request #4357 from koying/fixfilemgrdoubleclickjmarshallnz
FIX: [touch] workaround double-click in file manager