aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-03-01[WIN32] added scripts to download our custom fribidi lib from google code (wi...WiSo
2011-03-01updated: spanish translation. thanks to poxitron, closes #11164spiff
2011-03-01updated: korean translation. thanks to airplanez, closes #11095spiff
2011-03-01updated: romanian translation. thanks to adiroiban, closes #10930spiff
2011-03-01added: Japanese translation for confluence. thanks to kyouhei, closes #11230spiff
2011-03-01updated: catalan translation. thanks to dsoms, closes #11172spiff
2011-03-01updated: japanese translation. thanks to kyouhei, closes #11136spiff
2011-03-01updated: italian translation. thanks to fbi1970, closes #11079spiff
2011-03-01Revert "fixed: test for stacked paths before checking if item is in RAR/ZIP"vdrfan
2011-03-01JSONRPC: VideoLibrary.GetMovies returns (all) movies only and no moviesetsmontellese
2011-03-01Merge remote branch 'vdrfan/upnp_mp4_fix'vdrfan
2011-03-01cosmetics, remove some debug loggingamet
2011-02-28fixed: Subtitles would disappear when stalled/pausedarnova
2011-02-28fixed: let the upnp server report mp4 as supported audio format (closes #11267)vdrfan
2011-02-27changed: removed executable bit of FEH.py and xbmc-standalone.sh.invdrfan
2011-02-27fixed: xbmc-standalone command line args (fixes #9879)vdrfan
2011-02-27fixed: fps in system info was shown as Hz, even though expressing fps as hert...bobo1on1
2011-02-27fixed: test for stacked paths before checking if item is in RAR/ZIPvdrfan
2011-02-27cosmetic: fixed indentationvdrfan
2011-02-27added: Windows Television (.wtv) to list of known audio and video file extens...vdrfan
2011-02-26[WIN32] added mktemp to msysWiSo
2011-02-26[WIN32] changed: use msys automake instead of mingw as it includes binaries w...WiSo
2011-02-26linux: VAAPI fix from bug #10928 http://trac.xbmc.org/ticket/10928Yuriy Romanenko
2011-02-26cosmetic: fixed deprecated conversion from string constant to ‘char*’vdrfan
2011-02-26cosmetic: fixed comparison between signed and unsigned integer expressionsvdrfan
2011-02-26cosmetic: fixed too few arguments for formatvdrfan
2011-02-26Merge backup_on_update_library branch, allowing a separate .db file per datab...Jonathan Marshall
2011-02-26no need for a bool and an integer to check the number of times a database is ...Jonathan Marshall
2011-02-26use separate database files per version for sqlite connections, allowing bett...Jonathan Marshall
2011-02-26don't allow custom names for sqlite databases, as we'll use the name in the f...Jonathan Marshall
2011-02-26factors the database connection out of database opening, allowing connection ...Jonathan Marshall
2011-02-26removes unnecessary logging in sqlitedatasetJonathan Marshall
2011-02-26adds create boolean to the connect() routine in the database wrapper, to allo...Jonathan Marshall
2011-02-26factors out the update of database version to a separate functionJonathan Marshall
2011-02-26fixes possibility of CDatabase::m_iRefCount going negativeJonathan Marshall
2011-02-25Fix link errors when doing an update build.althekiller
2011-02-24fixed: #11254 - 'Set movieset thumb' brings up wrong dialog (thanks spiff)vdrfan
2011-02-23changed: sonames to match ffmpeg library names on linuxAnssi Hannula
2011-02-23added: option to internal ffmpeg allowing to change sonameAnssi Hannula
2011-02-23changed: swscale library name to include major only on linux/osxAnssi Hannula
2011-02-23updated: ffmpeg win32 build script patch to reflect tree stateAnssi Hannula
2011-02-23fixes #10917: queue only unwatched videos if "Hide watched" is active and que...montellese
2011-02-23fixed: VerifyGLState compile issues with GLESPhaeodaria
2011-02-23updated: .gitignore. credit jcarrollspiff
2011-02-23fixed: wrong season count used by ListItem.Property(TotalSeasons)vdrfan
2011-02-22[WIN32] fixed: we still use the wrapper for getenv, _environ and __p__environ...WiSo
2011-02-22added: advanced setting <jsonrpc><tcpport>9090</tcpport></jsonrpc> to be able...montellese
2011-02-22fixes #11165: Return InvalidParams instead of BadPermission on Files.Download...montellese
2011-02-22Took jmarshall suggestion and modified the Referenced::ref<T> smart pointer's...Jim Carroll
2011-02-22forgot a ';' on the Win32 GL build.Jim Carroll