aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-04-06[Fix] work with non-ascii filter word which can not be seperated by space.ulion
2013-04-05Merge pull request #2464 from smspillaz/refactor-egl-selectorsMartijn Kaijser
Refactor the EGL implementation selection code in EGLWrapper.
2013-04-05[rpi] fix missing DisplaySettings.h includes from ↵montellese
8cb2e69c19a5af7ea656b95f42bc3cb9b8f04e0d
2013-04-05added: altname for PS3 controller (for OSX Mountain Lion)spiff
thanks to chrisclausie
2013-04-05Merge pull request #2240 from mooninite/masterArne Morten Kvarving
[AE] PulseAudio fixes for crashing and stuttering
2013-04-05Merge pull request #2422 from anssih/AE-drop-dmixhackArne Morten Kvarving
[AE] ALSA: Do not try to bypass dmix for other sample rates
2013-04-05Merge pull request #2362 from ulion/slideshow_error_do_not_spam_logArne Morten Kvarving
Fix CGUIWindowSlideShow::RenderErrorMessage() to not spam log.
2013-04-05Merge pull request #2436 from aglebov/masterArne Morten Kvarving
[python] Add removeItem to ControlList
2013-04-05Merge pull request #2548 from BigNoid/masterArne Morten Kvarving
Add missing strings for System.CurrentWindow
2013-04-05Merge pull request #2551 from Fice/getfirstactionArne Morten Kvarving
[RFC] Remove unused function GUIAction::GetFirstAction() (leftover from...
2013-04-05Remove unused function GUIAction::GetFirstAction() (leftover from HTTP api)Fice
2013-04-05[WIN32] replace old dirent emulation to a more complete one. Even though I ↵wsoltys
can't find where its still in use I feel better with a working solution.
2013-04-05Merge pull request #2419 from ulion/http_directory_support_shorten_filenameulion
Support the shorten filename output of http directory.
2013-04-05GUI containers: adjust page control offset when scrolling down to match ↵pieh
behaviour when scrolling up
2013-04-05GUIBaseContainer: remove unneeded call from CGUIBaseContainer::Render() - we ↵pieh
are calling it in CGUIBaseContainer::Process() earlier
2013-04-05GUIScrollBarControl: fix onright/ondown navigation when master control ↵pieh
doesn't have enough items to fill at least 1 page
2013-04-05Merge pull request #2539 from popcornmix/new_stall2huceke
[rbp] Some bug fixes, logging and tidying relating to buffering.
2013-04-05Merge pull request #2530 from ulion/change_cfstring_to_utf8_stringMemphiz
[Fix] Change from DarwinCFStringRefToString to DarwinCFStringRefToUTF8String
2013-04-05Merge pull request #2444 from ace20022/cleanup_coresArne Morten Kvarving
[Cores] Spring cleaning
2013-04-05[OMXPlayer] Performance: Remove unnecessary NULL pointer checks.ace20022
2013-04-05[Cores] Order init lists correctly.ace20022
2013-04-05[Cores] Performance: use static functions if possible.ace20022
2013-04-05[Cores] Fix possible NULL pointer dereferences.ace20022
2013-04-05[OMXVideo] Same expression on both sides of '-'. Set it directly to zero.ace20022
2013-04-05[Cores] Add constructors where recommended.ace20022
2013-04-05[WinRenderer] Performance: change order of predicates in condition.ace20022
2013-04-05[DVDStreamInfo] Discuss: 'CDVDStreamInfo::operator=' should return ↵ace20022
'CDVDStreamInfo &'. See comment in code.
2013-04-05[PlayerCoreFactory] Fix 'CDVDStreamInfo::operator=' should return ↵ace20022
'CDVDStreamInfo &'.
2013-04-05[Cores] Remove redundant predicates in conditions.ace20022
2013-04-05[Cores] Reduce scope of variables.ace20022
2013-04-05[MP3codec] Remove unused var bpf and a switch block manipulation it.ace20022
2013-04-05[Cores] Remove unused vars.ace20022
2013-04-05[BaseRenderer] Remove unused var newWidth.ace20022
2013-04-05[Cores] Remove unused structs and struct members.ace20022
2013-04-05[Cores] Use initialization list.ace20022
2013-04-05[Cores] Remove redundant assignments.ace20022
2013-04-05[WinRenderer] Remove redundant assignments.ace20022
2013-04-05[Cores] Performance: use empty() instead of size() where appropriate.ace20022
2013-04-05[Cores] Performance: pre-increment/decrement instead of ↵ace20022
post-increment/decrement.
2013-04-05[Cores] Make LibraryLoader and CConvolutionKernel non-copyable.ace20022
2013-04-05[DVDSubtitleTagSami] Possible leak in public function.ace20022
2013-04-05[DVDStreamInfo] Complete Assign(...) method.ace20022
2013-04-05[Cores] Initialize members in the constructors.ace20022
2013-04-05[EmuFileWrapper] Remove unused member variable m_initialized.ace20022
2013-04-05[CrytalHD/OpenMax] Fix "Common realloc mistake: 'out' nulled but not freed ↵ace20022
upon failure".
2013-04-05[DVDPlayerAudioResampler] Check for realloc failures, NO free() calls.ace20022
2013-04-05[DVDOverlay] Correct the loop in the OverlayGroup copy constructor.ace20022
2013-04-05[DVDOverlay] Correct comments.ace20022
2013-04-05Add some missing strings for System.CurrentWindowBigNoid
2013-04-04Merge pull request #1624 from jmarshallnz/fullscreen_actions_in_osdjmarshallnz
Fullscreen actions in osd