vuplus_xbmc
12 years agoMerge pull request #894 from dteirney/myth-0.25
David Teirney [Sun, 6 May 2012 09:54:28 +0000 (02:54 -0700)]
Merge pull request #894 from dteirney/myth-0.25

Support for MythTV 0.25 in libcmyth

12 years agoadd dateadded to the automatic label formatting using %a (completes cd2e1c1e9cc6a8d00...
montellese [Sun, 6 May 2012 08:38:45 +0000 (10:38 +0200)]
add dateadded to the automatic label formatting using %a (completes cd2e1c1e9cc6a8d00dd913a7c26dd2d23e7778d6)

12 years agofixed README.linux install. The location changed in 6a5bc5a1089ff6cf31f10a9082f097c30...
huceke [Sun, 6 May 2012 08:35:09 +0000 (10:35 +0200)]
fixed README.linux install. The location changed in 6a5bc5a1089ff6cf31f10a9082f097c30a6e273d

12 years agoWhen deleting episodes and keeping id, keep the tvshow link. Similarly keep the path...
Jonathan Marshall [Sun, 6 May 2012 07:46:44 +0000 (19:46 +1200)]
When deleting episodes and keeping id, keep the tvshow link. Similarly keep the path links if we're keeping ids while deleting tvshows

12 years agoExplicitly set the write mode to be false for ANN FileTransfer.
David Teirney [Wed, 2 May 2012 08:06:53 +0000 (20:06 +1200)]
Explicitly set the write mode to be false for ANN FileTransfer.

12 years agotvshowlinkpath wasn't cleaned properly when deleting a tvshow
Jonathan Marshall [Sun, 6 May 2012 06:02:01 +0000 (18:02 +1200)]
tvshowlinkpath wasn't cleaned properly when deleting a tvshow

12 years agofix missed TiXmlDocument -> CXBMCTinyXML in 4226619109d0
Jonathan Marshall [Sun, 6 May 2012 00:48:58 +0000 (12:48 +1200)]
fix missed TiXmlDocument -> CXBMCTinyXML in 4226619109d0

12 years ago[osx] fixed, correct dylib path so we only build once
davilla [Sun, 6 May 2012 00:20:38 +0000 (20:20 -0400)]
[osx] fixed, correct dylib path so we only build once

12 years agoCVideoDatabase: make proper use of DeleteDetailsForTvShow
montellese [Sat, 5 May 2012 23:04:39 +0000 (01:04 +0200)]
CVideoDatabase: make proper use of DeleteDetailsForTvShow

12 years agoCVideoDatabase: make sure to cleanup all details associated with a video before repla...
montellese [Sat, 5 May 2012 22:40:15 +0000 (00:40 +0200)]
CVideoDatabase: make sure to cleanup all details associated with a video before replacing them completely

12 years agoMerge pull request #936 from Montellese/trac12965
Sascha Montellese [Sat, 5 May 2012 22:52:31 +0000 (15:52 -0700)]
Merge pull request #936 from Montellese/trac12965

make dateadded available to skins as ListItem.DateAdded and to python scripts (closes #12965)

12 years agomake dateadded available to skins as ListItem.DateAdded (closes #12965)
montellese [Sat, 5 May 2012 21:27:38 +0000 (23:27 +0200)]
make dateadded available to skins as ListItem.DateAdded (closes #12965)

12 years agoUpdate README with copied "About" message from xbmc.org.
Andres Mejia [Sat, 5 May 2012 19:56:04 +0000 (15:56 -0400)]
Update README with copied "About" message from xbmc.org.
Has one slight change, s/for Linux, OSX, and Windows/for multiple platforms/.

12 years ago[cec] fixed, 'latest' is not a version. revert to pulling a proper version from our...
davilla [Sat, 5 May 2012 18:22:49 +0000 (14:22 -0400)]
[cec] fixed, 'latest' is not a version. revert to pulling a proper version from our mirrors

12 years ago[osx] use autotools that we build as the default osx versions are too old
davilla [Sat, 5 May 2012 18:06:23 +0000 (14:06 -0400)]
[osx] use autotools that we build as the default osx versions are too old

12 years ago[vaapi] fixes build breakage from gl/gles refactor
davilla [Sat, 5 May 2012 17:31:02 +0000 (13:31 -0400)]
[vaapi] fixes build breakage from gl/gles refactor

12 years ago[vdpau] fixes build breakage from gl/gles refactor
davilla [Sat, 5 May 2012 17:27:58 +0000 (13:27 -0400)]
[vdpau] fixes build breakage from gl/gles refactor

12 years agoMerge pull request #935 from davilla/vda-cvbufref-refactor
davilla [Sat, 5 May 2012 17:08:32 +0000 (10:08 -0700)]
Merge pull request #935 from davilla/vda-cvbufref-refactor

[osx] refactor vda to pass cvbufrefs up for rendering, gives a 55 to 35 ...

12 years ago[osx] refactor vda to pass cvbufrefs up for rendering, gives a 55 to 35 percent CPU...
davilla [Sat, 5 May 2012 16:38:58 +0000 (12:38 -0400)]
[osx] refactor vda to pass cvbufrefs up for rendering, gives a 55 to 35 percent CPU decrease when decoding via vda

12 years ago[osx/ios/atv2] - cosmetics
Memphiz [Sat, 5 May 2012 16:19:01 +0000 (18:19 +0200)]
[osx/ios/atv2] - cosmetics

12 years ago[ios/atv2] - fix build of libmp3lame
Memphiz [Sat, 5 May 2012 16:07:22 +0000 (18:07 +0200)]
[ios/atv2] - fix build of libmp3lame

12 years ago[osx/ios] fixed broken build that caught me napping
davilla [Sat, 5 May 2012 12:17:37 +0000 (08:17 -0400)]
[osx/ios] fixed broken build that caught me napping

12 years ago[smb] default to guest user instead of getenv("USER")
Joakim Plate [Sat, 5 May 2012 13:48:35 +0000 (15:48 +0200)]
[smb] default to guest user instead of getenv("USER")

The system logged in user could possibly be right,
however it will try to connect to remote server
with a blank password which is very likely to fail.
Thus we default to access remote server as guest
if no user has been passed in url.

12 years ago[smb] replace some #ifndef _LINUX with TARGET_WINDOWS
Joakim Plate [Sat, 5 May 2012 13:25:30 +0000 (15:25 +0200)]
[smb] replace some #ifndef _LINUX with TARGET_WINDOWS

12 years ago[smb] simplify OpenDir function which doesn't need to loop anymore
Joakim Plate [Sat, 5 May 2012 13:25:00 +0000 (15:25 +0200)]
[smb] simplify OpenDir function which doesn't need to loop anymore

12 years ago[smb] remove old file authentication code that isn't used
Joakim Plate [Sat, 5 May 2012 13:02:45 +0000 (15:02 +0200)]
[smb] remove old file authentication code that isn't used

CSmbDirectory will never directly re-authenticate, it will only
notify uppper layer that it needs to authenticate. So this could
would never do any good anymore.

12 years agoensure we remove cache jobs from our processing queue regardless of whether they...
Jonathan Marshall [Sat, 5 May 2012 07:33:38 +0000 (19:33 +1200)]
ensure we remove cache jobs from our processing queue regardless of whether they were successful

12 years ago[WIN32] fixed: support mp3 and ogg vorbis encoding again.
WiSo [Sat, 5 May 2012 08:10:20 +0000 (10:10 +0200)]
[WIN32] fixed: support mp3 and ogg vorbis encoding again.

12 years agoFixed: [Confluence] Only show Movie Sets sub menu button in home if you have movie...
Jezz_X [Sat, 5 May 2012 05:59:04 +0000 (15:59 +1000)]
Fixed: [Confluence] Only show Movie Sets sub menu button in home if you have movie sets

12 years agoChanged: [Confluence] Clicking Music/Library sub menu in home always takes you to...
Jezz_X [Sat, 5 May 2012 05:56:50 +0000 (15:56 +1000)]
Changed: [Confluence] Clicking Music/Library sub menu in home always takes you to root fixes #12785

12 years agoMerge pull request #906 from cptspiff/scraperloc
Arne Morten Kvarving [Sat, 5 May 2012 05:26:31 +0000 (22:26 -0700)]
Merge pull request #906 from cptspiff/scraperloc

added: $LOCALIZE[id] in scrapers

12 years agoMerge pull request #922 from cptspiff/fixripbuild
Arne Morten Kvarving [Sat, 5 May 2012 05:25:47 +0000 (22:25 -0700)]
Merge pull request #922 from cptspiff/fixripbuild

Fix buildsystem issues - CD encoders

12 years agoif GUI_MSG_UPDATE is sent with a path specified, ensure that if that path fails it...
Jonathan Marshall [Sat, 5 May 2012 02:43:40 +0000 (14:43 +1200)]
if GUI_MSG_UPDATE is sent with a path specified, ensure that if that path fails it's not added to the history. Fixes #11113.

12 years agoMerge pull request #929 from davilla/move-readmes
davilla [Fri, 4 May 2012 23:41:46 +0000 (16:41 -0700)]
Merge pull request #929 from davilla/move-readmes

move README.xx to docs and create a generic README

12 years agomove README.xx to docs and create a generic README
S. Davilla [Fri, 4 May 2012 16:14:41 +0000 (12:14 -0400)]
move README.xx to docs and create a generic README

12 years agotrack and disk number in mp4 tags should be interpreted unsigned. fixes #10984.
Jonathan Marshall [Fri, 4 May 2012 22:43:57 +0000 (10:43 +1200)]
track and disk number in mp4 tags should be interpreted unsigned. fixes #10984.

12 years agowebserver: add a workaround for a bug in firefox where "; charset=" is added to the...
montellese [Fri, 4 May 2012 21:41:13 +0000 (23:41 +0200)]
webserver: add a workaround for a bug in firefox where "; charset=" is added to the Content-Type header field

see https://bugzilla.mozilla.org/show_bug.cgi?id=416178 for more information about the bug

12 years agofixed, darwin was pulling microhttpd.h from lib/libmicrohttpd but darwin uses system...
davilla [Fri, 4 May 2012 18:03:24 +0000 (14:03 -0400)]
fixed, darwin was pulling microhttpd.h from lib/libmicrohttpd but darwin uses system libmicrohttpd now

12 years agoadded: libtinyxml-dev dependency to README.ubuntu and README.linux
arnova [Fri, 4 May 2012 17:07:25 +0000 (19:07 +0200)]
added: libtinyxml-dev dependency to README.ubuntu and README.linux

12 years agofix build after 0bd7924d87f00059a9b4ea582d443fff58527bff
montellese [Fri, 4 May 2012 16:34:13 +0000 (18:34 +0200)]
fix build after 0bd7924d87f00059a9b4ea582d443fff58527bff

12 years agoMerge pull request #836 from Montellese/jsonrpc_media_update
Sascha Montellese [Fri, 4 May 2012 14:58:03 +0000 (07:58 -0700)]
Merge pull request #836 from Montellese/jsonrpc_media_update

jsonrpc: add FooLibrary.SetFooDetails and VideoLibrary.RemoveFoo

12 years agoMerge pull request #927 from huceke/fix-tinyxml
Andres Mejia [Fri, 4 May 2012 14:01:23 +0000 (07:01 -0700)]
Merge pull request #927 from huceke/fix-tinyxml

fixed tinyxml detection

12 years ago[gettext] removed line breaks from strings.po files
alanwww1 [Fri, 4 May 2012 13:01:53 +0000 (15:01 +0200)]
[gettext] removed line breaks from strings.po files

12 years agoMerge pull request #925 from drmonty/patch-1
Arne Morten Kvarving [Fri, 4 May 2012 12:55:11 +0000 (05:55 -0700)]
Merge pull request #925 from drmonty/patch-1

missing header: unistd.h for usleep()

12 years agofixed tinyxml detection
huceke [Fri, 4 May 2012 05:41:19 +0000 (07:41 +0200)]
fixed tinyxml detection

Tinyxml by default is not shiped with a pkg-config file. Debian added one, archlinux for example not.

12 years ago[ios] sync xcode projects
davilla [Fri, 4 May 2012 05:20:48 +0000 (01:20 -0400)]
[ios] sync xcode projects

12 years ago[osx] sync xcode project
davilla [Fri, 4 May 2012 04:17:10 +0000 (00:17 -0400)]
[osx] sync xcode project

12 years agoMerge pull request #918 from jmarshallnz/more_texture_cache_shenanigans
jmarshallnz [Fri, 4 May 2012 03:47:46 +0000 (20:47 -0700)]
Merge pull request #918 from jmarshallnz/more_texture_cache_shenanigans

Texture cache changes to prepare for various new features

12 years agoMerge pull request #619 from amejia1/system-tinyxml
Andres Mejia [Fri, 4 May 2012 02:34:08 +0000 (19:34 -0700)]
Merge pull request #619 from amejia1/system-tinyxml

Use system tinyxml library instead of an internal implementation.

12 years agofix build on win32 and eliminate warning regarding return value
Jonathan Marshall [Thu, 3 May 2012 23:51:31 +0000 (11:51 +1200)]
fix build on win32 and eliminate warning regarding return value

12 years ago[WIN32] fixed broken filter file
WiSo [Thu, 3 May 2012 20:03:27 +0000 (22:03 +0200)]
[WIN32] fixed broken filter file

12 years ago[WIN32] added scripts to download tinyxml from our mirrors
WiSo [Thu, 19 Apr 2012 01:28:08 +0000 (21:28 -0400)]
[WIN32] added scripts to download tinyxml from our mirrors

12 years agoUse system implementation of tinyxml instead of internal implementation.
Andres Mejia [Thu, 19 Apr 2012 01:26:07 +0000 (21:26 -0400)]
Use system implementation of tinyxml instead of internal implementation.

12 years agoMerge pull request #917 from alanwww1/PO-support-reworked-PR2
alanwww1 (Attila) [Fri, 4 May 2012 01:05:38 +0000 (18:05 -0700)]
Merge pull request #917 from alanwww1/PO-support-reworked-PR2

[gettext] implemented numeric ID based Gettext PO file support

12 years ago[gettext] added: PO files for xbmc.skin.confluence
alanwww1 [Thu, 3 May 2012 23:42:00 +0000 (01:42 +0200)]
[gettext] added: PO files for xbmc.skin.confluence

12 years ago[gettext] added: PO files for xbmc.core
alanwww1 [Thu, 3 May 2012 23:41:35 +0000 (01:41 +0200)]
[gettext] added: PO files for xbmc.core

12 years ago[gettext] implemented ID based gettext PO file support, with fallback to XML
alanwww1 [Tue, 1 May 2012 22:48:28 +0000 (00:48 +0200)]
[gettext] implemented ID based gettext PO file support, with fallback to XML

12 years agoupdated: Portuguese (Brazil) translation for core strings (closes: #12982 - thanks...
alanwww1 [Thu, 3 May 2012 23:31:19 +0000 (01:31 +0200)]
updated: Portuguese (Brazil) translation for core strings (closes: #12982 - thanks Wanilton)

12 years agocosmetic: no need to recheck already previously checked variable
Joakim Plate [Thu, 3 May 2012 21:53:14 +0000 (23:53 +0200)]
cosmetic: no need to recheck already previously checked variable

12 years ago[dvdplayer] we can't check for continuity errors without a previous dts in same stream
Joakim Plate [Thu, 3 May 2012 21:52:48 +0000 (23:52 +0200)]
[dvdplayer] we can't check for continuity errors without a previous dts in same stream

12 years agochanged: replace usage of __int64 with posix [u]int64_t
Joakim Plate [Thu, 3 May 2012 20:45:47 +0000 (22:45 +0200)]
changed: replace usage of __int64 with posix [u]int64_t

12 years ago[subtiles] make sure renderer uses CLAMP_TO_EDGE to avoid edge artifacts
Joakim Plate [Thu, 3 May 2012 20:06:47 +0000 (22:06 +0200)]
[subtiles] make sure renderer uses CLAMP_TO_EDGE to avoid edge artifacts

12 years ago[fix] - get these parantheses right this time
Memphiz [Thu, 3 May 2012 16:37:16 +0000 (18:37 +0200)]
[fix] - get these parantheses right this time

12 years ago[osx] fixed, silly brer rabbit, tar baby knows nothing about a zip file
davilla [Thu, 3 May 2012 11:46:43 +0000 (07:46 -0400)]
[osx] fixed, silly brer rabbit, tar baby knows nothing about a zip file

12 years agomissing header: unistd.h for usleep()
drmonty [Thu, 3 May 2012 07:54:28 +0000 (10:54 +0300)]
missing header: unistd.h for usleep()

12 years agochanged: remove an unused variable
vdrfan [Thu, 3 May 2012 07:39:01 +0000 (09:39 +0200)]
changed: remove an unused variable

12 years ago[ios] fixed, we need statfs64 for ios
davilla [Thu, 3 May 2012 07:29:34 +0000 (03:29 -0400)]
[ios] fixed, we need statfs64 for ios

12 years ago[osx] prep for sdk bump
davilla [Thu, 3 May 2012 06:35:34 +0000 (02:35 -0400)]
[osx] prep for sdk bump

12 years ago[gles] fixed, missed some gles includes that escaped the refactor and one c/p bork
davilla [Thu, 3 May 2012 07:10:58 +0000 (03:10 -0400)]
[gles] fixed, missed some gles includes that escaped the refactor and one c/p bork

12 years agoMerge pull request #923 from davilla/refactor-gl-includes
davilla [Thu, 3 May 2012 06:36:33 +0000 (23:36 -0700)]
Merge pull request #923 from davilla/refactor-gl-includes

refactor gl/gles includes out of system.h

12 years agorefactor gl/gles includes out of system.h
davilla [Thu, 3 May 2012 04:05:38 +0000 (00:05 -0400)]
refactor gl/gles includes out of system.h

12 years ago[osx] opps, too soon for this
davilla [Thu, 3 May 2012 04:17:03 +0000 (00:17 -0400)]
[osx] opps, too soon for this

12 years ago[ios/atv2] sync xcode projects
davilla [Thu, 3 May 2012 00:03:12 +0000 (20:03 -0400)]
[ios/atv2] sync xcode projects

12 years ago[osx] sync osx xcode project
davilla [Wed, 2 May 2012 23:25:28 +0000 (19:25 -0400)]
[osx] sync osx xcode project

12 years ago[ios] changed, we do not need to pass around a ref to vtb class so remove it
davilla [Wed, 2 May 2012 23:09:16 +0000 (19:09 -0400)]
[ios] changed, we do not need to pass around a ref to vtb class so remove it

12 years agoMerge pull request #915 from huceke/ffmpeg-memory-leak
Joakim Plate [Wed, 2 May 2012 22:07:29 +0000 (15:07 -0700)]
Merge pull request #915 from huceke/ffmpeg-memory-leak

[ffmpeg] fixed iocontext memory leak. checked with valgrind

12 years agoMerge branch 'bddir'
Joakim Plate [Wed, 2 May 2012 21:59:27 +0000 (23:59 +0200)]
Merge branch 'bddir'

12 years ago[bluray] localize strings and make them less succinct
Joakim Plate [Wed, 2 May 2012 21:58:20 +0000 (23:58 +0200)]
[bluray] localize strings and make them less succinct

12 years ago[bluray] Add way to select playback title or menu's on bluray startup
Joakim Plate [Wed, 2 May 2012 21:28:40 +0000 (23:28 +0200)]
[bluray] Add way to select playback title or menu's on bluray startup

12 years agoMerge pull request #845 from elupus/play10bit
Joakim Plate [Wed, 2 May 2012 21:11:08 +0000 (14:11 -0700)]
Merge pull request #845 from elupus/play10bit

[dvdplayer/videorenderers] Handle 10bit and 16bit color space conversion on GPU

12 years ago[osx/ios] switch to pulling from our mirrors
davilla [Wed, 2 May 2012 20:51:10 +0000 (16:51 -0400)]
[osx/ios] switch to pulling from our mirrors

12 years ago[osx] bump libGLEW from 10.5.8 to 1.7.0 and sedify patches
davilla [Wed, 2 May 2012 20:49:49 +0000 (16:49 -0400)]
[osx] bump libGLEW from 10.5.8 to 1.7.0 and sedify patches

12 years agofixed: optical media is not remounted after opening/closing the tray (closes #11184...
vdrfan [Wed, 2 May 2012 20:27:11 +0000 (22:27 +0200)]
fixed: optical media is not remounted after opening/closing the tray (closes #11184 - thanks llyzs)

12 years ago[darwin] - fixed warning
Memphiz [Wed, 2 May 2012 20:09:51 +0000 (22:09 +0200)]
[darwin] - fixed warning

12 years agoremove binary from git
spiff [Wed, 2 May 2012 19:27:50 +0000 (21:27 +0200)]
remove binary from git

12 years agochanged: make mp3lame and vorbisenc optional
spiff [Wed, 2 May 2012 17:24:50 +0000 (19:24 +0200)]
changed: make mp3lame and vorbisenc optional

12 years agofixed: don't use a hard-coded name for the mp3lame library
spiff [Wed, 2 May 2012 16:33:49 +0000 (18:33 +0200)]
fixed: don't use a hard-coded name for the mp3lame library

12 years agoMerge pull request #867 from Memphiz/gesture
Memphiz [Wed, 2 May 2012 19:48:11 +0000 (12:48 -0700)]
Merge pull request #867 from Memphiz/gesture

Some gesture modifications for iOS

12 years ago[ios] - remove the ios5 restriction for ios - we only need it for atv2 now because...
Memphiz [Wed, 2 May 2012 19:42:37 +0000 (21:42 +0200)]
[ios] - remove the ios5 restriction for ios - we only need it for atv2 now because AppleTV.app dyloads us.

12 years ago[ios/atv2] - missed one compile fix
Memphiz [Wed, 2 May 2012 19:32:59 +0000 (21:32 +0200)]
[ios/atv2] - missed one compile fix

12 years ago[ffmpeg] fixed iocontext memory leak. checked with valgrind
huceke [Wed, 2 May 2012 17:54:20 +0000 (19:54 +0200)]
[ffmpeg] fixed iocontext memory leak. checked with valgrind

12 years agoMerge pull request #876 from Montellese/xsp_sorttitle
Sascha Montellese [Wed, 2 May 2012 07:58:10 +0000 (00:58 -0700)]
Merge pull request #876 from Montellese/xsp_sorttitle

smartplaylist: use sorttitle in ORDER BY clause to sort movies by title

12 years agoMerge pull request #884 from jmarshallnz/musicvideo_artist_in_setinfo
jmarshallnz [Wed, 2 May 2012 06:47:10 +0000 (23:47 -0700)]
Merge pull request #884 from jmarshallnz/musicvideo_artist_in_setinfo

Musicvideo artist in setinfo

12 years agoadd artist for musicvideos in listitem.setInfo(). Closes #12886
Jonathan Marshall [Sun, 15 Apr 2012 10:25:34 +0000 (22:25 +1200)]
add artist for musicvideos in listitem.setInfo(). Closes #12886

12 years agoCVideoInfoTag::m_strArtist -> m_artist vector
Jonathan Marshall [Sun, 15 Apr 2012 10:23:58 +0000 (22:23 +1200)]
CVideoInfoTag::m_strArtist -> m_artist vector

12 years agojsonrpc: always use " / " as a separator for properties containing multiple items
montellese [Sat, 21 Apr 2012 22:14:53 +0000 (00:14 +0200)]
jsonrpc: always use " / " as a separator for properties containing multiple items

12 years agoensure filter nodes have a <content> tag and folder nodes have a <path> tag else...
Jonathan Marshall [Wed, 2 May 2012 03:41:39 +0000 (15:41 +1200)]
ensure filter nodes have a <content> tag and folder nodes have a <path> tag else don't list them

12 years agoensure we re-check the cache while running a bg cache job, as it may have been cached...
Jonathan Marshall [Wed, 2 May 2012 01:51:55 +0000 (13:51 +1200)]
ensure we re-check the cache while running a bg cache job, as it may have been cached in the interim

12 years agocleanup after redoing how textures are cached at load time
Jonathan Marshall [Wed, 2 May 2012 03:31:18 +0000 (15:31 +1200)]
cleanup after redoing how textures are cached at load time

12 years agocache any non-cached textures in the load thread to save holding onto memory for...
Jonathan Marshall [Wed, 2 May 2012 01:34:36 +0000 (13:34 +1200)]
cache any non-cached textures in the load thread to save holding onto memory for indefinite periods of time