]> git.sesse.net Git - vlc/log
vlc
10 years agoextras/ios: disable addon manager modules
Felix Paul Kühne [Sat, 8 Mar 2014 13:02:01 +0000 (14:02 +0100)]
extras/ios: disable addon manager modules

10 years agoxcb/glx: remove stray libraries
Rémi Denis-Courmont [Sat, 8 Mar 2014 08:57:16 +0000 (10:57 +0200)]
xcb/glx: remove stray libraries

10 years agoMP4 demux: only set fragmented flag if filecontains movie fragment atoms.
Matthias Keiser [Fri, 7 Mar 2014 22:16:31 +0000 (23:16 +0100)]
MP4 demux: only set fragmented flag if filecontains movie fragment atoms.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoprojectM: make GL context current
Rémi Denis-Courmont [Fri, 7 Mar 2014 19:40:20 +0000 (21:40 +0200)]
projectM: make GL context current

10 years agovsxu: make GL context current
Rémi Denis-Courmont [Fri, 7 Mar 2014 19:38:33 +0000 (21:38 +0200)]
vsxu: make GL context current

10 years agoglspectrum: bind GL context when needed
Rémi Denis-Courmont [Fri, 7 Mar 2014 19:36:56 +0000 (21:36 +0200)]
glspectrum: bind GL context when needed

10 years agoxcb/glx: reuse the GLX provider code and eliminate a lot of code
Rémi Denis-Courmont [Fri, 7 Mar 2014 19:01:04 +0000 (21:01 +0200)]
xcb/glx: reuse the GLX provider code and eliminate a lot of code

10 years agoglx: add missing surface type check
Rémi Denis-Courmont [Fri, 7 Mar 2014 19:29:07 +0000 (21:29 +0200)]
glx: add missing surface type check

10 years agoprojectM: use assert()
Rémi Denis-Courmont [Fri, 7 Mar 2014 18:59:37 +0000 (20:59 +0200)]
projectM: use assert()

10 years agoglspectrum: missing void
Rémi Denis-Courmont [Fri, 7 Mar 2014 18:59:18 +0000 (20:59 +0200)]
glspectrum: missing void

10 years agodxva2: fix typo
Felix Abecassis [Fri, 7 Mar 2014 12:23:25 +0000 (13:23 +0100)]
dxva2: fix typo

10 years agocontrib: x265 0.8
Rafaël Carré [Fri, 7 Mar 2014 14:50:30 +0000 (15:50 +0100)]
contrib: x265 0.8

10 years agox265: update for API 6
Rafaël Carré [Fri, 7 Mar 2014 14:55:27 +0000 (15:55 +0100)]
x265: update for API 6

10 years agoDecklink input: factor out some SDI code
Rafaël Carré [Fri, 7 Mar 2014 14:11:12 +0000 (15:11 +0100)]
Decklink input: factor out some SDI code

10 years agoDecklink: autodetect input format
Rafaël Carré [Fri, 7 Mar 2014 13:40:38 +0000 (14:40 +0100)]
Decklink: autodetect input format

10 years agodemux: ogg: theora: prevent zero frame rate
Francois Cartegnie [Thu, 6 Mar 2014 03:41:52 +0000 (04:41 +0100)]
demux: ogg: theora: prevent zero frame rate

Disables VP3 based video tracks and allows
playback of other tracks without PCR pollution.
And fix some overflows.

10 years agodemux: ogg: fix empty page bug after seek
Francois Cartegnie [Mon, 3 Mar 2014 21:32:22 +0000 (22:32 +0100)]
demux: ogg: fix empty page bug after seek

pagein() can't reload the same page, and will
append its packet on next valid pagein() call.

10 years agodemux: ogg: fix seeking bounds search
Francois Cartegnie [Mon, 3 Mar 2014 21:28:03 +0000 (22:28 +0100)]
demux: ogg: fix seeking bounds search

Might not have found lowest granule for vorbis/opus like codecs.

10 years agoaddons: add configure option
Francois Cartegnie [Thu, 6 Mar 2014 22:23:19 +0000 (23:23 +0100)]
addons: add configure option

10 years agoAdd transform helper functions.
Matthias Keiser [Thu, 6 Mar 2014 00:12:24 +0000 (01:12 +0100)]
Add transform helper functions.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agobuild system: fix object names for vout_ios2 and ios dialog provider
Felix Paul Kühne [Thu, 6 Mar 2014 20:56:12 +0000 (21:56 +0100)]
build system: fix object names for vout_ios2 and ios dialog provider

10 years agoMake most video filters bail if the inputand output orientation doesn't match.
Matthias Keiser [Thu, 6 Mar 2014 00:12:23 +0000 (01:12 +0100)]
Make most video filters bail if the inputand output orientation doesn't match.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoaout: add rounding to playlist_VolumeUp
Alex Peak [Thu, 6 Mar 2014 00:49:44 +0000 (16:49 -0800)]
aout: add rounding to playlist_VolumeUp

Additional rounding step ensures that new volume is a multiple of the
"volume-step" as defined in libvlc-module.c.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoxcb/glx: make context current as appropriate
Rémi Denis-Courmont [Thu, 6 Mar 2014 20:09:26 +0000 (22:09 +0200)]
xcb/glx: make context current as appropriate

10 years agogl: make/release current context as appropriate
Rémi Denis-Courmont [Thu, 6 Mar 2014 20:03:13 +0000 (22:03 +0200)]
gl: make/release current context as appropriate

10 years agoFreetype: do not ship dead code on WinRT dll
Jean-Baptiste Kempf [Thu, 6 Mar 2014 18:20:52 +0000 (19:20 +0100)]
Freetype: do not ship dead code on WinRT dll

This allows freetype.dll to pass WACK

10 years agoFreetype: allow to pass a font on WinRT
Jean-Baptiste Kempf [Thu, 6 Mar 2014 17:33:13 +0000 (18:33 +0100)]
Freetype: allow to pass a font on WinRT

10 years agoUpdate NEWS and module list
Felix Paul Kühne [Thu, 6 Mar 2014 15:29:02 +0000 (16:29 +0100)]
Update NEWS and module list

10 years agoAdd basic iOS dialog provider
Felix Paul Kühne [Thu, 6 Mar 2014 14:06:23 +0000 (15:06 +0100)]
Add basic iOS dialog provider

There is no support for progress dialogs so far

10 years agoaudioqueue: fix compilation when enabled with --enable-audioqueue
David Fuhrmann [Thu, 6 Mar 2014 15:18:47 +0000 (16:18 +0100)]
audioqueue: fix compilation when enabled with --enable-audioqueue

10 years agoavcodec:multichannel encoding support
Ilkka Ollakka [Sun, 2 Mar 2014 11:06:54 +0000 (13:06 +0200)]
avcodec:multichannel encoding support

Make some assumptions on channels, like 6 channels is 5.1 etc.

Ref #1897

10 years agotranscode: add more channels on audio
Ilkka Ollakka [Sun, 2 Mar 2014 11:07:44 +0000 (13:07 +0200)]
transcode: add more channels on audio

Assume that 3 channels is 2.1 instead of 3 front channels,
also 6 is 5.1.

Ref #1897

10 years agoextras/macosx: remove dropped options from configure script
Felix Paul Kühne [Thu, 6 Mar 2014 14:49:04 +0000 (15:49 +0100)]
extras/macosx: remove dropped options from configure script

10 years agoextras/ios: remove dropped configure options from build script and disable audioqueue...
Felix Paul Kühne [Thu, 6 Mar 2014 14:47:12 +0000 (15:47 +0100)]
extras/ios: remove dropped configure options from build script and disable audioqueue aout

10 years agoconfigure: fix compilation on non-Darwin platforms
Felix Paul Kühne [Thu, 6 Mar 2014 14:19:25 +0000 (15:19 +0100)]
configure: fix compilation on non-Darwin platforms

10 years agobuild system: add conditional variables to differenciate between iOS and OS X
Felix Paul Kühne [Thu, 6 Mar 2014 12:19:24 +0000 (13:19 +0100)]
build system: add conditional variables to differenciate between iOS and OS X

This allows automagic enabling and disabling of the needed and useful aout and vout modules

10 years agomacosx dialog provider: relicense to LGPLv2.1+ for use within VLCKit
Felix Paul Kühne [Wed, 5 Mar 2014 17:21:40 +0000 (18:21 +0100)]
macosx dialog provider: relicense to LGPLv2.1+ for use within VLCKit

Agreed by Pierre d'Herbemont, Sebastian Zwickert, Rémi Denis-Courmont, Jean-Baptiste Kempf and me

10 years agohttplive: use CLOCK_FREQ
Ilkka Ollakka [Thu, 6 Mar 2014 09:05:36 +0000 (11:05 +0200)]
httplive: use CLOCK_FREQ

10 years agohttplive: have some sane max_duration_length
Ilkka Ollakka [Sun, 2 Mar 2014 11:04:56 +0000 (13:04 +0200)]
httplive: have some sane max_duration_length

Regression from ac3f61953b25a61cf46c16badcfd2a24f890b83e as without this
there could be negative/zero max_duration_length if playlist didn't
change and it would cause instantenious refetch of that playlist.

10 years agomacosx dialog provider: fix compilation warnings
Felix Paul Kühne [Thu, 6 Mar 2014 11:18:14 +0000 (12:18 +0100)]
macosx dialog provider: fix compilation warnings

10 years agomacosx dialog provider: fix misleading (and duplicate) module shortcut
Felix Paul Kühne [Thu, 6 Mar 2014 11:10:36 +0000 (12:10 +0100)]
macosx dialog provider: fix misleading (and duplicate) module shortcut

10 years agoavcodec: allocate one additional hardware surface for MPEG-2
Felix Abecassis [Wed, 5 Mar 2014 15:48:46 +0000 (16:48 +0100)]
avcodec: allocate one additional hardware surface for MPEG-2

Required to avoid visual glitches when running out of free surfaces
with avcodec and vaapi/dxva2 backends.

Fix #10868

10 years agovdpau: remove dead code
Rémi Denis-Courmont [Wed, 5 Mar 2014 19:56:09 +0000 (21:56 +0200)]
vdpau: remove dead code

10 years agovdpau: work around mismatched FFmpeg version numbers
Rémi Denis-Courmont [Wed, 5 Mar 2014 17:45:39 +0000 (19:45 +0200)]
vdpau: work around mismatched FFmpeg version numbers

FFmpeg doc/APIchanges is not trustworthy.

10 years agoconfigure: detect which avutil fork is present if any
Rémi Denis-Courmont [Wed, 5 Mar 2014 17:43:59 +0000 (19:43 +0200)]
configure: detect which avutil fork is present if any

10 years agomacosx: show reveal-in-finder menu replacement at a similar position as the original one
David Fuhrmann [Wed, 5 Mar 2014 17:42:48 +0000 (18:42 +0100)]
macosx: show reveal-in-finder menu replacement at a similar position as the original one

10 years agomacosx: fix reveal-in-finder menu for detached windows
David Fuhrmann [Wed, 5 Mar 2014 17:41:53 +0000 (18:41 +0100)]
macosx: fix reveal-in-finder menu for detached windows

10 years agox265: set pts at encoder input
Rafaël Carré [Wed, 5 Mar 2014 11:22:32 +0000 (12:22 +0100)]
x265: set pts at encoder input

10 years agomagnify: correctly set i_visible_width/i_visible_height after dimension scaling
Felix Abecassis [Tue, 4 Mar 2014 15:44:25 +0000 (16:44 +0100)]
magnify: correctly set i_visible_width/i_visible_height after dimension scaling

Fix #10744

10 years agoavcodec: allocate more hardware surfaces for threaded decoding
Felix Abecassis [Tue, 4 Mar 2014 20:43:49 +0000 (22:43 +0200)]
avcodec: allocate more hardware surfaces for threaded decoding

The number of threads impacts the number of surfaces that should be
allocated by the HW acceleration backend. If not enough surfaces are
allocated, the VAAPI and DXVA modules returned the oldest surface
currently in used. This technique can cause many visual glitches with
some samples. The number of allocated surfaces now scales with the
number of threads used by avcodec.

Fix #9887

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agocontrib/bootstrap: improve xcrun handling
Luca Barbato [Wed, 5 Mar 2014 10:30:08 +0000 (11:30 +0100)]
contrib/bootstrap: improve xcrun handling

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agoav_vdpau_get_profile implementation for FFmpeg
Rafaël Carré [Wed, 5 Mar 2014 10:09:30 +0000 (11:09 +0100)]
av_vdpau_get_profile implementation for FFmpeg

10 years agoav_vdpau_alloc_context replacement for FFmpeg
Rafaël Carré [Wed, 5 Mar 2014 10:02:18 +0000 (11:02 +0100)]
av_vdpau_alloc_context replacement for FFmpeg

10 years agoavcodec/vda: cosmetics
Felix Paul Kühne [Wed, 5 Mar 2014 09:35:07 +0000 (10:35 +0100)]
avcodec/vda: cosmetics

10 years agohwdummy: update to libavcodec 55.26.0
Rémi Denis-Courmont [Tue, 4 Mar 2014 20:53:47 +0000 (22:53 +0200)]
hwdummy: update to libavcodec 55.26.0

(see also fccfbd2fd1f6e91ecc3888c361348d35893140fb)

10 years agovdpau_avcodec: fix mismatched alloc/free
Rémi Denis-Courmont [Tue, 4 Mar 2014 20:55:46 +0000 (22:55 +0200)]
vdpau_avcodec: fix mismatched alloc/free

10 years agovdpau_avcodec: simplify with av_vdpau_get_profile()
Rémi Denis-Courmont [Tue, 4 Mar 2014 20:35:37 +0000 (22:35 +0200)]
vdpau_avcodec: simplify with av_vdpau_get_profile()

10 years agova: pass AVCodecContext pointer (inner part)
Rémi Denis-Courmont [Tue, 4 Mar 2014 20:33:44 +0000 (22:33 +0200)]
va: pass AVCodecContext pointer (inner part)

10 years agova: pass AVCodecContext rather than only the codec ID (outer part)
Rémi Denis-Courmont [Tue, 4 Mar 2014 20:24:23 +0000 (22:24 +0200)]
va: pass AVCodecContext rather than only the codec ID (outer part)

This should perhaps be const... but libavcodec seems to require
non-const even when const ought to be enough :-(

10 years agodxva2: check number of surfaces to allocate is not larger than the upper bound
Felix Abecassis [Tue, 4 Mar 2014 14:22:01 +0000 (15:22 +0100)]
dxva2: check number of surfaces to allocate is not larger than the upper bound

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agodxva2: remove useless variable
Felix Abecassis [Tue, 4 Mar 2014 14:22:00 +0000 (15:22 +0100)]
dxva2: remove useless variable

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agodxva2: fix incorrect return value
Felix Abecassis [Tue, 4 Mar 2014 14:21:59 +0000 (15:21 +0100)]
dxva2: fix incorrect return value

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
10 years agoFreeRDP: support 1.1.0-beta2 API
Jean-Baptiste Kempf [Tue, 4 Mar 2014 19:36:42 +0000 (20:36 +0100)]
FreeRDP: support 1.1.0-beta2 API

Close #10832

10 years agomacosx: do not warn when trying to translate null strings
David Fuhrmann [Tue, 4 Mar 2014 18:08:23 +0000 (19:08 +0100)]
macosx: do not warn when trying to translate null strings

We don't do any actual call to gettext here, so the warning
is not really needed.

10 years agomacosx: do not translate name of config items
David Fuhrmann [Tue, 4 Mar 2014 18:03:14 +0000 (19:03 +0100)]
macosx: do not translate name of config items

10 years agomediacodec: move timeout from dequeueInputBuffer to dequeueOutputBuffer
Felix Abecassis [Tue, 4 Mar 2014 18:11:44 +0000 (19:11 +0100)]
mediacodec: move timeout from dequeueInputBuffer to dequeueOutputBuffer

dequeueOutputBuffer should have an higher priority since releasing an
output buffer often allows MediaCodec to make progress

10 years agomacosx: fix some static code analysis warnings
David Fuhrmann [Tue, 4 Mar 2014 17:09:24 +0000 (18:09 +0100)]
macosx: fix some static code analysis warnings

Most of them are memleaks, uninitialized values, unused code
and type mismatches (float / int vs. CGFloat, uint vs. int)

10 years agomacosx: improve handling of playlist view state in case of multiple vouts
David Fuhrmann [Mon, 3 Mar 2014 21:22:09 +0000 (22:22 +0100)]
macosx: improve handling of playlist view state in case of multiple vouts

close #10761

10 years agomacosx: package libvlc_version.h, not libvlc_version.h.in.
Jerome Forissier [Tue, 4 Mar 2014 15:03:30 +0000 (16:03 +0100)]
macosx: package libvlc_version.h, not libvlc_version.h.in.

Copy LibVLC headers from the installation directory: $(prefix)/include
rather than from the source directory, where the version file is still
unprocessed.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agosrc/input: fix compilation warnings
Felix Paul Kühne [Tue, 4 Mar 2014 13:09:45 +0000 (14:09 +0100)]
src/input: fix compilation warnings

10 years agoDVDnav: require 4.2.1
Jean-Baptiste Kempf [Tue, 4 Mar 2014 13:05:50 +0000 (14:05 +0100)]
DVDnav: require 4.2.1

Ref #6649

10 years agoSTL: correctly align at the bottom
Jean-Baptiste Kempf [Tue, 4 Mar 2014 13:02:16 +0000 (14:02 +0100)]
STL: correctly align at the bottom

Close #9833

10 years agoSTL: fix support of line breaks
Jean-Baptiste Kempf [Tue, 4 Mar 2014 12:28:20 +0000 (13:28 +0100)]
STL: fix support of line breaks

Ref #9833

10 years agolive555: Support playing H.265 video RTP streams
Ross Finlayson [Thu, 27 Feb 2014 23:27:32 +0000 (23:27 +0000)]
live555: Support playing H.265 video RTP streams

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoQt: Added icons in the SysTrayMenu
Lukas Juhrich [Fri, 28 Feb 2014 20:37:50 +0000 (20:37 +0000)]
Qt: Added icons in the SysTrayMenu

Increase Volume / Decrease Volume / Mute / Speed->Faster(fine) / Speed->Slower(fine)

Used Existing resources, nothing more added.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agosmem: simplifications
Hugo Beauzée-Luyssen [Sun, 2 Mar 2014 14:20:59 +0000 (14:20 +0000)]
smem: simplifications

This patch removes a calculation which seems not to be required.
It also "fixes" potential issues when i_visible_width/height != i_width/height.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agohttplive: fix wrong url when computing relative uri.
Romain FLIEDEL [Mon, 3 Mar 2014 11:04:36 +0000 (11:04 +0000)]
httplive: fix wrong url when computing relative uri.

Remove extra slash when computing relative uri with an absolute path.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
10 years agoRevert "npapi: sensible prefix"
Rafaël Carré [Tue, 4 Mar 2014 11:40:22 +0000 (12:40 +0100)]
Revert "npapi: sensible prefix"

This reverts commit 4ec3dd7b1787a94f0172f7671ae808c057f8d32f.

This broke windows packaging.

10 years agomediacodec: disable direct rendering if VideoPlayerActivity was not started
Felix Abecassis [Mon, 24 Feb 2014 18:11:29 +0000 (19:11 +0100)]
mediacodec: disable direct rendering if VideoPlayerActivity was not started

Signed-off-by: Adrien Maglo <magsoft@videolan.org>
10 years agoContribs: update GnuTLS to 3.1.22
Jean-Baptiste Kempf [Tue, 4 Mar 2014 09:31:02 +0000 (10:31 +0100)]
Contribs: update GnuTLS to 3.1.22

See CVE-2014-0092

10 years agoFix VCDX compilation (close #10834)
Jeremy Huddleston Sequoia [Mon, 3 Mar 2014 21:37:32 +0000 (22:37 +0100)]
Fix VCDX compilation (close #10834)

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
10 years agosrc/missing: remove return after assert case since this is only needed for non-debug...
Felix Paul Kühne [Mon, 3 Mar 2014 18:09:47 +0000 (19:09 +0100)]
src/missing: remove return after assert case since this is only needed for non-debug builds which are not used by developers anyway

10 years agotypo
Rafaël Carré [Mon, 3 Mar 2014 18:05:49 +0000 (19:05 +0100)]
typo

10 years agoavio: use network-caching (fixes #10844)
Rémi Denis-Courmont [Mon, 3 Mar 2014 17:37:25 +0000 (19:37 +0200)]
avio: use network-caching (fixes #10844)

So far only network protocols (well, only RTMP) are aliased.

10 years agosrc/missing: fix a bunch of clang compilation warnings and update copyright header
Felix Paul Kühne [Mon, 3 Mar 2014 17:28:42 +0000 (18:28 +0100)]
src/missing: fix a bunch of clang compilation warnings and update copyright header

10 years agosrc/missing: remove no longer needed stubs since the internal API is gone
Felix Paul Kühne [Mon, 3 Mar 2014 17:11:08 +0000 (18:11 +0100)]
src/missing: remove no longer needed stubs since the internal API is gone

10 years agosrc/missing: fix compilation if httpd is disabled
Felix Paul Kühne [Mon, 3 Mar 2014 17:09:10 +0000 (18:09 +0100)]
src/missing: fix compilation if httpd is disabled

10 years agommdevice: implement audio policy callback (fixes #7204)
Rémi Denis-Courmont [Sun, 2 Mar 2014 13:20:26 +0000 (15:20 +0200)]
mmdevice: implement audio policy callback (fixes #7204)

10 years agommdevice: override endpoint volume to allow amplification
Rémi Denis-Courmont [Sat, 1 Mar 2014 22:17:38 +0000 (00:17 +0200)]
mmdevice: override endpoint volume to allow amplification

This works more or less like SNDVOL (and like PulseAudio with flat
volumes not disabled): the VLC volume represents the product of the
endpoint volume by the simple volume.

10 years agommdevice: print endpoint volume range to debug
Rémi Denis-Courmont [Sat, 1 Mar 2014 14:40:36 +0000 (16:40 +0200)]
mmdevice: print endpoint volume range to debug

10 years agommdevice: merge volume/mute update code and fix initial volume
Rémi Denis-Courmont [Sat, 1 Mar 2014 21:28:43 +0000 (23:28 +0200)]
mmdevice: merge volume/mute update code and fix initial volume

10 years agowasapi: fix TimeGet()
Rémi Denis-Courmont [Sat, 1 Mar 2014 19:42:31 +0000 (21:42 +0200)]
wasapi: fix TimeGet()

10 years agowasapi: fix S/PDIF check
Rémi Denis-Courmont [Sat, 1 Mar 2014 19:41:59 +0000 (21:41 +0200)]
wasapi: fix S/PDIF check

10 years agommdevice: guard against out of range values
Rémi Denis-Courmont [Sat, 1 Mar 2014 17:54:06 +0000 (19:54 +0200)]
mmdevice: guard against out of range values

10 years agoconfigure: unbreak cross-pkg-config support with contrib
Rémi Denis-Courmont [Sat, 1 Mar 2014 14:00:32 +0000 (16:00 +0200)]
configure: unbreak cross-pkg-config support with contrib

cross-pkg-config tools have a correct default search path. The contrib
path should complement it, not replace it. If the caller intends to
(ab)use the native pkg-config for cross-compilation, the caller is
responsible for selecting an adequate default path, not VLC configure,
just as with every other build tools.

10 years agomacosx: add NSFullScreenWindowMask to compatibilityFixes.h and avoid NSAnimationConte...
David Fuhrmann [Sat, 1 Mar 2014 12:28:41 +0000 (13:28 +0100)]
macosx: add NSFullScreenWindowMask to compatibilityFixes.h and avoid NSAnimationContext warning

10 years agonpapi: correct pkg-config paths
Rémi Denis-Courmont [Sat, 1 Mar 2014 13:23:34 +0000 (15:23 +0200)]
npapi: correct pkg-config paths

10 years agonpapi: sensible prefix
Rémi Denis-Courmont [Sat, 1 Mar 2014 13:23:18 +0000 (15:23 +0200)]
npapi: sensible prefix

10 years agommdevice: improve diagnostics
Rémi Denis-Courmont [Sat, 1 Mar 2014 10:16:04 +0000 (12:16 +0200)]
mmdevice: improve diagnostics

10 years agommdevice: add missing initializer (fixes #10775)
Rémi Denis-Courmont [Fri, 28 Feb 2014 20:57:34 +0000 (22:57 +0200)]
mmdevice: add missing initializer (fixes #10775)