vuplus_xbmc
10 years agofixed build
S. Davilla [Wed, 2 Oct 2013 17:32:33 +0000 (13:32 -0400)]
fixed build

10 years agoosx/ios: cosmetics
S. Davilla [Wed, 2 Oct 2013 17:31:51 +0000 (13:31 -0400)]
osx/ios: cosmetics

10 years agofix broken dependencies for addons
Martijn Kaijser [Wed, 2 Oct 2013 16:52:02 +0000 (18:52 +0200)]
fix broken dependencies for addons

10 years agoMerge pull request #3318 from MartijnKaijser/win32_python2.7.5
Martijn Kaijser [Wed, 2 Oct 2013 16:40:48 +0000 (09:40 -0700)]
Merge pull request #3318 from MartijnKaijser/win32_python2.7.5

[win32] bump python version to 2.7.5 and PIL-1.1.7.win32-py2.7

10 years agoopps :)
S. Davilla [Wed, 2 Oct 2013 15:25:47 +0000 (11:25 -0400)]
opps :)
Revert "gles: fixed crash with nv12 format"

This reverts commit 62a4a657d840e3d83e5a6963c95960293683a95d.

10 years agogles: fixed crash with nv12 format
S. Davilla [Wed, 2 Oct 2013 15:04:52 +0000 (11:04 -0400)]
gles: fixed crash with nv12 format

10 years agoMerge pull request #3364 from popcornmix/fixbuildseek
huceke [Wed, 2 Oct 2013 11:46:29 +0000 (04:46 -0700)]
Merge pull request #3364 from popcornmix/fixbuildseek

[rbp/omxplayer] Fix build after large step PR (#3280)

10 years ago[rbp/omxplayer] Fix build after large step PR (#3280)
popcornmix [Wed, 2 Oct 2013 11:40:22 +0000 (12:40 +0100)]
[rbp/omxplayer] Fix build after large step PR (#3280)

10 years ago[win32] remove obsolete python24.dll code
Martijn Kaijser [Tue, 1 Oct 2013 16:13:16 +0000 (18:13 +0200)]
[win32] remove obsolete python24.dll code

10 years ago[win32] bump to Python 2.7.5 and PIL-1.1.7.win32-py2.7
Martijn Kaijser [Tue, 1 Oct 2013 16:12:50 +0000 (18:12 +0200)]
[win32] bump to Python 2.7.5 and PIL-1.1.7.win32-py2.7

10 years agoMerge pull request #3280 from arnova/big_step_is_big_step
arnova [Wed, 2 Oct 2013 08:26:26 +0000 (01:26 -0700)]
Merge pull request #3280 from arnova/big_step_is_big_step

changed: Large step should not skip chapters instead

10 years agoMerge pull request #3363 from popcornmix/audiofix
huceke [Wed, 2 Oct 2013 05:45:27 +0000 (22:45 -0700)]
Merge pull request #3363 from popcornmix/audiofix

[rbp/omxplayer] Fix for audio boost and lost volume changes

10 years agoMerge pull request #3361 from popcornmix/fix_avoid_audio
huceke [Wed, 2 Oct 2013 05:44:39 +0000 (22:44 -0700)]
Merge pull request #3361 from popcornmix/fix_avoid_audio

[rbp/omxplayer] Fix live tv regression from #3212

10 years agoMerge pull request #3362 from popcornmix/removeerrors
huceke [Wed, 2 Oct 2013 05:43:13 +0000 (22:43 -0700)]
Merge pull request #3362 from popcornmix/removeerrors

[rbp/omxplayer] Remove errors that are expected

10 years agoMerge pull request #3357 from popcornmix/cosmetics
huceke [Wed, 2 Oct 2013 05:42:02 +0000 (22:42 -0700)]
Merge pull request #3357 from popcornmix/cosmetics

[rbp/omxplayer] Cosmetics

10 years agoMerge pull request #3349 from MartijnKaijser/cleanup_xbox
wsoltys [Wed, 2 Oct 2013 05:29:42 +0000 (22:29 -0700)]
Merge pull request #3349 from MartijnKaijser/cleanup_xbox

Cleanup xbox

10 years agoMerge pull request #3194 from arnova/slow_picture_job_fix
arnova [Wed, 2 Oct 2013 05:27:06 +0000 (22:27 -0700)]
Merge pull request #3194 from arnova/slow_picture_job_fix

changed: Pause low priority jobs when loading/showing pictures

10 years ago[rbp/omxplayer] Avoid losing volume changes when amplification is disabled
popcornmix [Sun, 15 Sep 2013 09:37:45 +0000 (10:37 +0100)]
[rbp/omxplayer] Avoid losing volume changes when amplification is disabled

10 years ago[rbp/omxplayer] Only apply boost centre to multichannel audio
popcornmix [Sun, 15 Sep 2013 09:37:23 +0000 (10:37 +0100)]
[rbp/omxplayer] Only apply boost centre to multichannel audio

10 years ago[rbp/omxplayer] Unpopulated port is not an error condition
popcornmix [Tue, 1 Oct 2013 21:58:17 +0000 (22:58 +0100)]
[rbp/omxplayer] Unpopulated port is not an error condition

10 years ago[rbp/omxplayer] For bypass renderer, renderer not started is not an error condition
popcornmix [Fri, 27 Sep 2013 22:53:53 +0000 (23:53 +0100)]
[rbp/omxplayer] For bypass renderer, renderer not started is not an error condition

10 years ago[rbp/omxplayer] Allow number minor changes to passthrough audio without closing stream.
popcornmix [Tue, 1 Oct 2013 21:18:06 +0000 (22:18 +0100)]
[rbp/omxplayer] Allow number minor changes to passthrough audio without closing stream.

With passthough audio, the codec or sample rate changing require closing the audio stream.
The number of channels, bits per sample and bitrate don't affect the physical audio stream and so don't require the stream to be closed.

Also, the WaitCompletion call was incorrect as no EOS has been sent at this point, so it just acts as a (timeout) delay.

With these fixes, number of channels changing is seamless with passthough audio, and the glitch is reduced for non-passthough.

10 years agoRevert "[rbp/omxplayer] Avoid audio codec when in passthrough modes"
popcornmix [Tue, 1 Oct 2013 21:10:39 +0000 (22:10 +0100)]
Revert "[rbp/omxplayer] Avoid audio codec when in passthrough modes"

This reverts commit 9d6e3524ec14401961f64376f01eaca596ae39da.

10 years agoMerge pull request #3355 from popcornmix/fixbuildegl
davilla [Tue, 1 Oct 2013 21:05:35 +0000 (14:05 -0700)]
Merge pull request #3355 from popcornmix/fixbuildegl

[EGL] Fix build after #3298

10 years agoMerge pull request #3249 from wsoltys/remove_stringblock
wsoltys [Tue, 1 Oct 2013 20:48:45 +0000 (13:48 -0700)]
Merge pull request #3249 from wsoltys/remove_stringblock

[RFC] remove all methods related to loading string blocks into memory.

10 years ago[rbp/omxplayer] Cosmetics
popcornmix [Mon, 19 Aug 2013 21:06:02 +0000 (22:06 +0100)]
[rbp/omxplayer] Cosmetics

Remove a few unused variables and fix logging of pcm data

10 years ago[EGL] Fix build after #3298
popcornmix [Tue, 1 Oct 2013 19:39:23 +0000 (20:39 +0100)]
[EGL] Fix build after #3298

10 years agofixed possible but unlikely overflow.
wsoltys [Thu, 12 Sep 2013 19:23:45 +0000 (21:23 +0200)]
fixed possible but unlikely overflow.

10 years agoremoved all methods related to loading string blocks into memory. afaik this is obsol...
wsoltys [Thu, 12 Sep 2013 19:21:29 +0000 (21:21 +0200)]
removed all methods related to loading string blocks into memory. afaik this is obsolete and not in use anymore.

10 years agoMerge pull request #3251 from Karlson2k/no_win32_pcre
Karlson2k [Tue, 1 Oct 2013 18:09:08 +0000 (11:09 -0700)]
Merge pull request #3251 from Karlson2k/no_win32_pcre

Replace PCRE win32 project with depend package

10 years ago[WIN32] fixed: stray backslash.
wsoltys [Tue, 1 Oct 2013 16:46:48 +0000 (18:46 +0200)]
[WIN32] fixed: stray backslash.

10 years ago[win32] Delete old unused PCRE package files
Karlson2k [Sat, 14 Sep 2013 15:56:16 +0000 (19:56 +0400)]
[win32] Delete old unused PCRE package files

10 years ago[win32] Remove win32 PCRE lib source files
Karlson2k [Thu, 12 Sep 2013 21:50:28 +0000 (01:50 +0400)]
[win32] Remove win32 PCRE lib source files

10 years ago[win32] Remove PCRE project from solution
Karlson2k [Thu, 12 Sep 2013 21:48:42 +0000 (01:48 +0400)]
[win32] Remove PCRE project from solution

10 years ago[win32] Use headers and static libs from PCRE package
Karlson2k [Thu, 12 Sep 2013 21:45:33 +0000 (01:45 +0400)]
[win32] Use headers and static libs from PCRE package

10 years ago[win32] Download and extract PCRE depend package
Karlson2k [Sat, 14 Sep 2013 15:44:06 +0000 (19:44 +0400)]
[win32] Download and extract PCRE depend package

10 years agoMerge pull request #3294 from t-nelson/pivos_pvr
Trent Nelson [Tue, 1 Oct 2013 14:47:37 +0000 (07:47 -0700)]
Merge pull request #3294 from t-nelson/pivos_pvr

Pivos PVR changes

10 years ago[EPG] Don't perform updates during video playback.
sensite [Sat, 19 Jan 2013 12:56:05 +0000 (07:56 -0500)]
[EPG] Don't perform updates during video playback.

Lag and stutter may ensue.

10 years agoMerge pull request #3264 from Karlson2k/win32_build_packages
Karlson2k [Tue, 1 Oct 2013 13:39:49 +0000 (06:39 -0700)]
Merge pull request #3264 from Karlson2k/win32_build_packages

Update of win32 build package download system

10 years ago[win32] Remove individual batch files and data
Karlson2k [Sat, 14 Sep 2013 19:18:05 +0000 (23:18 +0400)]
[win32] Remove individual batch files and data

10 years ago[win32] Run new batch file from DownloadBuildDeps.bat
Karlson2k [Sat, 14 Sep 2013 19:13:12 +0000 (23:13 +0400)]
[win32] Run new batch file from DownloadBuildDeps.bat

10 years ago[win32] Update package list to include extension; update taglib, nfs entries
Karlson2k [Sat, 14 Sep 2013 20:55:13 +0000 (00:55 +0400)]
[win32] Update package list to include extension; update taglib, nfs entries

10 years ago[win32] Add batch file for getting formed build packages
Karlson2k [Sat, 14 Sep 2013 19:26:59 +0000 (23:26 +0400)]
[win32] Add batch file for getting formed build packages

10 years ago[win32] fix: use new function 'GetKernelBitness()' instead of 'IsOS64bit()'
Karlson2k [Tue, 1 Oct 2013 08:23:54 +0000 (12:23 +0400)]
[win32] fix: use new function 'GetKernelBitness()' instead of 'IsOS64bit()'

10 years agoMerge pull request #2770 from t4-ravenbird/woa-mac-discovery
Martijn Kaijser [Tue, 1 Oct 2013 07:20:45 +0000 (00:20 -0700)]
Merge pull request #2770 from t4-ravenbird/woa-mac-discovery

wake-on-access ; avoid attempting mac-discovery for internet addresses

10 years agoMerge pull request #3338 from Voyager1/fix-dvdextsub
Voyager1 [Tue, 1 Oct 2013 07:16:58 +0000 (00:16 -0700)]
Merge pull request #3338 from Voyager1/fix-dvdextsub

[fix] Allow the use of external subtitles for DVDs

10 years agoMerge pull request #3256 from perpe/droid-x86
Memphiz [Tue, 1 Oct 2013 06:38:18 +0000 (23:38 -0700)]
Merge pull request #3256 from perpe/droid-x86

[Droid x86] Additions for Android x86 architecture

10 years agoMerge pull request #3238 from Memphiz/picturefade
Memphiz [Tue, 1 Oct 2013 06:36:32 +0000 (23:36 -0700)]
Merge pull request #3238 from Memphiz/picturefade

[picture] - don't calculate a fadein/out based on the slideshow display ...

10 years agoMerge pull request #3282 from Memphiz/iosbtkeys
Memphiz [Tue, 1 Oct 2013 06:36:04 +0000 (23:36 -0700)]
Merge pull request #3282 from Memphiz/iosbtkeys

[ios] - add support for bluetooth keyboard

10 years agoMerge pull request #3232 from Karlson2k/Startup_log_03
Martijn Kaijser [Tue, 1 Oct 2013 05:10:23 +0000 (22:10 -0700)]
Merge pull request #3232 from Karlson2k/Startup_log_03

Put even more information in startup log

10 years agoMerge pull request #3266 from wsoltys/mingwupdate
Martijn Kaijser [Tue, 1 Oct 2013 05:09:51 +0000 (22:09 -0700)]
Merge pull request #3266 from wsoltys/mingwupdate

[mingw] updated w32api and mingwrt to 4.0.1 and some cleanup

10 years agoMerge pull request #3299 from t-nelson/pivos_android_generic_hw_queries
Trent Nelson [Tue, 1 Oct 2013 02:03:25 +0000 (19:03 -0700)]
Merge pull request #3299 from t-nelson/pivos_android_generic_hw_queries

droid: add generic hardware queries and hook them up to new Build class

10 years agoMerge pull request #3298 from t-nelson/pivos_wait_for_android_egl_window
Trent Nelson [Tue, 1 Oct 2013 02:02:17 +0000 (19:02 -0700)]
Merge pull request #3298 from t-nelson/pivos_wait_for_android_egl_window

Pivos wait for android EGL window.

10 years agoMerge pull request #3293 from t-nelson/pivos_fs
Trent Nelson [Tue, 1 Oct 2013 02:01:41 +0000 (19:01 -0700)]
Merge pull request #3293 from t-nelson/pivos_fs

Pivos file system changes

10 years agoMerge pull request #3344 from davilla/amcodec-guisettings
davilla [Tue, 1 Oct 2013 00:27:57 +0000 (17:27 -0700)]
Merge pull request #3344 from davilla/amcodec-guisettings

changed, add a proper GUI selector for AMLogic video decoder, refactor AMLogic bits in AESinkAUDIOTRACK

10 years agoMerge pull request #3286 from ace20022/tokenize
jmarshallnz [Mon, 30 Sep 2013 23:43:42 +0000 (16:43 -0700)]
Merge pull request #3286 from ace20022/tokenize

Move TokenizeStringUtils and replace CStdStrings by std::strings.

10 years agoMerge pull request #3290 from bavison/faster_substring_comparisons
jmarshallnz [Mon, 30 Sep 2013 23:43:13 +0000 (16:43 -0700)]
Merge pull request #3290 from bavison/faster_substring_comparisons

Faster substring comparisons

10 years agoMerge pull request #3283 from Karlson2k/win32_small_cleanup_01
Martijn Kaijser [Mon, 30 Sep 2013 22:26:02 +0000 (15:26 -0700)]
Merge pull request #3283 from Karlson2k/win32_small_cleanup_01

Win32 small cleanup

10 years agoFaster substring comparisons
Ben Avison [Fri, 27 Sep 2013 02:56:59 +0000 (03:56 +0100)]
Faster substring comparisons

There were nearly 200 places in the code where testing for a substring was
being performed using a construct of the form
  CStdString::Left(len).Equals("string")
or the related CStdString methods Mid or Right. These are bad for performance
because they involve allocating a heap block for the duration of the
expression evaluation, for the purpose of holding the substring, and then
freeing it again.

These would need replacing anyway because CStdString is being phased out
(PR #3225), and there is also the maintainability issue that developers need
to keep the string lengths in step with the string literals. This latter
point is also true of a number of instances in the code of
  std::string::compare(0, len, "string") == 0

Now that the StartsWith() and EndsWith() methods in StringUtils have been
made more efficient, it is worth replacing both the above constructs with
such calls. This patch does so, using the case-sensitive versions where
std::string::compare was used, where the bUseCase parameter was specified
true in Equals() calls, or where the string literal passed to Equals()
contained no alphabetic characters. For the sake of compatibility, the
remaining calls have been left using the case-insensitive versions ("NoCase"
suffix to the method name), although these may be worth reviewing on a
case-by-case basis.

The majority of the changes here were achieved using a sophisticated search
and replace, which will hopefully minimise any bugs introduced in the
conversion.

This patch is expected to have wide-reaching performance benefits. One
benchmark (that can't pretend to exercise all ~200 improvements) is the time
to open the songs library: on a Raspberry Pi, this patch improves this time
by 12% (down from 13% for a previous version of this patch that also reduced
the number of calls to tolower()).

10 years agoMerge pull request #3284 from Karlson2k/win32_7zip_update
Martijn Kaijser [Mon, 30 Sep 2013 22:25:34 +0000 (15:25 -0700)]
Merge pull request #3284 from Karlson2k/win32_7zip_update

Win32: update 7zip binary package

10 years agoMerge pull request #3330 from ronie/weather-provider-logo
ronie [Mon, 30 Sep 2013 22:20:28 +0000 (15:20 -0700)]
Merge pull request #3330 from ronie/weather-provider-logo

[Confluence] add weather provider logo

10 years agoMerge pull request #3271 from MartijnKaijser/remove_label_subnetaddress
Martijn Kaijser [Mon, 30 Sep 2013 22:19:54 +0000 (15:19 -0700)]
Merge pull request #3271 from MartijnKaijser/remove_label_subnetaddress

remove depricated "subnetaddress" gui label

10 years agoMerge pull request #3315 from MartijnKaijser/remove_addon
Martijn Kaijser [Mon, 30 Sep 2013 22:19:24 +0000 (15:19 -0700)]
Merge pull request #3315 from MartijnKaijser/remove_addon

[addons] remove unused sqlite dummy module

10 years agoMerge pull request #3310 from MartijnKaijser/addon_dependencies
Martijn Kaijser [Mon, 30 Sep 2013 22:18:17 +0000 (15:18 -0700)]
Merge pull request #3310 from MartijnKaijser/addon_dependencies

bump addon dependencies to reflect changes done so far

10 years agoMerge pull request #3341 from MartijnKaijser/a9
Martijn Kaijser [Mon, 30 Sep 2013 22:17:22 +0000 (15:17 -0700)]
Merge pull request #3341 from MartijnKaijser/a9

[release] version bump to 13.0 alpha9 as we start new merge window.

10 years agoMerge pull request #3329 from ace20022/lang_fixes Gotham_alpha8
Andreas Zelend [Sun, 29 Sep 2013 22:13:37 +0000 (15:13 -0700)]
Merge pull request #3329 from ace20022/lang_fixes

[Fix] Fix preferred audio/subtitle language mechanism.

10 years ago[LangInfo] Load preferred audio/subtitle setting during the startup.
ace20022 [Fri, 27 Sep 2013 10:50:50 +0000 (12:50 +0200)]
[LangInfo] Load preferred audio/subtitle setting during the startup.

10 years agoMerge pull request #3345 from FernetMenta/activefix
Peter Frühberger [Sun, 29 Sep 2013 14:56:46 +0000 (07:56 -0700)]
Merge pull request #3345 from FernetMenta/activefix

ActiveAE: check for sink errors on AddPackets

10 years agoMerge pull request #3348 from ronie/artists-with-an-s
Martijn Kaijser [Sun, 29 Sep 2013 14:00:30 +0000 (07:00 -0700)]
Merge pull request #3348 from ronie/artists-with-an-s

fix broken artists node in musicvideos

10 years agofix broken artists node in musicvideos
ronie [Sun, 29 Sep 2013 13:40:37 +0000 (15:40 +0200)]
fix broken artists node in musicvideos

10 years agoActiveAE: Fix compiler warnings
fritsch [Sun, 29 Sep 2013 08:18:49 +0000 (10:18 +0200)]
ActiveAE: Fix compiler warnings

10 years agoupdate old webadress to current wiki pages
Martijn Kaijser [Sun, 29 Sep 2013 09:54:05 +0000 (11:54 +0200)]
update old webadress to current wiki pages

10 years agoremove/update unneeded xbox comments
Martijn Kaijser [Sun, 29 Sep 2013 09:30:59 +0000 (11:30 +0200)]
remove/update unneeded xbox comments

10 years agoremove xbox from gui dialog
Martijn Kaijser [Sun, 29 Sep 2013 09:40:15 +0000 (11:40 +0200)]
remove xbox from gui dialog

10 years agoremove xbox system info
Martijn Kaijser [Sun, 29 Sep 2013 09:29:09 +0000 (11:29 +0200)]
remove xbox system info

10 years agoMerge pull request #3339 from FernetMenta/aefixes
Peter Frühberger [Sun, 29 Sep 2013 05:46:05 +0000 (22:46 -0700)]
Merge pull request #3339 from FernetMenta/aefixes

ActiveAE: clamp floats

10 years agoMerge pull request #3346 from MartijnKaijser/cleanup_2
Martijn Kaijser [Sat, 28 Sep 2013 22:17:45 +0000 (15:17 -0700)]
Merge pull request #3346 from MartijnKaijser/cleanup_2

Cleanup unused files

10 years agofixed, used g_cpuInfo.getCPUHardware instead of rolling our own access to /proc/cpuinfo
S. Davilla [Sat, 28 Sep 2013 20:49:08 +0000 (16:49 -0400)]
fixed, used g_cpuInfo.getCPUHardware instead of rolling our own access to /proc/cpuinfo

10 years agofixed, c/p typo in CJNIMediaCodecInfoCodecCapabilities
S. Davilla [Sat, 28 Sep 2013 20:43:58 +0000 (16:43 -0400)]
fixed, c/p typo in CJNIMediaCodecInfoCodecCapabilities

10 years agofixup, order check for m_audiotrack_empty_sec_tweaks
S. Davilla [Sat, 28 Sep 2013 20:13:17 +0000 (16:13 -0400)]
fixup, order check for m_audiotrack_empty_sec_tweaks

10 years agoremove obsolete .conf file
Martijn Kaijser [Sat, 28 Sep 2013 17:42:58 +0000 (19:42 +0200)]
remove obsolete .conf file

10 years agoremove old unused bash script
Martijn Kaijser [Sat, 28 Sep 2013 17:39:35 +0000 (19:39 +0200)]
remove old unused bash script

10 years agoActiveAE: check for sink errors, WASAPI returns INT_MAX on error
Rainer Hochecker [Sat, 28 Sep 2013 16:55:04 +0000 (18:55 +0200)]
ActiveAE: check for sink errors, WASAPI returns INT_MAX on error

10 years ago[darwin] remove unused buildbot files
Martijn Kaijser [Sat, 28 Sep 2013 16:28:12 +0000 (18:28 +0200)]
[darwin] remove unused buildbot files

10 years ago[win32] remove unused .exe file
Martijn Kaijser [Sat, 28 Sep 2013 16:27:41 +0000 (18:27 +0200)]
[win32] remove unused .exe file

10 years agoActiveAE: tell resampler to clamp floats
Rainer Hochecker [Sat, 28 Sep 2013 14:28:33 +0000 (16:28 +0200)]
ActiveAE: tell resampler to clamp floats

10 years agoActiveAE: clamp float values after having mixed audio
Rainer Hochecker [Fri, 27 Sep 2013 11:00:58 +0000 (13:00 +0200)]
ActiveAE: clamp float values after having mixed audio

10 years agoffmpeg: add patch for backport swresample: Make rematrix maxvalue user settable
Rainer Hochecker [Sat, 28 Sep 2013 13:57:30 +0000 (15:57 +0200)]
ffmpeg: add patch for backport swresample: Make rematrix maxvalue user settable

10 years agoffmpeg: backport swresample: Make rematrix maxvalue user settable
Rainer Hochecker [Sat, 28 Sep 2013 13:56:46 +0000 (15:56 +0200)]
ffmpeg: backport swresample: Make rematrix maxvalue user settable

10 years agochanged, add a proper GUI selector for AMLogic video decoder, refactor AMLogic bits...
S. Davilla [Sat, 28 Sep 2013 13:51:49 +0000 (09:51 -0400)]
changed, add a proper GUI selector for AMLogic video decoder, refactor AMLogic bits in AESinkAUDIOTRACK

10 years ago[win32] update package list
Martijn Kaijser [Sat, 28 Sep 2013 12:55:08 +0000 (14:55 +0200)]
[win32] update package list

10 years agoMerge pull request #3263 from fetzerch/bugfix-osdchannels
Lars Op den Kamp [Sat, 28 Sep 2013 11:30:26 +0000 (04:30 -0700)]
Merge pull request #3263 from fetzerch/bugfix-osdchannels

pvr: Fix crash when opening PVROSDChannels while playing a recording

10 years agochanged: Implement ChapterOrBigStep-actions and make previous BigStep-actions without...
arnova [Tue, 17 Sep 2013 10:47:54 +0000 (12:47 +0200)]
changed: Implement ChapterOrBigStep-actions and make previous BigStep-actions without chapter seeking

10 years agoMerge pull request #3317 from Karlson2k/charsetconverter_rework_02
jmarshallnz [Fri, 27 Sep 2013 21:07:51 +0000 (14:07 -0700)]
Merge pull request #3317 from Karlson2k/charsetconverter_rework_02

CharsetСonverter rework - Part 2

10 years ago[release] version bump to 13.0 alpha9 as we start new merge window.
Martijn Kaijser [Fri, 27 Sep 2013 20:46:47 +0000 (22:46 +0200)]
[release] version bump to 13.0 alpha9 as we start new merge window.

10 years agoallow external .sub subtitles next to text-based ones
Voyager1 [Fri, 27 Sep 2013 16:39:31 +0000 (18:39 +0200)]
allow external .sub subtitles next to text-based ones

10 years agogles, fixed, more missing code
S. Davilla [Fri, 27 Sep 2013 17:01:33 +0000 (13:01 -0400)]
gles, fixed, more missing code

10 years ago[fix] Allow the use of external subtitles for DVDs
Voyager1 [Fri, 27 Sep 2013 11:32:55 +0000 (13:32 +0200)]
[fix] Allow the use of external subtitles for DVDs

10 years agoMerge pull request #3137 from jmbreuer/upstream-sortby
jmarshallnz [Fri, 27 Sep 2013 07:14:02 +0000 (00:14 -0700)]
Merge pull request #3137 from jmbreuer/upstream-sortby

Differentiate between "unsorted" and "unsortable"

10 years agoMerge pull request #3272 from MartijnKaijser/win32_remove
Martijn Kaijser [Fri, 27 Sep 2013 07:03:27 +0000 (00:03 -0700)]
Merge pull request #3272 from MartijnKaijser/win32_remove

[win32] cleanup VS2010 build solutions