]> git.sesse.net Git - vlc/log
vlc
15 years agoUpdate Release Howto.
Jean-Baptiste Kempf [Sun, 14 Sep 2008 21:42:10 +0000 (14:42 -0700)]
Update Release Howto.

15 years agoFix the news (forward-ported from to-be 0.9.3)
Rémi Denis-Courmont [Sun, 14 Sep 2008 18:15:48 +0000 (21:15 +0300)]
Fix the news (forward-ported from to-be 0.9.3)

Conflicts:

NEWS

15 years agomacosx: finally implement a Reveal-in-Finder functionality
Felix Paul Kühne [Sun, 14 Sep 2008 16:55:52 +0000 (18:55 +0200)]
macosx: finally implement a Reveal-in-Finder functionality

15 years agoAdded support for eac3 in a52 packetizer.
Laurent Aimar [Sun, 14 Sep 2008 15:23:06 +0000 (17:23 +0200)]
Added support for eac3 in a52 packetizer.

15 years agoAdded support for E-AC3 in ES demuxer.
Laurent Aimar [Sun, 14 Sep 2008 13:26:39 +0000 (15:26 +0200)]
Added support for E-AC3 in ES demuxer.

15 years agoUse PL_LOCK/PL_UNLOCK
Rémi Denis-Courmont [Sun, 14 Sep 2008 15:06:38 +0000 (18:06 +0300)]
Use PL_LOCK/PL_UNLOCK

15 years agoWrite CRLF in the same I/O operation
Rémi Denis-Courmont [Sun, 14 Sep 2008 14:49:22 +0000 (17:49 +0300)]
Write CRLF in the same I/O operation

15 years agoAnother thread-unsafe redumdant use of b_dead
Rémi Denis-Courmont [Sun, 14 Sep 2008 14:40:57 +0000 (17:40 +0300)]
Another thread-unsafe redumdant use of b_dead

15 years agoOnly input uses b_dead
Rémi Denis-Courmont [Sun, 14 Sep 2008 11:42:23 +0000 (14:42 +0300)]
Only input uses b_dead

15 years agoRemove unsafe use of b_dead.
Rémi Denis-Courmont [Sun, 14 Sep 2008 11:41:53 +0000 (14:41 +0300)]
Remove unsafe use of b_dead.

Fortunately, var_DelCallback does the job properly already.

15 years agoRemove write-only value
Rémi Denis-Courmont [Sun, 14 Sep 2008 11:41:27 +0000 (14:41 +0300)]
Remove write-only value

15 years agoFetcher: use nornal thread API
Rémi Denis-Courmont [Sun, 14 Sep 2008 10:12:26 +0000 (13:12 +0300)]
Fetcher: use nornal thread API

15 years agoFOREACH_ARRAY: expansion safety
Rémi Denis-Courmont [Sun, 14 Sep 2008 10:10:30 +0000 (13:10 +0300)]
FOREACH_ARRAY: expansion safety

15 years agoPlaylist: put private data after public data
Rémi Denis-Courmont [Sun, 14 Sep 2008 09:35:42 +0000 (12:35 +0300)]
Playlist: put private data after public data

15 years agoPreparser: use normal thread API
Rémi Denis-Courmont [Sun, 14 Sep 2008 09:17:04 +0000 (12:17 +0300)]
Preparser: use normal thread API

15 years agoHide fetcher and prepase typedefs
Rémi Denis-Courmont [Sun, 14 Sep 2008 08:35:41 +0000 (11:35 +0300)]
Hide fetcher and prepase typedefs

15 years agoDo not use block_FifoWake if block_FifoGet does not check for it
Rémi Denis-Courmont [Sun, 14 Sep 2008 08:29:08 +0000 (11:29 +0300)]
Do not use block_FifoWake if block_FifoGet does not check for it

15 years agoGrrr at subsubsubsubdirectories
Rémi Denis-Courmont [Sun, 14 Sep 2008 08:20:25 +0000 (11:20 +0300)]
Grrr at subsubsubsubdirectories

15 years agoRemove intf_ShouldDie
Rémi Denis-Courmont [Sun, 14 Sep 2008 08:14:24 +0000 (11:14 +0300)]
Remove intf_ShouldDie

libvlc kills the interfaces when it dies anyway.

15 years agonetsync: some cleanup (still very ugly)
Rémi Denis-Courmont [Sun, 14 Sep 2008 08:08:28 +0000 (11:08 +0300)]
netsync: some cleanup (still very ugly)

15 years agoRemove VLC_OBJECT_ANNOUNCE
Rémi Denis-Courmont [Sun, 14 Sep 2008 07:47:49 +0000 (10:47 +0300)]
Remove VLC_OBJECT_ANNOUNCE

15 years agoRemove the useless announce handler object
Rémi Denis-Courmont [Sun, 14 Sep 2008 07:46:43 +0000 (10:46 +0300)]
Remove the useless announce handler object

It merely wrappeded the SAP object.

15 years agoHTTP: sanity check
Rémi Denis-Courmont [Sat, 13 Sep 2008 19:48:00 +0000 (22:48 +0300)]
HTTP: sanity check

15 years agoNEWS reformulations.
Jean-Baptiste Kempf [Sun, 14 Sep 2008 02:11:08 +0000 (19:11 -0700)]
NEWS reformulations.

15 years agoWorkaround spatializer bugs.
Jean-Baptiste Kempf [Sun, 14 Sep 2008 02:14:02 +0000 (19:14 -0700)]
Workaround spatializer bugs.
(cherry picked from commit 77cc89e3d9349f3d5a2de947f9be478dd28436dd)
(cherry picked from commit 6d4830b864af38d7126aee103a6bcfe76bc80e89)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agofix automagic alsa dependency
Daniel Mierswa [Sat, 13 Sep 2008 22:11:29 +0000 (00:11 +0200)]
fix automagic alsa dependency

when --enable-v4l2 was passed to configure, alsa was searched and linked
against if found (only do that when alsa wasn't disabled)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agofix automagic fontconfig dependency
Daniel Mierswa [Sat, 13 Sep 2008 22:03:00 +0000 (00:03 +0200)]
fix automagic fontconfig dependency

when --enable-freetype was passed to configure, fontconfig was searched
and linked against if found (provide --enable-fontconfig which is
default)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoRegister that VLC can open flv files (on UNIX)
Sveinung Kvilhaugsvik [Tue, 26 Aug 2008 20:00:33 +0000 (22:00 +0200)]
Register that VLC can open flv files (on UNIX)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoRemove trailing spaces.
Antoine Cellerier [Sat, 13 Sep 2008 23:35:16 +0000 (01:35 +0200)]
Remove trailing spaces.

15 years agomacosx: added an option to the crash reporter to disable the submission of the defaul...
Felix Paul Kühne [Sat, 13 Sep 2008 23:16:24 +0000 (01:16 +0200)]
macosx: added an option to the crash reporter to disable the submission of the default email address

15 years agoActivate 2 more one instance mode optins with DBus
Antoine Cellerier [Sat, 13 Sep 2008 22:34:09 +0000 (00:34 +0200)]
Activate 2 more one instance mode optins with DBus

Now that we have a one instance mode with DBus under linux, also make
it possible to use the "one-instance-when-started-from-file" and
"started-from-file" options.
Consider using --started-from-file in the file association scripts,
like what we do in the win32 NSIS script, so that all files opened
through the GUI are enqueued/played in the same instance.

15 years agoDon't distribute the info.nib and classes.nib within VLC-release.app
Felix Paul Kühne [Sat, 13 Sep 2008 22:29:20 +0000 (00:29 +0200)]
Don't distribute the info.nib and classes.nib within VLC-release.app

Saves a few kB and prevents some, ehm, corruption.

15 years agoDo not display title on video filter (close #1755).
Laurent Aimar [Sat, 13 Sep 2008 22:23:24 +0000 (00:23 +0200)]
Do not display title on video filter (close #1755).

15 years agoProperly handle AR changes in deinterlace module.
Laurent Aimar [Sat, 13 Sep 2008 22:07:05 +0000 (00:07 +0200)]
Properly handle AR changes in deinterlace module.

Inital patch by Marian Durkovic.

15 years agoOops.
Antoine Cellerier [Sat, 13 Sep 2008 22:04:37 +0000 (00:04 +0200)]
Oops.

15 years agoFix the RGB masks in v4l too.
Antoine Cellerier [Sat, 13 Sep 2008 21:46:45 +0000 (23:46 +0200)]
Fix the RGB masks in v4l too.

Once again, thanks to plc5_250 for the tests.

15 years agoFixed the RGB masks in v4l2.
Antoine Cellerier [Sat, 13 Sep 2008 21:39:22 +0000 (23:39 +0200)]
Fixed the RGB masks in v4l2.

Thanks a lot to plc5_250 on IRC for testing.

15 years agoRemoved b_pausable flag in favour of b_subtitle.
Laurent Aimar [Sat, 13 Sep 2008 21:14:31 +0000 (23:14 +0200)]
Removed b_pausable flag in favour of b_subtitle.

15 years agoQt coverlabel should always show an image, even when load fails
Jean-Philippe Andre [Sat, 13 Sep 2008 20:55:29 +0000 (16:55 -0400)]
Qt coverlabel should always show an image, even when load fails

15 years agoQt: sorry guys, record works very fine actually...
Jean-Philippe Andre [Sat, 13 Sep 2008 20:03:36 +0000 (16:03 -0400)]
Qt: sorry guys, record works very fine actually...

15 years agoQt: Access-filter 'record' does not exist anymore.
Jean-Philippe Andre [Sat, 13 Sep 2008 19:31:00 +0000 (15:31 -0400)]
Qt: Access-filter 'record' does not exist anymore.
We need to reimplement an on-the-fly option to record streams.
I know this commit is crappy...

15 years agoAlways send the SD events
Rémi Denis-Courmont [Sat, 13 Sep 2008 19:32:17 +0000 (22:32 +0300)]
Always send the SD events

15 years agoclose -> net_Close
Rémi Denis-Courmont [Sat, 13 Sep 2008 19:20:13 +0000 (22:20 +0300)]
close -> net_Close

15 years agoRemove mention of non working skins on windows.
Antoine Cellerier [Sat, 13 Sep 2008 17:12:02 +0000 (19:12 +0200)]
Remove mention of non working skins on windows.

15 years ago\o/ skins2 work on win32 \o/ <(°v°<)
Antoine Cellerier [Sat, 13 Sep 2008 16:43:53 +0000 (18:43 +0200)]
\o/ skins2 work on win32 \o/ <(°v°<)

Thanks a lot to ipkiss for providing the bisect builds and geal for his help.

15 years agoFixed a couple of l10n strings pointed by Antonio Javier Varela
Felix Paul Kühne [Sat, 13 Sep 2008 12:49:08 +0000 (14:49 +0200)]
Fixed a couple of l10n strings pointed by Antonio Javier Varela

15 years agoCosmetics.
Laurent Aimar [Sat, 13 Sep 2008 10:58:15 +0000 (12:58 +0200)]
Cosmetics.

15 years agoRender subtitles (without osd) before taking a snapshot (close #378).
Laurent Aimar [Sat, 13 Sep 2008 09:22:55 +0000 (11:22 +0200)]
Render subtitles (without osd) before taking a snapshot (close #378).

One side effect is that the snapshot is now taken using the picture that
will be displayed (chroma and resize filter applied).

15 years agoAdded a subtitle properties to subpicture.
Laurent Aimar [Sat, 13 Sep 2008 09:20:58 +0000 (11:20 +0200)]
Added a subtitle properties to subpicture.

It will allow to have different procedures for osd subpicture and subtitle
subpicture.

15 years agoAdded demux_Packetizer* helpers.
Laurent Aimar [Fri, 12 Sep 2008 22:10:33 +0000 (00:10 +0200)]
Added demux_Packetizer* helpers.

15 years agoProperly lock SPU_CHANNEL_REGISTER.
Laurent Aimar [Fri, 12 Sep 2008 22:05:24 +0000 (00:05 +0200)]
Properly lock SPU_CHANNEL_REGISTER.

( At best, a = b++ is not atomic)

15 years agoSupport for (compile-time) custom stack size
Rémi Denis-Courmont [Sat, 13 Sep 2008 10:21:08 +0000 (13:21 +0300)]
Support for (compile-time) custom stack size

15 years agoAlways show something in the statusLabel, even if you don't have ANY metadata.
Jean-Baptiste Kempf [Sat, 13 Sep 2008 08:31:51 +0000 (01:31 -0700)]
Always show something in the statusLabel, even if you don't have ANY metadata.

This will slow a few complaints from many people.
(cherry picked from commit 70d1cb5f057a993ef84c89cc26b8adb6ccfde8e7)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoSkins2: separate the source files included depending on the paltform
Geoffroy Couprie [Sat, 13 Sep 2008 00:37:54 +0000 (02:37 +0200)]
Skins2: separate the source files included depending on the paltform

15 years agoFix make dist
Christophe Mutricy [Sat, 13 Sep 2008 00:00:40 +0000 (01:00 +0100)]
Fix make dist

Pretty please, remember to delete the file name in POTFILE.in when you delete them from git

15 years agodvb access needs dvbpsi
Christophe Mutricy [Fri, 12 Sep 2008 22:16:05 +0000 (23:16 +0100)]
dvb access needs dvbpsi

15 years agoAdd a test for ggi
Christophe Mutricy [Fri, 12 Sep 2008 14:48:18 +0000 (15:48 +0100)]
Add a test for ggi

15 years agoRevert "Ship default skin."
Christophe Mutricy [Fri, 12 Sep 2008 00:33:25 +0000 (01:33 +0100)]
Revert "Ship default skin."

This reverts commit 65052fefa352631a8585aa2f758e94633f0bc485.
It's already taken care of in the for loop just before

15 years agoOgg extensions update as RFC 5334 recommends.
Jean-Baptiste Kempf [Fri, 12 Sep 2008 21:14:57 +0000 (14:14 -0700)]
Ogg extensions update as RFC 5334 recommends.

Ogg can be now: ogx, ogv, oga but we have to keep ogg and ogm for backward compatibility.

15 years agoUse poll instead of arbitrary msleep in lirc (close #1983)
Laurent Aimar [Fri, 12 Sep 2008 20:59:31 +0000 (22:59 +0200)]
Use poll instead of arbitrary msleep in lirc (close #1983)

15 years agoQt: Don't accept focus on the input slider. Never. Just process mouseEvents...
Jean-Baptiste Kempf [Fri, 12 Sep 2008 20:29:41 +0000 (13:29 -0700)]
Qt: Don't accept focus on the input slider. Never. Just process mouseEvents...

15 years agoOops.
Antoine Cellerier [Fri, 12 Sep 2008 20:30:24 +0000 (22:30 +0200)]
Oops.

15 years agoQt: InputSlider: wheeling on it will seek of 1% in position.
Jean-Baptiste Kempf [Fri, 12 Sep 2008 20:25:29 +0000 (13:25 -0700)]
Qt: InputSlider: wheeling on it will seek of 1% in position.

15 years agoRemoved now useless dts/a52/m4a demuxer.
Laurent Aimar [Fri, 12 Sep 2008 20:00:46 +0000 (22:00 +0200)]
Removed now useless dts/a52/m4a demuxer.

15 years agoAdded support for DTS to es demuxer.
Laurent Aimar [Fri, 12 Sep 2008 19:54:48 +0000 (21:54 +0200)]
Added support for DTS to es demuxer.

15 years agoAdded A52 capability to es demuxer.
Laurent Aimar [Fri, 12 Sep 2008 19:29:22 +0000 (21:29 +0200)]
Added A52 capability to es demuxer.

15 years agoAdded mpeg4 audio support to es demuxer.
Laurent Aimar [Fri, 12 Sep 2008 19:06:41 +0000 (21:06 +0200)]
Added mpeg4 audio support to es demuxer.

15 years agoRenamed mpga to es demuxer.
Laurent Aimar [Thu, 11 Sep 2008 23:41:13 +0000 (01:41 +0200)]
Renamed mpga to es demuxer.

15 years agoImproved bitrate estimation in mpga demuxer.
Laurent Aimar [Thu, 11 Sep 2008 23:40:46 +0000 (01:40 +0200)]
Improved bitrate estimation in mpga demuxer.

15 years agoReworked mp3 demuxer to allow generic ES demuxer.
Laurent Aimar [Wed, 10 Sep 2008 22:25:11 +0000 (00:25 +0200)]
Reworked mp3 demuxer to allow generic ES demuxer.

15 years agoChange Ctrl+F1 into Shift+F1 for about dialog because bookmark uses
Jean-Baptiste Kempf [Fri, 12 Sep 2008 18:21:50 +0000 (11:21 -0700)]
Change Ctrl+F1 into Shift+F1 for about dialog because bookmark uses
F1 and Ctrl+F1.

I don't know what to do for F1 tough.

15 years agoChange the default hotkeys to avoid conflicts.
Jean-Baptiste Kempf [Fri, 12 Sep 2008 17:45:02 +0000 (10:45 -0700)]
Change the default hotkeys to avoid conflicts.

1) Every Human Interface Guideline on Unix/Linux/Windows reserves alt key for menu and button accessibility... Try to NOT use those...
Moreover, you have NO idea how the translators are going to translate your accelerators...

On the other hand, with this long list of keys it was become more than difficult... I'll document on the wiki.

2) Use keys next-to-each-other like-a-cross for cropping

Those keys are making a cross in most layouts ( on the contrary to the previous ones).

3) At the same time, use easier snapshot key. (shift+s is easier than Ctrl+alt+s)

4) Comment previous changes and remove whitespace.

Nota Bene:
I have no idea on how are the default on the mac and if the are conflicts there too, so I won't make changes there.
(cherry picked from commit d6ff5d2c31d8da17c97e1af89fbabde5c80cbe88)

15 years agoRemove .ps from extensions registration.
Jean-Baptiste Kempf [Fri, 12 Sep 2008 16:45:43 +0000 (09:45 -0700)]
Remove .ps from extensions registration.

15 years agoClarification.
Antoine Cellerier [Fri, 12 Sep 2008 16:10:51 +0000 (18:10 +0200)]
Clarification.
(cherry picked from commit 82548564baaadf41fb675e0509c054b4c2a96724)

15 years agoSimplify and fix some lua scripts.
Antoine Cellerier [Fri, 12 Sep 2008 16:02:00 +0000 (18:02 +0200)]
Simplify and fix some lua scripts.

15 years agoDon't call the demux close function ourselves, the core will do it.
Antoine Cellerier [Fri, 12 Sep 2008 15:46:28 +0000 (17:46 +0200)]
Don't call the demux close function ourselves, the core will do it.

15 years agoDefault enable http forward cookies
Antoine Cellerier [Fri, 12 Sep 2008 15:43:33 +0000 (17:43 +0200)]
Default enable http forward cookies

... else the option is useless since nobody will think of enabling it.

15 years agocontrib: remove download-all target for darwin.
Derk-Jan Hartman [Fri, 12 Sep 2008 13:38:42 +0000 (15:38 +0200)]
contrib: remove download-all target for darwin.

This is a problem because
it does not specify the downloads, but the extract/patch/reconf targets.
This will break some compilations, because things might autoconf before their
dependancy is installed.
Basically, we need package-dl targets that link to the tarballs and svn downloads

15 years agoAdd const to char * in vlm
Sebastien Escudier [Fri, 12 Sep 2008 08:58:50 +0000 (10:58 +0200)]
Add const to char * in vlm

Signed-off-by: Antoine Cellerier <dionoea@videolan.org>
15 years agofreetype: potential divide by zero crash.
Derk-Jan Hartman [Fri, 12 Sep 2008 11:13:46 +0000 (13:13 +0200)]
freetype: potential divide by zero crash.

15 years agoDon't hang VLC on ABOR in FTP access (closes #2027)
Marian Durkovic [Fri, 12 Sep 2008 11:05:32 +0000 (13:05 +0200)]
Don't hang VLC on ABOR in FTP access (closes #2027)

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agoIgnore case when comparing ISO-639 language codes
Marian Durkovic [Fri, 12 Sep 2008 11:00:46 +0000 (13:00 +0200)]
Ignore case when comparing ISO-639 language codes

Signed-off-by: Derk-Jan Hartman <hartman@videolan.org>
15 years agoQt: bugfix: playlist's add directory function was failing on input_Read (assert failed)
Jean-Philippe Andre [Fri, 12 Sep 2008 05:32:47 +0000 (01:32 -0400)]
Qt: bugfix: playlist's add directory function was failing on input_Read (assert failed)

15 years agoAdd a parent to avoid leaking the QVLCframe and input_items
Jean-Philippe Andre [Fri, 12 Sep 2008 04:53:57 +0000 (00:53 -0400)]
Add a parent to avoid leaking the QVLCframe and input_items

15 years agoQt: Add a parent to the CoverArtLabel We should add parents to all QWidgets created...
Jean-Philippe Andre [Fri, 12 Sep 2008 04:24:28 +0000 (00:24 -0400)]
Qt: Add a parent to the CoverArtLabel We should add parents to all QWidgets created, otherwise the widgets are leaked This commit is buggy (can leak input_items), because the whole Qt implementation is leaking QWidgets

15 years agoIncref/decref input_item to avoid eventual segfaults
Jean-Philippe Andre [Fri, 12 Sep 2008 02:06:09 +0000 (22:06 -0400)]
Incref/decref input_item to avoid eventual segfaults

15 years agomacosx: Add a teletext menu
Derk-Jan Hartman [Fri, 12 Sep 2008 00:48:04 +0000 (02:48 +0200)]
macosx: Add a teletext menu

* Also reorders the Video menu a bit.
* teletext-es remains a dirty hack
* MenuValidation for Submenu's remains annoying in OSX :D

15 years agozvbi: fix subpage "down"-key to not alternate between "signaled" and "subpage 1"
Derk-Jan Hartman [Thu, 11 Sep 2008 23:59:00 +0000 (01:59 +0200)]
zvbi: fix subpage "down"-key to not alternate between "signaled" and "subpage 1"

15 years agozvbi: fix RGYB key values.
Derk-Jan Hartman [Thu, 11 Sep 2008 23:57:28 +0000 (01:57 +0200)]
zvbi: fix RGYB key values.

15 years agozvbi: Fix transparent background when background != black
Derk-Jan Hartman [Thu, 11 Sep 2008 23:56:50 +0000 (01:56 +0200)]
zvbi: Fix transparent background when background != black

15 years agozvbi: signal update when changing opaqueness of a page
Derk-Jan Hartman [Thu, 11 Sep 2008 22:51:32 +0000 (00:51 +0200)]
zvbi: signal update when changing opaqueness of a page

15 years agozvbi: preliminary support for subpage browsing with - and + keys.
Derk-Jan Hartman [Thu, 11 Sep 2008 21:52:21 +0000 (23:52 +0200)]
zvbi: preliminary support for subpage browsing with - and + keys.

This may conflict with other hotkey settings
Should later be handled with actions. (reuse dvdmenu action?)

15 years agoQt4: implement forgotten function in ML
Jean-Baptiste Kempf [Fri, 12 Sep 2008 00:10:24 +0000 (17:10 -0700)]
Qt4: implement forgotten function in ML
(cherry picked from commit ec6233e662b6af910aa676182fd52766f061000b)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoQt Jpeg support on Windows.
Jean-Baptiste Kempf [Thu, 11 Sep 2008 20:12:57 +0000 (13:12 -0700)]
Qt Jpeg support on Windows.

This is a support to statically link jpeg plugin on windows to the plugin in order to make Qt read jpeg files (needed for album art).
This of course, will increase the binary size, but since dionoea is lazy and doesn't want to make easily conversion from jpeg to png|xpm|bmp, here we go. :D
Better solution should be found on master.
(cherry picked from commit 74ca61b171fa7d724cb640a0009f519885da29f0)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoShip default skin.
Jean-Baptiste Kempf [Thu, 11 Sep 2008 20:56:05 +0000 (13:56 -0700)]
Ship default skin.
(cherry picked from commit 13a05801f885b9f74f6bb606faed13f813552d28)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoconfigure.ac and mozilla
Christophe Mutricy [Thu, 11 Sep 2008 23:44:41 +0000 (00:44 +0100)]
configure.ac and mozilla

Add a variable to force which .pc to use
add libxul (aka xulrunner 1.9) before iceape-plugin and xulrunner-plugin (xul 1.8)
Don't depends on mozilla-config.h when using pkg-config. It's the old way
of doing thing and requires us to depends on the foo-xpcom.pc

Needs backporting once tested

15 years agoNo need for nscore.h
Christophe Mutricy [Thu, 11 Sep 2008 23:42:35 +0000 (00:42 +0100)]
No need for nscore.h

15 years agoFix skins ditribution for win32
Christophe Mutricy [Thu, 11 Sep 2008 23:40:34 +0000 (00:40 +0100)]
Fix skins ditribution for win32

when builddir != srcdir

15 years agoAllow use of inputs without DEMUX_GET/SET_*TIME in input-slave.
Antoine Cellerier [Thu, 11 Sep 2008 22:06:15 +0000 (00:06 +0200)]
Allow use of inputs without DEMUX_GET/SET_*TIME in input-slave.

This is commit is necessary to split the audio and video capture accesses.
Example use with current git master to record screen and webcam:
./vlc screen:// --screen-fps 25 --screen-width 100 --screen-height 100 -I dummy --screen-follow-mouse --input-slave v4l2://:audio-method=0 -vv --sout '#transcode{vcodec=mp2v,vb=1024}:std{access=file,mux=ts,dst=/tmp/a.ts}' --run-time 10

15 years agoContrib: port zvbi to Windows.
Jean-Baptiste Kempf [Thu, 11 Sep 2008 19:29:58 +0000 (21:29 +0200)]
Contrib: port zvbi to Windows.

THIS IS UNTESTED AND WILL probably NOT WORK.