]> git.sesse.net Git - vlc/log
vlc
12 years agoRename and remove unused ACL parameter of httpd_UrlNewUnique()
Rémi Denis-Courmont [Sun, 1 Apr 2012 19:13:54 +0000 (22:13 +0300)]
Rename and remove unused ACL parameter of httpd_UrlNewUnique()

12 years agoRemove invariable (last) parameter of httpd_UrlNewPrivate()
Rémi Denis-Courmont [Sun, 1 Apr 2012 19:06:13 +0000 (22:06 +0300)]
Remove invariable (last) parameter of httpd_UrlNewPrivate()

12 years agoRemoved unused httpd_UrlNew()
Rémi Denis-Courmont [Sun, 1 Apr 2012 19:04:00 +0000 (22:04 +0300)]
Removed unused httpd_UrlNew()

12 years agoQt: remove DMO selection from Simple Prefs
Jean-Baptiste Kempf [Sun, 1 Apr 2012 18:15:15 +0000 (20:15 +0200)]
Qt: remove DMO selection from Simple Prefs

Ref #5814

12 years agomacosx: use optimized drawing for the main window as well (in addition to the detache...
Felix Paul Kühne [Sun, 1 Apr 2012 18:19:44 +0000 (20:19 +0200)]
macosx: use optimized drawing for the main window as well (in addition to the detached vout window)

12 years agomacosx: make sure that VLC always shows a visibible video window when spawning a...
Felix Paul Kühne [Sun, 1 Apr 2012 18:14:12 +0000 (20:14 +0200)]
macosx: make sure that VLC always shows a visibible video window when spawning a new vout (close #6418)

12 years agomacosx: make sure that the subtitles menu item is correctly updated on playlist item...
Felix Paul Kühne [Sun, 1 Apr 2012 18:06:00 +0000 (20:06 +0200)]
macosx: make sure that the subtitles menu item is correctly updated on playlist item change (close #6342)

12 years agoWeb: support correctly all cases of extensions
Jean-Baptiste Kempf [Sun, 1 Apr 2012 18:00:49 +0000 (20:00 +0200)]
Web: support correctly all cases of extensions

Ref #6544

12 years agomacosx: updated gui for new spatializer values (close #6516)
Felix Paul Kühne [Sun, 1 Apr 2012 17:19:17 +0000 (19:19 +0200)]
macosx: updated gui for new spatializer values (close #6516)

12 years agomacosx: resize time field in the detached video window to make enough room for runtim...
Felix Paul Kühne [Sun, 1 Apr 2012 14:25:47 +0000 (16:25 +0200)]
macosx: resize time field in the detached video window to make enough room for runtimes longer than 1 hour (close #6445)

12 years agomacosx: fixed inconsistant fullscreen button state in the detached video window
Felix Paul Kühne [Sun, 1 Apr 2012 14:25:08 +0000 (16:25 +0200)]
macosx: fixed inconsistant fullscreen button state in the detached video window

12 years agoFix AAC encoding with ffaac
Jean-Baptiste Kempf [Sun, 1 Apr 2012 08:58:37 +0000 (10:58 +0200)]
Fix AAC encoding with ffaac

Should close #6483

12 years agoQt: mark some functions as virtual
Jean-Baptiste Kempf [Sun, 1 Apr 2012 08:38:34 +0000 (10:38 +0200)]
Qt: mark some functions as virtual

12 years agoMake the config dirty flag global rather than per item
Rémi Denis-Courmont [Sun, 1 Apr 2012 09:54:24 +0000 (12:54 +0300)]
Make the config dirty flag global rather than per item

12 years agoInline SaveConfigFile()
Rémi Denis-Courmont [Sun, 1 Apr 2012 09:49:01 +0000 (12:49 +0300)]
Inline SaveConfigFile()

12 years agoUndo misuse of module_config_t.b_dirty
Rémi Denis-Courmont [Sun, 1 Apr 2012 09:33:39 +0000 (12:33 +0300)]
Undo misuse of module_config_t.b_dirty

This fixes a bug whereby the configuration would not be saved because
Qt4 cleared the b_dirty flag instead of minding its own business.

The core determines whether the value of a configuration item as changed
using b_dirty. b_dirty is _not_ meant to signal changes in choices list.
Configuration callbacks blindly set b_dirty, so the UI can assume that
choices changed. Besides those callbacks should be removed as they do
not follow the locking model of the configuration and can cause crashes.

12 years agoQt4: fix disc dialog on Linux (again)
Rémi Denis-Courmont [Sun, 1 Apr 2012 09:03:22 +0000 (12:03 +0300)]
Qt4: fix disc dialog on Linux (again)

5a2390a78863423a6b5108debd1c6939ac5ab38a is the first bad commit
commit 5a2390a78863423a6b5108debd1c6939ac5ab38a
Author: Jean-Baptiste Kempf <jb@videolan.org>
Date:   Sat Mar 31 22:20:58 2012 +0200

12 years agoQt: fix Windows open dialog issue on paste
Jean-Baptiste Kempf [Sat, 31 Mar 2012 22:31:06 +0000 (00:31 +0200)]
Qt: fix Windows open dialog issue on paste

Close #6242

12 years agoWeb Interface: correctly select extensions
Jean-Baptiste Kempf [Sat, 31 Mar 2012 20:53:17 +0000 (22:53 +0200)]
Web Interface: correctly select extensions

Close #6544

12 years agoQt: fix SD search
Jean-Baptiste Kempf [Sat, 31 Mar 2012 20:35:39 +0000 (22:35 +0200)]
Qt: fix SD search

Close #6368

12 years agoQt: fix drive selection on Windows
Jean-Baptiste Kempf [Sat, 31 Mar 2012 20:20:58 +0000 (22:20 +0200)]
Qt: fix drive selection on Windows

And close #6536

12 years agocontrib: fixed broken patch for libmatroska included in b0ea094267e4bb5e654028b5b4a4e...
Felix Paul Kühne [Sat, 31 Mar 2012 13:06:07 +0000 (15:06 +0200)]
contrib: fixed broken patch for libmatroska included in b0ea094267e4bb5e654028b5b4a4ef38ec90e6d9

12 years agocontrib: fixed broken patch for libebml included in b0ea094267e4bb5e654028b5b4a4ef38e...
Felix Paul Kühne [Sat, 31 Mar 2012 12:57:01 +0000 (14:57 +0200)]
contrib: fixed broken patch for libebml included in b0ea094267e4bb5e654028b5b4a4ef38ec90e6d9

12 years agoImprove range check.
Tobias Güntner [Thu, 29 Mar 2012 21:09:05 +0000 (23:09 +0200)]
Improve range check.

Use >= instead of > in range check because INT64_MAX could
be rounded up when converted to a double for comparison.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agowaveout: use _snwprintf
Edward Wang [Thu, 29 Mar 2012 21:46:37 +0000 (17:46 -0400)]
waveout: use _snwprintf

Close #6484

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoQt: correctly release vout objects
Jean-Baptiste Kempf [Fri, 30 Mar 2012 15:03:58 +0000 (17:03 +0200)]
Qt: correctly release vout objects

Close #6118

12 years agomacosx: fixed a thread-safety issue in the open panel code
Colin Delacroix [Thu, 29 Mar 2012 13:19:09 +0000 (15:19 +0200)]
macosx: fixed a thread-safety issue in the open panel code

VLC crashed when mounting multiple volumes at once

12 years agocontrib: remove STDC hack for android
Rafaël Carré [Thu, 29 Mar 2012 20:18:20 +0000 (16:18 -0400)]
contrib: remove STDC hack for android

Remove -ansi flag for packages which don't build.

-ansi (and __STRICT_ANSI__) prevent the bionic headers to define (u)int64_t

Freetype exhibits a bug in gcc headers which typedef uint64_t u_int64_t

It seems like gcc, libebml, libmatroska, and taglib rely on standard headers
to define (u)int64_t which is the case for glibc even with -ansi.

12 years agoQt: tweak open dialog for translation
Jean-Baptiste Kempf [Fri, 30 Mar 2012 13:53:02 +0000 (15:53 +0200)]
Qt: tweak open dialog for translation

Close #6447

12 years agoDirect3D: deactivate old drivers with insufficient capabilities.
Jean-Baptiste Kempf [Fri, 30 Mar 2012 11:35:42 +0000 (13:35 +0200)]
Direct3D: deactivate old drivers with insufficient capabilities.

Ref #6501 and #6469

12 years agostream_filter/httplive.c: add usefull comment.
Jean-Paul Saman [Fri, 30 Mar 2012 09:19:12 +0000 (11:19 +0200)]
stream_filter/httplive.c: add usefull comment.

12 years agoadd commonly used ID3 genres to the list
John Freed [Thu, 29 Mar 2012 20:52:47 +0000 (22:52 +0200)]
add commonly used ID3 genres to the list

See http://www.id3.org/Compliance_Issues and http://www.id3.org/id3v2.3.0

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoplaylist: remove stray typedef
Rémi Denis-Courmont [Thu, 29 Mar 2012 20:28:10 +0000 (23:28 +0300)]
playlist: remove stray typedef

12 years agochannels.conf: rewrite and fix
Rémi Denis-Courmont [Thu, 29 Mar 2012 18:47:26 +0000 (21:47 +0300)]
channels.conf: rewrite and fix

 - add support for DVB-S and ATSC
 - add new parameter values
 - fix code rates for DVB-T ("fec" != "code-rate-{h,l}p")

12 years agoplaylist: factor the Control() callback
Rémi Denis-Courmont [Thu, 29 Mar 2012 17:48:53 +0000 (20:48 +0300)]
playlist: factor the Control() callback

12 years agoplaylist: remove no-op pf_deactivate functions
Rémi Denis-Courmont [Thu, 29 Mar 2012 17:44:02 +0000 (20:44 +0300)]
playlist: remove no-op pf_deactivate functions

12 years agoFix --sout-ffmpeg-codec
Aurelien Nephtali [Thu, 29 Mar 2012 16:13:45 +0000 (16:13 +0000)]
Fix --sout-ffmpeg-codec

Signed-off-by: Rafaël Carré <funman@videolan.org>
12 years agoselect: remove plugin that never worked (refs #4866)
Rémi Denis-Courmont [Thu, 29 Mar 2012 15:34:35 +0000 (18:34 +0300)]
select: remove plugin that never worked (refs #4866)

This plugin has a systematic deadlock (or assert in debug builds), so
it is pretty safe to assume that nobody uses it.

12 years agoRemove bogus VLC_UNUSED
Rémi Denis-Courmont [Thu, 29 Mar 2012 14:58:32 +0000 (17:58 +0300)]
Remove bogus VLC_UNUSED

Please don't hide bugs.

12 years agoAdd a trivial audio gain filter
Ludovic Fauvet [Wed, 28 Mar 2012 14:21:09 +0000 (16:21 +0200)]
Add a trivial audio gain filter

This module is a wrapper around an audio mixer.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoExport aout_Mixer functions to modules
Ludovic Fauvet [Wed, 28 Mar 2012 14:30:51 +0000 (16:30 +0200)]
Export aout_Mixer functions to modules

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
12 years agoDASH: BasicCMManager: Bitrate is an unsigned value.
Hugo Beauzée-Luyssen [Thu, 29 Mar 2012 12:57:34 +0000 (14:57 +0200)]
DASH: BasicCMManager: Bitrate is an unsigned value.

12 years agoDASH: cosmetics
Frédéric Yhuel [Mon, 26 Mar 2012 14:38:47 +0000 (16:38 +0200)]
DASH: cosmetics

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agoDASH: implement Seek()
Frédéric Yhuel [Mon, 26 Mar 2012 14:38:46 +0000 (16:38 +0200)]
DASH: implement Seek()

This is needed for DASH module to work with (not yet ready) VLC MP4
demux. Forward seeking is implemented by calling Read() with a NULL
argument (= skipping), while backward seeking is limited to the current
block in the block_bytestream_t upon which is built the internal buffer.
This limitation is not really a problem because backward seeking will be
needed only for the parsing of the initialization fragment.

Signed-off-by: Hugo Beauzée-Luyssen <beauze.h@gmail.com>
12 years agolibmp4: move some stuff into the header file
Frédéric Yhuel [Wed, 28 Mar 2012 22:58:56 +0000 (00:58 +0200)]
libmp4: move some stuff into the header file

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoContrib: support Tegra2 CPUs on Android
Jean-Baptiste Kempf [Wed, 28 Mar 2012 22:29:42 +0000 (00:29 +0200)]
Contrib: support Tegra2 CPUs on Android

Cortex-a9 but no NEON? Seriously?

12 years agoContrib: Android simplifications
Jean-Baptiste Kempf [Wed, 28 Mar 2012 22:24:44 +0000 (00:24 +0200)]
Contrib: Android simplifications

12 years agoContribs: update GSM to 1.0.13
Jean-Baptiste Kempf [Wed, 28 Mar 2012 17:08:55 +0000 (19:08 +0200)]
Contribs: update GSM to 1.0.13

12 years agoContribs: update UPNP to 1.6.16
Jean-Baptiste Kempf [Wed, 28 Mar 2012 17:01:30 +0000 (19:01 +0200)]
Contribs: update UPNP to 1.6.16

Important code changes were done by Orange

12 years agoDirect3D: add more debug when CreateTexture fail
Jean-Baptiste Kempf [Wed, 28 Mar 2012 12:29:49 +0000 (14:29 +0200)]
Direct3D: add more debug when CreateTexture fail

12 years agoDVDnav: some .iso files are wrongly named bin or nrg
Jean-Baptiste Kempf [Wed, 28 Mar 2012 11:52:51 +0000 (13:52 +0200)]
DVDnav: some .iso files are wrongly named bin or nrg

12 years agoContribs: update openjpeg to 1.5.0
Jean-Baptiste Kempf [Wed, 28 Mar 2012 11:04:40 +0000 (13:04 +0200)]
Contribs: update openjpeg to 1.5.0

It is supposed to be a bit less slow

12 years agoDirectSound: fix device selection
Jean-Baptiste Kempf [Tue, 27 Mar 2012 22:51:43 +0000 (00:51 +0200)]
DirectSound: fix device selection

Close #6504 #6510 and #6511

12 years agoSpatializer: init variables correctly
Jean-Baptiste Kempf [Tue, 27 Mar 2012 22:34:59 +0000 (00:34 +0200)]
Spatializer: init variables correctly

Close #6514

12 years agoQt: adapt the UI for correct spatializer values
Jean-Baptiste Kempf [Tue, 27 Mar 2012 18:47:30 +0000 (20:47 +0200)]
Qt: adapt the UI for correct spatializer values

Ref #4887

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoSpatializer: more sane default for Wet value and limit all values
Jean-Baptiste Kempf [Tue, 27 Mar 2012 18:13:19 +0000 (20:13 +0200)]
Spatializer: more sane default for Wet value and limit all values

I am not sure this filter ever worked as intended.
It was providing serious distortions.

This is now limiting seriously the space of parameters but at least it
does not explode anymore. Should close #4887

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoMP4: support for more codecs in mp4
Jean-Baptiste Kempf [Tue, 27 Mar 2012 20:20:52 +0000 (22:20 +0200)]
MP4: support for more codecs in mp4

According to http://www.mp4ra.org/object.html (not tested)

12 years agoMP4: support DTS in ObjectTypeIndication
Jean-Baptiste Kempf [Tue, 27 Mar 2012 20:10:27 +0000 (22:10 +0200)]
MP4: support DTS in ObjectTypeIndication

12 years agoSupport more DTS FourCC
Jean-Baptiste Kempf [Tue, 27 Mar 2012 19:32:45 +0000 (21:32 +0200)]
Support more DTS FourCC

Fix decoding of some DTS in mp4

12 years agochannels.conf: update/fix parameters values
Rémi Denis-Courmont [Tue, 27 Mar 2012 19:27:47 +0000 (22:27 +0300)]
channels.conf: update/fix parameters values

12 years agoRevert "dvb: demux: generate uri" - fix #6497
Rémi Denis-Courmont [Tue, 27 Mar 2012 19:21:40 +0000 (22:21 +0300)]
Revert "dvb: demux: generate uri" - fix #6497

This reverts commit 3cb4988a9aa6b984ed83ec06fef4ad0546c2d166.

Conflicts:

modules/demux/playlist/dvb.c

12 years agoRTP: hack to make the raw audio decoder happy
Rémi Denis-Courmont [Tue, 27 Mar 2012 18:24:39 +0000 (21:24 +0300)]
RTP: hack to make the raw audio decoder happy

12 years agoFluidsynth: .8 gain is too high for many files, reduce to .5
Rémi Denis-Courmont [Tue, 27 Mar 2012 17:28:01 +0000 (20:28 +0300)]
Fluidsynth: .8 gain is too high for many files, reduce to .5

12 years agoLua: remove unused parameter
Rémi Denis-Courmont [Tue, 27 Mar 2012 16:20:51 +0000 (19:20 +0300)]
Lua: remove unused parameter

12 years agoinclude/vlc_codecs.h: added pack(pop) counterpart to pack(push) for certain apple...
Felix Paul Kühne [Tue, 27 Mar 2012 15:56:42 +0000 (17:56 +0200)]
include/vlc_codecs.h: added pack(pop) counterpart to pack(push) for certain apple platforms

12 years agoconfigure.ac: disable ATTRIBUTE_PACKED for iOS on ARM
Felix Paul Kühne [Mon, 26 Mar 2012 11:59:18 +0000 (13:59 +0200)]
configure.ac: disable ATTRIBUTE_PACKED for iOS on ARM

The SDK pretends to support it, but actually it doesn't

12 years agoinclude/vlc_codecs.h: added support for Apple platforms in case HAVE_ATTRIBUTE_PACKED...
Felix Paul Kühne [Tue, 27 Mar 2012 15:44:31 +0000 (17:44 +0200)]
include/vlc_codecs.h: added support for Apple platforms in case HAVE_ATTRIBUTE_PACKED isn't enabled

12 years agoQt: ConfigControl: rework layout insertion.
Francois Cartegnie [Mon, 26 Mar 2012 19:46:39 +0000 (21:46 +0200)]
Qt: ConfigControl: rework layout insertion.

Moving layout insertion outside of the constructors.
We no longer need constructor for creating a QWidget,
and we did not need at all to create a widget as a sublayout
is sufficient.
Removes many constructors and conditional code. gross -100 lines.

Also fixes an IntegerRangeConfigControl declaration which definition
was on IntegerRangeSliderConfigControl.

12 years agoios/build.sh: fixed compilation for the iOS Simulator and the new contribs
Felix Paul Kühne [Sun, 25 Mar 2012 10:01:22 +0000 (12:01 +0200)]
ios/build.sh: fixed compilation for the iOS Simulator and the new contribs

plus some cleanup

12 years agocontrib: add the correct -mcpu flag when compiling for iOS on ARM
Felix Paul Kühne [Sun, 25 Mar 2012 09:56:00 +0000 (11:56 +0200)]
contrib: add the correct -mcpu flag when compiling for iOS on ARM

12 years agocontrib/bootstrap: fixed check for iOS
Felix Paul Kühne [Sun, 25 Mar 2012 09:55:19 +0000 (11:55 +0200)]
contrib/bootstrap: fixed check for iOS

12 years agocontrib: improve build rules for ffmpeg and libpostproc for iOS in case arch != arm
Felix Paul Kühne [Sat, 24 Mar 2012 19:20:18 +0000 (20:20 +0100)]
contrib: improve build rules for ffmpeg and libpostproc for iOS in case arch != arm

12 years agoFix a crash on Mac OS X when mounting volumes
Colin Delacroix [Tue, 27 Mar 2012 10:31:32 +0000 (12:31 +0200)]
Fix a crash on Mac OS X when mounting volumes

Hi there

my VLC 2.0.1 has been crashing randomly on OS X 10.7 during Time Machine backups, and it was a thread-safety issue.

Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
12 years agomacosx: change main window and playlist shortcuts from cmd+shift+* to cmd+alt+*
David Fuhrmann [Tue, 27 Mar 2012 10:28:54 +0000 (12:28 +0200)]
macosx: change main window and playlist shortcuts from cmd+shift+* to cmd+alt+*

We should not use shift, because this triggers the slow motion maximize animation feature,
at least on lion.

12 years agowin64: build and ship activex plugin
Rafaël Carré [Mon, 26 Mar 2012 23:00:44 +0000 (19:00 -0400)]
win64: build and ship activex plugin

12 years agoPOTFILES.in: remove deleted files
Rafaël Carré [Mon, 26 Mar 2012 22:56:31 +0000 (18:56 -0400)]
POTFILES.in: remove deleted files

12 years agodemux/mp4: drop DRMS support
Frédéric Yhuel [Mon, 26 Mar 2012 07:49:35 +0000 (09:49 +0200)]
demux/mp4: drop DRMS support

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAdd port range to CDDB
Kaarlo Raiha [Mon, 26 Mar 2012 17:00:21 +0000 (19:00 +0200)]
Add port range to CDDB

12 years agoluahttp: Improve code and fix sloppy error
Edward Wang [Sun, 25 Mar 2012 18:09:23 +0000 (14:09 -0400)]
luahttp: Improve code and fix sloppy error

Close #6489

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoAdd port range to LUA telnet
Kaarlo Raiha [Mon, 26 Mar 2012 16:49:50 +0000 (18:49 +0200)]
Add port range to LUA telnet

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoQt4: Account for rare case when video loads too quickly
Edward Wang [Sun, 25 Mar 2012 05:17:03 +0000 (01:17 -0400)]
Qt4: Account for rare case when video loads too quickly

Close #6481

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
12 years agoLinux DVB: fix memset() size
Rémi Denis-Courmont [Mon, 26 Mar 2012 14:45:35 +0000 (17:45 +0300)]
Linux DVB: fix memset() size

Pointed-out-by: Rémi Duraffort <ivoire@videolan.org>
12 years agolua: remove add_callback and del_callback
Rémi Denis-Courmont [Mon, 26 Mar 2012 14:38:49 +0000 (17:38 +0300)]
lua: remove add_callback and del_callback

add_callback could not work correctly with the (lack of) Lua threading
support. Fortunately, it was not in use.

del_callback depends on add_callback.

12 years agourl: add one test case
Rémi Denis-Courmont [Mon, 26 Mar 2012 14:28:58 +0000 (17:28 +0300)]
url: add one test case

12 years agoQt: ConfigControl: fix unused warning
Francois Cartegnie [Mon, 26 Mar 2012 14:24:39 +0000 (16:24 +0200)]
Qt: ConfigControl: fix unused warning

12 years agoQt: StringListConfigControl: use signals instead of public members.
Francois Cartegnie [Mon, 26 Mar 2012 14:22:54 +0000 (16:22 +0200)]
Qt: StringListConfigControl: use signals instead of public members.

Fixes combo visibility in open_panel

12 years agoQt: ConfigControl: unify and fix visibility changes.
Francois Cartegnie [Mon, 26 Mar 2012 13:30:43 +0000 (15:30 +0200)]
Qt: ConfigControl: unify and fix visibility changes.

Visibility changes were not applied to the created qwidget
except for base class.
Changes were also not implemented for some classes.

12 years agoConfigure: skins2 flags simplifications
Jean-Baptiste Kempf [Mon, 26 Mar 2012 12:29:23 +0000 (14:29 +0200)]
Configure: skins2 flags simplifications

12 years agoMKV configure: remove outdated workaround for MacOS
Jean-Baptiste Kempf [Mon, 26 Mar 2012 12:17:29 +0000 (14:17 +0200)]
MKV configure: remove outdated workaround for MacOS

12 years agoQt: ConfigControl: remove unused member
Francois Cartegnie [Mon, 26 Mar 2012 11:56:12 +0000 (13:56 +0200)]
Qt: ConfigControl: remove unused member

12 years agoQt: ConfigControl: enforce use of factory or non virtual class constructors
Francois Cartegnie [Mon, 26 Mar 2012 11:54:35 +0000 (13:54 +0200)]
Qt: ConfigControl: enforce use of factory or non virtual class constructors

12 years agovout_ios: fixed compilation warning
Felix Paul Kühne [Mon, 26 Mar 2012 10:49:27 +0000 (12:49 +0200)]
vout_ios: fixed compilation warning

12 years agovout_macosx: don't fail if quartz extreme isn't available, but show a big warning
Felix Paul Kühne [Sun, 25 Mar 2012 21:22:32 +0000 (23:22 +0200)]
vout_macosx: don't fail if quartz extreme isn't available, but show a big warning

12 years agovout_macosx: check whether the receiving window can respond to non-standard calls...
Felix Paul Kühne [Sun, 25 Mar 2012 21:14:38 +0000 (23:14 +0200)]
vout_macosx: check whether the receiving window can respond to non-standard calls prior to calling them (close #6034)

12 years agoatmo: remove extraneous parentheses
Rémi Denis-Courmont [Sun, 25 Mar 2012 21:02:49 +0000 (00:02 +0300)]
atmo: remove extraneous parentheses

12 years agofreetype: self-assignment
Rémi Denis-Courmont [Sun, 25 Mar 2012 21:02:39 +0000 (00:02 +0300)]
freetype: self-assignment

12 years agomacosx intf/vout: respond correctly to VOUT_DISPLAY_CHANGE_FULLSCREEN (close #6464)
Felix Paul Kühne [Sun, 25 Mar 2012 20:57:39 +0000 (22:57 +0200)]
macosx intf/vout: respond correctly to VOUT_DISPLAY_CHANGE_FULLSCREEN (close #6464)

12 years agoLua: revert should_die to using vlc_object_alive()
Rémi Denis-Courmont [Sun, 25 Mar 2012 17:43:57 +0000 (20:43 +0300)]
Lua: revert should_die to using vlc_object_alive()

12 years agoLua: remove lock_and_wait
Rémi Denis-Courmont [Sun, 25 Mar 2012 17:32:29 +0000 (20:32 +0300)]
Lua: remove lock_and_wait

If the interface script has nothing to do, then it can simply end and
the let the interface thread finish ahead of pf_deactivate.
This will _not_ automatically cause VLC to exit.

12 years agohttpd: do not use lock_and_wait
Rémi Denis-Courmont [Sun, 25 Mar 2012 17:27:14 +0000 (20:27 +0300)]
httpd: do not use lock_and_wait

If there is nothing to do, then the interface thread can finish.