vuplus_xbmc
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 agoAdded support for myth protocol 73
David Teirney [Sat, 28 Apr 2012 22:19:24 +0000 (10:19 +1200)]
Added support for myth protocol 73

Gentoo seems to have already updated to the trunk version of MythTV after the 0.25 release.

No changes necessary as libcmyth doesn't currently have support for RESCHEDULE_RECORDINGS.

12 years agoAdded support for myth protocol 72 (Myth 0.25)
David Teirney [Tue, 17 Apr 2012 09:33:53 +0000 (21:33 +1200)]
Added support for myth protocol 72 (Myth 0.25)

No changes necessary as new QUERY_ACTIVE_BACKENDS method is not used yet.

12 years agoAdded support for myth protocol 71.
David Teirney [Tue, 17 Apr 2012 09:31:21 +0000 (21:31 +1200)]
Added support for myth protocol 71.

It's not entirely clear what the protocol changes were as it looks like the changes only affected the scheduler. libcmyth isn't using ASK_RECORDER or GET_FREE_INPUTS so assume no changes are necessary.

12 years agoAdded support for myth protocol 70.
David Teirney [Tue, 17 Apr 2012 09:25:29 +0000 (21:25 +1200)]
Added support for myth protocol 70.

No changes necessary as the new QUERY_FILETRANSFER REOPEN method is not yet used.

12 years agoAdded support for myth protocol 69.
David Teirney [Tue, 17 Apr 2012 09:23:16 +0000 (21:23 +1200)]
Added support for myth protocol 69.

No changes necessary as QUERY FILE HASH is not used by libcmyth.

12 years agoAdded support for myth protocol 68.
David Teirney [Tue, 17 Apr 2012 09:17:08 +0000 (21:17 +1200)]
Added support for myth protocol 68.

No changes required as the VIDEO_LIST_CHANGE event is not used in libcmyth.

12 years agoAdded support for myth protocol 67.
David Teirney [Tue, 17 Apr 2012 09:12:02 +0000 (21:12 +1200)]
Added support for myth protocol 67.

Added new proginfo_season, proginfo_episode, proginfo_inetref properties and altered all of the places where the proginfo object is passed or received over the myth protocol.

12 years agoAdd support for myth protocol 66.
David Teirney [Mon, 16 Apr 2012 11:05:46 +0000 (23:05 +1200)]
Add support for myth protocol 66.

All 64 bit integers are now passed and received as a single 64 bit number rather than two 32 bit hi and lo integers.

12 years agoAdd support for myth protocol 65.
David Teirney [Mon, 16 Apr 2012 09:10:29 +0000 (21:10 +1200)]
Add support for myth protocol 65.

The QUERY_RECORDINGS command needed to be changed to support the new sort API.

12 years agoremoved unnecessary include
CrystalP [Mon, 16 Apr 2012 00:33:11 +0000 (20:33 -0400)]
removed unnecessary include

12 years ago[WIN] fixed decoding of DEP violation exceptions
CrystalP [Mon, 16 Apr 2012 00:00:08 +0000 (20:00 -0400)]
[WIN] fixed decoding of DEP violation exceptions

12 years ago[WIN] added handler for access violation during thread startup
CrystalP [Sun, 15 Apr 2012 23:29:03 +0000 (19:29 -0400)]
[WIN] added handler for access violation during thread startup

exceptions were caught but reported as unhandled and without details.

12 years ago[libdvdnav] process events on DVD even if no actual data is being read
Joakim Plate [Sun, 15 Apr 2012 20:47:34 +0000 (22:47 +0200)]
[libdvdnav] process events on DVD even if no actual data is being read

This fixes #9470 more completely without needing a hack in ffmpeg

12 years agochanged: Don't use namespaces in header files (thanks Spiff) + cosmetics
arnova [Sun, 15 Apr 2012 17:03:49 +0000 (19:03 +0200)]
changed: Don't use namespaces in header files (thanks Spiff) + cosmetics

12 years agoffmpeg: avfilter depends on avformat
Rainer Hochecker [Sun, 15 Apr 2012 12:00:22 +0000 (14:00 +0200)]
ffmpeg: avfilter depends on avformat

12 years agohandle stacks correctly for dateadded
montellese [Sun, 15 Apr 2012 12:24:26 +0000 (14:24 +0200)]
handle stacks correctly for dateadded

12 years agouse a video file's modification or creation time for dateAdded depending on which...
montellese [Sat, 14 Apr 2012 14:08:57 +0000 (16:08 +0200)]
use a video file's modification or creation time for dateAdded depending on which one is newer

12 years agoMerge pull request #879 from arnova/dvdplayer-cache
arnova [Sun, 15 Apr 2012 09:34:05 +0000 (02:34 -0700)]
Merge pull request #879 from arnova/dvdplayer-cache

Refactor CDVDInputStream to fully expose SCacheStatus + properly detect too low cache read rate

12 years agochanged: Refactor CDVDInputStream to fully expose SCacheStatus + properly detect...
arnova [Sat, 14 Apr 2012 09:35:11 +0000 (11:35 +0200)]
changed: Refactor CDVDInputStream to fully expose SCacheStatus + properly detect too low read rate condition when cache buffer is full (fixes ticket #12820)

12 years agoensure strPath in the path table is converted to utf8 on update, thanks to jenlain62...
Jonathan Marshall [Sun, 15 Apr 2012 09:29:17 +0000 (21:29 +1200)]
ensure strPath in the path table is converted to utf8 on update, thanks to jenlain62. Fixes #12872

12 years agoleft join the thumb and genre tables in the songview so that songs without thumbs...
Jonathan Marshall [Sun, 15 Apr 2012 08:03:37 +0000 (20:03 +1200)]
left join the thumb and genre tables in the songview so that songs without thumbs or genres show up. Fixes #12927

12 years agocosmetics: cleanup the songview creation
Jonathan Marshall [Sun, 15 Apr 2012 08:03:10 +0000 (20:03 +1200)]
cosmetics: cleanup the songview creation

12 years agofix: rename SPyEvent in PythonMonitor to avoid clash with PythonPlayer
amet [Sun, 15 Apr 2012 07:58:08 +0000 (11:58 +0400)]
fix: rename SPyEvent in PythonMonitor to avoid clash with PythonPlayer

12 years ago[win32] in VS project move MediaSource.cpp into utils folder (where MediaSource.h...
montellese [Sat, 14 Apr 2012 20:12:42 +0000 (22:12 +0200)]
[win32] in VS project move MediaSource.cpp into utils folder (where MediaSource.h is located)

12 years agoMerge pull request #881 from FernetMenta/remotexml
Joakim Plate [Sat, 14 Apr 2012 19:23:06 +0000 (12:23 -0700)]
Merge pull request #881 from FernetMenta/remotexml

Adjust remote.xml

12 years agoMerge pull request #880 from aballier/master
Joakim Plate [Sat, 14 Apr 2012 18:42:54 +0000 (11:42 -0700)]
Merge pull request #880 from aballier/master

[ffmpeg]: Use av_get_default_channel_layout instead of private version

12 years agoadjust remote.xml after 72ae0599b30ef48a0c3a49455955b3c76f75d026
Rainer Hochecker [Sat, 14 Apr 2012 18:21:42 +0000 (20:21 +0200)]
adjust remote.xml after 72ae0599b30ef48a0c3a49455955b3c76f75d026

12 years agoDllAvCodec: Remove now unused private avcodec_guess_channel_layout.
Alexis Ballier [Sat, 14 Apr 2012 17:32:38 +0000 (14:32 -0300)]
DllAvCodec: Remove now unused private avcodec_guess_channel_layout.

12 years agoUse libavutil::av_get_default_channel_layout instead of the private libavcodec::avcod...
Alexis Ballier [Sat, 14 Apr 2012 17:31:49 +0000 (14:31 -0300)]
Use libavutil::av_get_default_channel_layout instead of the private libavcodec::avcodec_guess_channel_layout

The latter has been removed in ffmpeg git master.

12 years agoavutil: add av_get_default_channel_layout for later use.
Alexis Ballier [Sat, 14 Apr 2012 17:30:07 +0000 (14:30 -0300)]
avutil: add av_get_default_channel_layout for later use.

12 years ago[WIN32] fixed: some wrong entries in the project files probably due to merging.
WiSo [Sat, 14 Apr 2012 10:36:52 +0000 (12:36 +0200)]
[WIN32] fixed: some wrong entries in the project files probably due to merging.

12 years agoonly execute the actor table update if the thumb URLs isn't empty - fixes #12905
Jonathan Marshall [Thu, 12 Apr 2012 20:06:44 +0000 (08:06 +1200)]
only execute the actor table update if the thumb URLs isn't empty - fixes #12905

12 years agojsonrpc: fix c/p monster in VideoLibrary.OnScanFinished (thanks thedroid)
montellese [Thu, 12 Apr 2012 18:46:55 +0000 (20:46 +0200)]
jsonrpc: fix c/p monster in VideoLibrary.OnScanFinished (thanks thedroid)

12 years agojsonrpc: add FooLibrary.OnScanFinished notification (introduced by 816bab69) to intro...
montellese [Thu, 12 Apr 2012 13:12:03 +0000 (15:12 +0200)]
jsonrpc: add FooLibrary.OnScanFinished notification (introduced by 816bab69) to introspect

12 years agoone more item separator weirdness in the musicdb
Jonathan Marshall [Thu, 12 Apr 2012 08:50:49 +0000 (20:50 +1200)]
one more item separator weirdness in the musicdb

12 years agoadditional slashes appended to artist/genres in music library. fixes #12917, #12894
Jonathan Marshall [Thu, 12 Apr 2012 08:14:29 +0000 (20:14 +1200)]
additional slashes appended to artist/genres in music library. fixes #12917, #12894

12 years agowe no longer store the item separator at the start of strExtraGenres/Artists
Jonathan Marshall [Thu, 12 Apr 2012 08:09:14 +0000 (20:09 +1200)]
we no longer store the item separator at the start of strExtraGenres/Artists

12 years agoMerge pull request #871 from wsoltys/bonjour
wsoltys [Wed, 11 Apr 2012 19:40:04 +0000 (12:40 -0700)]
Merge pull request #871 from wsoltys/bonjour

[WIN32] fixed: receive response from the bonjour daemon if one is available

12 years ago[WIN32] fixed: receive response from the bonjour daemon if one is available. for...
WiSo [Tue, 10 Apr 2012 19:35:50 +0000 (21:35 +0200)]
[WIN32] fixed: receive response from the bonjour daemon if one is available. for easier maintenance we only talk via one connection to the daemon now.

12 years agofixed: File sizes & file dates didn't work properly for lighttp HTTP servers
arnova [Wed, 11 Apr 2012 13:49:46 +0000 (15:49 +0200)]
fixed: File sizes & file dates didn't work properly for lighttp HTTP servers

12 years ago[WIN32] updated libluray to 0.2.2. New packaging format. Will make it easier if we...
WiSo [Wed, 11 Apr 2012 11:38:14 +0000 (13:38 +0200)]
[WIN32] updated libluray to 0.2.2. New packaging format. Will make it easier if we might get another depdownloader someday.

12 years ago[LINUX] fixed: Compile error on systems without libbluray installed
arnova [Wed, 11 Apr 2012 11:13:27 +0000 (13:13 +0200)]
[LINUX] fixed: Compile error on systems without libbluray installed

12 years agoMerge pull request #773 from CrHasher/yadif_hwdfix
Joakim Plate [Tue, 10 Apr 2012 23:37:13 +0000 (16:37 -0700)]
Merge pull request #773 from CrHasher/yadif_hwdfix

Disable Yadif activated by mistake for first frame decode

12 years ago[dvdplayer] Rewrite wrapback/forward detection to adjust timestamps instead of trying...
elupus [Tue, 10 Apr 2012 22:30:06 +0000 (00:30 +0200)]
[dvdplayer] Rewrite wrapback/forward detection to adjust timestamps instead of trying to syncronize players

This avoids a lot of the stutter that occurs with streams
with concated streams or timestamp gaps in them and almost
makes the timestamp correction logic for dvd's redundant.

With this in place it should be also finally be possible
to handle looping still frames in dvd's by having dvdplayervideo
respect timestamps and not limit itself to minimum 1 fps.

12 years ago[bluray] Initial support for menu's, no BD-J supported
elupus [Sat, 8 Oct 2011 13:18:49 +0000 (15:18 +0200)]
[bluray] Initial support for menu's, no BD-J supported

Code will fall back to longest item if there is not first play
hdmv item. However it will still try menu's if there is only
some unnsupported BD-J titles. This could possible fail to
play if it switches into BD-J mode later in menu's.

Starting index.bdmv will still only play longest title,
to attempt playback with menu's, start the MovieObject.bdmv

12 years ago[bluray] Delete support for older libbluray
elupus [Sat, 8 Oct 2011 13:15:33 +0000 (15:15 +0200)]
[bluray] Delete support for older libbluray

xbmc will abort configure if an old libbluray is found
and configure is auto or yes. To skip libbluray support
in that case explicitly disable it.

12 years ago[dvdplayer] Add constructor for CDVDOverlayImage to copy another image
elupus [Mon, 26 Sep 2011 20:02:06 +0000 (22:02 +0200)]
[dvdplayer] Add constructor for CDVDOverlayImage to copy another image

12 years ago[dvdplayer] Add support for a group of overlay pictures with same start/stop times
elupus [Sun, 25 Sep 2011 09:29:21 +0000 (11:29 +0200)]
[dvdplayer] Add support for a group of overlay pictures with same start/stop times

12 years ago[bluray] Check if disk is encrypted and log messages about lack of libs to decrypt
elupus [Sat, 8 Oct 2011 13:08:45 +0000 (15:08 +0200)]
[bluray] Check if disk is encrypted and log messages about lack of libs to decrypt

12 years ago[bluray] Factor out retrieval of title
elupus [Thu, 29 Sep 2011 19:43:22 +0000 (21:43 +0200)]
[bluray] Factor out retrieval of title

12 years agoFactor out the menu's commands in dvdplayer from dvd navigator to a generic interface
elupus [Mon, 10 Oct 2011 22:09:48 +0000 (00:09 +0200)]
Factor out the menu's commands in dvdplayer from dvd navigator to a generic interface

12 years agoChanged extend NextStream functionallity for what is needed by dvd navigator
elupus [Thu, 22 Sep 2011 18:53:24 +0000 (20:53 +0200)]
Changed extend NextStream functionallity for what is needed by dvd navigator

12 years agoRefactor calculation of min/max dts to allow additional streams
elupus [Tue, 10 Apr 2012 20:16:02 +0000 (22:16 +0200)]
Refactor calculation of min/max dts to allow additional streams

12 years agoCCurrentStream hold a int for the player identification
elupus [Sat, 8 Oct 2011 12:08:31 +0000 (14:08 +0200)]
CCurrentStream hold a int for the player identification

12 years agoMerge pull request #869 from theuni/pausejobs
Cory Fields [Tue, 10 Apr 2012 08:07:50 +0000 (01:07 -0700)]
Merge pull request #869 from theuni/pausejobs

jobmanager: add functions to pause job creation

12 years agojobmanager: add functions to pause job creation
theuni [Mon, 9 Apr 2012 22:51:31 +0000 (18:51 -0400)]
jobmanager: add functions to pause job creation

useful for delaying all new job creation until later. As an example, we may
want to disable thumbnailing during video playback.

Not currently hooked up to anything.

12 years agofixed: A GigaByte = 1024 * 1024 * 1024 bytes! (thanks Elupus)
arnova [Mon, 9 Apr 2012 19:57:24 +0000 (21:57 +0200)]
fixed: A GigaByte = 1024 * 1024 * 1024 bytes! (thanks Elupus)

12 years ago[win32] disable popup msgbox when TIF image decoder fails for some reason
elupus [Mon, 9 Apr 2012 11:07:20 +0000 (13:07 +0200)]
[win32] disable popup msgbox when TIF image decoder fails for some reason

12 years agoupdated: Chinese (Simple) translation
taxigps [Mon, 9 Apr 2012 15:36:46 +0000 (23:36 +0800)]
updated: Chinese (Simple) translation

12 years agofixed: Getting file sizes for NgInx HTTP servers with autoindex_exact_size enabled...
arnova [Mon, 9 Apr 2012 13:38:56 +0000 (15:38 +0200)]
fixed: Getting file sizes for NgInx HTTP servers with autoindex_exact_size enabled didn't work

12 years agoUpdate language/Russian/strings.xml
romanvm [Sun, 1 Apr 2012 15:04:57 +0000 (18:04 +0300)]
Update language/Russian/strings.xml

12 years agoUpdate language/Russian/langinfo.xml
romanvm [Sun, 1 Apr 2012 15:03:02 +0000 (18:03 +0300)]
Update language/Russian/langinfo.xml

12 years agoupdated: Portuguese (Brazil) translation for core strings (closes #12884 and #12781...
alanwww1 [Mon, 9 Apr 2012 10:36:58 +0000 (12:36 +0200)]
updated: Portuguese (Brazil) translation for core strings (closes #12884 and #12781 - thanks Wanilton)

12 years agoupdated: Hebrew translation for core strings (closes #12863 - thanks BuSHari)
alanwww1 [Mon, 9 Apr 2012 09:17:08 +0000 (11:17 +0200)]
updated: Hebrew translation for core strings (closes #12863 - thanks BuSHari)

12 years agoMerge pull request #853 from Memphiz/movrotate
Memphiz [Sun, 8 Apr 2012 21:52:08 +0000 (14:52 -0700)]
Merge pull request #853 from Memphiz/movrotate

[add] - add orientation info for movies based on ffmpeg hint - part of #12231

12 years agoMerge pull request #780 from Memphiz/tvout
Memphiz [Sun, 8 Apr 2012 21:51:01 +0000 (14:51 -0700)]
Merge pull request #780 from Memphiz/tvout

Add TV-Out support and resolution switching for IOS/ATV2

12 years ago[atv2] - deactivate screen resolution switching on atv2 for now (cause of the latest...
Memphiz [Sun, 8 Apr 2012 21:31:20 +0000 (23:31 +0200)]
[atv2] - deactivate screen resolution switching on atv2 for now (cause of 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.

12 years ago[ios/atv2] - sync projects for tvout changes
Memphiz [Sun, 8 Apr 2012 21:09:06 +0000 (23:09 +0200)]
[ios/atv2] - sync projects for tvout changes

12 years ago[add] - localisation for the on screen touchpad description
Memphiz [Sun, 8 Apr 2012 21:08:26 +0000 (23:08 +0200)]
[add] - localisation for the on screen touchpad description

12 years ago[ios/atv2/tvout]- make the ios window system as equal as possible to the window syste...
Memphiz [Sun, 8 Apr 2012 21:07:41 +0000 (23:07 +0200)]
[ios/atv2/tvout]- make the ios window system as equal as possible to the window system for osx and implement screen/resolution switching

12 years ago[ios/atv2/tvout] - move m_window from app to xbmccontroller on ios (same as with...
Memphiz [Sun, 8 Apr 2012 21:06:23 +0000 (23:06 +0200)]
[ios/atv2/tvout] - move m_window from app to xbmccontroller on ios (same as with atv2 before). Use screenmanager for handling screen/resolution changes

12 years ago[ios] - allow screen / mode settings for ios and audio passthrough settings for ios
Memphiz [Sun, 8 Apr 2012 21:04:56 +0000 (23:04 +0200)]
[ios] - allow screen / mode settings for ios and audio passthrough settings for ios

12 years ago[ios/atv2/tvout] - add IOSScreenManager and IOSExternalTouchController implementation
Memphiz [Sun, 8 Apr 2012 21:04:30 +0000 (23:04 +0200)]
[ios/atv2/tvout] - add IOSScreenManager and IOSExternalTouchController implementation

12 years ago[ios/atv2] - unify he EAGLView. No we use the same class for ios and atv2
Memphiz [Sun, 8 Apr 2012 21:03:51 +0000 (23:03 +0200)]
[ios/atv2] - unify he EAGLView. No we use the same class for ios and atv2

12 years ago[ios] fixed... again. check for flash before CreateFormatDescriptionFromCodecData...
davilla [Wed, 4 Apr 2012 05:32:07 +0000 (01:32 -0400)]
[ios] fixed... again. check for flash before CreateFormatDescriptionFromCodecData, it can return a borked m_fmt_desc

12 years ago[add] - add orientation info for movies based on ffmpeg hint
Memphiz [Mon, 28 Nov 2011 19:48:08 +0000 (20:48 +0100)]
[add] - add orientation info for movies based on ffmpeg hint

12 years agoMerge pull request #865 from taxigps/vobsub2
taxigps [Sun, 8 Apr 2012 14:20:38 +0000 (07:20 -0700)]
Merge pull request #865 from taxigps/vobsub2

fixed: vobsub - lose subtitles

12 years agofixed: vobsub - lose subtitle after skip backwords because m_pOverlayContainer->Clean...
taxigps [Sun, 8 Apr 2012 14:09:32 +0000 (22:09 +0800)]
fixed: vobsub - lose subtitle after skip backwords because m_pOverlayContainer->CleanUp before m_started goes true.

12 years agofixed: vobsub - lose subtitle not end but start before seek time.
taxigps [Sat, 7 Apr 2012 09:31:38 +0000 (17:31 +0800)]
fixed: vobsub - lose subtitle not end but start before seek time.
go back m_Streams number of m_Timestamp to sure all language streams not lose.

12 years agoMerge pull request #861 from mad-max/newstrings
alanwww1 (Attila) [Sat, 7 Apr 2012 21:50:20 +0000 (14:50 -0700)]
Merge pull request #861 from mad-max/newstrings

added new strings to German/strings.xml

12 years agoadded strings from cptspiff's commit
Max Auer [Sat, 7 Apr 2012 17:02:41 +0000 (19:02 +0200)]
added strings from cptspiff's commit

12 years agoadded new strings to German/strings.xml
Max Auer [Sat, 7 Apr 2012 16:57:34 +0000 (18:57 +0200)]
added new strings to German/strings.xml
based on the commits from opdenkamp and giftie

12 years agoMerge pull request #658 from jmarshallnz/getdirectory_flags
jmarshallnz [Fri, 6 Apr 2012 23:52:19 +0000 (16:52 -0700)]
Merge pull request #658 from jmarshallnz/getdirectory_flags

Getdirectory: Use flags rather than a bunch of bools

12 years agoGet rid of clearing of the directory cache in ScanForExternalSubtitles - fixes #12136
Jonathan Marshall [Thu, 26 Jan 2012 00:15:28 +0000 (13:15 +1300)]
Get rid of clearing of the directory cache in ScanForExternalSubtitles - fixes #12136

12 years agoremove unnecessary use of threaded directory fetching
Jonathan Marshall [Thu, 26 Jan 2012 00:13:12 +0000 (13:13 +1300)]
remove unnecessary use of threaded directory fetching

12 years agoswitch CDirectory::GetDirectory to use a hints class and flags rather than a huge...
Jonathan Marshall [Wed, 25 Jan 2012 23:45:52 +0000 (12:45 +1300)]
switch CDirectory::GetDirectory to use a hints class and flags rather than a huge argument list

12 years agofixed: still frames at the start of a VTS in dvd could end up not showing
elupus [Fri, 6 Apr 2012 22:08:34 +0000 (00:08 +0200)]
fixed: still frames at the start of a VTS in dvd could end up not showing

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.

12 years agosend "OnSettingsChanged" from CAddon::SaveSettings, it works when changing settings...
amet [Fri, 6 Apr 2012 22:07:14 +0000 (02:07 +0400)]
send "OnSettingsChanged" from CAddon::SaveSettings, it works when changing settings from python as well. thx pieh

12 years agoMerge pull request #856 from amet/xbmc_monitor
Zeljko Ametovic [Fri, 6 Apr 2012 09:00:33 +0000 (02:00 -0700)]
Merge pull request #856 from amet/xbmc_monitor

Callback function for xbmc module (xbmc.Monitor)

12 years agoMerge pull request #226 from Voyager-xbmc/trac_11673
arnova [Fri, 6 Apr 2012 08:45:48 +0000 (01:45 -0700)]
Merge pull request #226 from Voyager-xbmc/trac_11673

Stacked ISO (boxset) movies - fix inconsistency and resume issues

12 years agoCallback function for xbmc module (xbmc.Monitor)
amet [Fri, 6 Apr 2012 08:31:43 +0000 (12:31 +0400)]
Callback function for xbmc module (xbmc.Monitor)

monitors for:
- onSettingsChanged
- onScreensaverDeactivated
- onScreensaverActivated
- onDatabaseUpdated, will return the database that has been updated (video/music)

12 years agodon't read from a m_pDS field after close
Jonathan Marshall [Fri, 6 Apr 2012 07:52:25 +0000 (19:52 +1200)]
don't read from a m_pDS field after close

12 years agoMerge pull request #855 from xbmcfanboy/ticket-12724
jmarshallnz [Fri, 6 Apr 2012 06:35:28 +0000 (23:35 -0700)]
Merge pull request #855 from xbmcfanboy/ticket-12724

Fix for ticket #12724: External cuesheet issue

12 years agoFix for ticket #12724: External cuesheet issue
Curtis Bevan [Wed, 4 Apr 2012 07:56:25 +0000 (00:56 -0700)]
Fix for ticket #12724: External cuesheet issue

12 years agoMerge pull request #847 from xbmcfanboy/formatting
CrystalP [Fri, 6 Apr 2012 01:44:17 +0000 (18:44 -0700)]
Merge pull request #847 from xbmcfanboy/formatting

[cosmetic] ': %s' instead of ':%s'

12 years agoGetCast query was screwed up
Jonathan Marshall [Fri, 6 Apr 2012 00:37:45 +0000 (12:37 +1200)]
GetCast query was screwed up

12 years ago[nfs] - fix special case where "/" root is exported from server. In that case no...
Memphiz [Thu, 5 Apr 2012 21:40:44 +0000 (23:40 +0200)]
[nfs] - fix special case where "/" root is exported from server. In that 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]

12 years ago[fix] - deadloop in libavfilter.h
Memphiz [Thu, 5 Apr 2012 19:29:15 +0000 (21:29 +0200)]
[fix] - deadloop in libavfilter.h

12 years agoMerge pull request #851 from aballier/master
Joakim Plate [Thu, 5 Apr 2012 16:35:22 +0000 (09:35 -0700)]
Merge pull request #851 from aballier/master

Bring av_read_frame_flush in line with ffmpeg git.