]> git.sesse.net Git - vlc/log
vlc
9 years agotranscode: give proper src fmt for subtitle overlay
Ilkka Ollakka [Sat, 27 Sep 2014 13:45:15 +0000 (16:45 +0300)]
transcode: give proper src fmt for subtitle overlay

9 years agoavcodec: set absolute/ephemer comments/values correctly
Ilkka Ollakka [Sat, 27 Sep 2014 13:44:24 +0000 (16:44 +0300)]
avcodec: set absolute/ephemer comments/values correctly

9 years agomediacodec: add rotation support for opaque
Thomas Guillem [Wed, 3 Dec 2014 16:27:57 +0000 (17:27 +0100)]
mediacodec: add rotation support for opaque

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoWinstore: allow SetThreadPriority call
Jean-Baptiste Kempf [Wed, 3 Dec 2014 13:47:42 +0000 (14:47 +0100)]
Winstore: allow SetThreadPriority call

This mandates 8.1 though

9 years agoMessages: add AndroidPrintMsg cb for Android
Thomas Guillem [Tue, 2 Dec 2014 09:33:49 +0000 (09:33 +0000)]
Messages: add AndroidPrintMsg cb for Android

On android 5.0, PrintMsg blocks on fprintf when stderr is locked by flockfile.

This commit adds a default log callback for android in order to fix this issue,
and in order to have early logs (before libvlc_log_set is called).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoAndroid: deactivate audiotrack automatic loading
Thomas Guillem [Tue, 2 Dec 2014 09:56:24 +0000 (09:56 +0000)]
Android: deactivate audiotrack automatic loading

Use it only if specified by --aout arg.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoMissing header
Rafaël Carré [Tue, 2 Dec 2014 22:20:31 +0000 (23:20 +0100)]
Missing header

9 years agoTest RSA 4k signatures
Rafaël Carré [Sun, 30 Nov 2014 14:17:34 +0000 (15:17 +0100)]
Test RSA 4k signatures

9 years agoAdd MPEG audio layer I, II, III decoder based on mpg123
Ludovic Fauvet [Tue, 2 Dec 2014 12:37:54 +0000 (13:37 +0100)]
Add MPEG audio layer I, II, III decoder based on mpg123

9 years agoqt4: remove tautology, constify singleFileSelected
Tristan Matthews [Tue, 2 Dec 2014 17:36:58 +0000 (12:36 -0500)]
qt4: remove tautology, constify singleFileSelected

9 years agoVLSub: minor fixes
Jean-Baptiste Kempf [Tue, 2 Dec 2014 16:43:28 +0000 (17:43 +0100)]
VLSub: minor fixes

9 years agoContribs: mpg123, don't build programs
Jean-Baptiste Kempf [Tue, 2 Dec 2014 15:11:38 +0000 (16:11 +0100)]
Contribs: mpg123, don't build programs

This failed on Android, for example

9 years agoMention fps in NEWS
Jean-Baptiste Kempf [Mon, 1 Dec 2014 10:56:26 +0000 (11:56 +0100)]
Mention fps in NEWS

9 years agostream_filter: smooth: minor optimization
Frédéric Yhuel [Sun, 30 Nov 2014 20:17:41 +0000 (21:17 +0100)]
stream_filter: smooth: minor optimization

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agostream_filter: smooth: fix segfault
Frédéric Yhuel [Sun, 30 Nov 2014 20:17:40 +0000 (21:17 +0100)]
stream_filter: smooth: fix segfault

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agodsm: don't export too common functions
Thomas Guillem [Mon, 1 Dec 2014 08:31:19 +0000 (09:31 +0100)]
dsm: don't export too common functions

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agofps: don't export too common functions
Thomas Guillem [Mon, 1 Dec 2014 08:31:18 +0000 (09:31 +0100)]
fps: don't export too common functions

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
9 years agosecuretransport: fix compilation warnings
Felix Paul Kühne [Sun, 30 Nov 2014 20:08:49 +0000 (21:08 +0100)]
securetransport: fix compilation warnings

9 years agosout: send non-dated packets to sout
Ilkka Ollakka [Sat, 29 Nov 2014 10:45:22 +0000 (12:45 +0200)]
sout: send non-dated packets to sout

When input is H.264 they don't have pts/dts sometimes before decoder, but
dropping non-dated packets screw up decoder.

9 years agosout: only wait all ES if muxer can't add tracks in any point
Ilkka Ollakka [Sun, 30 Nov 2014 13:37:42 +0000 (15:37 +0200)]
sout: only wait all ES if muxer can't add tracks in any point

9 years agoRevert "sout: Don't wait until all the es has atleast minimum amount of blocks in...
Ilkka Ollakka [Sat, 29 Nov 2014 10:23:28 +0000 (12:23 +0200)]
Revert "sout: Don't wait until all the es has atleast minimum amount of blocks in fifo"

This reverts commit 57b356e2e2f646f7907a1518dbe605fc9899bc02.

9 years agoDirectSound: really fix uninitialized mutex (fixes #12845)
Rémi Denis-Courmont [Sun, 30 Nov 2014 13:15:33 +0000 (15:15 +0200)]
DirectSound: really fix uninitialized mutex (fixes #12845)

9 years agotranscode: refactor fps conversion out from video transcode
Ilkka Ollakka [Sat, 29 Nov 2014 21:47:19 +0000 (23:47 +0200)]
transcode: refactor fps conversion out from video transcode

Use fps video filter for framerate conversion. Also do framerate conversion
after deinterlacer so we don't screw deinterlacing with frame dropping.

9 years agofps: new video filter to convert between fps rates
Ilkka Ollakka [Sat, 29 Nov 2014 17:43:55 +0000 (19:43 +0200)]
fps: new video filter to convert between fps rates

9 years agoIgnore dummy.cpp
Rémi Denis-Courmont [Sun, 30 Nov 2014 10:27:53 +0000 (12:27 +0200)]
Ignore dummy.cpp

9 years agomacosx: small visual improvement for resume playback dialog
David Fuhrmann [Sat, 29 Nov 2014 15:53:21 +0000 (16:53 +0100)]
macosx: small visual improvement for resume playback dialog

9 years agodisable aribb for iOS
Felix Paul Kühne [Sat, 29 Nov 2014 15:49:09 +0000 (16:49 +0100)]
disable aribb for iOS

9 years agomacosx: cancel resume dialog after 6 seconds
David Fuhrmann [Sat, 29 Nov 2014 14:01:39 +0000 (15:01 +0100)]
macosx: cancel resume dialog after 6 seconds

Also reduce intentation of code.

9 years agoavcodec: use qscale=3 as default if videobitrate isn't provided
Ilkka Ollakka [Sat, 29 Nov 2014 11:52:26 +0000 (13:52 +0200)]
avcodec: use qscale=3 as default if videobitrate isn't provided

If user doesn't give videobitrate use some reasonable default to get ok output
from avcodec transcode (for example mpeg4 video).

9 years agomacosx: correctly toggle enabled state of record menu item
David Fuhrmann [Sat, 29 Nov 2014 11:51:33 +0000 (12:51 +0100)]
macosx: correctly toggle enabled state of record menu item

9 years agotest: update .gitignore
Rémi Denis-Courmont [Sat, 29 Nov 2014 11:43:06 +0000 (13:43 +0200)]
test: update .gitignore

9 years agoIgnore trs files from test suite
Rémi Denis-Courmont [Sat, 29 Nov 2014 11:42:13 +0000 (13:42 +0200)]
Ignore trs files from test suite

9 years agompeg_audio: compile fake decoder only if mad is present
Rémi Denis-Courmont [Sat, 29 Nov 2014 11:36:02 +0000 (13:36 +0200)]
mpeg_audio: compile fake decoder only if mad is present

9 years agomad: clean up build rules
Rémi Denis-Courmont [Sat, 29 Nov 2014 11:14:22 +0000 (13:14 +0200)]
mad: clean up build rules

9 years agoconfigure: remove --with-*-tree
Rémi Denis-Courmont [Sat, 29 Nov 2014 10:43:17 +0000 (12:43 +0200)]
configure: remove --with-*-tree

Everybody should install the underlying libraries somewhere and, if
necessary, pass --with-* to specify the installation path (this is
automatic for VLC contribs).

9 years agoextras: fix gas-pp installation
Felix Paul Kühne [Fri, 28 Nov 2014 17:19:58 +0000 (18:19 +0100)]
extras: fix gas-pp installation

9 years agoios: disable protobuf
Felix Paul Kühne [Sat, 29 Nov 2014 11:39:53 +0000 (12:39 +0100)]
ios: disable protobuf

9 years agomacosx: fix build
David Fuhrmann [Sat, 29 Nov 2014 11:34:21 +0000 (12:34 +0100)]
macosx: fix build

9 years agotranscode: check input picture drop only after deinterlace filter
Ilkka Ollakka [Sat, 29 Nov 2014 11:14:22 +0000 (13:14 +0200)]
transcode: check input picture drop only after deinterlace filter

Refactor so deinterlacer/scaler is fed with all input pictures and not only
ones that encoder needs.

9 years agotranscode: increment input pts even if we don't need to process that picture
Ilkka Ollakka [Sat, 29 Nov 2014 10:44:23 +0000 (12:44 +0200)]
transcode: increment input pts even if we don't need to process that picture

9 years agotranscode: set b_master_sync correctly
Ilkka Ollakka [Thu, 16 Oct 2014 08:30:55 +0000 (11:30 +0300)]
transcode: set b_master_sync correctly

9 years agomac: update build.sh
David Fuhrmann [Sat, 29 Nov 2014 11:29:06 +0000 (12:29 +0100)]
mac: update build.sh

Auto-detect current osx version, overwrite path to avoid influences
from macports or homebrew.

9 years agomacosx: set better colors for playback speed controls (close #12633)
David Fuhrmann [Sat, 29 Nov 2014 11:27:46 +0000 (12:27 +0100)]
macosx: set better colors for playback speed controls (close #12633)

9 years agoQt: StatsView: don't scale line width (fix #12853)
Francois Cartegnie [Sat, 29 Nov 2014 11:17:27 +0000 (12:17 +0100)]
Qt: StatsView: don't scale line width (fix #12853)

9 years agohttp: XML-decode Icy meta infos (fixes #12739)
Rémi Denis-Courmont [Sun, 9 Nov 2014 18:10:03 +0000 (20:10 +0200)]
http: XML-decode Icy meta infos (fixes #12739)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoAribcam: correctly link for Windows
Jean-Baptiste Kempf [Sat, 29 Nov 2014 10:44:45 +0000 (11:44 +0100)]
Aribcam: correctly link for Windows

9 years agoandroid_window: fix subtitle clear area too big
Thomas Guillem [Fri, 28 Nov 2014 14:34:13 +0000 (15:34 +0100)]
android_window: fix subtitle clear area too big

This led to a memory corruption.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoWin32: file description shouldn't have the version number
Jean-Baptiste Kempf [Fri, 28 Nov 2014 15:52:00 +0000 (16:52 +0100)]
Win32: file description shouldn't have the version number

Close #12856

9 years agocontrib: add mpg123
Felix Paul Kühne [Fri, 28 Nov 2014 12:36:39 +0000 (13:36 +0100)]
contrib: add mpg123

9 years agoAdds batch convert support to the VLC GUI.
Lochlin Duperron [Tue, 11 Nov 2014 07:46:26 +0000 (07:46 +0000)]
Adds batch convert support to the VLC GUI.

This commit modifies the convert wizard to accept multiple files from the file dialog box

The GUI should operate the same when a single file is selected (providing
an option of where and what to name the file), but when multiple files are
selected the files are placed into the same folder with the same name and a
new extention (there is an option to append -converted if you are converting
to the same extention).
There are some tooltips to explain this operation.

Most of the changes are pretty straight-forward, converting QStrings to
QStringLists and passing the full list of MRLs around. The playlist already
supports the batch processing in a pretty straightforward way, so there's no
issues there.

StandardPanel.cpp was modified to create a temp QStringList for passing to the
streamingDialog, as it now takes the full list of input files rather than just
one

Convert.cpp/hpp modified to take the QStringList and to behave (semi)-intelligently when reciving multiple files,
Open.cpp modified to pass the MRLs rather than MRL[0]
and the Dialogs_provider.cpp/hpp to pass the MRLs along, pretty much.

It also clears the playlist when recieving a list and starts the playlist from the beginning when it's added all the files to be converted.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoWin32: fix some time includes
Martell Malone [Tue, 25 Nov 2014 11:24:09 +0000 (11:24 +0000)]
Win32: fix some time includes

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agokva: set visible region correctly
KO Myung-Hun [Thu, 27 Nov 2014 06:30:38 +0000 (06:30 +0000)]
kva: set visible region correctly

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agohds: free mutexes and cond variables on all streams
Antti Ajanki [Thu, 27 Nov 2014 18:37:43 +0000 (18:37 +0000)]
hds: free mutexes and cond variables on all streams

Signed-off-by: Tristan Matthews <tmatth@videolan.org>
9 years agocontrib: correctly copy mac os aliases in package creation (close #12875)
David Fuhrmann [Thu, 27 Nov 2014 22:27:44 +0000 (23:27 +0100)]
contrib: correctly copy mac os aliases in package creation (close #12875)

9 years agoQt: Avoid focus stealing of the tooltip on Win32
Ludovic Fauvet [Thu, 27 Nov 2014 11:34:33 +0000 (12:34 +0100)]
Qt: Avoid focus stealing of the tooltip on Win32

Close #12060
Ref #12084

9 years agocontrib: flac: bump to 1.3.1
Tristan Matthews [Thu, 27 Nov 2014 04:01:26 +0000 (23:01 -0500)]
contrib: flac: bump to 1.3.1

CVE-2014-8962
CVE-2014-9028

9 years agolibmp4: Use a portable format specified for uintmax_t
Hugo Beauzée-Luyssen [Wed, 26 Nov 2014 12:57:36 +0000 (13:57 +0100)]
libmp4: Use a portable format specified for uintmax_t

9 years agomft: Use the proper windows version define
Hugo Beauzée-Luyssen [Wed, 26 Nov 2014 16:41:50 +0000 (17:41 +0100)]
mft: Use the proper windows version define

9 years agoQt: do not use uninitialized value
Ludovic Fauvet [Tue, 25 Nov 2014 17:11:47 +0000 (18:11 +0100)]
Qt: do not use uninitialized value

9 years agoWin32: add -lcomctl32 -luuid to Qt module
Martell Malone [Tue, 25 Nov 2014 16:13:11 +0000 (17:13 +0100)]
Win32: add -lcomctl32 -luuid to Qt module

9 years agoQt: add QT_STATICPLUGIN define as per the qt spec
Martell Malone [Tue, 25 Nov 2014 13:23:38 +0000 (13:23 +0000)]
Qt: add QT_STATICPLUGIN define as per the qt spec

The QT spec says we should use QT_STATICPLUGIN defined if building a
static plugin.

As we are using out own makefile and not a qt .pro project we have to
define it ourselves.

This is then used to decide if we should import the modules
QWindowsIntegrationPlugin and AccessibleFactory as these are not needed
on a shared build.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: prepare subtitles on vd->prepare
Thomas Guillem [Tue, 25 Nov 2014 15:17:25 +0000 (16:17 +0100)]
android_window: prepare subtitles on vd->prepare

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: don't clear full subtitle area
Thomas Guillem [Tue, 25 Nov 2014 15:17:24 +0000 (16:17 +0100)]
android_window: don't clear full subtitle area

Do a memset only on previous area.
Subtitle Display is now 15% - 25% faster (depends on window resolution).

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: improve subtitles resolution
Thomas Guillem [Tue, 25 Nov 2014 15:17:23 +0000 (16:17 +0100)]
android_window: improve subtitles resolution

This commit scale the subtitles to the android window size.
The vout is now fullscreen and update the display size with the value returned
by jni_GetWindowSize.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: set i_angle for anw too
Thomas Guillem [Tue, 25 Nov 2014 15:17:22 +0000 (16:17 +0100)]
android_window: set i_angle for anw too

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: create sub filter after sub pic alloc
Thomas Guillem [Tue, 25 Nov 2014 15:17:21 +0000 (16:17 +0100)]
android_window: create sub filter after sub pic alloc

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoandroid_window: don't release sub_pic in vd->control
Thomas Guillem [Tue, 25 Nov 2014 15:17:20 +0000 (16:17 +0100)]
android_window: don't release sub_pic in vd->control

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoFix sizeof mismatch
Tobias Güntner [Sun, 16 Nov 2014 21:10:36 +0000 (22:10 +0100)]
Fix sizeof mismatch

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoFix typo
Tobias Güntner [Tue, 18 Nov 2014 15:32:00 +0000 (16:32 +0100)]
Fix typo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoForce MPEG demuxer
Tobias Güntner [Sun, 16 Nov 2014 21:24:33 +0000 (22:24 +0100)]
Force MPEG demuxer

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agocontrib: flac: simplify .pc patching
Rafaël Carré [Tue, 25 Nov 2014 11:54:29 +0000 (12:54 +0100)]
contrib: flac: simplify .pc patching

dependency on ogg is already specified

9 years agoQt: cosmetics
Ludovic Fauvet [Mon, 24 Nov 2014 18:21:54 +0000 (19:21 +0100)]
Qt: cosmetics

9 years agoQt: better wording for the resume playback code
Ludovic Fauvet [Mon, 24 Nov 2014 18:11:15 +0000 (19:11 +0100)]
Qt: better wording for the resume playback code

9 years agowin32: remove duplicate check in vlc_cond_signal()
Rémi Denis-Courmont [Mon, 24 Nov 2014 17:16:42 +0000 (19:16 +0200)]
win32: remove duplicate check in vlc_cond_signal()

The same test is done in the underlying vlc_cond_broadcast().

9 years agoQt: add an icon in front of the resume panel
Ludovic Fauvet [Mon, 24 Nov 2014 16:32:05 +0000 (17:32 +0100)]
Qt: add an icon in front of the resume panel

9 years agoQt: hide the resume panel when the vout is released
Ludovic Fauvet [Mon, 24 Nov 2014 15:25:31 +0000 (16:25 +0100)]
Qt: hide the resume panel when the vout is released

9 years agoQt: make the resume panel timer cancellable
Ludovic Fauvet [Mon, 24 Nov 2014 15:18:08 +0000 (16:18 +0100)]
Qt: make the resume panel timer cancellable

9 years agoQt: hide the resume panel without affecting the vout geometry (refs #12758)
Ludovic Fauvet [Mon, 24 Nov 2014 15:07:49 +0000 (16:07 +0100)]
Qt: hide the resume panel without affecting the vout geometry (refs #12758)

One corner case still remains when leaving the fullscreen since we
cannot resize the UI in this mode.

9 years agoconfigure: remove freeaddrinfo test
Rémi Denis-Courmont [Mon, 24 Nov 2014 16:26:05 +0000 (18:26 +0200)]
configure: remove freeaddrinfo test

Assume that freeaddrinfo() is missing if and only if targetting OS/2.
That is not particularly clean but <vlc_network.h> already makes that
same assumption anyhow.

9 years agoRevert "contribs: Fix ebml & openjpeg patches line endings"
Hugo Beauzée-Luyssen [Mon, 24 Nov 2014 16:01:32 +0000 (17:01 +0100)]
Revert "contribs: Fix ebml & openjpeg patches line endings"

This reverts commit f5470b586795de7c8c75017c214c35ed74ab5717.

9 years agomacosx: update metadata in info panel if metadata changes
Felix Paul Kühne [Sun, 23 Nov 2014 20:18:57 +0000 (21:18 +0100)]
macosx: update metadata in info panel if metadata changes

9 years agotaglib: Support reading AlbumArtist from ID3v2 and Ogg
Uwe L. Korn [Sat, 22 Nov 2014 22:01:18 +0000 (22:01 +0000)]
taglib: Support reading AlbumArtist from ID3v2 and Ogg

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agoinput: Add support for AlbumArtist meta
Uwe L. Korn [Sat, 22 Nov 2014 22:01:17 +0000 (22:01 +0000)]
input: Add support for AlbumArtist meta

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
9 years agofreeaddrinfo: rewrite as iterative
Rémi Denis-Courmont [Sat, 22 Nov 2014 09:20:24 +0000 (11:20 +0200)]
freeaddrinfo: rewrite as iterative

9 years agolibstream_out_standard_plugin: fix linkage on OS/2
KO Myung-Hun [Sat, 22 Nov 2014 09:11:51 +0000 (18:11 +0900)]
libstream_out_standard_plugin: fix linkage on OS/2

Move freeaddrinfo() to compat/.

-----
  CCLD     libstream_out_standard_plugin.la
weakld: error: Unresolved symbol (UNDEF) '_freeaddrinfo'.
weakld: info: The symbol is referenced by:
    P:\tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj
Ignoring unresolved externals reported from weak prelinker.
Error! E2028: _freeaddrinfo is an undefined reference
file P:/tmp\ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj(ldconv_libstream_out_standard_plugin_48c454704dac1660d0.obj): undefined symbol _freeaddrinfo
-----

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
9 years agopacketizer: flac: fix realloc call
Tristan Matthews [Fri, 21 Nov 2014 18:43:33 +0000 (13:43 -0500)]
packetizer: flac: fix realloc call

9 years agocontribs: Fix ebml & openjpeg patches line endings
Hugo Beauzée-Luyssen [Thu, 20 Nov 2014 14:42:06 +0000 (15:42 +0100)]
contribs: Fix ebml & openjpeg patches line endings

9 years agoconfigure.ac: Fix poll() presence check
Hugo Beauzée-Luyssen [Wed, 22 Oct 2014 12:10:30 +0000 (14:10 +0200)]
configure.ac: Fix poll() presence check

poll isn't defined before vista, and we're building for windows XP

9 years agoLua: fix build
Jean-Baptiste Kempf [Fri, 21 Nov 2014 17:36:31 +0000 (18:36 +0100)]
Lua: fix build

9 years agoflac: Force static linking
Hugo Beauzée-Luyssen [Fri, 21 Nov 2014 17:08:46 +0000 (18:08 +0100)]
flac: Force static linking

9 years agolua: Fix forward declarations
Hugo Beauzée-Luyssen [Wed, 22 Oct 2014 07:55:06 +0000 (09:55 +0200)]
lua: Fix forward declarations

9 years agocontrib: freetype2: Disable bzip2
Hugo Beauzée-Luyssen [Fri, 10 Oct 2014 14:20:42 +0000 (07:20 -0700)]
contrib: freetype2: Disable bzip2

9 years agomft: Link to mfplat when building with msvc
Hugo Beauzée-Luyssen [Fri, 21 Nov 2014 13:24:31 +0000 (14:24 +0100)]
mft: Link to mfplat when building with msvc

9 years agomodules: Don't use gcc specific binary constant prefix
Hugo Beauzée-Luyssen [Tue, 21 Oct 2014 14:25:18 +0000 (16:25 +0200)]
modules: Don't use gcc specific binary constant prefix

9 years agoSVCDSub: do not reinvent msg_Dbg
Jean-Baptiste Kempf [Fri, 21 Nov 2014 16:47:23 +0000 (17:47 +0100)]
SVCDSub: do not reinvent msg_Dbg

9 years agopacketizer: flac: reduce memory allocations
Tristan Matthews [Fri, 21 Nov 2014 16:39:31 +0000 (11:39 -0500)]
packetizer: flac: reduce memory allocations

9 years agowinvlc: Replace STDIN_FILENO by the equivalent _fileno call
Hugo Beauzée-Luyssen [Wed, 22 Oct 2014 13:31:30 +0000 (15:31 +0200)]
winvlc: Replace STDIN_FILENO by the equivalent _fileno call

STDIN_FILENO isn't defined by MSVC

9 years agomft: Do not use LoadLibrary when building for Vista and later
Hugo Beauzée-Luyssen [Fri, 21 Nov 2014 12:13:08 +0000 (13:13 +0100)]
mft: Do not use LoadLibrary when building for Vista and later

9 years agomft: Rename function pointer.
Hugo Beauzée-Luyssen [Fri, 21 Nov 2014 12:11:16 +0000 (13:11 +0100)]
mft: Rename function pointer.

They collide with the actual functions

9 years agodmo: Be unicode agnostic
Hugo Beauzée-Luyssen [Mon, 10 Nov 2014 13:43:15 +0000 (14:43 +0100)]
dmo: Be unicode agnostic