Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-09 | updated: Hebrew translation for core strings (closes #12863 - thanks BuSHari) | alanwww1 | |
2012-04-08 | Merge pull request #853 from Memphiz/movrotate | Memphiz | |
[add] - add orientation info for movies based on ffmpeg hint - part of #12231 | |||
2012-04-08 | Merge pull request #780 from Memphiz/tvout | Memphiz | |
Add TV-Out support and resolution switching for IOS/ATV2 | |||
2012-04-08 | [atv2] - deactivate screen resolution switching on atv2 for now (cause of ↵ | Memphiz | |
the latest changes for iOS5.1 make this somewhat complicated). iOS allways leaves the rootLayer at 1280x720 - doesn't matter what resolution is set for the screen. So it automaticaly scales everything which is against XBMCs own scaling concepts. | |||
2012-04-08 | [ios/atv2] - sync projects for tvout changes | Memphiz | |
2012-04-08 | [add] - localisation for the on screen touchpad description | Memphiz | |
2012-04-08 | [ios/atv2/tvout]- make the ios window system as equal as possible to the ↵ | Memphiz | |
window system for osx and implement screen/resolution switching | |||
2012-04-08 | [ios/atv2/tvout] - move m_window from app to xbmccontroller on ios (same as ↵ | Memphiz | |
with atv2 before). Use screenmanager for handling screen/resolution changes | |||
2012-04-08 | [ios] - allow screen / mode settings for ios and audio passthrough settings ↵ | Memphiz | |
for ios | |||
2012-04-08 | [ios/atv2/tvout] - add IOSScreenManager and IOSExternalTouchController ↵ | Memphiz | |
implementation | |||
2012-04-08 | [ios/atv2] - unify he EAGLView. No we use the same class for ios and atv2 | Memphiz | |
2012-04-08 | [ios] fixed... again. check for flash before ↵ | davilla | |
CreateFormatDescriptionFromCodecData, it can return a borked m_fmt_desc | |||
2012-04-08 | [add] - add orientation info for movies based on ffmpeg hint | Memphiz | |
2012-04-08 | Merge pull request #865 from taxigps/vobsub2 | taxigps | |
fixed: vobsub - lose subtitles | |||
2012-04-08 | fixed: vobsub - lose subtitle after skip backwords because ↵ | taxigps | |
m_pOverlayContainer->CleanUp before m_started goes true. | |||
2012-04-08 | fixed: vobsub - lose subtitle not end but start before seek time. | taxigps | |
go back m_Streams number of m_Timestamp to sure all language streams not lose. | |||
2012-04-07 | Merge pull request #861 from mad-max/newstrings | alanwww1 (Attila) | |
added new strings to German/strings.xml | |||
2012-04-07 | added strings from cptspiff's commit | Max Auer | |
2012-04-07 | added new strings to German/strings.xml | Max Auer | |
based on the commits from opdenkamp and giftie | |||
2012-04-06 | Merge pull request #658 from jmarshallnz/getdirectory_flags | jmarshallnz | |
Getdirectory: Use flags rather than a bunch of bools | |||
2012-04-07 | Get rid of clearing of the directory cache in ScanForExternalSubtitles - ↵ | Jonathan Marshall | |
fixes #12136 | |||
2012-04-07 | remove unnecessary use of threaded directory fetching | Jonathan Marshall | |
2012-04-07 | switch CDirectory::GetDirectory to use a hints class and flags rather than a ↵ | Jonathan Marshall | |
huge argument list | |||
2012-04-07 | fixed: still frames at the start of a VTS in dvd could end up not showing | elupus | |
This occured due to a change in behavior in updated ffmpeg. Old code would return EOF once after a VTS change to trigger demuxer flush, however updated ffmpeg will read multiple times causing demuxer reset actions to get executed after actual data having been processed by demuxer. | |||
2012-04-07 | send "OnSettingsChanged" from CAddon::SaveSettings, it works when changing ↵ | amet | |
settings from python as well. thx pieh | |||
2012-04-06 | Merge pull request #856 from amet/xbmc_monitor | Zeljko Ametovic | |
Callback function for xbmc module (xbmc.Monitor) | |||
2012-04-06 | Merge pull request #226 from Voyager-xbmc/trac_11673 | arnova | |
Stacked ISO (boxset) movies - fix inconsistency and resume issues | |||
2012-04-06 | Callback function for xbmc module (xbmc.Monitor) | amet | |
monitors for: - onSettingsChanged - onScreensaverDeactivated - onScreensaverActivated - onDatabaseUpdated, will return the database that has been updated (video/music) | |||
2012-04-06 | don't read from a m_pDS field after close | Jonathan Marshall | |
2012-04-05 | Merge pull request #855 from xbmcfanboy/ticket-12724 | jmarshallnz | |
Fix for ticket #12724: External cuesheet issue | |||
2012-04-05 | Fix for ticket #12724: External cuesheet issue | Curtis Bevan | |
2012-04-05 | Merge pull request #847 from xbmcfanboy/formatting | CrystalP | |
[cosmetic] ': %s' instead of ':%s' | |||
2012-04-06 | GetCast query was screwed up | Jonathan Marshall | |
2012-04-05 | [nfs] - fix special case where "/" root is exported from server. In that ↵ | Memphiz | |
case no exports where accessable. This won't enable access to the exported root dir "/". This is was never planned and is not supported [tm] | |||
2012-04-05 | [fix] - deadloop in libavfilter.h | Memphiz | |
2012-04-05 | Merge pull request #851 from aballier/master | Joakim Plate | |
Bring av_read_frame_flush in line with ffmpeg git. | |||
2012-04-05 | Bring av_read_frame_flush in line with ffmpeg git. | Alexis Ballier | |
Current version failed to build with ffmpeg git. This patch uses the new code when we are building against libavformat 54. | |||
2012-04-05 | Merge pull request #849 from queeup/master | alanwww1 (Attila) | |
Turkish translation for master branch | |||
2012-04-05 | Confluence Turkish translate based on English strings commit 953c09c336 | queeup | |
2012-04-05 | Turkish translation based on English strings commit af46070895 | queeup | |
2012-04-05 | Merge pull request #804 from jmarshallnz/i_dont_like_paths | jmarshallnz | |
Get rid of LIKE clauses for path matching as mysql has issues with slash escaping otherwise | |||
2012-04-04 | Merge pull request #846 from xbmcfanboy/cleanup-whitespace | Zeljko Ametovic | |
[cosmetic] cleanup trailing whitespace | |||
2012-04-04 | [cosmetic] ': %s' instead of ':%s' | Curtis Bevan | |
2012-04-04 | [cosmetic] cleanup trailing whitespace | Curtis Bevan | |
2012-04-04 | fixed: linux distro name finder | theuni | |
This was completely broken if lsb_release did not exist. We actually check the release files now. Also, /etc/buildroot-release added. | |||
2012-04-04 | [WIN32] changed: adapt .gitignore to new ffmpeg version | WiSo | |
2012-04-04 | explicitly cast to quell compiler warning | spiff | |
2012-04-04 | [fix] - ffmpeg compilation on osx/ios had a stale --disable-openmp which ↵ | Memphiz | |
prevented compilation | |||
2012-04-04 | ffmpeg: disable ffmpeg's crystalhd implementation for now | theuni | |
2012-04-04 | Handle libdl only being needed on Linux for dlopen, thx abs0 | davilla | |