Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-28 | addons: fix crash by not showing "Configure" option for skins | montellese | |
2013-07-28 | video: fix search for movies being part of a set (fixes #14471) | montellese | |
2013-07-28 | fixed broken build from 5ca72dbcd4b41513892e5fb602f00eb784d54a52 | davilla | |
2013-07-27 | fixed borked build from f68634b7549d5089349867c2cbcd5cbf83a0950c | davilla | |
2013-07-27 | droid: add LCTRL, RCTRL and CAPSLOCK | davilla | |
2013-07-27 | jni: fixed alt/shift keymap | S. Davilla | |
2013-07-27 | [lang] delete duplicated English UK files. The main English file IS the UK ↵ | alanwww1 | |
version | |||
2013-07-26 | Merge pull request #3005 from FernetMenta/winrenderer | Rainer Hochecker | |
renderer: win - reset texture states on configure | |||
2013-07-26 | Merge pull request #3010 from BtbN/vaapi-fix | Joakim Plate | |
VAAPI: Add check for maximum surface count in EnsureSurfaces | |||
2013-07-26 | Merge pull request #3011 from aballier/getbuffer | Arne Morten Kvarving | |
DllAvCodec.h: Stop mapping avcodec_default_{get,release}_buffer. | |||
2013-07-26 | DllAvCodec.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-26 | Merge pull request #3007 from aballier/ffmpeg_includes | Alexis Ballier | |
Kill USE_EXTERNAL_FFMPEG usage in xbmc/* code | |||
2013-07-26 | VAAPI: Add check for maximum surface count in EnsureSurfaces | BtbN | |
2013-07-25 | Revert "fixed, ProcessJoystickEvent was broke for axis handling" | S. Davilla | |
This reverts commit 6c11ee3335e9b787d7e85638bbcebf05e2890d57. | |||
2013-07-25 | fixed, ProcessJoystickEvent was broke for axis handling | davilla | |
2013-07-25 | Remove unnecessary scope declared inside its own namespace | Garrett Brown | |
2013-07-25 | Merge pull request #3002 from MartijnKaijser/update_header | Martijn Kaijser | |
update copyright headers | |||
2013-07-25 | DVDDemuxFFmpeg.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-25 | DVDDemuxUtils.cpp: Include DllAvCodec.h which does the right thing to get ↵ | Alexis Ballier | |
the definitions instead of manually including avcodec.h. | |||
2013-07-25 | DVDDemuxPVRClient.h: No need to manually include avformat.h since we already ↵ | Alexis Ballier | |
include DllAvFormat.h | |||
2013-07-25 | DVDDemux.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 headers | M. Kaijser | |
2013-07-25 | DVDStreamInfo.h: Include DllAvCodec.h which does the right thing to get the ↵ | Alexis Ballier | |
definitions instead of manually including avcodec.h. | |||
2013-07-25 | DVDAudio.h: Include DllAvCodec.h which does the right thing to get the ↵ | Alexis Ballier | |
definitions instead of manually including avcodec.h. | |||
2013-07-25 | DVDCodecs.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-25 | Merge pull request #3006 from aballier/ffmpeg2 | Arne Morten Kvarving | |
Stop using AVCODEC_MAX_AUDIO_FRAME_SIZE in (L)Pcm decoders. | |||
2013-07-25 | DVDAudioCodec(L)Pcm: Disable copying of the class. | Alexis Ballier | |
2013-07-25 | DVDAudioCodecPcm: 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-25 | DVDAudioCodecLPcm: 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-25 | renderer: win - reset texture states on configure | unknown | |
2013-07-24 | Merge pull request #2612 from Jose123456/master | wsoltys | |
[AE] Fix for non-SSE2 platforms. | |||
2013-07-24 | Merge pull request #1556 from Karlson2k/Startup_log_01 | Memphiz | |
Resort and extend startup log information | |||
2013-07-24 | Merge pull request #2948 from ace20022/blu_lang_fix | Arne Morten Kvarving | |
[bluray] Fix stream info/language retrieval for blurays in non-nav mode. | |||
2013-07-24 | Merge pull request #2963 from janbar/pvr_update | Arne Morten Kvarving | |
pvr: Only shows specific actions for current category or 'ALL' | |||
2013-07-24 | Merge pull request #2992 from FernetMenta/paplayer | Arne Morten Kvarving | |
paplayer: do not hijack main thread for pre-buffering streams | |||
2013-07-23 | Startup log: refactoring | Karlson2k | |
2013-07-23 | Startup log: fixes potential problems | Karlson2k | |
2013-07-23 | Startup log: Added debug/release build information | Karlson2k | |
2013-07-23 | Startup log: Add GCC version information | Karlson2k | |
2013-07-23 | Merge pull request #2997 from mvdroest/patch-2 | davilla | |
Update AMLPlayer.cpp | |||
2013-07-23 | Update AMLPlayer.cpp | mvdroest | |
Proper fixed as suggested by davilla and Arne | |||
2013-07-23 | Startup log: Resort XBMC info | Karlson2k | |
2013-07-23 | Merge pull request #2829 from alcoheca/shoddy_parenting | Joakim Plate | |
Shoddy parenting | |||
2013-07-23 | quell compiler warning if compiling without libva, vdpau or darwin | spiff | |
2013-07-23 | use correct setting description for weather settings | M. Kaijser | |
2013-07-22 | paplayer: do not hijack main thread for pre-buffering streams | unknown | |
2013-07-22 | Merge pull request #2991 from night199uk/misc | night199uk | |
[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-21 | Merge pull request #2984 from whaupt/xbmc/ofc/master | Trent Nelson | |
[WebServer] Simplify file existence check | |||
2013-07-21 | Merge pull request #2990 from t-nelson/no_using_in_headers | Trent Nelson | |
No 'using' in headers |