Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-01 | [win32][vfs] Implement new CWin32File class for local files on win32 platforms | Karlson2k | |
* rewritten from scratch * added a lot of validity checks and results checks * correctly handle all over/under sizes of variables * automatically hide files in filesystem with name staring from dot * fixed bug - Write didn't update i/o pointer * always return real current file size instead of cached value * reimplemented Stat() better than common runtima stat() (more accurate time values, set real number of hard links, better set _S_IEXEC attribute etc.) | |||
2014-09-01 | [win32] WIN32Util: add fileTimeToTimeT() helpers | Karlson2k | |
2014-09-01 | [win32] WIN32Util::ConvertPathToWin32Form: add overload to use CURL& as ↵ | Karlson2k | |
parameter | |||
2014-09-01 | IFile and CFile: add doxy for Stat() functions | Karlson2k | |
2014-09-01 | Merge pull request #4924 from koying/fixaml4kdisplay | Chris Browet | |
ADD: [amlcodec] supports 4K display | |||
2014-09-01 | Merge pull request #5248 from popcornmix/correctioncorrection | Rainer Hochecker | |
[dvdplayer] Allow UpdateCorrection to handle asynchronous audio and video jumping | |||
2014-09-01 | Merge pull request #5252 from uNiversaI/print | Tobias Arrskog | |
[added] Support for screenshot on some mce remotes | |||
2014-09-01 | Merge pull request #5251 from ace20022/bd_mouse | Tobias Arrskog | |
[bluray] Add mouse support in menus. | |||
2014-09-01 | Merge pull request #5275 from fritsch/dsd-audio | Rainer Hochecker | |
PaP: Support DSD Format | |||
2014-09-01 | Merge pull request #5223 from FernetMenta/wasapi | Rainer Hochecker | |
AE: fix AE_FMT_S24NE3 format | |||
2014-09-01 | Merge pull request #5227 from FernetMenta/alsa | Rainer Hochecker | |
ALSA: remove log spam by adding not ELD listed passthrough formats after... | |||
2014-09-01 | Merge pull request #5253 from FernetMenta/vpp | Rainer Hochecker | |
VAAPI: rewrite + advanced deinterlacing | |||
2014-09-01 | Merge pull request #5276 from fritsch/remove-24bit-3bytes | Rainer Hochecker | |
AE: Refactor AEChannelInfo | |||
2014-09-01 | Merge pull request #5173 from Karlson2k/clog_update_01alt | jmarshallnz | |
CLog update (alternative) | |||
2014-09-01 | Merge pull request #5304 from ace20022/fix_bludetails_crash | jmarshallnz | |
[bluray][Fix] Add a check for NULL pointer. | |||
2014-08-31 | Merge pull request #5305 from stickell/patch-1 | Martijn Kaijser | |
Added sort token to Italian language | |||
2014-08-31 | Merge pull request #5217 from tamland/abort-event | Martijn Kaijser | |
[python] add xbmc.abortEvent | |||
2014-08-31 | Merge pull request #5201 from tamland/addon-deps-loading2 | Martijn Kaijser | |
[python] only add modules listed as dependecy to path | |||
2014-08-31 | Merge pull request #5194 from MartijnKaijser/vs_xbmctest | Martijn Kaijser | |
[win32] upgrade xbmc-test to VS2013 and remove unused projects | |||
2014-08-31 | Merge pull request #5250 from uNiversaI/cpu | Martijn Kaijser | |
[added] Fallback to /proc/cpuinfo... | |||
2014-08-31 | Merge pull request #5272 from anaconda/thetvdb-retrieve-votes | Martijn Kaijser | |
[metadata.tvdb.com] Retrieve # votes (RatingCount). | |||
2014-08-31 | Merge pull request #5271 from anaconda/confluence-videoinfo-episodes-votes | Martijn Kaijser | |
[confluence] Show votes for TV shows/episodes in DialogVideoInfo. | |||
2014-08-31 | Merge pull request #4235 from bavison/sqlite3080301 | Martijn Kaijser | |
Move to SQLite 3080600 (aka 3.8.6) | |||
2014-08-31 | Merge pull request #5292 from MartijnKaijser/sqlite_win32 | Martijn Kaijser | |
[win32] update sqlite to 3080600 (aka 3.8.6) | |||
2014-08-31 | Merge pull request #5296 from MartijnKaijser/14.0a4 | Martijn Kaijser | |
[release] bump to 14.0 alpha4 | |||
2014-08-31 | Merge pull request #5277 from FernetMenta/X1114.0a3-Helix | Rainer Hochecker | |
X11: fix window placement on multi-monitor setups | |||
2014-08-31 | X11: hide mouse on initial creation of window | Rainer Hochecker | |
2014-08-31 | X11: position pointer in the center of the window if last position is not known | Rainer Hochecker | |
2014-08-31 | Added sort token to Italian language | stickell | |
2014-08-31 | Merge pull request #5273 from ace20022/ticket_15371 | Andreas Zelend | |
[Fix] When changing subtitles the cached overlays must be cleared. | |||
2014-08-31 | [Fix] Restore behaviour on a subtitle change after commit ↵ | ace20022 | |
6937fd4181b60f3ae20d664d697ec9589603c36f. Commit 6937fd4181b60f3ae20d664d697ec9589603c36f unified/abstracted the Close(*)Stream functions. The method CDVDPlayerSubtitle::CloseStream(bool flush) used the parameter flush in an opposed way than any other class, which use bWaitForBuffers as parameter. This commit aligns that method. | |||
2014-08-31 | [bluray][Fix] Add a check for NULL pointer. This can happen if there's no ↵ | ace20022 | |
best video stream. | |||
2014-08-31 | Merge pull request #5302 from ace20022/fix_autoupdate | jmarshallnz | |
[addons][Fix] Make the auto update of addons work again. | |||
2014-08-31 | Merge pull request #5289 from bkuhls/uClibc | jmarshallnz | |
[locale] uClibc is built with 'generic' support for stdc++ locale() | |||
2014-08-30 | Merge pull request #5298 from groth-its/pvr-channel-switch | Martijn Kaijser | |
[JSON-RPC] FIX: Do not reopen PVR playback when new channel requested | |||
2014-08-30 | [addons][Fix] Make the auto update of addons work again. | ace20022 | |
This fixes a regression introduced by 2b35f385c5d62d19b6857b1baf56f0d509f51545. | |||
2014-08-30 | Merge pull request #5301 from koying/quickpr | Chris Browet | |
FIX: [droid] re-add default joystick keymap | |||
2014-08-30 | FIX: [droid] re-add default joystick keymap | Chris "Koying" Browet | |
2014-08-29 | Merge pull request #5297 from anssih/fix/alsa-s24 | Peter Frühberger | |
AESinkALSA: Fix S24NE4MSB incorrectly reported as S24NE4 | |||
2014-08-29 | Merge pull request #5300 from FernetMenta/pict | Rainer Hochecker | |
ffmpeg: fix failing filter caused by invalid time_base.num or aspect_rat... | |||
2014-08-29 | ffmpeg: fix failing filter caused by invalid time_base.num or aspect_ratio.num | Rainer Hochecker | |
2014-08-29 | Merge pull request #5293 from Memphiz/win32mp | Memphiz | |
[jenkins/win32] - speed up compilation by activating parallel builds | |||
2014-08-29 | Merge pull request #5291 from uNiversaI/regression | Martijn Kaijser | |
fixed: don't hop to first item in list on deleting another one | |||
2014-08-29 | AE: add S24NE3 conversion to resampler | Rainer Hochecker | |
2014-08-29 | VAAPI: rewrite with VPP and ffmpeg filter | Rainer Hochecker | |
2014-08-29 | linux: add shared lib for sse4 operations | Rainer Hochecker | |
2014-08-29 | Change JSON-RPC PlayerOperations to perform a channel switch instead of ↵ | groth-its | |
reopening PVR playback, when PVR is already playing. | |||
2014-08-29 | fixed: don't hop to first item in list on deleting another one | Arne Morten Kvarving | |
quells a regression | |||
2014-08-28 | X11: do not trust XQueryPointer right after an XRR event | Rainer Hochecker | |
2014-08-28 | AESinkALSA: Fix S24NE4MSB incorrectly reported as S24NE4 | Anssi Hannula | |
The ALSA sink reports both S24NE4 (sample in LSB) and 24-bit S32NE (sample in MSB) as AE_FMT_S24NE4. Report the latter correctly as AE_FMT_S24NE4MSB instead, otherwise sample conversion goes wrong resulting in noise. |