vuplus_xbmc
12 years agoMerge pull request #567 from Montellese/jsonrpc_12279
Sascha Montellese [Thu, 29 Dec 2011 11:02:49 +0000 (03:02 -0800)]
Merge pull request #567 from Montellese/jsonrpc_12279

initialize JSON-RPC before loading the skins first window (Startup.xml) (fixes #12279)

12 years agowebserver: send "Connection: close" with Unauthorized error (as described in RFC...
montellese [Thu, 29 Dec 2011 10:27:38 +0000 (11:27 +0100)]
webserver: send "Connection: close" with Unauthorized error (as described in RFC 2616) for non-persistent connections

12 years agoinitialize JSON-RPC before loading the first window (Startup.xml) of a skin (fixes...
montellese [Sun, 11 Dec 2011 14:27:40 +0000 (15:27 +0100)]
initialize JSON-RPC before loading the first window (Startup.xml) of a skin (fixes #12279)

When JSON-RPC is initialized after the first window (Startup.xml) of a skin has
been loaded during XBMC startup it can happen that a script executed by the skin
from that windows XML file makes JSON-RPC requests before JSON-RPC has been
initialized which will result in an error response from JSON-RPC.

12 years agoMerge pull request #595 from Voyager-xbmc/fix-resume-dvd-and-eject
Matthias Kortstiege [Thu, 29 Dec 2011 08:16:07 +0000 (00:16 -0800)]
Merge pull request #595 from Voyager-xbmc/fix-resume-dvd-and-eject

[Windows] Fix remaining dvd resume issue and soft eject problem

12 years agoFix remaining dvd resume issue and soft eject problem
Voyager-xbmc [Thu, 29 Dec 2011 07:34:08 +0000 (08:34 +0100)]
Fix remaining dvd resume issue and soft eject problem

12 years agofixed: do not include the internal ffmpeg header file - riff.h (fixes #12370)
vdrfan [Wed, 28 Dec 2011 22:24:08 +0000 (23:24 +0100)]
fixed: do not include the internal ffmpeg header file - riff.h (fixes #12370)

12 years agofixed: c/p monster
vdrfan [Wed, 28 Dec 2011 22:09:40 +0000 (23:09 +0100)]
fixed: c/p monster

12 years agoupdated: Russian translation (closes #12367 - thanks Roman_V_M)
vdrfan [Wed, 28 Dec 2011 21:47:01 +0000 (22:47 +0100)]
updated: Russian translation (closes #12367 - thanks Roman_V_M)

12 years agofixed: cdda/dvd playdisk (attempt 4)
elupus [Wed, 28 Dec 2011 21:34:33 +0000 (22:34 +0100)]
fixed: cdda/dvd playdisk (attempt 4)

It still needs more work..

12 years agochanged: move webserver and bookmarks header out of application.h
elupus [Wed, 28 Dec 2011 20:41:17 +0000 (21:41 +0100)]
changed: move webserver and bookmarks header out of application.h

12 years agochanged: avoid including Autorun.h all over xbmc
elupus [Wed, 28 Dec 2011 20:16:02 +0000 (21:16 +0100)]
changed: avoid including Autorun.h all over xbmc

12 years agoMerge pull request #581 from Voyager-xbmc/fix-resume-dvd
Joakim Plate [Wed, 28 Dec 2011 17:47:27 +0000 (09:47 -0800)]
Merge pull request #581 from Voyager-xbmc/fix-resume-dvd

Fix the resume function on DVD discs after commit 1c6460362b92581f4c7147...

12 years agoFixed resume function on DVD discs and refactoring PlayDisc to include/replace RunMed...
Voyager-xbmc [Sun, 25 Dec 2011 20:00:27 +0000 (21:00 +0100)]
Fixed resume function on DVD discs and refactoring PlayDisc to include/replace RunMedia functionality

12 years agoMerge pull request #579 from ScudLee/playcd
Matthias Kortstiege [Wed, 28 Dec 2011 13:40:32 +0000 (05:40 -0800)]
Merge pull request #579 from ScudLee/playcd

Rearrange Autorun.cpp so audio cds actually play on PlayDVD()

12 years agoadded: missing files from Swedish translation update
vdrfan [Wed, 28 Dec 2011 11:37:09 +0000 (12:37 +0100)]
added: missing files from Swedish translation update

12 years agoupdated: Swedish translation (thanks Blittan)
vdrfan [Wed, 28 Dec 2011 11:06:26 +0000 (12:06 +0100)]
updated: Swedish translation (thanks Blittan)

12 years agoMerge pull request #590 from viking1/translation
Matthias Kortstiege [Wed, 28 Dec 2011 10:59:28 +0000 (02:59 -0800)]
Merge pull request #590 from viking1/translation

updated: Finnish translation

12 years agoupdated: Finnish translation
viking1 [Wed, 28 Dec 2011 01:53:16 +0000 (03:53 +0200)]
updated: Finnish translation

12 years ago[osx] fixed, check for /Volumes/ and replace with /dev/rdiskX if found
davilla [Wed, 28 Dec 2011 00:57:53 +0000 (19:57 -0500)]
[osx] fixed, check for /Volumes/ and replace with /dev/rdiskX if found

12 years agofixed: reverted File.cpp parts of 23607e247c0074d88464a39eca643897550cb70 as they...
vdrfan [Tue, 27 Dec 2011 23:31:07 +0000 (00:31 +0100)]
fixed: reverted File.cpp parts of 23607e247c0074d88464a39eca643897550cb70 as they were causing troubles

12 years agoMerge pull request #584 from CrystalP/fix-decss
CrystalP [Tue, 27 Dec 2011 21:45:53 +0000 (13:45 -0800)]
Merge pull request #584 from CrystalP/fix-decss

Fix crypted dvd playback

12 years agoupdated comments
CrystalP [Tue, 27 Dec 2011 19:19:53 +0000 (14:19 -0500)]
updated comments

12 years agoAdd boundary checking
CrystalP [Tue, 27 Dec 2011 19:12:47 +0000 (14:12 -0500)]
Add boundary checking

12 years agocosmetic
CrystalP [Mon, 26 Dec 2011 19:46:16 +0000 (14:46 -0500)]
cosmetic

12 years agofix crypted dvd playback
CrystalP [Mon, 26 Dec 2011 19:17:03 +0000 (14:17 -0500)]
fix crypted dvd playback

with recent changes to playdisc, CDVDInputStreamNavigator::Open now
receives a full path, which must be truncated more completely or libdvdcss
won't be able to decrypt.

12 years agojsonrpc: fix empty "label" for non-library items returned by Files.GetDirectory
montellese [Tue, 27 Dec 2011 18:14:59 +0000 (19:14 +0100)]
jsonrpc: fix empty "label" for non-library items returned by Files.GetDirectory

12 years ago[osx] fixed, Cocoa_MountPoint2DeviceName assumes that realloc will always return...
davilla [Tue, 27 Dec 2011 15:09:02 +0000 (10:09 -0500)]
[osx] fixed, Cocoa_MountPoint2DeviceName assumes that realloc will always return the same address as the original

12 years ago[WIN32] fixed: build error
Martin van Beurden [Tue, 27 Dec 2011 14:03:29 +0000 (15:03 +0100)]
[WIN32] fixed: build error

12 years agochanged: show xbmc version and hostname in xbmc.log (based on pull request 585)
vdrfan [Tue, 27 Dec 2011 13:31:08 +0000 (14:31 +0100)]
changed: show xbmc version and hostname in xbmc.log (based on pull request 585)

12 years agofixed: remove hyphens in search-string in case the first lookup gave no results ...
vdrfan [Tue, 27 Dec 2011 12:16:52 +0000 (13:16 +0100)]
fixed: remove hyphens in search-string in case the first lookup gave no results (closes #12357)

12 years agoSmall correction to Hungarian translations for main and Confluence language files
alanwww1 [Tue, 27 Dec 2011 11:25:53 +0000 (12:25 +0100)]
Small correction to Hungarian translations for main and Confluence language files

12 years agoUpdated Hungarian translations for main and Confluence language files for master...
alanwww1 [Fri, 23 Dec 2011 13:46:14 +0000 (14:46 +0100)]
Updated Hungarian translations for main and Confluence language files for master and Eden

12 years agoMake token search case insensitive for weather strings
alanwww1 [Wed, 14 Dec 2011 23:47:42 +0000 (00:47 +0100)]
Make token search case insensitive for weather strings

12 years agoupdated: Hebrew translation (closes #12322 - thanks BuSHari)
vdrfan [Tue, 27 Dec 2011 10:40:39 +0000 (11:40 +0100)]
updated: Hebrew translation (closes #12322 - thanks BuSHari)

12 years agoupdated: Polish translation (closes #12328 and #12329 - thanks Kolabor)
vdrfan [Tue, 27 Dec 2011 10:37:00 +0000 (11:37 +0100)]
updated: Polish translation (closes #12328 and #12329 - thanks Kolabor)

12 years agoMerge pull request #586 from dsoms/master
Matthias Kortstiege [Tue, 27 Dec 2011 10:32:44 +0000 (02:32 -0800)]
Merge pull request #586 from dsoms/master

Updated catalan translation

12 years agoupdated catalan translation
David Soms [Tue, 27 Dec 2011 10:19:50 +0000 (11:19 +0100)]
updated catalan translation

12 years agoremoved ifdef as we win32 has a define for strncasecmp
WiSo [Mon, 26 Dec 2011 19:20:56 +0000 (20:20 +0100)]
removed ifdef as we win32 has a define for strncasecmp

12 years agoMerge pull request #583 from lambda81/master
wsoltys [Mon, 26 Dec 2011 19:14:01 +0000 (11:14 -0800)]
Merge pull request #583 from lambda81/master

Fix wrong translation in Greek language.

12 years agoremoved xbox remnant
WiSo [Mon, 26 Dec 2011 18:54:27 +0000 (19:54 +0100)]
removed xbox remnant

12 years agoMerge pull request #582 from CrystalP/fix-dvd
CrystalP [Mon, 26 Dec 2011 17:48:35 +0000 (09:48 -0800)]
Merge pull request #582 from CrystalP/fix-dvd

Fix playback of dvd, dvd iso and video_ts - display the video instead of a visualization

12 years agoFix wrong translation in Greek language.
lambda81 [Mon, 26 Dec 2011 10:26:05 +0000 (12:26 +0200)]
Fix wrong translation in Greek language.

12 years agofix playback of dvd, dvd iso and video_ts
CrystalP [Mon, 26 Dec 2011 02:34:27 +0000 (21:34 -0500)]
fix playback of dvd, dvd iso and video_ts

m_SelectionStreams is empty when playing a DVD or iso image of a dvd.
m_SelectionStreams doesn't contain video streams when playing a video_ts
folder.

12 years ago[WIN32] fixed: extract git revision during build process wasn't working.
WiSo [Sat, 24 Dec 2011 15:49:26 +0000 (16:49 +0100)]
[WIN32] fixed: extract git revision during build process wasn't working.

12 years agojsonrpc: fix base-paths in database calls
montellese [Tue, 20 Dec 2011 16:56:42 +0000 (17:56 +0100)]
jsonrpc: fix base-paths in database calls

12 years agoaddons: add simplejson to default install
theuni [Fri, 23 Dec 2011 03:04:07 +0000 (22:04 -0500)]
addons: add simplejson to default install

It's needed for wunderground.

12 years agojsonrpc: re-use same CVideoDatabase object for GetAdditionalFooDetails methods (also...
montellese [Thu, 22 Dec 2011 23:40:53 +0000 (00:40 +0100)]
jsonrpc: re-use same CVideoDatabase object for GetAdditionalFooDetails methods (also fixes the missing calls to CVideoDatabase::Close)

12 years agochanged: unable to add strm files to movies library (closes #8730, ##11935, #12317)
vdrfan [Thu, 22 Dec 2011 23:08:35 +0000 (00:08 +0100)]
changed: unable to add strm files to movies library (closes #8730, ##11935, #12317)

12 years agofixed: directory cache not using path substitutions (fixes #11952)
vdrfan [Thu, 22 Dec 2011 22:36:10 +0000 (23:36 +0100)]
fixed: directory cache not using path substitutions (fixes #11952)

12 years agofixed: WakeUpScreenSaver not properly stoping the builtin slideshow screensaver ...
vdrfan [Thu, 22 Dec 2011 22:27:04 +0000 (23:27 +0100)]
fixed: WakeUpScreenSaver not properly stoping the builtin slideshow screensaver (fixes #11513)

12 years agoMerge pull request #578 from Pulse-Eight/cec-fixes
Joakim Plate [Thu, 22 Dec 2011 15:50:17 +0000 (07:50 -0800)]
Merge pull request #578 from Pulse-Eight/cec-fixes

cec: don't send playstate updates, but always keep the default playstate...

12 years agofixed: fanart property lost after retrieving streamdetails (fixes #12312)
vdrfan [Thu, 22 Dec 2011 14:47:15 +0000 (15:47 +0100)]
fixed: fanart property lost after retrieving streamdetails (fixes #12312)

12 years agofixed: we always need to release the python thread state when we do anything locking...
spiff [Thu, 22 Dec 2011 14:10:45 +0000 (15:10 +0100)]
fixed: we always need to release the python thread state when we do anything locking the gfx context dammit

12 years agoupdated: Hebrew translation (closes #12314 - thanks BuSHari)
vdrfan [Thu, 22 Dec 2011 11:33:17 +0000 (12:33 +0100)]
updated: Hebrew translation (closes #12314 - thanks BuSHari)

12 years agofixed: pass a CFileItemPtr to the AnnounceManager so we end up with the right content...
vdrfan [Thu, 22 Dec 2011 07:47:23 +0000 (08:47 +0100)]
fixed: pass a CFileItemPtr to the AnnounceManager so we end up with the right content in the actual announce

12 years agofixed: fire the OnUpdate announce after fetching the artwork - fixes empty recently...
vdrfan [Wed, 21 Dec 2011 19:15:05 +0000 (20:15 +0100)]
fixed: fire the OnUpdate announce after fetching the artwork - fixes empty recently-added thumbs if the library is updating while XBMC is on the home screen

12 years agofixed: use auto-generated thumbs for the recentlyadded items on home screen if no...
vdrfan [Wed, 21 Dec 2011 13:39:16 +0000 (14:39 +0100)]
fixed: use auto-generated thumbs for the recentlyadded items on home screen if no thumbnail is available (closes #12285)

12 years ago[SDL] fixed: Crash when mixer fails to initialise
arnova [Wed, 21 Dec 2011 12:59:13 +0000 (13:59 +0100)]
[SDL] fixed: Crash when mixer fails to initialise

12 years agodvdplayer: use selection streams to calculate HasVideo and HasAudio
Rainer Hochecker [Mon, 19 Dec 2011 19:27:13 +0000 (20:27 +0100)]
dvdplayer: use selection streams to calculate HasVideo and HasAudio

12 years ago[Win] turn on dxva by default
CrystalP [Wed, 21 Dec 2011 00:33:27 +0000 (19:33 -0500)]
[Win] turn on dxva by default

12 years agofixed: hide watched + watched overlay not working with sets
vdrfan [Tue, 20 Dec 2011 23:50:16 +0000 (00:50 +0100)]
fixed: hide watched + watched overlay not working with sets

12 years agocec: don't send playstate updates, but always keep the default playstate. fixes butto...
Lars Op den Kamp [Tue, 20 Dec 2011 20:17:46 +0000 (21:17 +0100)]
cec: don't send playstate updates, but always keep the default playstate. fixes buttons becoming deactivated on some TVs. it also wasn't very fast, which resulted in delays when starting/stopping playback

12 years agoalso reset m_strFileNameAndPath in CVideoInfoTag::Reset() (like all the other members)
montellese [Tue, 20 Dec 2011 14:26:32 +0000 (15:26 +0100)]
also reset m_strFileNameAndPath in CVideoInfoTag::Reset() (like all the other members)

12 years agoprevent crash by accessing strDirectory[0] on an empty string in CFile::Cache
montellese [Tue, 20 Dec 2011 14:25:30 +0000 (15:25 +0100)]
prevent crash by accessing strDirectory[0] on an empty string in CFile::Cache

12 years agofix CVideoInfoTag::m_strPath not being set by CVideoInfoTag for tvshows
montellese [Tue, 20 Dec 2011 14:24:39 +0000 (15:24 +0100)]
fix CVideoInfoTag::m_strPath not being set by CVideoInfoTag for tvshows

12 years ago[WIN32] bumped libcdio to the stable 0.83 release. This fixes for me CDDA playback...
wsoltys [Tue, 20 Dec 2011 12:12:32 +0000 (13:12 +0100)]
[WIN32] bumped libcdio to the stable 0.83 release. This fixes for me CDDA playback issues with my bluray drive. This together with the mingw fixes should probably go in Eden.

12 years agoupdated: French translation (closes #12307 - thanks Haveac00kie)
CrystalP [Tue, 20 Dec 2011 01:12:20 +0000 (20:12 -0500)]
updated: French translation (closes #12307 - thanks Haveac00kie)

12 years ago[fix] - possible crash on message GUI_MSG_SETTING_UPDATED
Memphiz [Mon, 19 Dec 2011 19:46:24 +0000 (20:46 +0100)]
[fix] - possible crash on message GUI_MSG_SETTING_UPDATED

12 years ago[fix] - typo
Memphiz [Mon, 19 Dec 2011 19:44:54 +0000 (20:44 +0100)]
[fix] - typo

12 years agoupdated: French translation (closes #12296 - thanks Haveac00kie)
vdrfan [Mon, 19 Dec 2011 19:41:45 +0000 (20:41 +0100)]
updated: French translation (closes #12296 - thanks Haveac00kie)

12 years ago[revert] - revert b26eadcb11 - too much non atv2 plattforms affected
Memphiz [Mon, 19 Dec 2011 19:40:23 +0000 (20:40 +0100)]
[revert] - revert b26eadcb11 - too much non atv2 plattforms affected

12 years ago[osx/ios] - append darwin version and buildnumber to GetUnameVersion for darwin only...
Memphiz [Mon, 19 Dec 2011 18:18:02 +0000 (19:18 +0100)]
[osx/ios] - append darwin version and buildnumber to GetUnameVersion for darwin only (adds some more info in the xbmc.log for us)

12 years agoMerge pull request #569 from fetzerch/bugfix-mysql-reconnect
Matthias Kortstiege [Mon, 19 Dec 2011 17:39:41 +0000 (09:39 -0800)]
Merge pull request #569 from fetzerch/bugfix-mysql-reconnect

Bugfix: MySql reconnect (in query_with_reconnect)

12 years ago[WIN32] updated some mingw/msys components and fixed a libtool not found
wsoltys [Mon, 19 Dec 2011 12:11:23 +0000 (13:11 +0100)]
[WIN32] updated some mingw/msys components and fixed a libtool not found

12 years agoremoved: nuked old xbox dvdrom advancedsetting
vdrfan [Mon, 19 Dec 2011 09:49:23 +0000 (10:49 +0100)]
removed: nuked old xbox dvdrom advancedsetting

12 years agoupdated: Hebrew translation (closes #12299 - thanks BuSHari)
vdrfan [Mon, 19 Dec 2011 09:32:23 +0000 (10:32 +0100)]
updated: Hebrew translation (closes #12299 - thanks BuSHari)

12 years agoupdated: Spanish (Mexico) translation (closes #12300 - thanks Juanjo)
vdrfan [Mon, 19 Dec 2011 09:28:59 +0000 (10:28 +0100)]
updated: Spanish (Mexico) translation (closes #12300 - thanks Juanjo)

12 years agorevert: updated wrong spanish translation
vdrfan [Mon, 19 Dec 2011 09:27:10 +0000 (10:27 +0100)]
revert: updated wrong spanish translation

12 years agofix invalid fanart appearing in addon views
montellese [Mon, 19 Dec 2011 08:25:58 +0000 (09:25 +0100)]
fix invalid fanart appearing in addon views

12 years agojsonrpc: fix album-recognition/-lookup in Files.GetDirectory (fixes #12297)
montellese [Sun, 18 Dec 2011 15:13:55 +0000 (16:13 +0100)]
jsonrpc: fix album-recognition/-lookup in Files.GetDirectory (fixes #12297)

12 years agoMerge pull request #574 from epoke/patch-1
Matthias Kortstiege [Sun, 18 Dec 2011 09:24:08 +0000 (01:24 -0800)]
Merge pull request #574 from epoke/patch-1

Update language/Korean/strings.xml

12 years agoFixed: [Confluence] no Show plot in Media Info 2 view with 'Use "Posters" instead...
Jezz_X [Sun, 18 Dec 2011 02:00:26 +0000 (13:00 +1100)]
Fixed: [Confluence] no Show plot in Media Info 2 view with 'Use "Posters" instead of "Banners" for TV Shows' set

12 years agoFix forward declaration of DatabaseSettings. It's a class now.
CrystalP [Sun, 18 Dec 2011 01:58:27 +0000 (20:58 -0500)]
Fix forward declaration of DatabaseSettings. It's a class now.

12 years agofixed: restore nav sound volume (fixes #12290)
vdrfan [Sat, 17 Dec 2011 19:35:29 +0000 (20:35 +0100)]
fixed: restore nav sound volume (fixes #12290)

12 years agochanged: fetching the video sources once is enough while cleaning up the video library
vdrfan [Sat, 17 Dec 2011 17:02:02 +0000 (18:02 +0100)]
changed: fetching the video sources once is enough while cleaning up the video library

12 years ago[atv2] - change - on atv2 apple remote make keyup 10mins skip forward and keydown...
Memphiz [Sat, 17 Dec 2011 13:47:45 +0000 (14:47 +0100)]
[atv2] - change - on atv2 apple remote make keyup 10mins skip forward and keydown skip 10mins backward. I'll revert this if userbase pukes on that ;)

12 years agofix SQL JOIN statements in CVideoDatabase::GetMoviesByActor/GetTvShowsByActor/GetEpis...
montellese [Sat, 17 Dec 2011 11:24:34 +0000 (12:24 +0100)]
fix SQL JOIN statements in CVideoDatabase::GetMoviesByActor/GetTvShowsByActor/GetEpisodesByActor

Those JOINs need to be LEFT JOINs because if one of the joined tables (e.g. directorlinktvshow) is empty
it will clear the whole result set independent of what matches result from the join with actorlinktvshow.
(approved by firnsy)

12 years agoRevert the rest of the karaokeplayer commits. fixes xcode builds
Lars Op den Kamp [Sat, 17 Dec 2011 10:55:04 +0000 (11:55 +0100)]
Revert the rest of the karaokeplayer commits. fixes xcode builds

This reverts commit 5684e8ef15bc5a4ef2c407a4dafb33684e4afb95 and 33a066668f698c3875da717539fef7e61650945a

12 years agoReverted d1c5773a2736849616adda4013d1a8c5a56a84e6
George Yunaev [Sat, 17 Dec 2011 10:15:16 +0000 (02:15 -0800)]
Reverted d1c5773a2736849616adda4013d1a8c5a56a84e6

12 years agoReverted d1c5773a2736849616adda4013d1a8c5a56a84e6
George Yunaev [Sat, 17 Dec 2011 10:14:02 +0000 (02:14 -0800)]
Reverted d1c5773a2736849616adda4013d1a8c5a56a84e6

12 years ago[osx/ios/atv2] sync xcode projects after d1c5773
amet [Sat, 17 Dec 2011 09:04:55 +0000 (13:04 +0400)]
[osx/ios/atv2] sync xcode projects after d1c5773

12 years agoAdded support for different aspect ratios
George Yunaev [Sat, 17 Dec 2011 01:46:44 +0000 (17:46 -0800)]
Added support for different aspect ratios

12 years agoNow accepts special:// paths as well
George Yunaev [Fri, 16 Dec 2011 21:17:00 +0000 (13:17 -0800)]
Now accepts special:// paths as well

12 years agoThe video player is now a non-persistent object by default (i.e. keeps FFMpeg stuff...
George Yunaev [Fri, 16 Dec 2011 21:01:21 +0000 (13:01 -0800)]
The video player is now a non-persistent object by default (i.e. keeps FFMpeg stuff unloaded when stopped)

12 years agoSwitched to more proper picture/converted frame management
George Yunaev [Fri, 16 Dec 2011 20:39:49 +0000 (12:39 -0800)]
Switched to more proper picture/converted frame management

12 years agoFirst implementation of embedded background video player based on FFMpeg
George Yunaev [Fri, 16 Dec 2011 11:26:33 +0000 (03:26 -0800)]
First implementation of embedded background video player based on FFMpeg

12 years agovdpau: check for display preemption in error handler
Rainer Hochecker [Fri, 16 Dec 2011 14:46:17 +0000 (15:46 +0100)]
vdpau: check for display preemption in error handler

12 years agoMerge branch 'master' of git://github.com/xbmc/xbmc
George Yunaev [Fri, 16 Dec 2011 00:51:44 +0000 (16:51 -0800)]
Merge branch 'master' of git://github.com/xbmc/xbmc

12 years agoRemoved the old-time "optimization" which crashes after gcc 4.x optimization when...
George Yunaev [Fri, 16 Dec 2011 00:29:30 +0000 (16:29 -0800)]
Removed the old-time "optimization" which crashes after gcc 4.x optimization when playing MID files

12 years agovdpau: return VC_ERROR for all errors other than DisplayLost, allows video player...
Rainer Hochecker [Wed, 14 Dec 2011 19:51:27 +0000 (20:51 +0100)]
vdpau: return VC_ERROR for all errors other than DisplayLost, allows video player to move forward in case of corrupted packets, fixes pvr issue 342