]> git.sesse.net Git - vlc/log
vlc
16 years agoFix for [oCERT-2008-004] multiple speex implementations insufficient boundary checks...
Jean-Baptiste Kempf [Thu, 17 Apr 2008 18:19:35 +0000 (11:19 -0700)]
Fix for [oCERT-2008-004] multiple speex implementations insufficient boundary checks. Patch by Eren Türkay

16 years agoi_fd is not applicable for Alsa so don't try and close it if one of the Alsa routines...
Richard Hosking [Thu, 17 Apr 2008 15:33:14 +0000 (16:33 +0100)]
i_fd is not applicable for Alsa so don't try and close it if one of the Alsa routines fail.

16 years agoFix RTSP client receiving on standard RTSP port 554.
Jean-Paul Saman [Thu, 17 Apr 2008 12:35:12 +0000 (14:35 +0200)]
Fix RTSP client receiving on standard RTSP port 554.

16 years agoForgotten in previous commit.
Pierre d'Herbemont [Thu, 17 Apr 2008 09:55:00 +0000 (11:55 +0200)]
Forgotten in previous commit.

16 years agoMakefile.am: Yet an other package-macosx-zip fix.
Pierre d'Herbemont [Thu, 17 Apr 2008 09:47:09 +0000 (11:47 +0200)]
Makefile.am: Yet an other package-macosx-zip fix.

16 years agofixed misc/stats.c:399: warning: comparison between signed and unsigned in function...
Michael Ploujnikov [Thu, 17 Apr 2008 01:21:33 +0000 (21:21 -0400)]
fixed misc/stats.c:399: warning: comparison between signed and unsigned in function '__stats_TimerClean'

Based on usage of i_id, other stats_* functions and my opinion i_id should be unsigned int instead of int, but I might be missing the bigger picture related to changing public APIs. Please, let me know how to correctly deal with such warnings.

16 years agoFix package-macosx*-zip tabs.
Pierre d'Herbemont [Thu, 17 Apr 2008 00:40:06 +0000 (02:40 +0200)]
Fix package-macosx*-zip tabs.

16 years agoAdd package-macosx-zip and package-macosx-framework-zip Makefile target.
Pierre d'Herbemont [Wed, 16 Apr 2008 23:45:04 +0000 (01:45 +0200)]
Add package-macosx-zip and package-macosx-framework-zip Makefile target.

16 years agoFix metadata reading
Rafaël Carré [Wed, 16 Apr 2008 23:15:57 +0000 (01:15 +0200)]
Fix metadata reading

Caution: other pieces of code may have been randomly deleted in
920692ff5d2d6b001e0f6ac7bda1978c9f7abd1f

16 years agomedia_discoverer: Typo fix. Don't add the media twice.
Pierre d'Herbemont [Wed, 16 Apr 2008 22:37:02 +0000 (00:37 +0200)]
media_discoverer: Typo fix. Don't add the media twice.

16 years agoRemove unused i_enabled member from the playlist struct
Rafaël Carré [Wed, 16 Apr 2008 22:31:17 +0000 (00:31 +0200)]
Remove unused i_enabled member from the playlist struct

16 years agoMissing header (was included by ncurses.h in previous releases)
Rafaël Carré [Wed, 16 Apr 2008 22:25:14 +0000 (00:25 +0200)]
Missing header (was included by ncurses.h in previous releases)

16 years agoDo not put a private function in a public header
Rafaël Carré [Wed, 16 Apr 2008 22:23:24 +0000 (00:23 +0200)]
Do not put a private function in a public header

16 years agoMirror yasm on ganesh
Felix Paul Kühne [Wed, 16 Apr 2008 22:18:51 +0000 (00:18 +0200)]
Mirror yasm on ganesh

16 years agoDo not leak
Rafaël Carré [Wed, 16 Apr 2008 21:29:06 +0000 (23:29 +0200)]
Do not leak

16 years agoFix for the LAMERS that don't haev Qt4.4
Jean-Baptiste Kempf [Wed, 16 Apr 2008 15:44:59 +0000 (08:44 -0700)]
Fix for the LAMERS that don't haev Qt4.4

16 years agomodules: Make sure DupModule() work as expected. (Pointed by courmisch).
Pierre d'Herbemont [Wed, 16 Apr 2008 15:19:46 +0000 (17:19 +0200)]
modules: Make sure DupModule() work as expected. (Pointed by courmisch).

16 years agoWe also want to enable PIC, if we are able to build it. *coughcough*
Felix Paul Kühne [Wed, 16 Apr 2008 15:02:19 +0000 (17:02 +0200)]
We also want to enable PIC, if we are able to build it. *coughcough*

16 years agoProperly initialize psz_name in PrintObject(). Fixes a warning: "Conditional jump...
Jean-Paul Saman [Wed, 16 Apr 2008 12:42:45 +0000 (14:42 +0200)]
Properly initialize psz_name in PrintObject(). Fixes a warning: "Conditional jump or move depends on uninitialised values"

16 years agoWhen demuxing with ffmpeg, set the VLC block I frame flag when it is marked as such...
Antoine Cellerier [Wed, 16 Apr 2008 12:47:43 +0000 (14:47 +0200)]
When demuxing with ffmpeg, set the VLC block I frame flag when it is marked as such by lavf. This fixes flv restreaming without transcoding.

16 years agomodules: Fix const char * usage and memory management.
Pierre d'Herbemont [Wed, 16 Apr 2008 12:32:15 +0000 (14:32 +0200)]
modules: Fix const char * usage and memory management.

16 years agoUpdate yasm to 0.7.0. This fixes the compilation of x264's latest code with PIC on...
Felix Paul Kühne [Wed, 16 Apr 2008 12:29:33 +0000 (14:29 +0200)]
Update yasm to 0.7.0. This fixes the compilation of x264's latest code with PIC on Darwin.

16 years agomodules: Don't cast a const to silent a warning on free().
Pierre d'Herbemont [Wed, 16 Apr 2008 12:21:19 +0000 (14:21 +0200)]
modules: Don't cast a const to silent a warning on free().

16 years agoobjects: Also dump leaked objects.
Pierre d'Herbemont [Wed, 16 Apr 2008 11:58:21 +0000 (13:58 +0200)]
objects: Also dump leaked objects.

16 years agoProperly free hal ctx when finished with it.
Jean-Paul Saman [Wed, 16 Apr 2008 11:48:05 +0000 (13:48 +0200)]
Properly free hal ctx when finished with it.

16 years agoobjects: Dump libvlc object when aborting because of leaks.
Pierre d'Herbemont [Wed, 16 Apr 2008 11:56:23 +0000 (13:56 +0200)]
objects: Dump libvlc object when aborting because of leaks.

16 years agoUse which to find utilities - calling them may return an error
Rafaël Carré [Wed, 16 Apr 2008 11:03:04 +0000 (13:03 +0200)]
Use which to find utilities - calling them may return an error

16 years agoTabstops and buddies in UI.
Jean-Baptiste Kempf [Wed, 16 Apr 2008 08:22:39 +0000 (01:22 -0700)]
Tabstops and buddies in UI.

16 years agoCode factorization.
Jean-Baptiste Kempf [Wed, 16 Apr 2008 08:05:24 +0000 (01:05 -0700)]
Code factorization.

16 years agoSimple Preferences - Audio: Don't build widget not useful for your platform instead...
Jean-Baptiste Kempf [Wed, 16 Apr 2008 07:58:41 +0000 (00:58 -0700)]
Simple Preferences - Audio: Don't build widget not useful for your platform instead of hiding them. Will remove some weirdness on windows for resizing.

16 years agoUI buddies and tab stop for audio prefs.
Jean-Baptiste Kempf [Wed, 16 Apr 2008 06:28:23 +0000 (23:28 -0700)]
UI buddies and tab stop for audio prefs.

16 years agoEsthetic modification for Oxygen-like theme.
Jean-Baptiste Kempf [Wed, 16 Apr 2008 06:23:50 +0000 (23:23 -0700)]
Esthetic modification for Oxygen-like theme.

16 years agoSmall menu fix.
Jean-Baptiste Kempf [Wed, 16 Apr 2008 06:18:46 +0000 (23:18 -0700)]
Small menu fix.

16 years agoAdd the missing modules in modules/LIST.
Rémi Duraffort [Tue, 15 Apr 2008 22:12:00 +0000 (00:12 +0200)]
Add the missing modules in modules/LIST.
If you wan a better decription of each module in this file please add it.

16 years agoFix the update in wxwidgets.
Rémi Duraffort [Tue, 15 Apr 2008 22:01:42 +0000 (00:01 +0200)]
Fix the update in wxwidgets.

16 years agoconfigure: Enable read_only_reloc for x264.
Pierre d'Herbemont [Tue, 15 Apr 2008 21:24:07 +0000 (23:24 +0200)]
configure: Enable read_only_reloc for x264.

16 years agotests: Fix libvlc.sym.
Pierre d'Herbemont [Tue, 15 Apr 2008 21:22:35 +0000 (23:22 +0200)]
tests: Fix libvlc.sym.

16 years agomacosx: Use mv and chmod instead of install which doesn't work out-of-the-box here.
Pierre d'Herbemont [Tue, 15 Apr 2008 20:58:02 +0000 (22:58 +0200)]
macosx: Use mv and chmod instead of install which doesn't work out-of-the-box here.

16 years agomacosx: As pointed by funman, remove a duplicate case.
Pierre d'Herbemont [Tue, 15 Apr 2008 20:50:41 +0000 (22:50 +0200)]
macosx: As pointed by funman, remove a duplicate case.

16 years agomacosx: Use $suffix in Pre-Compile.sh, and install as requested by funman.
Pierre d'Herbemont [Tue, 15 Apr 2008 20:43:39 +0000 (22:43 +0200)]
macosx: Use $suffix in Pre-Compile.sh, and install as requested by funman.

16 years agoDo not try to use cmake 2.4
Rafaël Carré [Tue, 15 Apr 2008 20:38:58 +0000 (22:38 +0200)]
Do not try to use cmake 2.4

16 years agomacosx: Fix VLC-release.app library links.
VideoLAN [Tue, 15 Apr 2008 20:25:48 +0000 (22:25 +0200)]
macosx: Fix VLC-release.app library links.

16 years agoFix MacOSX update checking - inverted behavior
Rafaël Carré [Tue, 15 Apr 2008 19:41:37 +0000 (21:41 +0200)]
Fix MacOSX update checking - inverted behavior

The problem came from my misreading of the API
This commit also fix potential misunderstanding by simplifying it further

16 years agoMake update dialog empty - only display "Checking"
Rafaël Carré [Tue, 15 Apr 2008 19:40:34 +0000 (21:40 +0200)]
Make update dialog empty - only display "Checking"

16 years agomodule: Set up a timer for moduleNeed().
Pierre d'Herbemont [Tue, 15 Apr 2008 17:31:28 +0000 (19:31 +0200)]
module: Set up a timer for moduleNeed().

16 years agoinput: Set a timer for input launching.
Pierre d'Herbemont [Tue, 15 Apr 2008 17:30:29 +0000 (19:30 +0200)]
input: Set a timer for input launching.

16 years agostats: Support per object timer. (and implement stats_TimerClean()).
Pierre d'Herbemont [Tue, 15 Apr 2008 17:29:31 +0000 (19:29 +0200)]
stats: Support per object timer. (and implement stats_TimerClean()).

16 years agoRevert "Bump libgnutls - Note that 2.3.4 was available when last bumped"
Rafaël Carré [Tue, 15 Apr 2008 17:30:15 +0000 (19:30 +0200)]
Revert "Bump libgnutls - Note that 2.3.4 was available when last bumped"

2.3.4 is the unstable branch, as not indicated on the download page
This reverts commit cbac72de347275055d04968a32cd5e338696c424.

16 years agoBump libgnutls - Note that 2.3.4 was available when last bumped
Rafaël Carré [Tue, 15 Apr 2008 17:14:09 +0000 (19:14 +0200)]
Bump libgnutls - Note that 2.3.4 was available when last bumped

Fix compilation with external opencdk

16 years agoSupport for ML20 (mimic codec) for MSN webcams.
Jean-Baptiste Kempf [Tue, 15 Apr 2008 17:04:44 +0000 (10:04 -0700)]
Support for ML20 (mimic codec) for MSN webcams.

16 years agoAvoid segfaulting if live555 error is neither a HTTP or RTSP error
Jérôme Decoodt [Tue, 15 Apr 2008 09:50:22 +0000 (11:50 +0200)]
Avoid segfaulting if live555 error is neither a HTTP or RTSP error
Avoid an infinite loop for this case too (only 3 tries to connect, then abort)

16 years agoFix parsing of plugin-path with escaping chars...
Jérôme Decoodt [Mon, 14 Apr 2008 16:32:53 +0000 (18:32 +0200)]
Fix parsing of plugin-path with escaping chars...

16 years agoSets the output channel configuration when opening the decoder
Rafaël Carré [Mon, 14 Apr 2008 14:13:21 +0000 (16:13 +0200)]
Sets the output channel configuration when opening the decoder

Signed-off-by: Meuuh the cow
16 years agoMerge branch 'master' of git@git.videolan.org:vlc
Jean-Paul Saman [Mon, 14 Apr 2008 13:44:31 +0000 (15:44 +0200)]
Merge branch 'master' of git@git.videolan.org:vlc

16 years agoupdate module LIST file.
Jean-Paul Saman [Mon, 14 Apr 2008 13:42:11 +0000 (15:42 +0200)]
update module LIST file.

16 years agoFix plugins/modules path list on Win32
Jérôme Decoodt [Mon, 14 Apr 2008 12:25:52 +0000 (14:25 +0200)]
Fix plugins/modules path list on Win32

16 years agoPut filter count to zero after releasing all audio filters.
Jean-Paul Saman [Mon, 14 Apr 2008 12:17:17 +0000 (14:17 +0200)]
Put filter count to zero after releasing all audio filters.

16 years agoinput: Split Init() into multiple subfunctions to try to isolate the different part...
Pierre d'Herbemont [Mon, 14 Apr 2008 10:32:44 +0000 (12:32 +0200)]
input: Split Init() into multiple subfunctions to try to isolate the different part of the function.

16 years agoaccess: Rename access2 to access as access is no longer existing.
Pierre d'Herbemont [Sun, 13 Apr 2008 22:21:18 +0000 (00:21 +0200)]
access: Rename access2 to access as access is no longer existing.

16 years agodemux: Rename demux2 to demux as demux is no longer existing.
Pierre d'Herbemont [Sun, 13 Apr 2008 22:20:09 +0000 (00:20 +0200)]
demux: Rename demux2 to demux as demux is no longer existing.

16 years agoinclude: Remove vlc_bool_t, VLC_TRUE, and VLC_FALSE definitions.
Pierre d'Herbemont [Sun, 13 Apr 2008 22:09:44 +0000 (00:09 +0200)]
include: Remove vlc_bool_t, VLC_TRUE, and VLC_FALSE definitions.

16 years agoReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.
Pierre d'Herbemont [Sun, 13 Apr 2008 22:08:29 +0000 (00:08 +0200)]
Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false.

This improves readability a lot and prevent us from reinventing the wheel.

16 years agohmm, removing git remainings. Sorry about this
Felix Paul Kühne [Sun, 13 Apr 2008 18:16:43 +0000 (20:16 +0200)]
hmm, removing git remainings. Sorry about this

16 years agoRemoved nasm in favour of yasm for Darwin-x86. Note that yasm isn't build on PowerPC...
Felix Paul Kühne [Sun, 13 Apr 2008 18:12:03 +0000 (20:12 +0200)]
Removed nasm in favour of yasm for Darwin-x86. Note that yasm isn't build on PowerPC-based Macs because it's not needed.

16 years agoRemoved nasm from the contribs and changed the build behaviour for yasm: it's only...
Felix Paul Kühne [Sun, 13 Apr 2008 18:05:01 +0000 (20:05 +0200)]
Removed nasm from the contribs and changed the build behaviour for yasm: it's only compiled on Intel-based Macs as PPC-based Macs don't need it.

16 years agoFix win32 taglib linking
Christophe Mutricy [Sun, 13 Apr 2008 17:48:34 +0000 (18:48 +0100)]
Fix win32 taglib linking

Don't use the export things in taglib as we don't need it and it's buggy

16 years agoContrib: introduce yasm to build x264 on darwin.
Pavlov Konstantin [Sun, 13 Apr 2008 17:35:40 +0000 (21:35 +0400)]
Contrib: introduce yasm to build x264 on darwin.
Also fix Distributions gitignore.

16 years agoFix typo.
Pavlov Konstantin [Sun, 13 Apr 2008 17:25:31 +0000 (21:25 +0400)]
Fix typo.

16 years agoMove ppsz_input_state[] to modules/control/rc.c because it is the only user of this...
Jean-Paul Saman [Sun, 13 Apr 2008 14:52:34 +0000 (16:52 +0200)]
Move ppsz_input_state[] to modules/control/rc.c because it is the only user of this variable. This silences a lot of warning messages.

16 years agoDon't build dynamicoverlay for Win32 (either using mingw32 or mingwce).
Jean-Paul Saman [Sun, 13 Apr 2008 14:38:06 +0000 (16:38 +0200)]
Don't build dynamicoverlay for Win32 (either using mingw32 or mingwce).

16 years agoDon't compile dynamicoverlay when there is no POSIX shared memory support on the...
Jean-Paul Saman [Sun, 13 Apr 2008 14:31:15 +0000 (16:31 +0200)]
Don't compile dynamicoverlay when there is no POSIX shared memory support on the system. Use VLC_UNUSED() iso (void)().

16 years agoRename LoadImage() to blendbench_LoadImage() because of naming conflicts with Windows...
Jean-Paul Saman [Sun, 13 Apr 2008 14:09:24 +0000 (16:09 +0200)]
Rename LoadImage() to blendbench_LoadImage() because of naming conflicts with Windows API and small cleanup/malloc checks.

16 years agoMake comment a bit more descriptive.
Jean-Paul Saman [Sun, 13 Apr 2008 13:41:05 +0000 (15:41 +0200)]
Make comment a bit more descriptive.

16 years agoaccess.c: Fix a warning "In function 'Close':WARNING : access.c: 280: unused variable...
Ibraheem Paredath [Sun, 13 Apr 2008 07:55:46 +0000 (13:25 +0530)]
access.c: Fix a warning "In function 'Close':WARNING : access.c: 280: unused variable 'i'".

Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
16 years agoUse the correct access
Rafaël Carré [Sun, 13 Apr 2008 13:54:51 +0000 (15:54 +0200)]
Use the correct access

16 years agoNo need to define 2 times the same thing
Rafaël Carré [Sun, 13 Apr 2008 13:19:29 +0000 (15:19 +0200)]
No need to define 2 times the same thing

16 years agocontribs : propose to build whole contribs with -DNDEBUG to disable
Rafaël Carré [Sun, 13 Apr 2008 13:14:58 +0000 (15:14 +0200)]
contribs : propose to build whole contribs with -DNDEBUG to disable
assertions in release builds

16 years agoAdd Michael Ploujnikov to THANKS.
Rémi Duraffort [Sun, 13 Apr 2008 08:12:08 +0000 (10:12 +0200)]
Add Michael Ploujnikov to THANKS.

16 years agoimproved QT4 strings
Michael Ploujnikov [Sun, 13 Apr 2008 04:14:27 +0000 (00:14 -0400)]
improved QT4 strings

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
16 years agoremove interface override annotations
Filippo Carone [Sat, 12 Apr 2008 22:09:28 +0000 (00:09 +0200)]
remove interface override annotations

16 years agoFix libmodplug patch
Christophe Mutricy [Sat, 12 Apr 2008 21:59:55 +0000 (22:59 +0100)]
Fix libmodplug patch

When we don't build some code we need to remove all the place where it's
called else bad things happen at link time

16 years agowxwidgets: Comments cleanup for previous commit.
Pierre d'Herbemont [Sat, 12 Apr 2008 18:05:29 +0000 (20:05 +0200)]
wxwidgets: Comments cleanup for previous commit.

16 years agowxwidgets: Replace Volume Bar's wxGauge subclass by a wxSlider.
Dominique Leuenberger [Sun, 6 Apr 2008 17:59:24 +0000 (20:59 +0300)]
wxwidgets: Replace Volume Bar's wxGauge subclass by a wxSlider.

This ensure compatibility with wxGTK 2.8. The idea is to replace VLCVolCtrl with standard controls.

Signed-off-by: Pierre d'Herbemont <pdherbemont@videolan.org>
16 years agoContrib: x264: temporarily disable pic for Intel OSX.
Pavlov Konstantin [Sat, 12 Apr 2008 15:09:35 +0000 (19:09 +0400)]
Contrib: x264: temporarily disable pic for Intel OSX.
Must be reverted once x264 is fixed.

16 years agomacosx: Fix some input_item_t leaks.
Pierre d'Herbemont [Fri, 11 Apr 2008 23:23:52 +0000 (01:23 +0200)]
macosx: Fix some input_item_t leaks.

16 years agoUpdate pot file
Christophe Mutricy [Fri, 11 Apr 2008 22:58:57 +0000 (23:58 +0100)]
Update pot file

Some files have moved (and some were added)

16 years agoGetting the sample is not a check in itself
Christophe Mutricy [Fri, 11 Apr 2008 21:36:53 +0000 (22:36 +0100)]
Getting the sample is not a check in itself

16 years agoJust an other fortune...
Rémi Duraffort [Fri, 11 Apr 2008 21:25:00 +0000 (23:25 +0200)]
Just an other fortune...

16 years agosmall rebert for i_length, enables to get meta itags from mp4 again.
Ilkka Ollakka [Fri, 11 Apr 2008 20:57:57 +0000 (23:57 +0300)]
small rebert for i_length, enables to get meta itags from mp4 again.

I bisected this unable to get meta from mp4-file to this
8632e67b53ba6aefa42d080668eaa13dcfe42cf1 commit and this particular line.

16 years agofix maven site url, thanks Adrien Grand for pointing this out
Filippo Carone [Fri, 11 Apr 2008 18:19:40 +0000 (20:19 +0200)]
fix maven site url, thanks Adrien Grand for pointing this out

16 years agotest: Get rid of the sleep() that crept in our test code.
Pierre d'Herbemont [Fri, 11 Apr 2008 17:11:52 +0000 (19:11 +0200)]
test: Get rid of the sleep() that crept in our test code.

16 years agotest: Use --ignore-config by default for all tests.
Pierre d'Herbemont [Fri, 11 Apr 2008 17:03:22 +0000 (19:03 +0200)]
test: Use --ignore-config by default for all tests.

16 years agotest: Fix a typo in Makefile. dirname was to be used, not basename.
Pierre d'Herbemont [Fri, 11 Apr 2008 17:00:03 +0000 (19:00 +0200)]
test: Fix a typo in Makefile. dirname was to be used, not basename.

16 years agosrc: Fix an unused var warning plus an invalid conversion warning in libvlc-common.c.
Pierre d'Herbemont [Fri, 11 Apr 2008 16:57:51 +0000 (18:57 +0200)]
src: Fix an unused var warning plus an invalid conversion warning in libvlc-common.c.

16 years agotest: Move testapi.c to /test and use a sample file that is not ogg for basic testing.
Pierre d'Herbemont [Wed, 9 Apr 2008 09:45:35 +0000 (11:45 +0200)]
test: Move testapi.c to /test and use a sample file that is not ogg for basic testing.

This sample is downloaded from streams.videolan.org. Feel free to find a better suited codec/demux combination.
libvlc test are now splitted a bit.
Tests that are specific to core and that don't need vlc's modules are kept in src/test.

16 years agoFiles belonging to patch from, thannoy: Allow future control toolbar to be hidden...
Jean-Paul Saman [Fri, 11 Apr 2008 14:56:37 +0000 (16:56 +0200)]
Files belonging to patch from, thannoy: Allow future control toolbar to be hidden (default) or shown.

16 years agoAllow future control toolbar to be hidden (default) or shown.
thannoy@actech-innovation.com [Thu, 27 Mar 2008 15:43:51 +0000 (16:43 +0100)]
Allow future control toolbar to be hidden (default) or shown.

 Even if no control toolbar is implemented for ActiveX yet, we already
 provide the code to enable/disable it for compatibility with Firefox
 API behaviour.
 The getter used to know if toolbar is shown will always return FALSE
 until a toolbar is implemented. (getter which will be available soon
 for Firefox)

To use it:
- ActiveX global property named "toolbar":
   For HTML : <param name="toolbar" value="True" />

- API on IVLCControl2 interface, property "toolbar" (RW):
   For Javascript : yourvlcobject.toolbar = false;
                    isToolBarShown = yourvlcobject.toolbar;

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agoAdd Toolbar DISPID to activex axvlc.idl
Jean-Paul Saman [Fri, 11 Apr 2008 14:46:00 +0000 (16:46 +0200)]
Add Toolbar DISPID to activex axvlc.idl

16 years agoFix IVLCVideo.teletext binding
thannoy@actech-innovation.com [Thu, 27 Mar 2008 15:43:50 +0000 (16:43 +0100)]
Fix IVLCVideo.teletext binding

Signed-off-by: Jean-Paul Saman <jpsaman@videolan.org>
16 years agotest: Remove python umbrella.
Pierre d'Herbemont [Fri, 11 Apr 2008 15:01:29 +0000 (17:01 +0200)]
test: Remove python umbrella.