]> git.sesse.net Git - vlc/log
vlc
15 years agoQt: reindent after last commit.
Jean-Baptiste Kempf [Sun, 17 May 2009 00:10:17 +0000 (02:10 +0200)]
Qt: reindent after last commit.

15 years agoQt4: fix DIR_SEP on open.
Jean-Baptiste Kempf [Sun, 17 May 2009 00:06:49 +0000 (02:06 +0200)]
Qt4: fix DIR_SEP on open.

Should fix #2142

15 years agoWhen adding an URL, create the name without login and password.
Rémi Duraffort [Sat, 16 May 2009 21:37:10 +0000 (23:37 +0200)]
When adding an URL, create the name without login and password.
This fix partially #2142

15 years agoFix the type guess: this can be a protocol only if you xan find a :// in it.
Rémi Duraffort [Sat, 16 May 2009 21:15:12 +0000 (23:15 +0200)]
Fix the type guess: this can be a protocol only if you xan find a :// in it.
(and add ftp and smb to the list)

15 years agoDshow: fix compilation after the big fourCC changes.
Jean-Baptiste Kempf [Sat, 16 May 2009 22:26:46 +0000 (00:26 +0200)]
Dshow: fix compilation after the big fourCC changes.

15 years agotest: Fix url test on Mac OS X.
Pierre d'Herbemont [Sat, 16 May 2009 22:19:13 +0000 (15:19 -0700)]
test: Fix url test on Mac OS X.

Basically this test was expecting that /tmp is a directory. On Mac OS X /tmp is a link to /private/tmp.

We work around by getting the current work directory after chdir.

15 years agoMerge commit 'origin/1.0-bugfix'
Laurent Aimar [Sat, 16 May 2009 21:26:19 +0000 (23:26 +0200)]
Merge commit 'origin/1.0-bugfix'

15 years agoFixed osd_* functions when the OSD was not loaded.
Laurent Aimar [Sat, 16 May 2009 21:22:01 +0000 (23:22 +0200)]
Fixed osd_* functions when the OSD was not loaded.

 It fixed a segfault when using hotkeys for the OSD.
 I am not sure it is perfectly fine, but var_AcquireMutex seems
to have been removed without a proper replacement.

15 years agoGtk_main: fix compilation.... Completly untested.
Jean-Baptiste Kempf [Sat, 16 May 2009 21:10:09 +0000 (23:10 +0200)]
Gtk_main: fix compilation.... Completly untested.

Should we keep this code?

15 years agopda: fix typo introduced by [ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c]
Jean-Baptiste Kempf [Sat, 16 May 2009 20:32:29 +0000 (22:32 +0200)]
pda: fix typo introduced by [ebd7cf22ae7d5b3a1bbf1cd8728926e78f831a9c]

This should fix the compilation of pda interface.

15 years agopda: Fix warnings.
Jean-Baptiste Kempf [Sat, 16 May 2009 20:27:47 +0000 (22:27 +0200)]
pda: Fix warnings.

15 years agoPda: fix compile broken by [05492281]
Jean-Baptiste Kempf [Sat, 16 May 2009 20:26:40 +0000 (22:26 +0200)]
Pda: fix compile broken by [05492281]

15 years agoUsed filter_New/DeletePicture when applicable.
Laurent Aimar [Sat, 16 May 2009 20:20:52 +0000 (22:20 +0200)]
Used filter_New/DeletePicture when applicable.

15 years agoUsed picture_New in mosaic_bridge.c
Laurent Aimar [Sat, 16 May 2009 20:16:06 +0000 (22:16 +0200)]
Used picture_New in mosaic_bridge.c

15 years agoReplaced vout_InitPicture/Format with their equivalent.
Laurent Aimar [Sat, 16 May 2009 19:42:28 +0000 (21:42 +0200)]
Replaced vout_InitPicture/Format with their equivalent.

15 years agoAdded video_format_Setup to replace vout_InitFormat.
Laurent Aimar [Sat, 16 May 2009 19:21:11 +0000 (21:21 +0200)]
Added video_format_Setup to replace vout_InitFormat.

15 years agoAdded a picture_Setup to replace vout_InitPicture.
Laurent Aimar [Sat, 16 May 2009 18:47:41 +0000 (20:47 +0200)]
Added a picture_Setup to replace vout_InitPicture.

15 years agoSplit pthread and Win32 code into separate files
Rémi Denis-Courmont [Sat, 16 May 2009 19:58:19 +0000 (22:58 +0300)]
Split pthread and Win32 code into separate files

15 years agoFixed skins2 compilation.
Laurent Aimar [Sat, 16 May 2009 18:44:35 +0000 (20:44 +0200)]
Fixed skins2 compilation.

15 years agoDo not uselessly include vlc_vout.h in video_chroma.
Laurent Aimar [Sat, 16 May 2009 18:14:31 +0000 (20:14 +0200)]
Do not uselessly include vlc_vout.h in video_chroma.

15 years agoRemoved useless includes.
Laurent Aimar [Sat, 16 May 2009 18:11:46 +0000 (20:11 +0200)]
Removed useless includes.

15 years agoDo not uselessly include vlc_vout.h in access.
Laurent Aimar [Sat, 16 May 2009 18:10:14 +0000 (20:10 +0200)]
Do not uselessly include vlc_vout.h in access.

15 years agoDo not uselessly include vlc_vout.h in filters.
Laurent Aimar [Sat, 16 May 2009 18:09:55 +0000 (20:09 +0200)]
Do not uselessly include vlc_vout.h in filters.

15 years agoFixed vlc_filter.h include.
Laurent Aimar [Sat, 16 May 2009 17:52:19 +0000 (19:52 +0200)]
Fixed vlc_filter.h include.

15 years agoDo not uselessly include vlc_vout.h in decoders.
Laurent Aimar [Sat, 16 May 2009 17:47:47 +0000 (19:47 +0200)]
Do not uselessly include vlc_vout.h in decoders.

15 years agoFixed includes in vlc_codec.h
Laurent Aimar [Sat, 16 May 2009 17:47:32 +0000 (19:47 +0200)]
Fixed includes in vlc_codec.h

15 years agoSplit vlc_vout.h into vlc_picture.h and vlc_subpicture.h
Laurent Aimar [Sat, 16 May 2009 17:23:34 +0000 (19:23 +0200)]
Split vlc_vout.h into vlc_picture.h and vlc_subpicture.h

15 years agoqt4: metaChanged -> currentMetaChanged
Rémi Denis-Courmont [Sat, 16 May 2009 17:56:24 +0000 (20:56 +0300)]
qt4: metaChanged -> currentMetaChanged

15 years agoQt4: pass input items rather than ID through IMevent
Rémi Denis-Courmont [Sat, 16 May 2009 17:47:57 +0000 (20:47 +0300)]
Qt4: pass input items rather than ID through IMevent

15 years agoQt4: keep input item rather than ID in the manager
Rémi Denis-Courmont [Sat, 16 May 2009 17:27:21 +0000 (20:27 +0300)]
Qt4: keep input item rather than ID in the manager

15 years agoplaylist_ItemFindFromInputAndRoot: use pointer rather than ID
Rémi Denis-Courmont [Sat, 16 May 2009 17:18:44 +0000 (20:18 +0300)]
playlist_ItemFindFromInputAndRoot: use pointer rather than ID

15 years agoCompare input item pointers, no need to deref here
Rémi Denis-Courmont [Sat, 16 May 2009 17:17:13 +0000 (20:17 +0300)]
Compare input item pointers, no need to deref here

15 years agoPass pointer rather than ID for playlist item-current
Rémi Denis-Courmont [Sat, 16 May 2009 17:10:06 +0000 (20:10 +0300)]
Pass pointer rather than ID for playlist item-current

15 years agoPass input item through playlist item-change rather than its ID
Rémi Denis-Courmont [Sat, 16 May 2009 15:43:51 +0000 (18:43 +0300)]
Pass input item through playlist item-change rather than its ID

15 years agoQt4: remove dead code
Rémi Denis-Courmont [Sat, 16 May 2009 15:42:48 +0000 (18:42 +0300)]
Qt4: remove dead code

15 years agoMerge branch 1.0-bugfix
Rémi Denis-Courmont [Sat, 16 May 2009 17:07:46 +0000 (20:07 +0300)]
Merge branch 1.0-bugfix

15 years agoTypo
Rémi Denis-Courmont [Sat, 16 May 2009 16:10:08 +0000 (19:10 +0300)]
Typo

15 years agoQt4: non-sense way of getting current playlist item
Rémi Denis-Courmont [Sat, 16 May 2009 16:07:07 +0000 (19:07 +0300)]
Qt4: non-sense way of getting current playlist item

We want the current playing item, rather than the number of items to
choose from. Besides, item-current is _not_ a choice list anyway.

15 years agoAttach fetcher to playlist so it gets proper configuration
Rémi Denis-Courmont [Sat, 16 May 2009 16:06:46 +0000 (19:06 +0300)]
Attach fetcher to playlist so it gets proper configuration

15 years agoplaylist_DeleteFromInput: pass the input item rather than its ID
Rémi Denis-Courmont [Sat, 16 May 2009 11:43:41 +0000 (14:43 +0300)]
playlist_DeleteFromInput: pass the input item rather than its ID

15 years agofetcher is a VLC object
Rémi Denis-Courmont [Sat, 16 May 2009 11:58:33 +0000 (14:58 +0300)]
fetcher is a VLC object

15 years agoplaylist_Add and playlist_AddExt: return error/success value
Rémi Denis-Courmont [Sat, 16 May 2009 11:21:26 +0000 (14:21 +0300)]
playlist_Add and playlist_AddExt: return error/success value

None of the callers actually care about the return value anyway.
When the input item is needed, then playlist_AddInput did and still
does the job.

15 years agoRemove never used value
Rémi Denis-Courmont [Sat, 16 May 2009 11:21:12 +0000 (14:21 +0300)]
Remove never used value

15 years agoplaylist_ItemGetByInputId: remove dead code
Rémi Denis-Courmont [Sat, 16 May 2009 10:53:43 +0000 (13:53 +0300)]
playlist_ItemGetByInputId: remove dead code

playlist_ItemGetByInput can be used instead anyway

15 years agoBump libvlccore SOVERSION
Rémi Denis-Courmont [Sat, 16 May 2009 10:47:52 +0000 (13:47 +0300)]
Bump libvlccore SOVERSION

15 years agoHTTP: try to fix mix of input item IDs and playlist item IDs
Rémi Denis-Courmont [Sat, 16 May 2009 10:43:39 +0000 (13:43 +0300)]
HTTP: try to fix mix of input item IDs and playlist item IDs

15 years agoQt4: add QVLCInteger
Rémi Denis-Courmont [Sat, 16 May 2009 10:00:17 +0000 (13:00 +0300)]
Qt4: add QVLCInteger

15 years agoQt4: move QVLCVariable out of external dialogs
Rémi Denis-Courmont [Sat, 16 May 2009 09:23:51 +0000 (12:23 +0300)]
Qt4: move QVLCVariable out of external dialogs

15 years agoTypo
Rémi Denis-Courmont [Sat, 16 May 2009 08:49:04 +0000 (11:49 +0300)]
Typo

15 years agoRevert "loose up little xcb-xv version requirements"
Rémi Denis-Courmont [Sat, 16 May 2009 08:28:23 +0000 (11:28 +0300)]
Revert "loose up little xcb-xv version requirements"

This reverts commit 8e1f14148bf158e37a838da2ac04062fd2a0aca1.

15 years agoQt: use a better name for artWork function to avoid the issue we had by the past...
Jean-Baptiste Kempf [Sat, 16 May 2009 09:31:55 +0000 (11:31 +0200)]
Qt: use a better name for artWork function to avoid the issue we had by the past...

doSomehting() is not a good function name.

15 years agoMerge commit 'origin/1.0-bugfix'
Laurent Aimar [Fri, 15 May 2009 23:09:40 +0000 (01:09 +0200)]
Merge commit 'origin/1.0-bugfix'

Conflicts:

modules/codec/dmo/dmo.c

15 years agoFixed DMO wrapper.
Laurent Aimar [Fri, 15 May 2009 23:02:06 +0000 (01:02 +0200)]
Fixed DMO wrapper.

 One input buffer can create multiples output ones and so need to be fetched
before provided a new input one.

15 years agoRespect album-art for CDDB request.
Laurent Aimar [Fri, 15 May 2009 21:52:25 +0000 (23:52 +0200)]
Respect album-art for CDDB request.

In this case the option is a bit mis-named but...

15 years agoCorrectly detect rewind (rtsp).
Laurent Aimar [Fri, 15 May 2009 21:46:05 +0000 (23:46 +0200)]
Correctly detect rewind (rtsp).

15 years agoDo not call EnsureUTF8 on NULL string (cdtext).
Laurent Aimar [Fri, 15 May 2009 21:20:15 +0000 (23:20 +0200)]
Do not call EnsureUTF8 on NULL string (cdtext).

15 years agoDMO: support for WMAL and wmal fourCC
Jean-Baptiste Kempf [Fri, 15 May 2009 22:15:51 +0000 (00:15 +0200)]
DMO: support for WMAL and wmal fourCC

15 years agoAdd wmal and WMAL fourCC
Jean-Baptiste Kempf [Fri, 15 May 2009 22:10:05 +0000 (00:10 +0200)]
Add wmal and WMAL fourCC

Spotted by mc2man, mc2man -- optonline | net
(cherry picked from commit e783877897dcafdcd833f81ba44015ccd0ac482f)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoQt: Be carefull with C++. Fix the issue with downloading album art fromthe net!
Jean-Baptiste Kempf [Fri, 15 May 2009 21:06:45 +0000 (23:06 +0200)]
Qt: Be carefull with C++. Fix the issue with downloading album art fromthe net!

15 years agoWinCE: Require a recent enough mingwce to fix *printf problems
Pierre Ynard [Fri, 15 May 2009 13:19:38 +0000 (15:19 +0200)]
WinCE: Require a recent enough mingwce to fix *printf problems

This just in: CeGCC has a MinGW with working replacement *printf
functions. Just like for mingw32, require (and allow building with) a
recent enough version of mingwce.

Since MinGW is patched by CeGCC, this check is not strictly sufficient;
but at least this allows to have working WinCE builds again.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoQt: Be carefull with C++. Fix the issue with downloading album art fromthe net!
Jean-Baptiste Kempf [Fri, 15 May 2009 21:06:45 +0000 (23:06 +0200)]
Qt: Be carefull with C++. Fix the issue with downloading album art fromthe net!

15 years agoRemoved impossible fourcc in record.c
Laurent Aimar [Thu, 14 May 2009 20:55:50 +0000 (22:55 +0200)]
Removed impossible fourcc in record.c

15 years agoUsed vlc_fourcc_GetCodecAudio when applicable.
Laurent Aimar [Thu, 14 May 2009 20:54:50 +0000 (22:54 +0200)]
Used vlc_fourcc_GetCodecAudio when applicable.

15 years agoAdded a small vlc_fourcc_GetCodecAudio helper.
Laurent Aimar [Thu, 14 May 2009 20:46:02 +0000 (22:46 +0200)]
Added a small vlc_fourcc_GetCodecAudio helper.

15 years agoUsed vlc_fourcc_GetCodecFromString where applicable.
Laurent Aimar [Thu, 14 May 2009 20:06:58 +0000 (22:06 +0200)]
Used vlc_fourcc_GetCodecFromString where applicable.

15 years agoAdded a small vlc_fourcc_GetCodecFromString helper.
Laurent Aimar [Thu, 14 May 2009 19:35:22 +0000 (21:35 +0200)]
Added a small vlc_fourcc_GetCodecFromString helper.

15 years agoReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
Laurent Aimar [Thu, 14 May 2009 19:23:01 +0000 (21:23 +0200)]
Replaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.

15 years agoRemoved unused AUDIO_FMT_S/U16_NE.
Laurent Aimar [Thu, 14 May 2009 19:11:02 +0000 (21:11 +0200)]
Removed unused AUDIO_FMT_S/U16_NE.

15 years agoAdded and used VLC_CODEC_MP3 when applicable.
Laurent Aimar [Thu, 14 May 2009 19:09:40 +0000 (21:09 +0200)]
Added and used VLC_CODEC_MP3 when applicable.

I also removed its use where it cannot/should not happen.

15 years agoWinCE: Require a recent enough mingwce to fix *printf problems
Pierre Ynard [Fri, 15 May 2009 13:19:38 +0000 (15:19 +0200)]
WinCE: Require a recent enough mingwce to fix *printf problems

This just in: CeGCC has a MinGW with working replacement *printf
functions. Just like for mingw32, require (and allow building with) a
recent enough version of mingwce.

Since MinGW is patched by CeGCC, this check is not strictly sufficient;
but at least this allows to have working WinCE builds again.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
15 years agoFix missing symbol in libxvmc_plugin.so
Nicolas Chauvet (kwizart) [Wed, 13 May 2009 13:26:32 +0000 (15:26 +0200)]
Fix missing symbol in libxvmc_plugin.so

the XvMC plugin use xcommon.c where some part use
HAVE_XINERAMA conditions.

Missing symbols are :
XineramaQueryScreens
XineramaQueryExtension
XineramaIsActive

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years agoCompile fix: Include limits.h when using PATH_MAX
Jean-Paul Saman [Tue, 12 May 2009 11:22:11 +0000 (13:22 +0200)]
Compile fix: Include limits.h when using PATH_MAX

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
15 years agoMerge commit 'origin/1.0-bugfix'
Jean-Baptiste Kempf [Thu, 14 May 2009 21:20:40 +0000 (23:20 +0200)]
Merge commit 'origin/1.0-bugfix'

15 years agoQt: Default Output address to 0.0.0.0 in HTTP and MMS
Jean-Baptiste Kempf [Thu, 14 May 2009 21:03:24 +0000 (23:03 +0200)]
Qt: Default Output address to 0.0.0.0 in HTTP and MMS

15 years agoRevert "Forbid Qt4.5.0"
Jean-Baptiste Kempf [Thu, 14 May 2009 20:45:02 +0000 (22:45 +0200)]
Revert "Forbid Qt4.5.0"

Stupid Ubunty Jaunty!

This reverts commit b6b7804713f8aee372637597e9c51aeab09c526f.

15 years agoinput: Fix a memleak.
Rémi Duraffort [Thu, 14 May 2009 17:27:30 +0000 (19:27 +0200)]
input: Fix a memleak.

15 years agoUse var_GetInteger()
Rémi Denis-Courmont [Thu, 14 May 2009 19:48:03 +0000 (22:48 +0300)]
Use var_GetInteger()

15 years agoCopyright Update and cosmetic
Jean-Baptiste Kempf [Thu, 14 May 2009 19:08:06 +0000 (21:08 +0200)]
Copyright Update and cosmetic

15 years agoAdded missing vobsub.h
Laurent Aimar [Thu, 14 May 2009 19:02:57 +0000 (21:02 +0200)]
Added missing vobsub.h

Oups.

15 years agoAdded vobsub.h to Modules.am
Laurent Aimar [Thu, 14 May 2009 18:33:09 +0000 (20:33 +0200)]
Added vobsub.h to Modules.am

15 years agowince: replace _wrename by MoveFileW
Geoffroy Couprie [Wed, 13 May 2009 14:50:53 +0000 (16:50 +0200)]
wince: replace _wrename by MoveFileW
(cherry picked from commit 7ba508f8ef84047d1c1ed06ac0f3596e0ea1019d)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agowince: replace getpid by GetCurrentProcessId
Pierre Ynard [Sat, 9 May 2009 15:20:46 +0000 (17:20 +0200)]
wince: replace getpid by GetCurrentProcessId

Signed-off-by: Geoffroy Couprie <geo.couprie@gmail.com>
(cherry picked from commit d93246d2d334a21021ab004e99dff22d601fb8ab)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoAdding a libvlc_MediaPlayerLengthChanged event
Hugo Beauzee-Luyssen [Thu, 14 May 2009 12:52:32 +0000 (14:52 +0200)]
Adding a libvlc_MediaPlayerLengthChanged event

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
15 years agovobsub idx parsing in matroska tracks
John Stebbins [Thu, 14 May 2009 00:08:36 +0000 (17:08 -0700)]
vobsub idx parsing in matroska tracks

 Added capability to avformat and mkv demuxers to extract the
original_frame_width, original_frame_height and palette from their tracks
private data.
 Vobsubs in mkv were only using default values for these items.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
15 years agoMark loop, repeat, random as safe.
Jean-Baptiste Kempf [Thu, 14 May 2009 18:07:31 +0000 (20:07 +0200)]
Mark loop, repeat, random as safe.

15 years agoForbid Qt4.5.0
Jean-Baptiste Kempf [Thu, 14 May 2009 17:55:55 +0000 (19:55 +0200)]
Forbid Qt4.5.0

15 years agoRemove kludge for old Qt versions.
Jean-Baptiste Kempf [Thu, 14 May 2009 17:36:44 +0000 (19:36 +0200)]
Remove kludge for old Qt versions.

15 years agoBump necessary Qt version to 4.4
Jean-Baptiste Kempf [Thu, 14 May 2009 17:34:36 +0000 (19:34 +0200)]
Bump necessary Qt version to 4.4

15 years agomozilla: fix integer types
Jean-Paul Saman [Tue, 17 Mar 2009 13:28:12 +0000 (14:28 +0100)]
mozilla: fix integer types

(u)int16 -> (u)int16_t
(u)int32 -> (u)int32_t
(cherry picked from commit 53ec8a45e5945db7a452238447e83a8b630c8a79)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agommsh: cleanup
Jean-Paul Saman [Tue, 12 May 2009 15:02:38 +0000 (17:02 +0200)]
mmsh: cleanup
(cherry picked from commit 190ae57d8cd38b2ec1748f950865b94febdb01d0)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agommstu: fix memleak
Jean-Paul Saman [Tue, 12 May 2009 14:55:26 +0000 (16:55 +0200)]
mmstu: fix memleak
(cherry picked from commit ecfdb8c3ca6c1803cf055dcac440ec7ca1a8a9c3)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agommsh: fix potential memleak
Jean-Paul Saman [Tue, 12 May 2009 12:18:36 +0000 (14:18 +0200)]
mmsh: fix potential memleak
(cherry picked from commit 5cc974b1a4bb383006a380d4c9e0011e47cefde1)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agommstu: handle keepalive error case
Jean-Paul Saman [Tue, 12 May 2009 12:11:30 +0000 (14:11 +0200)]
mmstu: handle keepalive error case
(cherry picked from commit e692b86ada5f970fb37b1db137a9d68148dc6ec2)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
15 years agoXCB/window: add XFree86 extended key symbols
Rémi Denis-Courmont [Thu, 14 May 2009 16:31:27 +0000 (19:31 +0300)]
XCB/window: add XFree86 extended key symbols

Well, only those that VLC knows anyway.

15 years agoMerge commit 'origin/1.0-bugfix'
Rémi Denis-Courmont [Thu, 14 May 2009 15:54:17 +0000 (18:54 +0300)]
Merge commit 'origin/1.0-bugfix'

15 years agoXCB/window: implement --video-title, UTF-8 names
Rémi Denis-Courmont [Thu, 14 May 2009 15:46:08 +0000 (18:46 +0300)]
XCB/window: implement --video-title, UTF-8 names

15 years agoloose up little xcb-xv version requirements
Ilkka Ollakka [Thu, 14 May 2009 13:48:50 +0000 (16:48 +0300)]
loose up little xcb-xv version requirements

Atleast for me xcb-xv gives version 1.1 only, and vlc compiled/works
with it just fine.

15 years agoactivex: remove libvlc_video_set_size() and libvlc_video_set_parent
Jean-Paul Saman [Thu, 14 May 2009 11:06:29 +0000 (13:06 +0200)]
activex: remove libvlc_video_set_size() and libvlc_video_set_parent

Activex plugin now builds again for windows. Commits: f1582740f8c3b7647e7391ccf7f476ce26846c5f and 03b85ce331b532799827bea23dbe3237f5818733 broke building of the plugin on windows.

15 years agommsh: cleanup
Jean-Paul Saman [Tue, 12 May 2009 15:02:38 +0000 (17:02 +0200)]
mmsh: cleanup

15 years agommstu: fix memleak
Jean-Paul Saman [Tue, 12 May 2009 14:55:26 +0000 (16:55 +0200)]
mmstu: fix memleak