]> git.sesse.net Git - vlc/log
vlc
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.

15 years agozvbi: Support capturing keys 0-9 in order to select a TTXT page.
Derk-Jan Hartman [Thu, 11 Sep 2008 18:26:28 +0000 (20:26 +0200)]
zvbi: Support capturing keys 0-9 in order to select a TTXT page.

15 years agozvbi: teletext enhancements
Derk-Jan Hartman [Thu, 11 Sep 2008 15:12:23 +0000 (17:12 +0200)]
zvbi: teletext enhancements

* tell the fetcher to include navigation info in it's results
* add special values for vbi-page that can be used to go to
  red, green, yellow, blue and index page
* hide the "clock" debug message
* add debug for some messages that we did not signal yet.
* only listen to most events (unhandled ones) ifdef ZVBI_DEBUG

15 years agoSmall INSTALL.win32 update.
Jean-Baptiste Kempf [Thu, 11 Sep 2008 18:23:42 +0000 (20:23 +0200)]
Small INSTALL.win32 update.

15 years agoContribs cleanup. Merging of configure flags when possible.
Jean-Baptiste Kempf [Thu, 11 Sep 2008 18:09:06 +0000 (20:09 +0200)]
Contribs cleanup. Merging of configure flags when possible.

Please launch autotools ONLY after patch, not everytime your reconfigure.

15 years agoDon't force unnneeded configure options to all libraries.
Jean-Baptiste Kempf [Thu, 11 Sep 2008 17:44:18 +0000 (19:44 +0200)]
Don't force unnneeded configure options to all libraries.

15 years agoSAP announce: rewrite, use one thread per SAP group (fixes #1839)
Rémi Denis-Courmont [Thu, 11 Sep 2008 17:36:52 +0000 (20:36 +0300)]
SAP announce: rewrite, use one thread per SAP group (fixes #1839)

15 years agofix macosx package creation with newer git releases
Felix Paul Kühne [Thu, 11 Sep 2008 15:21:49 +0000 (17:21 +0200)]
fix macosx package creation with newer git releases

15 years agocontribs: fix libswscale compilation
Felix Paul Kühne [Thu, 11 Sep 2008 14:29:03 +0000 (16:29 +0200)]
contribs: fix libswscale compilation

To be back-ported

15 years agozvbi: strcmp->strcasecmp
Derk-Jan Hartman [Thu, 11 Sep 2008 13:02:24 +0000 (15:02 +0200)]
zvbi: strcmp->strcasecmp

15 years agozvbi: Added a table with language -> zvbi default_region mappings. Far from perfect...
Derk-Jan Hartman [Thu, 11 Sep 2008 11:34:09 +0000 (13:34 +0200)]
zvbi: Added a table with language -> zvbi default_region mappings. Far from perfect, but will solve some cases.

15 years agodestroy the critical section in libdvdnav
Geoffroy Couprie [Thu, 11 Sep 2008 11:33:22 +0000 (13:33 +0200)]
destroy the critical section in libdvdnav

15 years agoDon't try to close a handle already closed
Geoffroy Couprie [Thu, 11 Sep 2008 09:21:45 +0000 (11:21 +0200)]
Don't try to close a handle already closed

15 years agoconfigure: typo in [628a18b6a3cbc760a27b6c631d602718b572751b]
Derk-Jan Hartman [Thu, 11 Sep 2008 10:14:35 +0000 (12:14 +0200)]
configure: typo in [628a18b6a3cbc760a27b6c631d602718b572751b]

15 years agotelx: ignore initial page 100
Derk-Jan Hartman [Thu, 11 Sep 2008 01:00:02 +0000 (03:00 +0200)]
telx: ignore initial page 100

If the TS demux signals initial page 100, then this inital page is likely NOT the subtitle page. Since we can only really handle subtitles, let the teletext decoder figure out which pages are subtitles on its own.

Per request of Marian Durkovic

15 years agoUse the good icon id
Christophe Mutricy [Wed, 10 Sep 2008 23:54:51 +0000 (00:54 +0100)]
Use the good icon id

Avoid to have a blank button

15 years agoAdd new canvas option to crop instead of padd to fit in canvas.
Antoine Cellerier [Wed, 10 Sep 2008 23:47:06 +0000 (01:47 +0200)]
Add new canvas option to crop instead of padd to fit in canvas.

15 years agoAdd Screen-FPS spinBox to control fps from the UI... Else it is pretty useless..
Jean-Baptiste Kempf [Wed, 10 Sep 2008 22:59:56 +0000 (15:59 -0700)]
Add Screen-FPS spinBox to control fps from the UI... Else it is pretty useless..

15 years agoimage.c has been removed
Christophe Mutricy [Tue, 9 Sep 2008 21:20:29 +0000 (22:20 +0100)]
image.c has been removed

15 years agoFix distribution of pixmaps
Christophe Mutricy [Tue, 9 Sep 2008 21:19:23 +0000 (22:19 +0100)]
Fix distribution of pixmaps

Bad typo in Modules.am

15 years agoDefault enable telx when zvbi is not present
Christophe Mutricy [Tue, 9 Sep 2008 19:13:14 +0000 (20:13 +0100)]
Default enable telx when zvbi is not present

15 years agocosmetics
Christophe Mutricy [Tue, 9 Sep 2008 19:41:44 +0000 (20:41 +0100)]
cosmetics

15 years agoFixed [02184fcdf33149d63023f77e69c6eb16071ee811]
Laurent Aimar [Wed, 10 Sep 2008 20:54:09 +0000 (22:54 +0200)]
Fixed [02184fcdf33149d63023f77e69c6eb16071ee811]

Sorry, I forgot 2 files.

15 years agoFixed spu decoder when input rate is not the default value.
Laurent Aimar [Wed, 10 Sep 2008 20:42:36 +0000 (22:42 +0200)]
Fixed spu decoder when input rate is not the default value.

15 years agoDo not destroy vout on aspect ratio change only.
Laurent Aimar [Wed, 10 Sep 2008 20:24:35 +0000 (22:24 +0200)]
Do not destroy vout on aspect ratio change only.

The user aspect ratio and resize will still be lost on an AR aspect ratio change.
(we may want to keep at least the requested resie).

15 years agoaudioScrobbler: cleanup and respect last.fm specifications
Rémi Duraffort [Wed, 10 Sep 2008 19:49:46 +0000 (21:49 +0200)]
audioScrobbler: cleanup and respect last.fm specifications
(and don't forgot to release object when an error occure)

15 years agoTypo
Rémi Denis-Courmont [Wed, 10 Sep 2008 19:19:19 +0000 (22:19 +0300)]
Typo

15 years agoDo not heap free stack structure...
Rémi Denis-Courmont [Wed, 10 Sep 2008 18:43:43 +0000 (21:43 +0300)]
Do not heap free stack structure...

15 years agoGrmbl. Remove the stupid assert after merging commits.
Rémi Denis-Courmont [Wed, 10 Sep 2008 15:19:13 +0000 (18:19 +0300)]
Grmbl. Remove the stupid assert after merging commits.

15 years agoSet the owner to 0 while releasing a recursive mutex
Geoffroy Couprie [Wed, 10 Sep 2008 12:26:43 +0000 (14:26 +0200)]
Set the owner to 0 while releasing a recursive mutex

I (and dionoea too, I think) encountered an "assertion failed self ==
0" when trying to play a file on win32. I think the following patch
solves this issue. If I understand correcly, the intended behaviour
was to zero the owner field of the mutex when releasing it.

Modified by Courmisch to use InterlockedExchange() directly.

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoAdd xpsf in browsers...
Jean-Baptiste Kempf [Wed, 10 Sep 2008 06:52:56 +0000 (23:52 -0700)]
Add xpsf in browsers...

15 years agoAdd .xspf association to win32 installer. Close #1964
Jean-Baptiste Kempf [Wed, 10 Sep 2008 06:44:37 +0000 (23:44 -0700)]
Add .xspf association to win32 installer. Close #1964

15 years agoFix drop MimeData on Windows... Close #1911
Jean-Baptiste Kempf [Wed, 10 Sep 2008 06:21:22 +0000 (23:21 -0700)]
Fix drop MimeData on Windows... Close #1911

In fact Qt uses always / as a separator, so introduce a function named toNativeSeparator (inspired from QDir) to fix this on Win$uck$
(cherry picked from commit de25484831fc71e0a8e24dd859e2186c77e7d5b2)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoQt4: Unneeded includes.
Jean-Baptiste Kempf [Wed, 10 Sep 2008 06:20:37 +0000 (23:20 -0700)]
Qt4: Unneeded includes.
(cherry picked from commit 885652278bec85d92d960e72d0e886aac7114e4e)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoWinCE: update the interface module
Geoffroy Couprie [Wed, 10 Sep 2008 00:54:20 +0000 (02:54 +0200)]
WinCE: update the interface module

15 years agoOops. (shouldn't change anything except remove a few warnings in the logs)
Antoine Cellerier [Wed, 10 Sep 2008 00:35:12 +0000 (02:35 +0200)]
Oops. (shouldn't change anything except remove a few warnings in the logs)

15 years agoReimplement MB module in Lua.
Antoine Cellerier [Wed, 10 Sep 2008 00:32:17 +0000 (02:32 +0200)]
Reimplement MB module in Lua.

Remove C musicbrainz modules, use the new XML musicbrainz API.
This removes VLC's dependency on libmusicbrainz. Consider backporting
this commit and the previous one to 0.9-bugfix to get musicbrainz
support on windows.

15 years agoAdd new functions to Lua API.
Antoine Cellerier [Wed, 10 Sep 2008 00:29:53 +0000 (02:29 +0200)]
Add new functions to Lua API.

Add misc.mwait(), var.create() and strings.encode_uri_component()
functions to VLC's Lua API.

15 years agoAdded support for alignment in subsdec (subrip).
Laurent Aimar [Tue, 9 Sep 2008 22:19:34 +0000 (00:19 +0200)]
Added support for alignment in subsdec (subrip).

15 years agoInitialize threading code in libxml2
Geoffroy Couprie [Mon, 8 Sep 2008 19:30:51 +0000 (21:30 +0200)]
Initialize threading code in libxml2

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoAdded a few malloc/strdup checks in ftp.
Laurent Aimar [Tue, 9 Sep 2008 20:37:32 +0000 (22:37 +0200)]
Added a few malloc/strdup checks in ftp.