aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-09-26fixed, disable debug code and stop spamming xbmc.log with info that only ↵S. Davilla
matters when developing
2012-09-26[AE][Pulse] fixed again... this time compile testedGeoffrey McRae
Sorry about this spam people, I did not have a PA test environment handy to make sure this was correct.
2012-09-26fixed, tools/XBMCTex is long gone, remove itS. Davilla
2012-09-26fixed, EPGManager runs even when PVR is disabled. Move start/stop of ↵S. Davilla
EPGManager into start/stop of PVRManager, if we do not have PVRManager running then running EPGManager makes no sense
2012-09-26[osx/ios] fixed, do not run makefile scripts unless we are buildingS. Davilla
2012-09-26remove xbmc.log spamS. Davilla
2012-09-26[AE][Pulse] fixed properly usage of CAEWAVLoaderGeoffrey McRae
Lesson learnt... make a PR next time :)
2012-09-26[AE][Pulse] Fixed improper usage of new CAEWAVLoaderGeoffrey McRae
2012-09-26c&p monster, fixes sortings involving start offsetpieh
2012-09-26[AE][WAV] fixed remap not remapping the resampled frame countGeoffrey McRae
2012-09-26Merge branch 'master' of github.com:xbmc/xbmcGeoffrey McRae
2012-09-26[AE][SoftAE] fixed sound mixing during video playbackGeoffrey McRae
2012-09-26[AE][WAV] Improved the performance of wav loadingGeoffrey McRae
This changes the wav loader to call the conversion method on the entire sample buffer instead of on each sample so that any optimizations in the conversion method such as SSE can be leveraged.
2012-09-26GUIDialogContextMenu: force setting initial visibility before adding context ↵pieh
buttons in case skinner used custom buttoms with visible condition so total size of grouplist children is correct
2012-09-26partially revert 90fa342, process static content and set default item in ↵pieh
CGUIBaseContainer::AllocResources ::SetInitialVisibility was wrong place as we call it twice before and after we restore control states, we need to process and set default item before that and AllocResources seems good place for it
2012-09-26[SoftAE][CA] update to use new CAEWAVLoader APIGeoffrey McRae
2012-09-26[AE][SoftAE] Reset softSuspend timeout when sound played.Geoffrey McRae
2012-09-26[AE][SoftAE] Fixed segfaults & improved WAV handlingGeoffrey McRae
Previously when a sound was played, if the format did not match the sink format it would be re-loaded from the disk and re-sampled each time the sink re-opened. This behaviour has been changed so that the samples are cached along with the original format information. This will reduce the re-init latency. A new method has been added to check if the current output WAV format is compatible with the required output format, so that re-init is not performed when it is not required. This fixes the soft suspend issue with SoftAE in CSoftAE::MixSounds which caused stack smashing. This also fixes a long standing bug in CSoftAE::MixSounds when multiple sounds are played at once that was also causing stack smashing.
2012-09-25upnp: report and support proper mimetypes for matroskaJoakim Plate
2012-09-25[rbp] changed use bitstream converter for getting sps/pps and do not convert ↵gimli
frames. saves cpu time.
2012-09-25[rbp] added back center to omx audio channels.gimli
2012-09-25[rbp] changed don't limit deinterlaced by size. upstream firmware can now do ↵gimli
bob on 1080i.
2012-09-25[rbp] changed include changes 3661ddbb6b9488ea3aa0a273c798ccbe67fdf6e8 and ↵gimli
53038ceac8c96413feba31f836500a00c93bb3af in omxplayer
2012-09-26fix: allow reading ape tags when a file has ape & mp3 tags simultaneously to ↵Chris Roberts
replicate old behaviour
2012-09-25Merge pull request #1476 from bobo1on1/tscc-fixbobo1on1
fixed: ffmpeg tscc codec needs bits_per_coded_sample passed from the dem...
2012-09-25fixed: ffmpeg tscc codec needs bits_per_coded_sample passed from the ↵bobo1on1
demuxer, see decode_init() in libavcodec/tscc.c, fixes #10159
2012-09-24[droid] move getdelim to match rand_rCory Fields
2012-09-24[droid] add an implementation of rand_rCory Fields
Also create a place for us to add missing bionic functions. This is _purposefully_ done inside of XBMC rather than as a separate helper-lib to discourage adding stuff here. Instead, we should be pushing to get them into the ndk.
2012-09-24[aml] fix amlplayer linux buildCory Fields
This unifies linux/android loading of libamlplayer. We dyload libamlplayer.so on both platforms now.
2012-09-24fix and bump touched submoduleCory Fields
2012-09-24jsonrpc: don't retrieve video details for every item when the "resume" ↵montellese
property is requested
2012-09-24fixed, used the same ifdefs from rpi omx_imagedavilla
2012-09-23[lang] fixed: removed translator's data along with email addresses from PO ↵alanwww1
files to avoid spam
2012-09-23[darwindeps/python] - fix missing _environ symbol which was resolved by ↵Memphiz
accident in older darwin versions (but doesn't work anymore on osx10.8 and ios6.0) - see http://bugs.python.org/issue1602133
2012-09-23[ios/atv2] - disable usage of fastmemcpy - it breaks build on apples newest ↵Memphiz
buildtools (xcode4.5/ios6 sdk)
2012-09-23[darwin] - allow building depends against ios6 sdkMemphiz
2012-09-23Merge pull request #1448 from Montellese/fix_random_sortSascha Montellese
SortUtils: fix random sorting always being the same after restart
2012-09-23SortUtils: fix random sorting always being the same after restartmontellese
2012-09-23CUtil: add thread-safe GetRandomNumber()montellese
2012-09-23fixed, broke -jN builds with TexturePacker fixdavilla
2012-09-23fixed build, TexturePacker depends on xbmc/guilib/XBTF.h and ↵davilla
xbmc/guilib/XBTF.cpp, not the entire xbmc/guilib dir
2012-09-23Merge pull request #1439 from t-nelson/buttonmenu_typoTrent Nelson
GUIDialogButtonMenu wouldn't wrap bottom to top in Confluence
2012-09-23Merge pull request #1346 from alanwww1/transifex-updatealanwww1 (Attila)
September update language files
2012-09-23[fix] potential deadlock in Player.Jim Carroll
2012-09-23[osx/ios] fixed, python dev is a pain under darwin, move build of ↵davilla
xbmc/interfaces/legacy,python out of xbmc_depends back into Xcode via run scripts
2012-09-23[fix] Deadlock when scripts that extend the Monitor class exit.Jim Carroll
2012-09-23[lang] September update of internal addons language filesalanwww1
2012-09-23[lang] September update of skin.confluence language filesalanwww1
2012-09-23[lang] September update of core language filesalanwww1
2012-09-23[lang] cosmetics on English language filealanwww1