aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-02-17[Confluence] fix time label in seek dialogronie
2015-02-17Revert "[addon] Change 'char*' return value to 'const char*' to fix compiler ↵Rainer Hochecker
warnings on addon lib" This reverts commit 35de304a24fa1588103da88733591b5cd4d51b4c.
2015-02-17Merge pull request #6464 from FernetMenta/pvrRainer Hochecker
[pvr] bump version
2015-02-17[win32] Use _beginthreadex() instead of CreateThread() for better ↵Karlson2k
compatibility with CRT functions
2015-02-17Merge pull request #6455 from Memphiz/darwinvideosyncMemphiz
[osx/ios] - refactor videosync implementations
2015-02-17[pvr] bump versionRainer Hochecker
2015-02-17Merge pull request #6433 from Voyager1/fix-buildsetupMartijn Kaijser
[Win32] Fix occasional build errors related to unclean binary addons build
2015-02-17Merge pull request #6462 from glenvt18/videosync_drm_crtcRainer Hochecker
[videosync] drm: fix multi-head.
2015-02-17Merge pull request #6352 from Montellese/webserver_jsonpSascha Montellese
webserver: add support for JSONP for JSON-RPC requests
2015-02-17Merge pull request #6454 from AlwinEsch/MoveLabelHelpToISettingSascha Montellese
settings: moving label and help into ISetting
2015-02-17Merge pull request #6442 from popcornmix/concat_wmav2Martijn Kaijser
[omxplayer] Skip packet concatenation for WMAV2 files
2015-02-17[videosync] drm: fix multi-head.glenvt18
2015-02-16[osx/ios] - remove old videosync implementation for ios/osx and hook the new ↵Memphiz
impl up in project and videoreferenceclock
2015-02-16[osx/ios] - add proper videosync implementations for ios and osxMemphiz
2015-02-16Merge pull request #6367 from AlwinEsch/increase-pvr-addon-versionRainer Hochecker
[pvr] Increase PVR API version to 1.9.4 and add related changes
2015-02-16Merge pull request #6444 from popcornmix/omx_extra_bufMartijn Kaijser
[omxplayer] Avoid extra frame allocation when deinterlace might be enabled
2015-02-16[TexturePacker] - fix compilation with c++11Arne Morten Kvarving
requires a space around string macros when concating
2015-02-16Merge pull request #6445 from popcornmix/omx_codec_infoMartijn Kaijser
[omxplayer] Add some info about hdmi sync to codec overlay
2015-02-16Merge pull request #6449 from popcornmix/resample_ffMartijn Kaijser
[resamplepi] Try to report the same numbers as ffmpeg
2015-02-16[pvr] bump addons with #6367AlwinEsch
2015-02-16Merge pull request #6458 from Montellese/fix_skin_retouchedMartijn Kaijser
[skin.re-touched] fix win32 build
2015-02-16[keymap] trigger OSD when pressing SELECT on remotes in Visualisation window ↵da-anda
to be consistent with videos
2015-02-16[skin.re-touched] fix win32 buildmontellese
2015-02-16[osx/ios] sync xcode projectMatthias Kortstiege
2015-02-16[win32] update VS project filesmontellese
2015-02-16video library: add documentation for CVideoLibraryQueue and CVideoLibraryJob ↵montellese
implementations
2015-02-16video library: move all video library scanning logic into CVideoLibraryQueue ↵montellese
and allow queueing multiple library scans
2015-02-16video library: add CVideoLibraryScanningJobmontellese
2015-02-16video library: move all video library cleaning logic into CVideoLibraryQueuemontellese
2015-02-16[videoinfoscanner] added ability to explicitly skip fast hashingMatthias Kortstiege
2015-02-16Merge pull request #6440 from wsnipex/gcc-4.9-fixWolfgang Schupp
[linux] fix building with gcc 4.9 on i386
2015-02-16video library: introduce CVideoLibraryCleaningJobmontellese
2015-02-16video library: move CMarkWatchedJob to CVideoLibraryMarkWatchedJob and use ↵montellese
CVideoLibraryQueue
2015-02-16video library: add CVideoLibraryQueue and CVideoLibraryJobmontellese
2015-02-16utils: add CProgressJobmontellese
2015-02-16CJobQueue: add boolean return value to AddJob()montellese
2015-02-16CJobQueue: add IsProcessing()montellese
2015-02-16videodb: cleanup paramters of CleanDatabase()montellese
2015-02-16Merge pull request #6446 from popcornmix/omx_flush_errMartijn Kaijser
[omxcore] Skip out of flush on error
2015-02-15[ios/windowing] - add displaylink handlingMemphiz
2015-02-15[ios/atv2] - remove all the displaylink related stuff from the appcontrollersMemphiz
2015-02-15[ios/screenmanager] - expose the current screenIdx to the outsideMemphiz
2015-02-15[ios/eaglview] - remove displaylink handling from eaglviewMemphiz
2015-02-15[settings] Moving label and help into ISettingAlwinEsch
2015-02-15Merge pull request #6443 from popcornmix/omx_removed_settingMartijn Kaijser
[omxplayer] Remove test of removed setting, avoids a log message
2015-02-15[ios] - fix 2 more warnings about unhandled enum value in switch caseMemphiz
2015-02-15[osx/ios/atv2] - sync xcode project after libsquish was moved to depends - ↵Memphiz
fixes linker warning
2015-02-15[osx/ios/atv2] - kill 300+ warnings about unused variables by disabling the ↵Memphiz
build of all the neptune tls keys we don't make use of
2015-02-15[skin] update re-touchedMartijn Kaijser
2015-02-15[resamplepi] Try to report the same numbers as ffmpegpopcornmix
This tries to make the rounding match the ffmpeg resampler. Didn't seem to make a difference but feels safer to behave as close as possible to ffmpeg resampler.