aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-09updated: Hebrew translation for core strings (closes #12863 - thanks BuSHari)alanwww1
2012-04-08Merge pull request #853 from Memphiz/movrotateMemphiz
[add] - add orientation info for movies based on ffmpeg hint - part of #12231
2012-04-08Merge pull request #780 from Memphiz/tvoutMemphiz
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 changesMemphiz
2012-04-08[add] - localisation for the on screen touchpad descriptionMemphiz
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 atv2Memphiz
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 hintMemphiz
2012-04-08Merge pull request #865 from taxigps/vobsub2taxigps
fixed: vobsub - lose subtitles
2012-04-08fixed: vobsub - lose subtitle after skip backwords because ↵taxigps
m_pOverlayContainer->CleanUp before m_started goes true.
2012-04-08fixed: 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-07Merge pull request #861 from mad-max/newstringsalanwww1 (Attila)
added new strings to German/strings.xml
2012-04-07added strings from cptspiff's commitMax Auer
2012-04-07added new strings to German/strings.xmlMax Auer
based on the commits from opdenkamp and giftie
2012-04-06Merge pull request #658 from jmarshallnz/getdirectory_flagsjmarshallnz
Getdirectory: Use flags rather than a bunch of bools
2012-04-07Get rid of clearing of the directory cache in ScanForExternalSubtitles - ↵Jonathan Marshall
fixes #12136
2012-04-07remove unnecessary use of threaded directory fetchingJonathan Marshall
2012-04-07switch CDirectory::GetDirectory to use a hints class and flags rather than a ↵Jonathan Marshall
huge argument list
2012-04-07fixed: still frames at the start of a VTS in dvd could end up not showingelupus
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-07send "OnSettingsChanged" from CAddon::SaveSettings, it works when changing ↵amet
settings from python as well. thx pieh
2012-04-06Merge pull request #856 from amet/xbmc_monitorZeljko Ametovic
Callback function for xbmc module (xbmc.Monitor)
2012-04-06Merge pull request #226 from Voyager-xbmc/trac_11673arnova
Stacked ISO (boxset) movies - fix inconsistency and resume issues
2012-04-06Callback 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-06don't read from a m_pDS field after closeJonathan Marshall
2012-04-05Merge pull request #855 from xbmcfanboy/ticket-12724jmarshallnz
Fix for ticket #12724: External cuesheet issue
2012-04-05Fix for ticket #12724: External cuesheet issueCurtis Bevan
2012-04-05Merge pull request #847 from xbmcfanboy/formattingCrystalP
[cosmetic] ': %s' instead of ':%s'
2012-04-06GetCast query was screwed upJonathan 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.hMemphiz
2012-04-05Merge pull request #851 from aballier/masterJoakim Plate
Bring av_read_frame_flush in line with ffmpeg git.
2012-04-05Bring 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-05Merge pull request #849 from queeup/masteralanwww1 (Attila)
Turkish translation for master branch
2012-04-05Confluence Turkish translate based on English strings commit 953c09c336queeup
2012-04-05Turkish translation based on English strings commit af46070895queeup
2012-04-05Merge pull request #804 from jmarshallnz/i_dont_like_pathsjmarshallnz
Get rid of LIKE clauses for path matching as mysql has issues with slash escaping otherwise
2012-04-04Merge pull request #846 from xbmcfanboy/cleanup-whitespaceZeljko Ametovic
[cosmetic] cleanup trailing whitespace
2012-04-04[cosmetic] ': %s' instead of ':%s'Curtis Bevan
2012-04-04[cosmetic] cleanup trailing whitespaceCurtis Bevan
2012-04-04fixed: linux distro name findertheuni
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 versionWiSo
2012-04-04explicitly cast to quell compiler warningspiff
2012-04-04[fix] - ffmpeg compilation on osx/ios had a stale --disable-openmp which ↵Memphiz
prevented compilation
2012-04-04ffmpeg: disable ffmpeg's crystalhd implementation for nowtheuni
2012-04-04Handle libdl only being needed on Linux for dlopen, thx abs0davilla