]> git.sesse.net Git - vlc/log
vlc
13 years agoOpenGL: de-inline huge pieces of code
Rémi Denis-Courmont [Mon, 8 Nov 2010 17:51:30 +0000 (19:51 +0200)]
OpenGL: de-inline huge pieces of code

13 years agodistribute the telnet auto test script.
Rémi Duraffort [Mon, 8 Nov 2010 17:52:11 +0000 (18:52 +0100)]
distribute the telnet auto test script.

13 years agoluatelnet: remove the telnet commands from the command line.
Rémi Duraffort [Mon, 8 Nov 2010 17:33:23 +0000 (18:33 +0100)]
luatelnet: remove the telnet commands from the command line.

13 years agoluatelnet auto test: use the current PID as port number.
Rémi Duraffort [Mon, 8 Nov 2010 17:27:38 +0000 (18:27 +0100)]
luatelnet auto test: use the current PID as port number.

13 years agoskins2(Linux): A XSync is needed
Erwan Tulou [Mon, 8 Nov 2010 11:19:45 +0000 (12:19 +0100)]
skins2(Linux): A XSync is needed

This partially fixes the position indicator getting blurry, because XGetImage didn't
retrieve the latest change in pixmap (Previous XCopyArea calls may still be pending)

Note that XSync is needed but not sufficient. Sporadic blurriness can still happen, because
there seems to be no way to know for sure when the pixmap content is really updated.
(waiting for NoExpose event, if enabled, is also not enough). Also, this problem is more
prone to occur with --vout xv than with x11 or opengl, as if xvideo were stressing the X server
more than the other two.

 modules/gui/skins2/x11/x11_graphics.cpp |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

13 years agoskins2: default width/height to -1 (undefined) and not 0
Erwan Tulou [Mon, 8 Nov 2010 10:56:53 +0000 (11:56 +0100)]
skins2: default width/height to -1 (undefined) and not 0

This fixes automatic resizing not working when a skin uses vlc.hasVout to monitor
 video visibility. (in vlc12, the default skin belongs to this category)

13 years agohttplive: remove dummy calloc (a call to strndup follows).
Rémi Duraffort [Sun, 7 Nov 2010 21:45:18 +0000 (22:45 +0100)]
httplive: remove dummy calloc (a call to strndup follows).

13 years agodbus: fix memory leaks.
Rémi Duraffort [Sun, 7 Nov 2010 21:44:52 +0000 (22:44 +0100)]
dbus: fix memory leaks.

13 years agomacosx: Add a dumb build.sh script to run all the steps requested to build VLC on...
Pierre d'Herbemont [Sun, 7 Nov 2010 21:03:40 +0000 (22:03 +0100)]
macosx: Add a dumb build.sh script to run all the steps requested to build VLC on macosx.

This may help some, and to link how to build VLC on Mac OS X for a certain version. (Should be more robust than wiki.videolan.org/OSXCompile)

13 years agowin32 package (compiled) lua scripts
Rafaël Carré [Sun, 7 Nov 2010 20:45:21 +0000 (21:45 +0100)]
win32 package (compiled) lua scripts

share/vlc/lua only contains the files needed for the (lua) http interface

13 years agoios: rename build_for_iOS.sh to build.sh.
Pierre d'Herbemont [Sun, 7 Nov 2010 20:33:44 +0000 (21:33 +0100)]
ios: rename build_for_iOS.sh to build.sh.

13 years agocontrib: Avoid redefining multiple time the same thing in fontconfig and wrap the...
Pierre d'Herbemont [Sat, 6 Nov 2010 12:09:39 +0000 (13:09 +0100)]
contrib: Avoid redefining multiple time the same thing in fontconfig and wrap the lines.

13 years agocontrib: Avoid ifdef recursion in .lua.
Pierre d'Herbemont [Sat, 6 Nov 2010 11:55:05 +0000 (12:55 +0100)]
contrib: Avoid ifdef recursion in .lua.

13 years agocontrib: Avoid ifdef recursion in ffmpeg's conf and wrap long lines.
Pierre d'Herbemont [Sat, 6 Nov 2010 11:52:23 +0000 (12:52 +0100)]
contrib: Avoid ifdef recursion in ffmpeg's conf and wrap long lines.

This should improve readability a little bit.

13 years agocontrib: Only build from binary by default when HAVE_MACOSX is enabled.
Pierre d'Herbemont [Sat, 6 Nov 2010 11:51:51 +0000 (12:51 +0100)]
contrib: Only build from binary by default when HAVE_MACOSX is enabled.

13 years agocontrib: Define HAVE_MACOSX when distro=macosx*
Pierre d'Herbemont [Sat, 6 Nov 2010 11:49:20 +0000 (12:49 +0100)]
contrib: Define HAVE_MACOSX when distro=macosx*

(We don't want HAVE_MACOSX when building for iOS simulator.)

13 years agoconfigure: Properly fix 884eaa35.
Pierre d'Herbemont [Sat, 6 Nov 2010 11:08:34 +0000 (12:08 +0100)]
configure: Properly fix 884eaa35.

Sorry for the breakage, the AC_SUBST(VLC_DEFAULT_PLUGIN_TYPE) was lost in its way.

13 years agocontrib: Group pthread and x264 settings together.
Pierre d'Herbemont [Fri, 5 Nov 2010 22:05:26 +0000 (23:05 +0100)]
contrib: Group pthread and x264 settings together.

13 years agocontrib: Group ffmpeg settings together.
Pierre d'Herbemont [Fri, 5 Nov 2010 22:01:50 +0000 (23:01 +0100)]
contrib: Group ffmpeg settings together.

13 years agocontribs: setup autoconf/automake prior to anything else
Felix Paul Kühne [Sun, 7 Nov 2010 20:14:04 +0000 (21:14 +0100)]
contribs: setup autoconf/automake prior to anything else

13 years agocontribs: always define MACOSX regardless of the bit count
Felix Paul Kühne [Sun, 7 Nov 2010 20:01:50 +0000 (21:01 +0100)]
contribs: always define MACOSX regardless of the bit count

13 years agoQt4: user qpainter instead setpixel() in pictureflow
Ilkka Ollakka [Sun, 7 Nov 2010 19:35:08 +0000 (21:35 +0200)]
Qt4: user qpainter instead setpixel() in pictureflow

13 years agoQt4: remove unused variable in pictureflow
Ilkka Ollakka [Sun, 7 Nov 2010 19:27:06 +0000 (21:27 +0200)]
Qt4: remove unused variable in pictureflow

13 years agoQt4: speedup pictureflow rendering littlebit by using scanline and qtransform instead...
Ilkka Ollakka [Sun, 7 Nov 2010 19:26:43 +0000 (21:26 +0200)]
Qt4: speedup pictureflow rendering littlebit by using scanline and qtransform instead of doing those by hand

13 years agoncurses: translatable strings must be ASCII-only
Rafaël Carré [Sun, 7 Nov 2010 19:21:13 +0000 (20:21 +0100)]
ncurses: translatable strings must be ASCII-only

add a comment at the intention of the translators to tell them they can
use fancy Unicode characters
since this comment is UTF-8, add --from-code=UTF-8 option to xgettext

Use a macro to make DrawHelp() lines shorter
Merge 'Boxes' with 'Global' help category

13 years agolua_timers: fix timers.
Rémi Duraffort [Sun, 7 Nov 2010 19:16:01 +0000 (20:16 +0100)]
lua_timers: fix timers.

13 years agoMedia_library: fix potential memleak.
Rémi Duraffort [Sun, 7 Nov 2010 18:54:56 +0000 (19:54 +0100)]
Media_library: fix potential memleak.

13 years agowin32 package: copy lua files from install dir, not source dir
Rafaël Carré [Sun, 7 Nov 2010 18:09:46 +0000 (19:09 +0100)]
win32 package: copy lua files from install dir, not source dir

It includes only .luac files

13 years agocontribs: powerpc-apple-darwin9 is macosx32
Felix Paul Kühne [Sun, 7 Nov 2010 18:03:28 +0000 (19:03 +0100)]
contribs: powerpc-apple-darwin9 is macosx32

13 years agoWorkaround v4l2 drivers that do not behave correctly while enumerating inputs, standa...
Laurent Aimar [Sun, 7 Nov 2010 15:39:15 +0000 (16:39 +0100)]
Workaround v4l2 drivers that do not behave correctly while enumerating inputs, standard, tuner, or format.

13 years agoImproved support for crop/ar changes.
Laurent Aimar [Sun, 7 Nov 2010 13:42:53 +0000 (14:42 +0100)]
Improved support for crop/ar changes.

Crop/AR settings can now be changed by the video filters.
Crop/AR changes done by the decoder are now applied to the exact
picture and without any picture loss (before this patch, it was applied
too soon and due to the recreation of the vout display, some pictures where
lost).

13 years agoFixed support for crop parameters in picture_NewFrom*().
Laurent Aimar [Sun, 7 Nov 2010 13:40:57 +0000 (14:40 +0100)]
Fixed support for crop parameters in picture_NewFrom*().

They were previously lost.

13 years agoCosmetics (vout).
Laurent Aimar [Sun, 7 Nov 2010 13:09:19 +0000 (14:09 +0100)]
Cosmetics (vout).

Moved up two functions.

13 years agoAdded video_format_CopyCrop helper.
Laurent Aimar [Sat, 6 Nov 2010 20:58:47 +0000 (21:58 +0100)]
Added video_format_CopyCrop helper.

13 years agoFixed crop parameters when the decoded video has crop parameters.
Laurent Aimar [Sat, 6 Nov 2010 00:34:36 +0000 (01:34 +0100)]
Fixed crop parameters when the decoded video has crop parameters.

Now vout_SetDisplayCrop() takes crop parameters relative to the visible part.

13 years agoGet process affinity mask to compute the number of cpu in vlc_GetCPUCount.
Laurent Aimar [Fri, 5 Nov 2010 20:27:19 +0000 (21:27 +0100)]
Get process affinity mask to compute the number of cpu in vlc_GetCPUCount.

The old code used the current thread affinity.

13 years agoFixed support of crop coming from the decoder.
Laurent Aimar [Wed, 3 Nov 2010 20:28:30 +0000 (21:28 +0100)]
Fixed support of crop coming from the decoder.

13 years agoModified vout_SetDisplayAspect() to take a DAR instead of a SAR.
Laurent Aimar [Wed, 3 Nov 2010 20:14:48 +0000 (21:14 +0100)]
Modified vout_SetDisplayAspect() to take a DAR instead of a SAR.

13 years agoSmall fix when changing a video filter option that wasn't created by the filter ...
Laurent Aimar [Wed, 3 Nov 2010 19:23:30 +0000 (20:23 +0100)]
Small fix when changing a video filter option that wasn't created by the filter (qt4).

It is more of a workaround, a cleaner way to configure video filters
will need to be done.

13 years agoFix libvlc_media_player_(prev|next)_chapter assertion
Rémi Denis-Courmont [Sun, 7 Nov 2010 08:30:46 +0000 (10:30 +0200)]
Fix libvlc_media_player_(prev|next)_chapter assertion

The variables are void, not boolean.

13 years agoRemove calls to bzero.
Rémi Duraffort [Sat, 6 Nov 2010 17:28:28 +0000 (18:28 +0100)]
Remove calls to bzero.

13 years agoAdd libvlc_media_new_fd
Rémi Denis-Courmont [Sat, 6 Nov 2010 16:40:26 +0000 (18:40 +0200)]
Add libvlc_media_new_fd

13 years agolibvlc_media_new_(location|path): try to clarify the difference
Rémi Denis-Courmont [Sat, 6 Nov 2010 16:39:57 +0000 (18:39 +0200)]
libvlc_media_new_(location|path): try to clarify the difference

13 years agoInput location is always an URL
Rémi Denis-Courmont [Sat, 6 Nov 2010 16:20:51 +0000 (18:20 +0200)]
Input location is always an URL

13 years agoExpand and remove VLC_Version()
Rémi Denis-Courmont [Sat, 6 Nov 2010 16:09:44 +0000 (18:09 +0200)]
Expand and remove VLC_Version()

13 years agoRemove some typedefs to non-existent structs
Rémi Denis-Courmont [Sat, 6 Nov 2010 15:35:40 +0000 (17:35 +0200)]
Remove some typedefs to non-existent structs

13 years agoPrivatize appropriate module typedefs
Rémi Denis-Courmont [Sat, 6 Nov 2010 15:24:51 +0000 (17:24 +0200)]
Privatize appropriate module typedefs

13 years agolibasf: remove unused variable.
Rémi Duraffort [Sat, 6 Nov 2010 15:12:27 +0000 (16:12 +0100)]
libasf: remove unused variable.

13 years agometachannels: force the use of the ffmpeg demuxer for mp4 (extension .m4v here).
Rémi Duraffort [Sat, 6 Nov 2010 14:06:22 +0000 (15:06 +0100)]
metachannels: force the use of the ffmpeg demuxer for mp4 (extension .m4v here).

13 years agoRemove unused typedefs
Rémi Denis-Courmont [Sat, 6 Nov 2010 11:02:25 +0000 (13:02 +0200)]
Remove unused typedefs

13 years agoDo not redefine standard types
Rémi Denis-Courmont [Sat, 6 Nov 2010 11:02:34 +0000 (13:02 +0200)]
Do not redefine standard types

13 years agoRemove __LIBVLC__ checks from src/
Rémi Denis-Courmont [Sat, 6 Nov 2010 10:59:43 +0000 (12:59 +0200)]
Remove __LIBVLC__ checks from src/

13 years agoDo not implicitly define MODULE_NAME
Rémi Denis-Courmont [Sat, 6 Nov 2010 10:52:12 +0000 (12:52 +0200)]
Do not implicitly define MODULE_NAME

We want compilation to fail if this is missing.

13 years agoFix warning
Rémi Denis-Courmont [Sat, 6 Nov 2010 10:51:56 +0000 (12:51 +0200)]
Fix warning

13 years agoRestore Linux builds
Rémi Denis-Courmont [Sat, 6 Nov 2010 10:46:40 +0000 (12:46 +0200)]
Restore Linux builds

This reverts commit 884eaa35b9160cf34c901449502a74ce5717fc78.

13 years agovlc_sql.h: don't rely on __LIBVLC__ being defined
Rafaël Carré [Sat, 6 Nov 2010 10:32:34 +0000 (11:32 +0100)]
vlc_sql.h: don't rely on __LIBVLC__ being defined

13 years agolibupnp depends on pthreads
Rafaël Carré [Sat, 6 Nov 2010 10:24:07 +0000 (11:24 +0100)]
libupnp depends on pthreads

13 years agoModules.am: missing files
Rémi Denis-Courmont [Sat, 6 Nov 2010 09:47:22 +0000 (11:47 +0200)]
Modules.am: missing files

13 years agocontrib: Replace darwin->macosx.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:52:44 +0000 (22:52 +0100)]
contrib: Replace darwin->macosx.

13 years agocontrib: Remove LD,STRIP etc redefinition.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:34:09 +0000 (22:34 +0100)]
contrib: Remove LD,STRIP etc redefinition.

13 years agocontrib: Factorize the win targets.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:33:35 +0000 (22:33 +0100)]
contrib: Factorize the win targets.

13 years agobootstrap: Use an abstraction for enabling setting in config.mak.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:28:55 +0000 (22:28 +0100)]
bootstrap: Use an abstraction for enabling setting in config.mak.

13 years agocontrib: Use hint_distro when setting contrib.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:23:26 +0000 (22:23 +0100)]
contrib: Use hint_distro when setting contrib.

This will not override a previous hint_distro.

13 years agocontribs: updated binary packages for Mac OS X (i686, x86_64, ppc)
Felix Paul Kühne [Fri, 5 Nov 2010 21:51:48 +0000 (22:51 +0100)]
contribs: updated binary packages for Mac OS X (i686, x86_64, ppc)

13 years agocontribs: use the videolan variable to retrieve libdca and use http to fetch GNU...
Felix Paul Kühne [Fri, 5 Nov 2010 21:28:55 +0000 (22:28 +0100)]
contribs: use the videolan variable to retrieve libdca and use http to fetch GNU stuff

13 years agoMobileVLCKit: Match contrib build dir location change.
Pierre d'Herbemont [Fri, 5 Nov 2010 21:15:59 +0000 (22:15 +0100)]
MobileVLCKit: Match contrib build dir location change.

13 years agoconfigure: Move --enable-static-plugins before any plugins gets enabled.
Pierre d'Herbemont [Wed, 3 Nov 2010 20:11:33 +0000 (21:11 +0100)]
configure: Move --enable-static-plugins before any plugins gets enabled.

13 years agocontribs: Use the gcc toolchain installed in /usr/bin instead of /Developer because...
Felix Paul Kühne [Fri, 5 Nov 2010 19:59:50 +0000 (20:59 +0100)]
contribs: Use the gcc toolchain installed in /usr/bin instead of /Developer because the latter is no reliable path as it can be installed anywhere

13 years agoi18n: Mark SD categories for inclusion in vlc.pot
Christophe Mutricy [Fri, 5 Nov 2010 19:06:49 +0000 (19:06 +0000)]
i18n: Mark SD categories for inclusion in vlc.pot

Fix #4305

13 years agoWindows: use _wrewinddir instead of rewinddir
Geoffroy Couprie [Fri, 5 Nov 2010 12:54:59 +0000 (13:54 +0100)]
Windows: use _wrewinddir instead of rewinddir

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agostream_filter/httplive.c: start playback with first HLS stream (usuall lower bandwidth).
Jean-Paul Saman [Fri, 5 Nov 2010 09:23:37 +0000 (10:23 +0100)]
stream_filter/httplive.c: start playback with first HLS stream (usuall lower bandwidth).

Start playback right after successfull downloading of the first segment. Switch to a higher bandwidth
later on. By the time peeking and first segment have been played the next segment is available.

13 years agolua: copy input options to result of playlist script
Pierre Ynard [Fri, 5 Nov 2010 00:48:26 +0000 (01:48 +0100)]
lua: copy input options to result of playlist script

This fixes this kind of scenario: you want to save a video from your
favorite video website. So you open the VLC GUI, you copy/paste the URL
into the convert dialog and you click on okay. The corresponding
playlist lua script processes the URL and a new item is added into the
playlist, but the :sout option is lost in the process, and you start
watching a video that is never saved.

13 years agocheck_headers: look for leading spaces as well
Srikanth Raju [Thu, 4 Nov 2010 19:55:33 +0000 (01:25 +0530)]
check_headers: look for leading spaces as well

13 years agocheck_headers: fix the script (a partial match is not enough).
Rémi Duraffort [Thu, 4 Nov 2010 19:16:22 +0000 (20:16 +0100)]
check_headers: fix the script (a partial match is not enough).

13 years agoSkins: don't use GetProcAddress for TransparentBlt, AlphaBlend and SetLayeredWindowAt...
Geoffroy Couprie [Thu, 4 Nov 2010 09:11:56 +0000 (10:11 +0100)]
Skins: don't use GetProcAddress for TransparentBlt, AlphaBlend and SetLayeredWindowAttributes they're available since win2k

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoWindows: remove another call to GetProcAddress in vout plugins
Geoffroy Couprie [Thu, 4 Nov 2010 15:51:50 +0000 (16:51 +0100)]
Windows: remove another call to GetProcAddress in vout plugins

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoWindows: remove calls to GetProcAddress for MonitorFromWindow and GetMonitorInfo
Geoffroy Couprie [Thu, 4 Nov 2010 14:46:16 +0000 (15:46 +0100)]
Windows: remove calls to GetProcAddress for MonitorFromWindow and GetMonitorInfo

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agovout: remove dead assignement (and one mdate).
Rémi Duraffort [Thu, 4 Nov 2010 18:31:24 +0000 (19:31 +0100)]
vout: remove dead assignement (and one mdate).

13 years agoML: try to unbreak configure when libsqlite3-dev isn't present
Jean-Baptiste Kempf [Thu, 4 Nov 2010 18:31:23 +0000 (19:31 +0100)]
ML: try to unbreak configure when libsqlite3-dev isn't present

13 years agoML: fix compilation
Jean-Baptiste Kempf [Thu, 4 Nov 2010 18:23:27 +0000 (19:23 +0100)]
ML: fix compilation

13 years agoReal demuxer: correctly exit on errors when parsing Audio formats
Jean-Baptiste Kempf [Thu, 4 Nov 2010 18:05:14 +0000 (19:05 +0100)]
Real demuxer: correctly exit on errors when parsing Audio formats

13 years agoXVideo: use after free
Rémi Denis-Courmont [Thu, 4 Nov 2010 18:03:04 +0000 (20:03 +0200)]
XVideo: use after free

13 years agoXVideo: redumdant check
Rémi Denis-Courmont [Thu, 4 Nov 2010 18:01:26 +0000 (20:01 +0200)]
XVideo: redumdant check

13 years agoEnable Media Library Building
Srikanth Raju [Sun, 17 Oct 2010 19:35:33 +0000 (01:05 +0530)]
Enable Media Library Building

13 years agoMedia library features sql_monitor - directory scanner ml_watch - playlist watcher...
Srikanth Raju [Sun, 17 Oct 2010 19:33:12 +0000 (01:03 +0530)]
Media library features sql_monitor - directory scanner ml_watch - playlist watcher item_list - items being watched by ml_watch media_pool - list of active media in vlc

13 years agoMedia library CRUD operations
Srikanth Raju [Sun, 17 Oct 2010 19:32:06 +0000 (01:02 +0530)]
Media library CRUD operations

13 years agoBase Media Library Module files
Srikanth Raju [Sun, 17 Oct 2010 19:31:06 +0000 (01:01 +0530)]
Base Media Library Module files

13 years agox264: remove double assignement
Rafaël Carré [Thu, 4 Nov 2010 15:45:11 +0000 (16:45 +0100)]
x264: remove double assignement

13 years agoQt: deactivate noise video filter
Jean-Baptiste Kempf [Thu, 4 Nov 2010 01:03:06 +0000 (02:03 +0100)]
Qt: deactivate noise video filter

It has become so slow in 1.2.0, especially on Win32, that this isn't
funny.
Maybe the new rands() are slower (4d6247fdd024)
Ref #4290

13 years agoContribs: update tiff and png
Jean-Baptiste Kempf [Wed, 3 Nov 2010 23:11:59 +0000 (00:11 +0100)]
Contribs: update tiff and png

13 years agoFixed segfault in freetype after ToCharset() changes.
Laurent Aimar [Wed, 3 Nov 2010 23:07:37 +0000 (00:07 +0100)]
Fixed segfault in freetype after ToCharset() changes.

The code is quite ugly and the comments in IconvText() where wrongs...

13 years agoContribs: libogg and libvorbis upgrade
Jean-Baptiste Kempf [Wed, 3 Nov 2010 23:03:06 +0000 (00:03 +0100)]
Contribs: libogg and libvorbis upgrade

13 years agoFixed another bug in ToCharset I introduced.
Laurent Aimar [Wed, 3 Nov 2010 22:49:43 +0000 (23:49 +0100)]
Fixed another bug in ToCharset I introduced.

Sorry for the noise, I won't touch it anymore...

13 years agoFixed a bug in ToCharset I introduced by fixing another one...
Laurent Aimar [Wed, 3 Nov 2010 22:40:41 +0000 (23:40 +0100)]
Fixed a bug in ToCharset I introduced by fixing another one...

13 years agoSmall simplification (ToCharset).
Laurent Aimar [Wed, 3 Nov 2010 22:31:43 +0000 (23:31 +0100)]
Small simplification (ToCharset).

13 years agoFixed two potential segfaults in ToCharset().
Laurent Aimar [Wed, 3 Nov 2010 22:25:07 +0000 (23:25 +0100)]
Fixed two potential segfaults in ToCharset().

13 years agoatmo: fix assertion issue with picture_release
André Weber [Wed, 3 Nov 2010 19:54:21 +0000 (20:54 +0100)]
atmo: fix assertion issue with picture_release
do copy the in picture to out picture like all other video filters also if it is not needed for the atmo purpose just to get it working again.

13 years agoWin32: pack vlc_DIR
Rémi Denis-Courmont [Wed, 3 Nov 2010 18:37:44 +0000 (20:37 +0200)]
Win32: pack vlc_DIR

13 years agoWin32: remove dead code
Rémi Denis-Courmont [Wed, 3 Nov 2010 18:37:32 +0000 (20:37 +0200)]
Win32: remove dead code

13 years agoWin32: fix closedir() to match vlc_opendir()
Rémi Denis-Courmont [Wed, 3 Nov 2010 18:36:03 +0000 (20:36 +0200)]
Win32: fix closedir() to match vlc_opendir()

Parental advisory: explicit kludge.