]> git.sesse.net Git - vlc/log
vlc
14 years agoUpdate FFmpeg credits
Alex Converse [Fri, 2 Apr 2010 10:51:18 +0000 (06:51 -0400)]
Update FFmpeg credits

Signed-off-by: Rafaël Carré <rafael.carre@gmail.com>
14 years agolive555: add "pnm" alias as used for Real streams
Rafaël Carré [Fri, 2 Apr 2010 15:56:55 +0000 (17:56 +0200)]
live555: add "pnm" alias as used for Real streams

radio-france.fr seems to use such URLs
example: http://son.radio-france.fr/chaines/itema/10491/10491_02042010_2010F10491S0092.rm

All hail to our new owners !

14 years agoLua_telnet: if the telnet client program quit, close the connection correctly.
Rémi Duraffort [Thu, 1 Apr 2010 20:26:43 +0000 (22:26 +0200)]
Lua_telnet: if the telnet client program quit, close the connection correctly.

14 years agofr: two typos in one line
Rémi Denis-Courmont [Thu, 1 Apr 2010 20:11:19 +0000 (23:11 +0300)]
fr: two typos in one line

14 years agoQt: settings
Jakob Leben [Thu, 1 Apr 2010 13:58:15 +0000 (15:58 +0200)]
Qt: settings

MainInterface:
  Use same settings context when creating and deleting playlistWidget
  Make beginGroup() / endGroup() pairs explicit.
StandardPLPanel:
  Use same settings context whenever creating treeView

14 years agoQt: main interface, small fixes
Jakob Leben [Wed, 31 Mar 2010 03:47:28 +0000 (05:47 +0200)]
Qt: main interface, small fixes

14 years agox264: actually check limit for level is told between 10 and 51
Ilkka Ollakka [Thu, 1 Apr 2010 11:52:32 +0000 (14:52 +0300)]
x264: actually check limit for level is told between 10 and 51

14 years agofreetype: don't create/show fontcache dialog if config is upto date
Ilkka Ollakka [Wed, 31 Mar 2010 14:46:50 +0000 (17:46 +0300)]
freetype: don't create/show fontcache dialog if config is upto date

This is still blind fix, don't have windows box to test atm. So don't blame
me when it eats your cat and runs to riviera with your money and gf (and free
to revert in those cases). Don't remember if that check works correctly in
windows side.

14 years agox264: don't set default level to 5.1, but let libx264 pick level by default.
Ilkka Ollakka [Tue, 30 Mar 2010 14:27:32 +0000 (17:27 +0300)]
x264: don't set default level to 5.1, but let libx264 pick level by default.

14 years agox264: set b_vfr_input to 0, as it seems to matter now
Ilkka Ollakka [Mon, 29 Mar 2010 12:22:55 +0000 (15:22 +0300)]
x264: set b_vfr_input to 0, as it seems to matter now

I didn't observe any issues with 1.1 or 1.0.5 from file-input, but
lets just set it just in case when we have fps-value.

14 years agomerge xcb keysym-table for video_output and global hotkeys
Ilkka Ollakka [Mon, 29 Mar 2010 12:08:11 +0000 (15:08 +0300)]
merge xcb keysym-table for video_output and global hotkeys

14 years agoCompile fix
Rémi Denis-Courmont [Wed, 31 Mar 2010 20:41:40 +0000 (23:41 +0300)]
Compile fix

14 years agoluahttp: Update the position on the slider. Fix #1671
Rémi Duraffort [Wed, 31 Mar 2010 20:37:20 +0000 (22:37 +0200)]
luahttp: Update the position on the slider. Fix #1671

14 years agocontribs: updated binary packages for Mac to keep in sync with win32's versions
Felix Paul Kühne [Wed, 31 Mar 2010 17:38:28 +0000 (19:38 +0200)]
contribs: updated binary packages for Mac to keep in sync with win32's versions

14 years agoUse vlc_accept()
Rémi Denis-Courmont [Wed, 31 Mar 2010 16:28:41 +0000 (19:28 +0300)]
Use vlc_accept()

This should also fix the accept4() ENOSYS infinite loop in httpd
pointed out by Aurélion Nephtali.

14 years agovlc_accept: accept() with close-on-exec
Rémi Denis-Courmont [Wed, 31 Mar 2010 16:23:47 +0000 (19:23 +0300)]
vlc_accept: accept() with close-on-exec

14 years agouse vlc_socket()
Rémi Denis-Courmont [Wed, 31 Mar 2010 16:08:15 +0000 (19:08 +0300)]
use vlc_socket()

14 years agovlc_socket: create socket with close-on-exec à la vlc_dup()
Rémi Denis-Courmont [Wed, 31 Mar 2010 16:07:47 +0000 (19:07 +0300)]
vlc_socket: create socket with close-on-exec à la vlc_dup()

14 years agoQt: allow clearing of global keys
Jean-Baptiste Kempf [Wed, 31 Mar 2010 14:45:48 +0000 (16:45 +0200)]
Qt: allow clearing of global keys

Original patch from Anik Varshney anik d0t varshney -- gmail d0t com,
that had issues applying (whitespace and git am...)
Fixes from me too.
Close #3045

14 years agoexport vlc_rename
Keary Griffin [Tue, 30 Mar 2010 23:48:42 +0000 (19:48 -0400)]
export vlc_rename

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoaudio_intf: fix initial value on increment (fixes #3482)
Francois Cartegnie [Tue, 30 Mar 2010 17:31:14 +0000 (19:31 +0200)]
audio_intf: fix initial value on increment (fixes #3482)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoMMX I420->RGB: avoid text relocations (fixes #1383)
Alexis Ballier [Wed, 31 Mar 2010 09:07:46 +0000 (12:07 +0300)]
MMX I420->RGB: avoid text relocations (fixes #1383)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoFixed an issue where http:// was being appended to certain inputs.
Austin Burrow [Tue, 30 Mar 2010 16:57:14 +0000 (11:57 -0500)]
Fixed an issue where http:// was being appended to certain inputs.

The issue started because VLC would append http:// on any unknown
protocol address. This "feature" has been removed because it caused
users a headache.  Users would try to manually enter an address for,
let's say, udp:// and VLC would then handle it has http://udp://.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoFix for trac #3452 VLC fails to compile on OS X with zlib 1.2.4
Julien / Gellule [Tue, 30 Mar 2010 19:05:19 +0000 (09:05 -1000)]
Fix for trac #3452 VLC fails to compile on OS X with zlib 1.2.4

This fix actually removes traces of the libc _LARGEFILE64_SOURCE
transitional API.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoAdd translaors to THANKS
Christophe Mutricy [Tue, 30 Mar 2010 22:35:04 +0000 (23:35 +0100)]
Add translaors to THANKS

14 years agol10n: Initial Sinhala translation
H.Shalitha Vikum [Tue, 30 Mar 2010 22:22:03 +0000 (23:22 +0100)]
l10n: Initial Sinhala translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Belarusian translation
Сергей Дарьичев [Tue, 30 Mar 2010 22:20:25 +0000 (23:20 +0100)]
l10n: Initial Belarusian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Walloon translation
Gaëtan Rousseaux [Tue, 30 Mar 2010 22:09:41 +0000 (23:09 +0100)]
l10n: Initial Walloon translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Tamil translation
Abdul Fousan [Tue, 30 Mar 2010 22:07:18 +0000 (23:07 +0100)]
l10n: Initial Tamil translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Norwegian Nynorsk translation
Eirik U. Birkeland [Tue, 30 Mar 2010 22:02:52 +0000 (23:02 +0100)]
l10n: Initial Norwegian Nynorsk translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Macedonian translation
Goce Manevski [Tue, 30 Mar 2010 21:59:47 +0000 (22:59 +0100)]
l10n: Initial Macedonian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Initial Malayalam transaltion
sreejith p [Tue, 30 Mar 2010 21:55:34 +0000 (22:55 +0100)]
l10n: Initial Malayalam transaltion

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoRefresh PO files
Christophe Mutricy [Tue, 30 Mar 2010 21:25:38 +0000 (22:25 +0100)]
Refresh PO files

14 years agol10n: Chinese update
Dean Lee [Tue, 30 Mar 2010 21:19:57 +0000 (22:19 +0100)]
l10n: Chinese update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Turkish translation
Yaşar TAY [Tue, 30 Mar 2010 21:13:32 +0000 (22:13 +0100)]
l10n: Forwardport Turkish translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Slovenian translation
Matej Urbančič [Tue, 30 Mar 2010 21:04:35 +0000 (22:04 +0100)]
l10n: Forwardport Slovenian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Slovak translation
Marián Hikaník [Tue, 30 Mar 2010 21:03:22 +0000 (22:03 +0100)]
l10n: Forwardport Slovak translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Russian translation
Roustam Ghizdatov [Tue, 30 Mar 2010 21:01:41 +0000 (22:01 +0100)]
l10n: Forwardport Russian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Romanian translation
Cristian Secară [Tue, 30 Mar 2010 20:59:54 +0000 (21:59 +0100)]
l10n: Forwardport Romanian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Brazilian Portuguese translation
Sidney Doria [Tue, 30 Mar 2010 20:58:11 +0000 (21:58 +0100)]
l10n: Forwardport Brazilian Portuguese translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Pashto translation
Zabeeh Khan [Tue, 30 Mar 2010 20:56:20 +0000 (21:56 +0100)]
l10n: Forwardport Pashto translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Polish translation
Michał Trzebiatowski [Tue, 30 Mar 2010 19:55:37 +0000 (20:55 +0100)]
l10n: Forwardport Polish translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Punjabi translation
A S Alam [Tue, 30 Mar 2010 19:54:09 +0000 (20:54 +0100)]
l10n: Forwardport Punjabi translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Occitan translation
Tòni Galhard [Tue, 30 Mar 2010 19:50:36 +0000 (20:50 +0100)]
l10n: Forwardport Occitan translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Dutch translation
Myckel Habets [Tue, 30 Mar 2010 19:49:05 +0000 (20:49 +0100)]
l10n: Forwardport Dutch translation

With contribution of Alexander Henket

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Nepalese translation
Animesh Swar [Tue, 30 Mar 2010 19:46:30 +0000 (20:46 +0100)]
l10n: Forwardport Nepalese translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Malay translation
Mahrazi Mohd Kamal [Tue, 30 Mar 2010 19:42:37 +0000 (20:42 +0100)]
l10n: Forwardport Malay translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Mongolian translation
Баярсайхан Энхтайван [Tue, 30 Mar 2010 19:40:47 +0000 (20:40 +0100)]
l10n: Forwardport Mongolian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Lithuanian translation
Mindaugas Baranauskas [Tue, 30 Mar 2010 19:36:56 +0000 (20:36 +0100)]
l10n: Forwardport Lithuanian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Korean translation
airplanez [Tue, 30 Mar 2010 19:34:28 +0000 (20:34 +0100)]
l10n: Forwardport Korean translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Khmer translation
Khoem Sokhem [Tue, 30 Mar 2010 19:33:34 +0000 (20:33 +0100)]
l10n: Forwardport Khmer translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Italian translation
Vincenzo Reale [Tue, 30 Mar 2010 19:26:20 +0000 (20:26 +0100)]
l10n: Forwardport Italian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Indonesian translation
Luqman Hakim [Tue, 30 Mar 2010 19:25:35 +0000 (20:25 +0100)]
l10n: Forwardport Indonesian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Hungarian translation
Gabor Kelemen [Tue, 30 Mar 2010 19:24:23 +0000 (20:24 +0100)]
l10n: Forwardport Hungarian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Croatian translation
Dominko Aždajić [Tue, 30 Mar 2010 00:23:45 +0000 (01:23 +0100)]
l10n: Forwardport Croatian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Galician translation
Gonçalo Cordeiro [Tue, 30 Mar 2010 00:22:00 +0000 (01:22 +0100)]
l10n: Forwardport Galician translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Finnish translation
Otto Kekäläinen [Tue, 30 Mar 2010 00:19:49 +0000 (01:19 +0100)]
l10n: Forwardport Finnish translation

With contribution of Tero Pelander

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Spanish translation
David González [Tue, 30 Mar 2010 00:12:46 +0000 (01:12 +0100)]
l10n: Forwardport Spanish translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport German translation
Kai Hermann [Tue, 30 Mar 2010 00:10:57 +0000 (01:10 +0100)]
l10n: Forwardport German translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Danish translation
Niels Fanøe [Tue, 30 Mar 2010 00:09:39 +0000 (01:09 +0100)]
l10n: Forwardport Danish translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Czech translation
Tomáš Chvátal [Tue, 30 Mar 2010 00:08:12 +0000 (01:08 +0100)]
l10n: Forwardport Czech translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Sorani translation
Ara Qadir [Tue, 30 Mar 2010 00:06:55 +0000 (01:06 +0100)]
l10n: Forwardport Sorani translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwarport Catalan translation
Xènia Albà Cantero [Tue, 30 Mar 2010 00:05:06 +0000 (01:05 +0100)]
l10n: Forwarport Catalan translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwarport Bengali translation
Md. Rezwan Shahid [Tue, 30 Mar 2010 00:02:14 +0000 (01:02 +0100)]
l10n: Forwarport Bengali translation

With contributions of members of ankur.org.bd

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Bulgarian translation
Ivo Ivanov [Tue, 30 Mar 2010 00:00:09 +0000 (01:00 +0100)]
l10n: Forwardport Bulgarian translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agol10n: Forwardport Arabic translation
Osama Khalid [Mon, 29 Mar 2010 23:58:18 +0000 (00:58 +0100)]
l10n: Forwardport Arabic translation

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoGenerate vlc.pot for 1.1.0
Christophe Mutricy [Mon, 29 Mar 2010 23:50:15 +0000 (00:50 +0100)]
Generate vlc.pot for 1.1.0

Note that it has the strings from qt4/ui/*.h even if the Makefile for it is notcommitable yet

14 years agoActivate Nynorsk on Win32 and MacOS
Christophe Mutricy [Wed, 27 Jan 2010 20:35:21 +0000 (20:35 +0000)]
Activate Nynorsk on Win32 and MacOS

14 years agoActivate Walloon on win and mac
Christophe Mutricy [Thu, 3 Dec 2009 12:35:40 +0000 (12:35 +0000)]
Activate Walloon on win and mac

14 years agoContrib: EAC3 spectral is finally upstream \o/
Jean-Baptiste Kempf [Tue, 30 Mar 2010 22:55:24 +0000 (00:55 +0200)]
Contrib: EAC3 spectral is finally upstream \o/

14 years agoNEWS: All ALS sample seem to work now.
Jean-Baptiste Kempf [Tue, 30 Mar 2010 22:51:10 +0000 (00:51 +0200)]
NEWS: All ALS sample seem to work now.

14 years agoFixed non initialized date_t in some corner case with avcodec.
Laurent Aimar [Tue, 30 Mar 2010 22:46:05 +0000 (00:46 +0200)]
Fixed non initialized date_t in some corner case with avcodec.

14 years agoAdd 2.35 and 2.39 AR
Jean-Baptiste Kempf [Tue, 30 Mar 2010 22:23:00 +0000 (00:23 +0200)]
Add 2.35 and 2.39 AR

14 years agoFixes a crash in VLC caused by a missing verification for a NULL pointer.
Lucas C. Villa Real [Tue, 30 Mar 2010 19:39:55 +0000 (21:39 +0200)]
Fixes a crash in VLC caused by a missing verification for a NULL pointer.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
14 years agoUsed var_Inherit* in imem.
Laurent Aimar [Tue, 30 Mar 2010 19:33:07 +0000 (21:33 +0200)]
Used var_Inherit* in imem.

14 years agoAdded support for raw data injection in imem.
Laurent Aimar [Tue, 30 Mar 2010 19:30:45 +0000 (21:30 +0200)]
Added support for raw data injection in imem.

14 years agoNo functionnal changes.
Laurent Aimar [Tue, 30 Mar 2010 19:06:36 +0000 (21:06 +0200)]
No functionnal changes.

It prepares for an access imem.

14 years agoRemoved duplicated call in imem.
Laurent Aimar [Tue, 30 Mar 2010 18:45:00 +0000 (20:45 +0200)]
Removed duplicated call in imem.

14 years agoMade the mmsh protocol adhere to content-length header if it receives Connection...
Keary Griffin [Tue, 30 Mar 2010 18:10:29 +0000 (20:10 +0200)]
Made the mmsh protocol adhere to content-length header if it receives Connection: keep-alive

I believe at a minimum this solves some of the issues reported in Trac
Ticket #2533 -- MMS startdelay, but I cannot verify that it fixes all of
them since most of the streams posted in the ticket seem OK with or
without this patch.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
14 years agoOn the road to -pre1
Jean-Baptiste Kempf [Tue, 30 Mar 2010 16:40:54 +0000 (18:40 +0200)]
On the road to -pre1

14 years agoQt: correct the size behaviour when zoom is called
Jean-Baptiste Kempf [Tue, 30 Mar 2010 16:34:31 +0000 (18:34 +0200)]
Qt: correct the size behaviour when zoom is called

14 years agoQt: Better restore of the playlist State
Jean-Baptiste Kempf [Tue, 30 Mar 2010 15:19:04 +0000 (17:19 +0200)]
Qt: Better restore of the playlist State

14 years agoimem: typo
Rémi Denis-Courmont [Tue, 30 Mar 2010 15:07:50 +0000 (18:07 +0300)]
imem: typo

14 years agoimem: mark MRL options as safe
Rémi Denis-Courmont [Tue, 30 Mar 2010 14:51:48 +0000 (17:51 +0300)]
imem: mark MRL options as safe

If they can be passed through the MRL, there is no extra exposure in
passing them as options.

14 years agoimem: typo
Rémi Denis-Courmont [Tue, 30 Mar 2010 14:51:34 +0000 (17:51 +0300)]
imem: typo

14 years agoimem: add a string cookie so that slaves can be identified
Rémi Denis-Courmont [Tue, 30 Mar 2010 14:49:04 +0000 (17:49 +0300)]
imem: add a string cookie so that slaves can be identified

The cookie is not secure. Depending on the master input (or other
slave inputs), it might be possible for a third party to inject bad
cookies. The caller shall implement appropriate sanity checks.

14 years agoQt: correctly restore the ColumnID in the playlist.
Jean-Baptiste Kempf [Tue, 30 Mar 2010 14:42:34 +0000 (16:42 +0200)]
Qt: correctly restore the ColumnID in the playlist.

14 years agoQt: don't resize the mainWindow when toolbar changes
Jean-Baptiste Kempf [Tue, 30 Mar 2010 14:28:10 +0000 (16:28 +0200)]
Qt: don't resize the mainWindow when toolbar changes

This introduced way too many bugs.
Close #3297 and "activate-subs hide the video" bug and a few more.
This is way suboptimal, but no fix works in a reliable fashion so far.

14 years agovmem: mark options private or volatile as needed
Rémi Denis-Courmont [Tue, 30 Mar 2010 11:39:48 +0000 (14:39 +0300)]
vmem: mark options private or volatile as needed

14 years agosmem: mark options private or volatile as needed
Rémi Denis-Courmont [Tue, 30 Mar 2010 11:39:30 +0000 (14:39 +0300)]
smem: mark options private or volatile as needed

14 years agoimem: don't pass data pointer through MRL either
Rémi Denis-Courmont [Tue, 30 Mar 2010 11:39:11 +0000 (14:39 +0300)]
imem: don't pass data pointer through MRL either

14 years agoimem: mark options volatile or private
Rémi Denis-Courmont [Tue, 30 Mar 2010 11:37:00 +0000 (14:37 +0300)]
imem: mark options volatile or private

14 years agoCleanup private and volatile option
Rémi Denis-Courmont [Tue, 30 Mar 2010 11:28:02 +0000 (14:28 +0300)]
Cleanup private and volatile option

Volatile/unsaveable options are now always internal implicitly.

14 years agoparent-item is not used: mark it obsolete
Rémi Denis-Courmont [Tue, 30 Mar 2010 11:22:59 +0000 (14:22 +0300)]
parent-item is not used: mark it obsolete

14 years agoTypedef changes from xulrunner 1.9.1
Nicolas Chauvet [Mon, 29 Mar 2010 21:45:48 +0000 (23:45 +0200)]
Typedef changes from xulrunner 1.9.1

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years ago- Don't hardcode OJI define - deprecated xith libxul 1.9.2
Nicolas Chauvet [Mon, 29 Mar 2010 21:45:46 +0000 (23:45 +0200)]
- Don't hardcode OJI define - deprecated xith libxul 1.9.2

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agomozilla - Avoid usage of HAVE_NPFUNCTIONS_H
Nicolas Chauvet [Mon, 29 Mar 2010 21:45:45 +0000 (23:45 +0200)]
mozilla - Avoid usage of HAVE_NPFUNCTIONS_H

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agoMark --(no-)overlay as safe - fixes #3465
Rémi Denis-Courmont [Mon, 29 Mar 2010 21:07:57 +0000 (00:07 +0300)]
Mark --(no-)overlay as safe - fixes #3465

This can reportedly be used to overlay HTML content on top of the VLC
widget. That being said, overlay is not a portable option *ahem*.

14 years agoRemove debug statement
Rémi Denis-Courmont [Mon, 29 Mar 2010 20:55:00 +0000 (23:55 +0300)]
Remove debug statement

14 years agogetopt: use stack instead of global variables, fixes #3366
Rémi Denis-Courmont [Mon, 29 Mar 2010 20:52:21 +0000 (23:52 +0300)]
getopt: use stack instead of global variables, fixes #3366