]> git.sesse.net Git - vlc/log
vlc
9 years agoconfigure: remove O4 compiler optimization level test
Sean McGovern [Sun, 9 Nov 2014 04:39:35 +0000 (04:39 +0000)]
configure: remove O4 compiler optimization level test

It is not a documented optimization level for gcc or clang.
This makes building with clang significantly less spammy.

Signed-off-by: Tristan Matthews <tmatth@videolan.org>
9 years agoWinRT: don't compile DShow, Screen, BDA
Jean-Baptiste Kempf [Thu, 20 Nov 2014 14:25:06 +0000 (15:25 +0100)]
WinRT: don't compile DShow, Screen, BDA

They depend on GDI or DShow

9 years agonativewindowpriv: use fence_fd
Thomas Guillem [Wed, 19 Nov 2014 15:02:35 +0000 (16:02 +0100)]
nativewindowpriv: use fence_fd

And don't call deprecated functions after android 4.3.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agowasapi: fix memory leak
Hannes Domani [Wed, 19 Nov 2014 17:55:21 +0000 (18:55 +0100)]
wasapi: fix memory leak

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agoformat: integer overflow
Rémi Denis-Courmont [Wed, 19 Nov 2014 15:16:05 +0000 (17:16 +0200)]
format: integer overflow

9 years agoContribs: use videolan servers for schroedinger
Jean-Baptiste Kempf [Wed, 19 Nov 2014 13:08:29 +0000 (14:08 +0100)]
Contribs: use videolan servers for schroedinger

9 years agoSupport for newest freerdp snapshot
Paweł Stankowski [Wed, 19 Nov 2014 01:03:08 +0000 (02:03 +0100)]
Support for newest freerdp snapshot

Support for 24bpp was removed from freerdp repository in commit
02c1bf14ce1f3ad2199a349066548977916d9c06.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: better use of defines (cosmetics)
Thomas Guillem [Wed, 19 Nov 2014 11:10:37 +0000 (12:10 +0100)]
nativewindowpriv: better use of defines (cosmetics)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: use anwp.getMaxBufferCount
Thomas Guillem [Wed, 19 Nov 2014 11:04:15 +0000 (12:04 +0100)]
android_window: use anwp.getMaxBufferCount

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: add logs
Thomas Guillem [Wed, 19 Nov 2014 11:04:14 +0000 (12:04 +0100)]
android_window: add logs

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: change default min_undequeued value
Thomas Guillem [Wed, 19 Nov 2014 11:04:13 +0000 (12:04 +0100)]
nativewindowpriv: change default min_undequeued value

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: add getMaxBufferCount
Thomas Guillem [Wed, 19 Nov 2014 11:04:12 +0000 (12:04 +0100)]
nativewindowpriv: add getMaxBufferCount

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agob4s: memory leak
Rémi Denis-Courmont [Tue, 18 Nov 2014 21:36:12 +0000 (23:36 +0200)]
b4s: memory leak

9 years agoaudiobargraph: boundary check
Rémi Denis-Courmont [Tue, 18 Nov 2014 21:27:54 +0000 (23:27 +0200)]
audiobargraph: boundary check

9 years agoOpenMAX IL: do not use Bellagio software implementation
Rémi Denis-Courmont [Tue, 18 Nov 2014 21:22:22 +0000 (23:22 +0200)]
OpenMAX IL: do not use Bellagio software implementation

This wraps libavcodec in a way that is worse that VLC, e.g. without
hardware acceleration.

9 years agoarchive: memory leak
Rémi Denis-Courmont [Tue, 18 Nov 2014 21:19:59 +0000 (23:19 +0200)]
archive: memory leak

9 years agoarchive: indent
Rémi Denis-Courmont [Tue, 18 Nov 2014 21:19:49 +0000 (23:19 +0200)]
archive: indent

9 years agomediacodec: don't try OMX.google.*
Thomas Guillem [Tue, 18 Nov 2014 10:16:35 +0000 (10:16 +0000)]
mediacodec: don't try OMX.google.*

OMX.google.* are software decoders, it's better to use avcodec.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agosap: fix implicit timeout calculation
Santiago Gimeno [Mon, 17 Nov 2014 12:16:50 +0000 (13:16 +0100)]
sap: fix implicit timeout calculation

- RFC2974 states in Section 4:
      "If a session announcement message has not been received for ten times the
       announcement period, or one hour, whichever is the greater, then the
       session is deleted from the receiver's session cache."
  But the session was being deleted after three times the announcement period.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoYoutube: fix playback of recent pages
Jean-Baptiste Kempf [Tue, 18 Nov 2014 12:43:56 +0000 (13:43 +0100)]
Youtube: fix playback of recent pages

9 years agoupdate: fix invalid parsing
Rafaël Carré [Tue, 18 Nov 2014 10:51:33 +0000 (11:51 +0100)]
update: fix invalid parsing

9 years agoHLS: Do not assume Content-Length is set
Rafaël Carré [Fri, 14 Nov 2014 10:51:16 +0000 (11:51 +0100)]
HLS: Do not assume Content-Length is set

Fixes #8078

9 years agoplaylist: don't abort if "media-library" is not specified
Thomas Guillem [Mon, 17 Nov 2014 13:53:09 +0000 (14:53 +0100)]
playlist: don't abort if "media-library" is not specified

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoDASH: fix Win32 compilation
Jean-Baptiste Kempf [Mon, 17 Nov 2014 17:58:51 +0000 (18:58 +0100)]
DASH: fix Win32 compilation

9 years agostream_filter: dash: deduplicate parser code
Francois Cartegnie [Mon, 17 Nov 2014 17:08:56 +0000 (18:08 +0100)]
stream_filter: dash: deduplicate parser code

9 years agostream_filter: dash: deduplicate code
Francois Cartegnie [Mon, 17 Nov 2014 14:13:24 +0000 (15:13 +0100)]
stream_filter: dash: deduplicate code

9 years agostream_filter: dash: fix and enable mpd debug print
Francois Cartegnie [Sun, 16 Nov 2014 19:37:09 +0000 (20:37 +0100)]
stream_filter: dash: fix and enable mpd debug print

9 years agostream_filter: dash: fix out of bounds exception
Francois Cartegnie [Sun, 16 Nov 2014 15:28:04 +0000 (16:28 +0100)]
stream_filter: dash: fix out of bounds exception

9 years agostream_filter: dash: set CAN_CONTROL_PACE
Francois Cartegnie [Sun, 16 Nov 2014 15:04:51 +0000 (16:04 +0100)]
stream_filter: dash: set CAN_CONTROL_PACE

9 years agoupdate: use U32_AT
Rémi Denis-Courmont [Mon, 17 Nov 2014 17:08:10 +0000 (19:08 +0200)]
update: use U32_AT

9 years agovlm: memory leak
Rémi Denis-Courmont [Mon, 17 Nov 2014 17:03:20 +0000 (19:03 +0200)]
vlm: memory leak

9 years agorotate: avoid sign extension
Rémi Denis-Courmont [Mon, 17 Nov 2014 16:52:10 +0000 (18:52 +0200)]
rotate: avoid sign extension

9 years agocdda: memory leak due to STANDARD_BLOCK_ACCESS_INIT
Rémi Denis-Courmont [Mon, 17 Nov 2014 16:45:52 +0000 (18:45 +0200)]
cdda: memory leak due to STANDARD_BLOCK_ACCESS_INIT

9 years agoWPL: fix leak and NULL dereference
Rémi Denis-Courmont [Mon, 17 Nov 2014 16:37:15 +0000 (18:37 +0200)]
WPL: fix leak and NULL dereference

9 years agogvp: fix leaks and integer overflow on multi-lines
Rémi Denis-Courmont [Mon, 17 Nov 2014 16:33:02 +0000 (18:33 +0200)]
gvp: fix leaks and integer overflow on multi-lines

9 years agogvp: remove unused p_sys
Rémi Denis-Courmont [Mon, 17 Nov 2014 16:16:15 +0000 (18:16 +0200)]
gvp: remove unused p_sys

9 years agogvp: remove write-only variable
Rémi Denis-Courmont [Mon, 17 Nov 2014 16:16:00 +0000 (18:16 +0200)]
gvp: remove write-only variable

9 years agogvp: fix memory leak (p_sys allocated twice)
Rémi Denis-Courmont [Mon, 17 Nov 2014 16:15:32 +0000 (18:15 +0200)]
gvp: fix memory leak (p_sys allocated twice)

9 years agopls: remove write-only value
Rémi Denis-Courmont [Mon, 17 Nov 2014 16:03:32 +0000 (18:03 +0200)]
pls: remove write-only value

9 years agoaraw: add assertion
Rémi Denis-Courmont [Mon, 17 Nov 2014 15:56:16 +0000 (17:56 +0200)]
araw: add assertion

9 years agostr_format_meta: NULL dereference
Rémi Denis-Courmont [Mon, 17 Nov 2014 15:51:08 +0000 (17:51 +0200)]
str_format_meta: NULL dereference

9 years agoopengl: chroma description cannot be NULL, assert it
Rémi Denis-Courmont [Mon, 17 Nov 2014 15:46:09 +0000 (17:46 +0200)]
opengl: chroma description cannot be NULL, assert it

9 years agoandroid_window: fix honeycomb
Thomas Guillem [Mon, 17 Nov 2014 13:43:28 +0000 (14:43 +0100)]
android_window: fix honeycomb

jni_ConfigureSurface need also to be called width HC using ANW, ANWP or opaque.

(There was no ANWP or opaque in gingerbread)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: refactoring
Thomas Guillem [Mon, 17 Nov 2014 13:43:27 +0000 (14:43 +0100)]
android_window: refactoring

Opaque specific code is now inside AndroidWindow Setup / SetSurface.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: don't connect before ics
Thomas Guillem [Mon, 17 Nov 2014 13:43:26 +0000 (14:43 +0100)]
nativewindowpriv: don't connect before ics

This broke direct rendering on honeycomb.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid/surface: drop YV12 support
Thomas Guillem [Mon, 17 Nov 2014 09:45:28 +0000 (10:45 +0100)]
android/surface: drop YV12 support

YV12 not implemented before gingerbread.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodemux: mp4: handle QCELP stsd v0 spec violation for (fix #12720)
Francois Cartegnie [Sun, 16 Nov 2014 12:08:43 +0000 (13:08 +0100)]
demux: mp4: handle QCELP stsd v0 spec violation for (fix #12720)

9 years agodemux: mp4: compute new pos for audio if blockalign is missing
Francois Cartegnie [Sun, 16 Nov 2014 12:03:01 +0000 (13:03 +0100)]
demux: mp4: compute new pos for audio if blockalign is missing

Prevented playback of blockalign less audio samples

9 years agodemux: mp4: handle Qt v1 redefined samples tables (fix #12773)
Francois Cartegnie [Sat, 15 Nov 2014 17:26:44 +0000 (18:26 +0100)]
demux: mp4: handle Qt v1 redefined samples tables (fix #12773)

9 years agodemux: mp4: add some more stsd debug info
Francois Cartegnie [Sat, 15 Nov 2014 15:24:42 +0000 (16:24 +0100)]
demux: mp4: add some more stsd debug info

9 years agopacketizer: flac: recover from bad CRC (fixes #12714)
Tristan Matthews [Sun, 16 Nov 2014 04:46:51 +0000 (23:46 -0500)]
packetizer: flac: recover from bad CRC (fixes #12714)

9 years agoImplement ACCESS_GET_SIZE
Tobias Güntner [Sat, 15 Nov 2014 20:39:47 +0000 (21:39 +0100)]
Implement ACCESS_GET_SIZE

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agohls: fix strtoull() error handling
Rémi Denis-Courmont [Sat, 15 Nov 2014 20:59:02 +0000 (22:59 +0200)]
hls: fix strtoull() error handling

9 years agoMP4: fix compilation in ULTRA_VERBOSE mode
Jean-Baptiste Kempf [Sat, 15 Nov 2014 18:37:03 +0000 (19:37 +0100)]
MP4: fix compilation in ULTRA_VERBOSE mode

9 years agodemux: mp4: fix reading max samples (fix #12764)
Francois Cartegnie [Sat, 15 Nov 2014 13:16:33 +0000 (14:16 +0100)]
demux: mp4: fix reading max samples (fix #12764)

p_chunk->i_sample is next sample, not current

9 years agoaccess: archive: fix write to const
Francois Cartegnie [Sat, 15 Nov 2014 13:15:22 +0000 (14:15 +0100)]
access: archive: fix write to const

9 years agoFix compilation when --disable-sout
Jean-Baptiste Kempf [Sat, 15 Nov 2014 11:50:20 +0000 (12:50 +0100)]
Fix compilation when --disable-sout

9 years agoUpdate POTFILES.in
Jean-Baptiste Kempf [Sat, 15 Nov 2014 11:37:33 +0000 (12:37 +0100)]
Update POTFILES.in

9 years agocontrib: harfbuzz: revert version to 0.9.17
David Fuhrmann [Sat, 15 Nov 2014 11:34:48 +0000 (12:34 +0100)]
contrib: harfbuzz: revert version to 0.9.17

Starting with harfbuzz 0.9.18 there is a known crash.
Stay with 0.9.17 until this is fixed upstream.

refs #12425

9 years agoArchive: fix typo
Jean-Baptiste Kempf [Sat, 15 Nov 2014 11:32:20 +0000 (12:32 +0100)]
Archive: fix typo

9 years agotools: remove protoc pkgconfig files
Sean McGovern [Tue, 11 Nov 2014 16:51:06 +0000 (16:51 +0000)]
tools: remove protoc pkgconfig files

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agomediacodec: fix width/height in case crop is invalid
Thomas Guillem [Fri, 14 Nov 2014 16:10:10 +0000 (17:10 +0100)]
mediacodec: fix width/height in case crop is invalid

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agomediacodec: remove jni_SetAndroidSurfaceSizeEnv call
Thomas Guillem [Fri, 14 Nov 2014 16:10:09 +0000 (17:10 +0100)]
mediacodec: remove jni_SetAndroidSurfaceSizeEnv call

It's now handled in android_window

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agomediacodec: remove unused code/variables
Thomas Guillem [Fri, 14 Nov 2014 16:10:08 +0000 (17:10 +0100)]
mediacodec: remove unused code/variables

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoomx-dr: remove jni_SetAndroidSurfaceSize call
Thomas Guillem [Fri, 14 Nov 2014 16:10:07 +0000 (17:10 +0100)]
omx-dr: remove jni_SetAndroidSurfaceSize call

It's now handled in android_window

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid/surface: configure surface synchronously
Thomas Guillem [Fri, 14 Nov 2014 16:10:06 +0000 (17:10 +0100)]
android/surface: configure surface synchronously

Set surface color and size synchronously using jni calls.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid/surface: use native_surface from jni
Thomas Guillem [Fri, 14 Nov 2014 16:10:04 +0000 (17:10 +0100)]
android/surface: use native_surface from jni

(see android commit "jni: add jni_AndroidJavaSurfaceToNativeSurface")

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid/surface: don't use native_window
Thomas Guillem [Fri, 14 Nov 2014 16:10:03 +0000 (17:10 +0100)]
android/surface: don't use native_window

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid/surface: use calloc
Thomas Guillem [Fri, 14 Nov 2014 16:10:02 +0000 (17:10 +0100)]
android/surface: use calloc

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid/surface: fix leaks if Open fails
Thomas Guillem [Fri, 14 Nov 2014 16:10:01 +0000 (17:10 +0100)]
android/surface: fix leaks if Open fails

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid/surface: remove single_instance
Thomas Guillem [Fri, 14 Nov 2014 16:10:00 +0000 (17:10 +0100)]
android/surface: remove single_instance

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agomodules: add android_window vout
Thomas Guillem [Fri, 14 Nov 2014 16:09:59 +0000 (17:09 +0100)]
modules: add android_window vout

 - used for direct and non direct rendering (replace opaque.c)

 - use nativewindowpriv: more control than the public api, since you can set
   orientation, crop, cancel a buffer without displaying it and allocate more
   than one buffers.

 - fallback to nativewindow if nativewindowpriv fails (with only one buffer in
   the pool then).

 - Only one way to display subtitles: use a seperate android surface.

 - Fix subtiles display in case or source aspect != 1.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid/utils: add ChromaToAndroidHal
Thomas Guillem [Fri, 14 Nov 2014 16:09:58 +0000 (17:09 +0100)]
android/utils: add ChromaToAndroidHal

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid: rename jni_SetAndroidSurfaceSize
Thomas Guillem [Fri, 14 Nov 2014 16:09:57 +0000 (17:09 +0100)]
android: rename jni_SetAndroidSurfaceSize

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: fix connect before ics
Thomas Guillem [Fri, 14 Nov 2014 16:09:56 +0000 (17:09 +0100)]
nativewindowpriv: fix connect before ics

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: add lock/unlock Data
Thomas Guillem [Fri, 14 Nov 2014 16:09:55 +0000 (17:09 +0100)]
nativewindowpriv: add lock/unlock Data

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: add is_hw arg in setup
Thomas Guillem [Fri, 14 Nov 2014 16:09:54 +0000 (17:09 +0100)]
nativewindowpriv: add is_hw arg in setup

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonativewindowpriv: use native_window_priv as a handle
Thomas Guillem [Fri, 14 Nov 2014 16:09:53 +0000 (17:09 +0100)]
nativewindowpriv: use native_window_priv as a handle

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agonative_window: add setBuffersGeometry
Thomas Guillem [Fri, 14 Nov 2014 16:09:52 +0000 (17:09 +0100)]
native_window: add setBuffersGeometry

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoarchive: avoid duplicate strchr() call
Rémi Denis-Courmont [Sat, 15 Nov 2014 11:00:43 +0000 (13:00 +0200)]
archive: avoid duplicate strchr() call

9 years agosout_MuxGetStream: fix prototype, sign warning
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:54:21 +0000 (12:54 +0200)]
sout_MuxGetStream: fix prototype, sign warning

9 years agosout: remove impossible NULL check followed by reverse NULL
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:52:43 +0000 (12:52 +0200)]
sout: remove impossible NULL check followed by reverse NULL

9 years agoSRTP: integer overflow
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:49:22 +0000 (12:49 +0200)]
SRTP: integer overflow

9 years agoSRTP: integer overflow
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:47:29 +0000 (12:47 +0200)]
SRTP: integer overflow

9 years agofourcc: mark vlc_fourcc_GetChromaDescription with VLC_USED
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:42:55 +0000 (12:42 +0200)]
fourcc: mark vlc_fourcc_GetChromaDescription with VLC_USED

9 years agoOpenGL: remove potential NULL dereference
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:42:44 +0000 (12:42 +0200)]
OpenGL: remove potential NULL dereference

9 years agoOpenGL: remove no-op
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:42:15 +0000 (12:42 +0200)]
OpenGL: remove no-op

vlc_fourcc_GetChromaDescription() has no side effects.

9 years agoQt4: fix racy access to configuration
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:33:33 +0000 (12:33 +0200)]
Qt4: fix racy access to configuration

9 years agoplaylist: reduce lock contention and do not pretend to handle error
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:28:40 +0000 (12:28 +0200)]
playlist: reduce lock contention and do not pretend to handle error

9 years agoplaylist: remove unsynchronized b_doing_ml
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:20:38 +0000 (12:20 +0200)]
playlist: remove unsynchronized b_doing_ml

This could loose events and was theoretically undefined.

9 years agounzip: pass seek error to caller
Rémi Denis-Courmont [Sat, 15 Nov 2014 10:13:22 +0000 (12:13 +0200)]
unzip: pass seek error to caller

9 years agoQt: initialize member pointers in SPrefs constructor
Jean-Baptiste Kempf [Fri, 14 Nov 2014 23:54:06 +0000 (00:54 +0100)]
Qt: initialize member pointers in SPrefs constructor

9 years agoZPL: avoid NULL dereference
Jean-Baptiste Kempf [Fri, 14 Nov 2014 23:49:41 +0000 (00:49 +0100)]
ZPL: avoid NULL dereference

9 years agoMP4: missing break in switch
Jean-Baptiste Kempf [Fri, 14 Nov 2014 23:40:33 +0000 (00:40 +0100)]
MP4: missing break in switch

9 years agoVC1: use memmove instead of memcpy on overlapping memory
Jean-Baptiste Kempf [Fri, 14 Nov 2014 23:37:17 +0000 (00:37 +0100)]
VC1: use memmove instead of memcpy on overlapping memory

9 years agoHLS: check strtoull parsing
Jean-Baptiste Kempf [Fri, 14 Nov 2014 23:35:06 +0000 (00:35 +0100)]
HLS: check strtoull parsing

Else the if(end) were meaningless

9 years agoSkins2: avoid integer overflow
Jean-Baptiste Kempf [Fri, 14 Nov 2014 23:15:13 +0000 (00:15 +0100)]
Skins2: avoid integer overflow

9 years agoSpatializer: init pointer member in constructor
Jean-Baptiste Kempf [Fri, 14 Nov 2014 22:58:37 +0000 (23:58 +0100)]
Spatializer: init pointer member in constructor

9 years agoSpatializer: init pointer member in constructor
Jean-Baptiste Kempf [Fri, 14 Nov 2014 22:56:17 +0000 (23:56 +0100)]
Spatializer: init pointer member in constructor

9 years agolibass: avoid negative index in array
Jean-Baptiste Kempf [Fri, 14 Nov 2014 22:50:52 +0000 (23:50 +0100)]
libass: avoid negative index in array