Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-26 | fixed, 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 tested | Geoffrey McRae | |
Sorry about this spam people, I did not have a PA test environment handy to make sure this was correct. | |||
2012-09-26 | fixed, tools/XBMCTex is long gone, remove it | S. Davilla | |
2012-09-26 | fixed, 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 building | S. Davilla | |
2012-09-26 | remove xbmc.log spam | S. Davilla | |
2012-09-26 | [AE][Pulse] fixed properly usage of CAEWAVLoader | Geoffrey McRae | |
Lesson learnt... make a PR next time :) | |||
2012-09-26 | [AE][Pulse] Fixed improper usage of new CAEWAVLoader | Geoffrey McRae | |
2012-09-26 | c&p monster, fixes sortings involving start offset | pieh | |
2012-09-26 | [AE][WAV] fixed remap not remapping the resampled frame count | Geoffrey McRae | |
2012-09-26 | Merge branch 'master' of github.com:xbmc/xbmc | Geoffrey McRae | |
2012-09-26 | [AE][SoftAE] fixed sound mixing during video playback | Geoffrey McRae | |
2012-09-26 | [AE][WAV] Improved the performance of wav loading | Geoffrey 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-26 | GUIDialogContextMenu: 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-26 | partially 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 API | Geoffrey McRae | |
2012-09-26 | [AE][SoftAE] Reset softSuspend timeout when sound played. | Geoffrey McRae | |
2012-09-26 | [AE][SoftAE] Fixed segfaults & improved WAV handling | Geoffrey 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-25 | upnp: report and support proper mimetypes for matroska | Joakim 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-26 | fix: allow reading ape tags when a file has ape & mp3 tags simultaneously to ↵ | Chris Roberts | |
replicate old behaviour | |||
2012-09-25 | Merge pull request #1476 from bobo1on1/tscc-fix | bobo1on1 | |
fixed: ffmpeg tscc codec needs bits_per_coded_sample passed from the dem... | |||
2012-09-25 | fixed: 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_r | Cory Fields | |
2012-09-24 | [droid] add an implementation of rand_r | Cory 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 build | Cory Fields | |
This unifies linux/android loading of libamlplayer. We dyload libamlplayer.so on both platforms now. | |||
2012-09-24 | fix and bump touched submodule | Cory Fields | |
2012-09-24 | jsonrpc: don't retrieve video details for every item when the "resume" ↵ | montellese | |
property is requested | |||
2012-09-24 | fixed, used the same ifdefs from rpi omx_image | davilla | |
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 sdk | Memphiz | |
2012-09-23 | Merge pull request #1448 from Montellese/fix_random_sort | Sascha Montellese | |
SortUtils: fix random sorting always being the same after restart | |||
2012-09-23 | SortUtils: fix random sorting always being the same after restart | montellese | |
2012-09-23 | CUtil: add thread-safe GetRandomNumber() | montellese | |
2012-09-23 | fixed, broke -jN builds with TexturePacker fix | davilla | |
2012-09-23 | fixed build, TexturePacker depends on xbmc/guilib/XBTF.h and ↵ | davilla | |
xbmc/guilib/XBTF.cpp, not the entire xbmc/guilib dir | |||
2012-09-23 | Merge pull request #1439 from t-nelson/buttonmenu_typo | Trent Nelson | |
GUIDialogButtonMenu wouldn't wrap bottom to top in Confluence | |||
2012-09-23 | Merge pull request #1346 from alanwww1/transifex-update | alanwww1 (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 files | alanwww1 | |
2012-09-23 | [lang] September update of skin.confluence language files | alanwww1 | |
2012-09-23 | [lang] September update of core language files | alanwww1 | |
2012-09-23 | [lang] cosmetics on English language file | alanwww1 | |