aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-22[ios/osx] adds Darwin sinks for ActiveAE and drop the CoreAudio engine.Jonathan Marshall
2014-02-22[ios/osx] adds ActiveAE files to the IOS/OSX projectsJonathan Marshall
2014-02-22[ios] adds CWinSystemIOS::GetCurrentScreen()Jonathan Marshall
2014-02-21Merge pull request #4133 from FernetMenta/aefixesTrent Nelson
ActiveAE: add method for re-init after device/eld change
2014-02-21[lang] added langinfo.xml to new languages English(Australia) and French(Canada)alanwww1
2014-02-21changed: Improve (fallback) logic for subtitle downloadingarnova
2014-02-20AESinkPULSE: Track Change Event again - don't do anything for nowfritsch
2014-02-20AESinkPULSE: Use Callback to use Factory's DeviceChange()fritsch
2014-02-20ActiveAE: add method for re-init after device/eld changeRainer Hochecker
2014-02-20ActorProtocol: implement purge of specific messages from the queueRainer Hochecker
2014-02-21Merge pull request #4231 from ace20022/fix_gifsjmarshallnz
[Fix] Some fixes for our gif decode implementation
2014-02-21Merge pull request #3883 from MartijnKaijser/gui5.0.0jmarshallnz
bump GUI ABI to 5.0.0 due to recent skin core changes
2014-02-20Merge pull request #4240 from t4-ravenbird/woa-fixed-waitTrent Nelson
[bug/fix] woa - crash after wakeup
2014-02-20Merge pull request #4232 from Montellese/upnp_player_stop_on_start_fixTrent Nelson
upnp: executing AVTransport's Stop action in state NO_MEDIA_PRESENT is not allowed
2014-02-20timeout while fixed-wait is expected and no errort4.ravenbird
2014-02-19Merge pull request #4244 from voguemaster/m3u_fix_deleting_url_stringTrent Nelson
Fix deletion of URL string for variable length playlists.
2014-02-19Merge pull request #4220 from davilla/fix3damlcodecTrent Nelson
fixed, 3d mode for amcodec, requires rw to /sys/class/ppmgr/ppmgr_3d_mode
2014-02-19Merge pull request #4226 from jmarshallnz/rss_directionTrent Nelson
[rss] right to left scrolling wasn't done for RTL langauges since e470fb5ccd
2014-02-20Fix deletion of URL string for variable length playlists.Eli K
When the playlist M3U helper selects a specific M3U/8 playlist it will overwrite the strFile pointer with the internal contents of selected. However, selected then goes out of scope leaving garbage as the URL
2014-02-20Merge pull request #4238 from fritsch/ae-extend-initjmarshallnz
ActiveAE: Wait at least c_retry * 1500
2014-02-20Merge pull request #4239 from FernetMenta/activejmarshallnz
ActiveAE: fix downmix for the case a sink returns more channels than req...
2014-02-19Prevent unnecessary colorspace conversionsShine
2014-02-19ActiveAE: fix downmix for the case a sink returns more channels than requestedRainer Hochecker
2014-02-19ActiveAE: Wait at least c_retry * 1500fritsch
2014-02-18Merge pull request #4219 from davilla/fix3dmediacodecTrent Nelson
fixed, 3d -> 2d in mediacodec
2014-02-18Merge pull request #4211 from fritsch/wasapi-directsoundVoyager1
ActiveAE: Fix DTS and AC3 by adding it to the supported formats
2014-02-18[Confluence] seekbar would overlap osd time - fixes #14946ronie
2014-02-18Merge pull request #4223 from Memphiz/iospythonexceptionTrent Nelson
[ios/atv2] - fix logging of python exceptions
2014-02-18Merge pull request #4221 from koying/fixdroidexceptionloggingTrent Nelson
FIX: [droid] logging of python exception (fixes #14314)
2014-02-18Merge pull request #4094 from Black09/directoryproviderTrent Nelson
Load art for directory content in static lists
2014-02-18Merge pull request #4230 from alexmaloteaux/gitignore_fixesTrent Nelson
gitignore on test-driver and netbeans
2014-02-18AE: convert all strings DirectSound to uppercaseRainer Hochecker
2014-02-18AE: driver names are all uppercase, fix broken AC3,DTS for DirectSoundRainer Hochecker
2014-02-18AESinkAUDIOTRACK: Add DTS / AC3 for aml which can do passthroughfritsch
2014-02-18AESinkDirectSound: Add DTS to supported list - as it's supportedfritsch
2014-02-18Merge pull request #4208 from xhaggi/fix-pvr-idle-checkTrent Nelson
[pvr] fix: wrong condition in PVRManager::IsIdle (Ticket #14630)
2014-02-18Merge pull request #3112 from koying/fixcurlopensslChris Browet
FIX: implement libcurl openssl thread-safe locking
2014-02-18[pvr] fix: wrong condition in PVRManager::IsIdle (Ticket #14630)xhaggi
IsIdle() returns the wrong state (true) if delta between next timer and now is equal to the backend idle time setting. In this condition XBMC shuts down with a wrong wakeup time for the next timer.
2014-02-18gitignoreAlexandre Maloteaux
2014-02-18[Fix][gif] Check image dimensions.ace20022
2014-02-18[rss] right to left scrolling wasn't done for RTL langauges since ↵Jonathan Marshall
e470fb5ccd. Fixes #14928
2014-02-18Merge pull request #4225 from cg110/Ticket-14940-jmarshallnz
Fix for ticket 14940
2014-02-17Update DeleteMovie to remove links to writers (Fixes 14940)Chris Gilbert
DeleteMovie needs updating to remove entries in writerlinkmovie, otherwise any updates to the list of writers for a movie may not be correctly reflected, as new entries will be append and old entries are not removed.
2014-02-17[lang] update of skin.confluence language filesalanwww1
2014-02-17[lang] update of core language filesalanwww1
2014-02-17[lang] update of internal addon language filesalanwww1
2014-02-17Merge pull request #4224 from FernetMenta/activeRainer Hochecker
ActiveAE: fix incorrect trigger for transition after: 0f8e85679c55cf2300...
2014-02-17Merge pull request #4214 from Shine-/ffmpegbackportvc1Joakim Plate
ffmpeg backport: VC-1 DXVA2 improvements / Intel compat
2014-02-17upnp: remove invalid/unnecessary commentmontellese
2014-02-17upnp: fix indentation in player after previous commitmontellese