aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-28addons: fix crash by not showing "Configure" option for skinsmontellese
2013-07-28video: fix search for movies being part of a set (fixes #14471)montellese
2013-07-28fixed broken build from 5ca72dbcd4b41513892e5fb602f00eb784d54a52davilla
2013-07-27fixed borked build from f68634b7549d5089349867c2cbcd5cbf83a0950cdavilla
2013-07-27droid: add LCTRL, RCTRL and CAPSLOCKdavilla
2013-07-27jni: fixed alt/shift keymapS. Davilla
2013-07-27[lang] delete duplicated English UK files. The main English file IS the UK ↵alanwww1
version
2013-07-26Merge pull request #3005 from FernetMenta/winrendererRainer Hochecker
renderer: win - reset texture states on configure
2013-07-26Merge pull request #3010 from BtbN/vaapi-fixJoakim Plate
VAAPI: Add check for maximum surface count in EnsureSurfaces
2013-07-26Merge pull request #3011 from aballier/getbufferArne Morten Kvarving
DllAvCodec.h: Stop mapping avcodec_default_{get,release}_buffer.
2013-07-26DllAvCodec.h: Stop mapping avcodec_default_{get,release}_buffer.Alexis Ballier
Those are unused in xbmc code and deprecated in FFmpeg 2.0. This removes the related deprecation warnings.
2013-07-26Merge pull request #3007 from aballier/ffmpeg_includesAlexis Ballier
Kill USE_EXTERNAL_FFMPEG usage in xbmc/* code
2013-07-26VAAPI: Add check for maximum surface count in EnsureSurfacesBtbN
2013-07-25Revert "fixed, ProcessJoystickEvent was broke for axis handling"S. Davilla
This reverts commit 6c11ee3335e9b787d7e85638bbcebf05e2890d57.
2013-07-25fixed, ProcessJoystickEvent was broke for axis handlingdavilla
2013-07-25Remove unnecessary scope declared inside its own namespaceGarrett Brown
2013-07-25Merge pull request #3002 from MartijnKaijser/update_headerMartijn Kaijser
update copyright headers
2013-07-25DVDDemuxFFmpeg.cpp: Do not exclude OTF fonts in FFmpeg attachements with ↵Alexis Ballier
external ffmpeg. This is supported in ffmpeg-1.0 which happens to be the minimum required version for building xbmc.
2013-07-25DVDDemuxUtils.cpp: Include DllAvCodec.h which does the right thing to get ↵Alexis Ballier
the definitions instead of manually including avcodec.h.
2013-07-25DVDDemuxPVRClient.h: No need to manually include avformat.h since we already ↵Alexis Ballier
include DllAvFormat.h
2013-07-25DVDDemux.h: Include DllAvCodec.h which does the right thing to get the ↵Alexis Ballier
definitions instead of manually including avcodec.h.
2013-07-25[cosmetics] update copyright headersM. Kaijser
2013-07-25DVDStreamInfo.h: Include DllAvCodec.h which does the right thing to get the ↵Alexis Ballier
definitions instead of manually including avcodec.h.
2013-07-25DVDAudio.h: Include DllAvCodec.h which does the right thing to get the ↵Alexis Ballier
definitions instead of manually including avcodec.h.
2013-07-25DVDCodecs.h: Do not include avcodec.h directly.Alexis Ballier
If at all it should include lib/DllAvCodec.h but this does not seem to be needed here.
2013-07-25Merge pull request #3006 from aballier/ffmpeg2Arne Morten Kvarving
Stop using AVCODEC_MAX_AUDIO_FRAME_SIZE in (L)Pcm decoders.
2013-07-25DVDAudioCodec(L)Pcm: Disable copying of the class.Alexis Ballier
2013-07-25DVDAudioCodecPcm: Do not use AVCODEC_MAX_AUDIO_FRAME_SIZE since it is gone ↵Alexis Ballier
in FFmpeg 2.0 and dynamically allocate buffers as needed.
2013-07-25DVDAudioCodecLPcm: Do not use AVCODEC_MAX_AUDIO_FRAME_SIZE which has been ↵Alexis Ballier
removed from FFmpeg 2.0 and dynamically allocate buffers as needed.
2013-07-25renderer: win - reset texture states on configureunknown
2013-07-24Merge pull request #2612 from Jose123456/masterwsoltys
[AE] Fix for non-SSE2 platforms.
2013-07-24Merge pull request #1556 from Karlson2k/Startup_log_01Memphiz
Resort and extend startup log information
2013-07-24Merge pull request #2948 from ace20022/blu_lang_fixArne Morten Kvarving
[bluray] Fix stream info/language retrieval for blurays in non-nav mode.
2013-07-24Merge pull request #2963 from janbar/pvr_updateArne Morten Kvarving
pvr: Only shows specific actions for current category or 'ALL'
2013-07-24Merge pull request #2992 from FernetMenta/paplayerArne Morten Kvarving
paplayer: do not hijack main thread for pre-buffering streams
2013-07-23Startup log: refactoringKarlson2k
2013-07-23Startup log: fixes potential problemsKarlson2k
2013-07-23Startup log: Added debug/release build informationKarlson2k
2013-07-23Startup log: Add GCC version informationKarlson2k
2013-07-23Merge pull request #2997 from mvdroest/patch-2davilla
Update AMLPlayer.cpp
2013-07-23Update AMLPlayer.cppmvdroest
Proper fixed as suggested by davilla and Arne
2013-07-23Startup log: Resort XBMC infoKarlson2k
2013-07-23Merge pull request #2829 from alcoheca/shoddy_parentingJoakim Plate
Shoddy parenting
2013-07-23quell compiler warning if compiling without libva, vdpau or darwinspiff
2013-07-23use correct setting description for weather settingsM. Kaijser
2013-07-22paplayer: do not hijack main thread for pre-buffering streamsunknown
2013-07-22Merge pull request #2991 from night199uk/miscnight199uk
[fixes] Fix a couple of EXC_BAD_ACCESS memory access bugs on OSX that cause real instability
2013-07-22[fix] ffmpeg uses a 16-byte stride when scaling images, which can overrun ↵night199uk
the texture buffer which is only 2-byte aligned, causing a segfault on OSX/iOS
2013-07-21Merge pull request #2984 from whaupt/xbmc/ofc/masterTrent Nelson
[WebServer] Simplify file existence check
2013-07-21Merge pull request #2990 from t-nelson/no_using_in_headersTrent Nelson
No 'using' in headers