vuplus_xbmc
10 years agofixed: Locally found music album art was not stored in the db ((partially?) fixes...
arnova [Mon, 24 Jun 2013 10:39:26 +0000 (12:39 +0200)]
fixed: Locally found music album art was not stored in the db ((partially?) fixes #14345)

10 years agofixed: artist was being added as genre to music album table
arnova [Mon, 24 Jun 2013 08:14:04 +0000 (10:14 +0200)]
fixed: artist was being added as genre to music album table

10 years agofixed: Formatting (cosmetics)
arnova [Mon, 24 Jun 2013 08:05:19 +0000 (10:05 +0200)]
fixed: Formatting (cosmetics)

10 years agofixed: SQL query was wrong
arnova [Sun, 23 Jun 2013 21:46:15 +0000 (23:46 +0200)]
fixed: SQL query was wrong

10 years agochanged: Make more obvious we're passing a CFileItem
arnova [Sun, 23 Jun 2013 21:16:55 +0000 (23:16 +0200)]
changed: Make more obvious we're passing a CFileItem

10 years agofixed: Music album info gets stuck on failure (fixes #14435)
arnova [Sun, 23 Jun 2013 20:31:22 +0000 (22:31 +0200)]
fixed: Music album info gets stuck on failure (fixes #14435)

10 years agochanged: It's nicer to close the music db on failure
arnova [Sun, 23 Jun 2013 20:18:42 +0000 (22:18 +0200)]
changed: It's nicer to close the music db on failure

10 years agofixed: Crash when scanning music without any scraper set
arnova [Sun, 23 Jun 2013 20:06:57 +0000 (22:06 +0200)]
fixed: Crash when scanning music without any scraper set

11 years agoMerge pull request #2828 from Tolriq/fix_remoteaccess
Sascha Montellese [Wed, 12 Jun 2013 21:31:50 +0000 (14:31 -0700)]
Merge pull request #2828 from Tolriq/fix_remoteaccess

allow more paths in CFileUtils::RemoteAccessAllowed (fixes some addons and JSON-RPC clients)

11 years agojsonrpc: fix "filetype" property being (unexpectedly) returned for Player.GetItem...
montellese [Wed, 12 Jun 2013 21:00:44 +0000 (23:00 +0200)]
jsonrpc: fix "filetype" property being (unexpectedly) returned for Player.GetItem et al.

11 years agocosmetics in CFileOperations
montellese [Wed, 12 Jun 2013 20:51:25 +0000 (22:51 +0200)]
cosmetics in CFileOperations

11 years agojsonrpc: use "song" as default value for "type" property
montellese [Wed, 12 Jun 2013 20:50:02 +0000 (22:50 +0200)]
jsonrpc: use "song" as default value for "type" property

11 years agojsonrpc: fix property values returned by Player.GetItem
montellese [Wed, 12 Jun 2013 20:49:12 +0000 (22:49 +0200)]
jsonrpc: fix property values returned by Player.GetItem

11 years agoMerge pull request #2864 from Memphiz/mdns
Memphiz [Wed, 12 Jun 2013 21:03:19 +0000 (14:03 -0700)]
Merge pull request #2864 from Memphiz/mdns

[mdnsembedded] - fix zeroconfbrowser

11 years ago[mdns] - enable zeroconfbrowser via mdnsembedded - as the browsing/service-resolveing...
Memphis [Mon, 10 Jun 2013 21:43:25 +0000 (23:43 +0200)]
[mdns] - enable zeroconfbrowser via mdnsembedded - as the browsing/service-resolveing issue is solved now

11 years ago[mdns] - fix service resolving when using mdns-embedded
Memphis [Mon, 10 Jun 2013 21:54:09 +0000 (23:54 +0200)]
[mdns] - fix service resolving when using mdns-embedded
- don't call our dnsresolver in the callback but try it in the zeroconf thread instead
- if that fails (as it does in some networks/platforms where gethostbyname doesn't resolve .local. domains) - fallback to the mdns resolver

11 years ago[zeroconf] - add new hostname field to the service class - its needed by mdns
Memphis [Mon, 10 Jun 2013 21:44:33 +0000 (23:44 +0200)]
[zeroconf] - add new hostname field to the service class - its needed by mdns

11 years ago[depends] - bump mdnsresponder to 379.37
Memphis [Mon, 10 Jun 2013 17:27:44 +0000 (19:27 +0200)]
[depends] - bump mdnsresponder to 379.37

11 years agoMerge pull request #2868 from Montellese/win32_msbuild
Memphiz [Wed, 12 Jun 2013 10:45:58 +0000 (03:45 -0700)]
Merge pull request #2868 from Montellese/win32_msbuild

[win32] make BuildSetup.bat et. al. more robust for jenkins builds

11 years agoRetain type safety by using const_cast instead of C-style cast
Garrett Brown [Wed, 12 Jun 2013 00:26:23 +0000 (17:26 -0700)]
Retain type safety by using const_cast instead of C-style cast

11 years agoRemove Python dialogs when compiling without Python
Garrett Brown [Fri, 7 Jun 2013 23:47:11 +0000 (16:47 -0700)]
Remove Python dialogs when compiling without Python

cherry-picked from https://github.com/plexinc/plex-home-theater-public/commit/f76df3e72

11 years agoAdd #include guards for HAS_PYTHON
Garrett Brown [Tue, 11 Jun 2013 20:19:54 +0000 (13:19 -0700)]
Add #include guards for HAS_PYTHON

This fixes compile of Addon.cpp and Weather.cpp if HAS_PYTHON is not defined

11 years ago[jenkins] - do the mingw build in a backgroundthread and echo "." on the foreground...
Memphiz [Tue, 11 Jun 2013 15:45:10 +0000 (17:45 +0200)]
[jenkins] - do the mingw build in a backgroundthread and echo "." on the foreground thread for giving continuous output to the jenkins slave - should fix the disconnect issue on win32 slave

11 years ago[win32] cosmetic in BuildSetup.bat
montellese [Tue, 11 Jun 2013 19:19:44 +0000 (21:19 +0200)]
[win32] cosmetic in BuildSetup.bat

11 years ago[win32] use MSBuild.exe or devenv.com (if available) in BuildSetup.bat to get verbose...
montellese [Sat, 8 Jun 2013 22:12:04 +0000 (00:12 +0200)]
[win32] use MSBuild.exe or devenv.com (if available) in BuildSetup.bat to get verbose console output

11 years agoMerge pull request #2862 from t4-ravenbird/ping-errmsg
jmarshallnz [Tue, 11 Jun 2013 08:46:09 +0000 (01:46 -0700)]
Merge pull request #2862 from t4-ravenbird/ping-errmsg

[win32] ping ; avoid log when no reply

11 years agoMerge pull request #2629 from nuka1195/Branch_Python_Keyboard_to_Dialog
jmarshallnz [Tue, 11 Jun 2013 08:44:28 +0000 (01:44 -0700)]
Merge pull request #2629 from nuka1195/Branch_Python_Keyboard_to_Dialog

[Python] Adds keyboard to dialog class, using all of Dialog().numeric() methods.

11 years ago[pvr] sync add-ons
Lars Op den Kamp [Mon, 10 Jun 2013 21:23:45 +0000 (23:23 +0200)]
[pvr] sync add-ons

11 years agoMerge pull request #2810 from jmarshallnz/eval_conditions_before_actions
Michal Piechowiak [Mon, 10 Jun 2013 20:39:21 +0000 (13:39 -0700)]
Merge pull request #2810 from jmarshallnz/eval_conditions_before_actions

Eval conditions before actions

11 years ago[win32] ping ; avoid log when no reply
t4.ravenbird [Mon, 10 Jun 2013 20:37:46 +0000 (22:37 +0200)]
[win32] ping ; avoid log when no reply

11 years ago[WIN32] fixed: dxspectrum and waveform had no exports.
wsoltys [Mon, 10 Jun 2013 20:20:27 +0000 (22:20 +0200)]
[WIN32] fixed: dxspectrum and waveform had no exports.

11 years agoSilence compiler warning "conversion from 'double' to 'float', possible loss of data"
Garrett Brown [Sun, 9 Jun 2013 22:06:53 +0000 (15:06 -0700)]
Silence compiler warning "conversion from 'double' to 'float', possible loss of data"

11 years agoMerge pull request #2774 from popcornmix/rpi-settings
popcornmix [Mon, 10 Jun 2013 10:21:58 +0000 (03:21 -0700)]
Merge pull request #2774 from popcornmix/rpi-settings

[rbp] Fix new settings scheme for RPi and provide defaults

11 years agoMerge pull request #2760 from aballier/ffmpeg_cleanups
Arne Morten Kvarving [Mon, 10 Jun 2013 10:15:42 +0000 (03:15 -0700)]
Merge pull request #2760 from aballier/ffmpeg_cleanups

External FFmpeg cleaning

11 years agoMerge pull request #2751 from wsnipex/linux-buildsteps
Wolfgang Schupp [Mon, 10 Jun 2013 09:29:20 +0000 (02:29 -0700)]
Merge pull request #2751 from wsnipex/linux-buildsteps

Add debian packaging script and jenkins buildsteps

11 years agoMerge pull request #303 from garbear/wifi-improvements
Garrett Brown [Mon, 10 Jun 2013 09:19:18 +0000 (02:19 -0700)]
Merge pull request #303 from garbear/wifi-improvements

Wifi improvements

11 years ago[Win32] Added ability to scan for access points
Garrett Brown [Mon, 25 Jul 2011 09:31:51 +0000 (02:31 -0700)]
[Win32] Added ability to scan for access points

11 years agoSquelched compile warnings in NetworkWin32.cpp
Garrett Brown [Mon, 25 Jul 2011 09:30:34 +0000 (02:30 -0700)]
Squelched compile warnings in NetworkWin32.cpp

11 years ago[Linux] Improved scanning for access points to include MAC address, channel and signa...
Garrett Brown [Mon, 10 Jun 2013 08:33:12 +0000 (01:33 -0700)]
[Linux] Improved scanning for access points to include MAC address, channel and signal strength.

Includes general improvements and readability fixups in NetworkLinux.cpp.

11 years agoFix extra ; after if statement from commit c4ffa7736
Garrett Brown [Sun, 9 Jun 2013 23:30:01 +0000 (16:30 -0700)]
Fix extra ; after if statement from commit c4ffa7736

11 years ago[cosmetic] Add settings.xml file reference to English strings
Garrett Brown [Mon, 10 Jun 2013 02:12:29 +0000 (19:12 -0700)]
[cosmetic] Add settings.xml file reference to English strings

11 years ago[Python] Adds keyboard to dialog class, using all of Dialog().numeric() methods.
nuka1195 [Sat, 11 May 2013 21:09:53 +0000 (17:09 -0400)]
[Python] Adds keyboard to dialog class, using all of Dialog().numeric() methods.

This does not eliminate xbmc.Keyboard() or Dialog().numeric. Those could be depreciated.

11 years agoMerge pull request #2844 from Memphiz/mdns
Memphiz [Sun, 9 Jun 2013 21:31:13 +0000 (14:31 -0700)]
Merge pull request #2844 from Memphiz/mdns

[droid] - add zeroconf support

11 years agoMerge pull request #2857 from Memphiz/droidmulticast
Cory Fields [Sun, 9 Jun 2013 20:52:59 +0000 (13:52 -0700)]
Merge pull request #2857 from Memphiz/droidmulticast

droid/jni: add MulticastLock class and hook it up to wifi manager

11 years agoMerge pull request #2859 from popcornmix/fix_srt_sub
huceke [Sun, 9 Jun 2013 18:47:21 +0000 (11:47 -0700)]
Merge pull request #2859 from popcornmix/fix_srt_sub

[rbp/omxplayer] Fix for srt subtitle sync

11 years ago[rbp/omxplayer] Fix for srt subtitle sync
popcornmix [Sun, 9 Jun 2013 18:17:27 +0000 (19:17 +0100)]
[rbp/omxplayer] Fix for srt subtitle sync

Textual subs should be synchronised to the mediatime (OMXMediaTime) like graphical subs

11 years agoMerge pull request #2858 from mihawk90/patch-1
Arne Morten Kvarving [Sun, 9 Jun 2013 16:15:24 +0000 (09:15 -0700)]
Merge pull request #2858 from mihawk90/patch-1

Implement Logitech Rumblepad 2

11 years agoImplement Logitech Rumblepad 2
Tarulia [Sun, 9 Jun 2013 16:09:19 +0000 (18:09 +0200)]
Implement Logitech Rumblepad 2

11 years agoMerge pull request #2853 from popcornmix/remove_discontinuity
huceke [Sun, 9 Jun 2013 14:01:00 +0000 (07:01 -0700)]
Merge pull request #2853 from popcornmix/remove_discontinuity

[rbp/omxplayer] Remove discontinuity handling from players

11 years ago[mdns] - make doResolve sync - else we risk an assert because we access the resolved...
Memphiz [Thu, 6 Jun 2013 21:37:12 +0000 (23:37 +0200)]
[mdns] - make doResolve sync - else we risk an assert because we access the resolved service before it really is ready. Event code taken from our avahi impl.

11 years ago[mdns] - fix some possible crashes (seen when using embedded mdns)
Memphiz [Tue, 4 Jun 2013 19:59:20 +0000 (21:59 +0200)]
[mdns] - fix some possible crashes (seen when using embedded mdns)

11 years ago[mdns] - add mdnsresponder to depends and build it for android
Memphiz [Tue, 4 Jun 2013 12:52:50 +0000 (14:52 +0200)]
[mdns] - add mdnsresponder to depends and build it for android

11 years ago[zeroconf] - cleanup ifdefs use HAS_MDNS and HAS_MDNS_EMBEDDED (similar to what we...
Memphiz [Tue, 4 Jun 2013 12:08:03 +0000 (14:08 +0200)]
[zeroconf] - cleanup ifdefs use HAS_MDNS and HAS_MDNS_EMBEDDED (similar to what we do with HAS_AVAHI already) instead of making TARGET_blah assumptions - rename Zeroconf*WIN.* to Zeroconf*MDNS.* and move it into its own subdir mdns - its not windows specific anymore - add support for libmDnsEmbedded for allowing zeroconf support without running daemon (embedded server)

11 years ago[mdns] - add HAS_MDNS and HAS_MDNS_EMBEDDED for supporting zeroconf through mDnsResponder
Memphiz [Tue, 4 Jun 2013 12:04:36 +0000 (14:04 +0200)]
[mdns] - add HAS_MDNS and HAS_MDNS_EMBEDDED for supporting zeroconf through mDnsResponder

11 years ago[mdns] - add optional libmdnsembedded support to configure
Memphiz [Tue, 4 Jun 2013 12:03:35 +0000 (14:03 +0200)]
[mdns] - add optional libmdnsembedded support to configure

11 years agojni: add MulticastLock class and hook it up to wifi manager
Cory Fields [Mon, 3 Jun 2013 15:51:11 +0000 (11:51 -0400)]
jni: add MulticastLock class and hook it up to wifi manager

11 years agoMerge pull request #2697 from ace20022/makeEmStatic
Arne Morten Kvarving [Sun, 9 Jun 2013 11:05:11 +0000 (04:05 -0700)]
Merge pull request #2697 from ace20022/makeEmStatic

[cores/interfaces] Make functions static if possible.

11 years agoMerge pull request #2856 from fetzerch/target-windows
Lars Op den Kamp [Sun, 9 Jun 2013 10:00:03 +0000 (03:00 -0700)]
Merge pull request #2856 from fetzerch/target-windows

pvr: win32: Make sure that the addon libs define TARGET_WINDOWS

11 years agopvr: win32: Make sure that the addon libs define TARGET_WINDOWS
Christian Fetzer [Sun, 9 Jun 2013 09:53:02 +0000 (11:53 +0200)]
pvr: win32: Make sure that the addon libs define TARGET_WINDOWS

Recently, _WIN32 has been replaced by TARGET_WINDOWS.
Since this is a project specific define and not a system variable,
we have to make sure that the PVR addon libs define this in their
project configuration. Otherwise the libs won't export any symbols
and the PVR addons cannot be loaded.

11 years ago[cores] Make functions static if possible.
ace20022 [Mon, 6 May 2013 11:58:35 +0000 (13:58 +0200)]
[cores] Make functions static if possible.

11 years ago[WindowInterceptor] Make up() static.
ace20022 [Mon, 6 May 2013 08:16:36 +0000 (10:16 +0200)]
[WindowInterceptor] Make up() static.

11 years ago[rbp/omxplayer] Remove discontinuity handling from players
popcornmix [Sat, 18 May 2013 14:05:50 +0000 (15:05 +0100)]
[rbp/omxplayer] Remove discontinuity handling from players

I think sync/continuity checking done in OMXPlayerVideo and OMXPlayerAudio on Pi
is always wrong and leads to audio sync errors after discontinuities.

The GPU already does clock adjustment based on discontinuities in timestamps,
and is in a better position to do this adjustment.
(Remember there are a couple of seconds of buffered audio/video between here
and GPU and we want to adjust the clock at the other end of this queue).

11 years agoMerge pull request #2638 from fataki/builtinscreensaver
Arne Morten Kvarving [Sat, 8 Jun 2013 19:53:01 +0000 (12:53 -0700)]
Merge pull request #2638 from fataki/builtinscreensaver

ADD: ActivateScreensaver to builtin functions

11 years agoMerge pull request #2238 from stefansaraev/setguilanguage
Arne Morten Kvarving [Sat, 8 Jun 2013 19:40:26 +0000 (12:40 -0700)]
Merge pull request #2238 from stefansaraev/setguilanguage

add builtin to set GUI Language

11 years agoMerge pull request #2819 from Fice/dnd_assign_fix
Arne Morten Kvarving [Sat, 8 Jun 2013 19:21:42 +0000 (12:21 -0700)]
Merge pull request #2819 from Fice/dnd_assign_fix

[FIX] CFileItemList.assign() should keep sort information

11 years agoFix dllavutil after #2730
Voyager1 [Sat, 8 Jun 2013 18:42:52 +0000 (20:42 +0200)]
Fix dllavutil after #2730

11 years agoMerge pull request #2851 from pieh/regexp_unlowercase
Arne Morten Kvarving [Sat, 8 Jun 2013 19:11:53 +0000 (12:11 -0700)]
Merge pull request #2851 from pieh/regexp_unlowercase

advancedsettings: don't lowercase custom regexp for tvshowmatching

11 years ago[rbp/omxplayer] Remove flip timing logic from OMXPlayerVideo
popcornmix [Sat, 8 Jun 2013 15:10:49 +0000 (16:10 +0100)]
[rbp/omxplayer] Remove flip timing logic from OMXPlayerVideo

Currently subs are ~500ms out of sync with a lot of jitter.

The video is not rendered by the arm, so a lot of the page flipping code is redundant.
Calling ProcessOverlays/FlipPage every frame is a big performance hit on Pi,
so I keep track of when the subs will next change and only call them then.

This has the side effect that ASS/SSA subs don't animate, so while sub is onscreen,
I periodically update (limited 10 fps).

11 years agoadvancedsettings: don't lowercase custom regexp for tvshowmatching
Michal Piechowiak [Sat, 8 Jun 2013 18:19:06 +0000 (20:19 +0200)]
advancedsettings: don't lowercase custom regexp for tvshowmatching

lowercasing regexp might change /D+ to /d+ which means something elsse
credit Sesshoumaru for finding issue and suggesting this fix

11 years agoMerge pull request #2730 from ulion/dvdplayer_ffmpeg_http_protocol_options
Arne Morten Kvarving [Sat, 8 Jun 2013 17:17:39 +0000 (10:17 -0700)]
Merge pull request #2730 from ulion/dvdplayer_ffmpeg_http_protocol_options

[DVDPlayer] ffmpeg support http/https protocol options, also fix #14309.

11 years agoMerge pull request #2838 from evilhamster/cue14397
Arne Morten Kvarving [Sat, 8 Jun 2013 17:08:16 +0000 (10:08 -0700)]
Merge pull request #2838 from evilhamster/cue14397

Fix for single files multiple songs reported in #14397

11 years agoMerge pull request #2850 from popcornmix/fix_div_zero
huceke [Sat, 8 Jun 2013 17:03:24 +0000 (10:03 -0700)]
Merge pull request #2850 from popcornmix/fix_div_zero

[rbp/omxplayer] Fix divide by zero at eof

11 years ago[rbp/omxplayer] Fix divide by zero at eof
popcornmix [Sat, 8 Jun 2013 16:15:51 +0000 (17:15 +0100)]
[rbp/omxplayer] Fix divide by zero at eof

If you leave the codec info up in a debug build and reach eof, you will abort.

This is due to audio decoder being closed, which zeros m_BytesPerSec, but the player info is still requested.
GetCacheTime will do a divide by zero. This change protects that divide.

11 years agoMerge pull request #2847 from elupus/vda_ffmpeg
Joakim Plate [Sat, 8 Jun 2013 13:52:40 +0000 (06:52 -0700)]
Merge pull request #2847 from elupus/vda_ffmpeg

Vda ffmpeg

11 years agoMerge pull request #2845 from elupus/vda
Joakim Plate [Sat, 8 Jun 2013 13:41:38 +0000 (06:41 -0700)]
Merge pull request #2845 from elupus/vda

Vda decoding fixups

11 years agovda: GetPicture return bool
Joakim Plate [Sat, 8 Jun 2013 13:40:43 +0000 (15:40 +0200)]
vda: GetPicture return bool

11 years agoMerge pull request #2745 from Rawk/add_HasFileExtension
Arne Morten Kvarving [Sat, 8 Jun 2013 12:23:27 +0000 (05:23 -0700)]
Merge pull request #2745 from Rawk/add_HasFileExtension

Add URIUtils::HasExtension(..)

11 years agoCleanup IDirectory::IsAllowed(..)
Rawk [Tue, 14 May 2013 12:23:21 +0000 (14:23 +0200)]
Cleanup IDirectory::IsAllowed(..)

11 years agoUse the new HasExtension(..) function
Rawk [Tue, 14 May 2013 12:19:13 +0000 (14:19 +0200)]
Use the new HasExtension(..) function

11 years agoAdd URIUtils::HasExtension(..) functions
Rawk [Tue, 14 May 2013 12:16:19 +0000 (14:16 +0200)]
Add URIUtils::HasExtension(..) functions

11 years agovda: allow queuing to be used
Joakim Plate [Sat, 8 Jun 2013 11:24:21 +0000 (13:24 +0200)]
vda: allow queuing to be used

11 years agovda: don't request buffer until we are sure queue depth is below limit
Joakim Plate [Sat, 8 Jun 2013 09:42:58 +0000 (11:42 +0200)]
vda: don't request buffer until we are sure queue depth is below limit

This avoid queue building up due to late output from decoder.

11 years agovda: increase re-order queue size to minimum 5 and based on ref frames
Joakim Plate [Sat, 8 Jun 2013 09:40:52 +0000 (11:40 +0200)]
vda: increase re-order queue size to minimum 5 and based on ref frames

We must always have at least the number of reference frames to guaranteee
output in correct frame order.

11 years agovda: replace sort time timestamp with counter
Joakim Plate [Sat, 8 Jun 2013 09:39:42 +0000 (11:39 +0200)]
vda: replace sort time timestamp with counter

Timestamps can end up equal between two samples.

11 years agovda: simplify presentation order calculation
Joakim Plate [Sat, 8 Jun 2013 09:36:14 +0000 (11:36 +0200)]
vda: simplify presentation order calculation

Instead of keeping track of timestamp when added which is shaky at best
just put them at the end of the ouput queue. This should fully equal
old logic when we are always missing pts and likely be better when
pts is sporadic.

11 years agoFix for single files / multiple songs reported in #14397, bumps musicdb version to 37
evilhamster [Thu, 6 Jun 2013 10:06:23 +0000 (12:06 +0200)]
Fix for single files / multiple songs reported in #14397, bumps musicdb version to 37

11 years agoMerge pull request #2834 from Fice/fix_pvr_lock
Lars Op den Kamp [Sat, 8 Jun 2013 11:07:34 +0000 (04:07 -0700)]
Merge pull request #2834 from Fice/fix_pvr_lock

[FIX] CheckMenuLock ignored WINDOW_SETTINGS_PVR

11 years ago[FIX] CheckMenuLock ignored WINDOW_SETTINGS_PVR
Fice [Sat, 8 Jun 2013 10:22:48 +0000 (12:22 +0200)]
[FIX] CheckMenuLock ignored WINDOW_SETTINGS_PVR

11 years agoMerge branch 'june_window'. closes #2812
Lars Op den Kamp [Sat, 8 Jun 2013 09:59:30 +0000 (11:59 +0200)]
Merge branch 'june_window'. closes #2812

11 years agoMerge pull request #2835 from huceke/raspberrypi
huceke [Sat, 8 Jun 2013 09:57:51 +0000 (02:57 -0700)]
Merge pull request #2835 from huceke/raspberrypi

[rbp/buildsystem] changed set USE_TEXTUREPACKER_NATIVE_ROOT in the build...

11 years agodvdplayer: support vda decoding using ffmpeg hwaccel infrastructure
Joakim Plate [Sat, 8 Jun 2013 09:52:10 +0000 (11:52 +0200)]
dvdplayer: support vda decoding using ffmpeg hwaccel infrastructure

This removes the requirment that width/height have to be known before
hand, as well as avoid need to extract extradata before hand.

11 years agoffmpeg: restore invalid vda_frame definition
Joakim Plate [Sat, 1 Jun 2013 14:29:02 +0000 (16:29 +0200)]
ffmpeg: restore invalid vda_frame definition

Upstream has it this way already, no idea how this ended up changed.

11 years ago[pvr] bump API version to 1.8.0 and sync add-ons
Lars Op den Kamp [Sat, 8 Jun 2013 09:36:05 +0000 (11:36 +0200)]
[pvr] bump API version to 1.8.0 and sync add-ons

11 years agoMerge pull request #2809 from jmarshallnz/no_skip_for_you
Arne Morten Kvarving [Sat, 8 Jun 2013 08:51:45 +0000 (01:51 -0700)]
Merge pull request #2809 from jmarshallnz/no_skip_for_you

[dvd/omxplayer] don't override NextItem/PreviousItem with chapter skipping

11 years agoMerge pull request #2806 from Fice/rip_to_dp
jmarshallnz [Sat, 8 Jun 2013 08:36:47 +0000 (01:36 -0700)]
Merge pull request #2806 from Fice/rip_to_dp

Add ripped CDs automatically to database

11 years agoMerge pull request #2821 from evilhamster/master
Arne Morten Kvarving [Sat, 8 Jun 2013 08:21:09 +0000 (01:21 -0700)]
Merge pull request #2821 from evilhamster/master

[Minor] Added support for discnumber to CueDocument

11 years agoMerge pull request #2843 from w3sip/master
Arne Morten Kvarving [Sat, 8 Jun 2013 08:10:52 +0000 (01:10 -0700)]
Merge pull request #2843 from w3sip/master

Optionally allow caching for all network streams, including those on LAN (via new advanced setting 'alwaysforcebuffer')

11 years agofixed, these use CallVoidMethod, not CallObjectMethod
davilla [Sat, 25 May 2013 20:59:32 +0000 (16:59 -0400)]
fixed, these use CallVoidMethod, not CallObjectMethod

11 years agojni: fix legitimate bugs seen with new warnings
Cory Fields [Sat, 8 Jun 2013 00:54:51 +0000 (20:54 -0400)]
jni: fix legitimate bugs seen with new warnings

11 years agojni: use dummy casts to quash legitimate unused variable warning messages
Cory Fields [Sat, 8 Jun 2013 00:52:26 +0000 (20:52 -0400)]
jni: use dummy casts to quash legitimate unused variable warning messages