]> git.sesse.net Git - vlc/log
vlc
18 years agoUnused header inclusion syndrome
Rémi Denis-Courmont [Thu, 2 Mar 2006 13:35:43 +0000 (13:35 +0000)]
Unused header inclusion syndrome

18 years agodist vlc_url.h
Rémi Denis-Courmont [Thu, 2 Mar 2006 13:02:37 +0000 (13:02 +0000)]
dist vlc_url.h

18 years ago* forgot that one in [14565]
Felix Paul Kühne [Thu, 2 Mar 2006 12:15:25 +0000 (12:15 +0000)]
* forgot that one in [14565]

18 years ago* MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't...
Felix Paul Kühne [Thu, 2 Mar 2006 12:14:52 +0000 (12:14 +0000)]
* MainMenu.nib, playlist.m: use NSSearchField instead of NSTextField, so we don't need to replace it manually anymore. This breaks the 10.2-compatibility. (refs #189)

* update.m: use mtime() instead of NSCalenderDate for the time-stamp

* sfilters.m: fixed 2 compilation warnings (corrected UTF8String to char casting)

18 years agolibtool:
Rémi Denis-Courmont [Thu, 2 Mar 2006 07:52:53 +0000 (07:52 +0000)]
libtool:
 - Don't link builtins against anything (dependencies are linked in libvlc)
 - Don't mangle name of underlying libraries

18 years ago* don't store the temp release note in the user's Caches-folder, but in /tmp. Renamed...
Felix Paul Kühne [Wed, 1 Mar 2006 22:21:36 +0000 (22:21 +0000)]
* don't store the temp release note in the user's Caches-folder, but in /tmp. Renamed it to vlc_releasenote_%@.tmp, whereas %@ is a timestamp (%m-%d-%y--%I.%M.%S.%F)
* cleanup of the source

18 years agoAdd/Change x264 options. Patch by Dennis van Amerongen
Antoine Cellerier [Wed, 1 Mar 2006 22:00:37 +0000 (22:00 +0000)]
Add/Change x264 options. Patch by Dennis van Amerongen

18 years agoAdd/Change x264 options. Patch by Dennis van Amerongen
Antoine Cellerier [Wed, 1 Mar 2006 21:58:15 +0000 (21:58 +0000)]
Add/Change x264 options. Patch by Dennis van Amerongen

Original email was

"Subject: [vlc-devel] Additional x264 options/unification

Patch for unification and addition of several x264 options (using x264
commandline interface as reference):

8x8dct, asm, bime, chroma-me, chroma-qp-offset, cplxblur, direct,
ipratio, nr, pbratio, qblur, qcomp, qpstep, verbose. Changed (no-)psnr,
(no-)b-adapt, (no-)fast-pskip to similar usage as (no-)cabac. Deprecated
options in favor of x264 cli equivalents (subpel -> subme, frameref ->
ref, etc.) for unification.

Improved order of adding partitions in analyse modes as suggested by
Pengvado (#x264): i4x4,p8x8,i8x8+8x8dct,b8x8,p4x4 (at low bitrate i8x8
would be more important than i4x4 though). Using i8x8 results in a "High
Profile" setting (not all decoders seem to support that). i8x8 requires
8x8dct which is now a seperate option (default disabled)."

18 years agoWarning Explicit Kludge
Christophe Mutricy [Wed, 1 Mar 2006 21:41:11 +0000 (21:41 +0000)]
Warning Explicit Kludge

18 years ago* removed unused, useless variable
Felix Paul Kühne [Wed, 1 Mar 2006 21:08:17 +0000 (21:08 +0000)]
* removed unused, useless variable

18 years ago* download the updated versions through VLC and not through your default browser
Felix Paul Kühne [Wed, 1 Mar 2006 21:05:47 +0000 (21:05 +0000)]
* download the updated versions through VLC and not through your default browser
* removed a crasher from interaction.m

Note: the progress-window used to show the progress is quite hacky at the moment and will be replaced through a good implementation once the interaction-core is finished.

18 years ago* Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)
Derk-Jan Hartman [Wed, 1 Mar 2006 21:00:49 +0000 (21:00 +0000)]
* Add dvcp and dvpp FOURCCs (the PAl versions of QuickTime DV and DVPro apparently)

18 years ago* more systray related ifndefs for the Darwin platform
Felix Paul Kühne [Wed, 1 Mar 2006 19:56:34 +0000 (19:56 +0000)]
* more systray related ifndefs for the Darwin platform

18 years ago* Darwin compilation fix
Felix Paul Kühne [Wed, 1 Mar 2006 19:11:24 +0000 (19:11 +0000)]
* Darwin compilation fix

18 years ago* fixed some warnings
Felix Paul Kühne [Wed, 1 Mar 2006 17:47:27 +0000 (17:47 +0000)]
* fixed some warnings

18 years ago* Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
Derk-Jan Hartman [Wed, 1 Mar 2006 16:50:08 +0000 (16:50 +0000)]
* Apply --enable-xinerama patch by Diego Petteno <flameeyes at gentoo dot org>
This is not 100% tested, but only compared against similar situations.

18 years ago* trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c...
Derk-Jan Hartman [Wed, 1 Mar 2006 13:36:01 +0000 (13:36 +0000)]
* trackID changes for the VLC rtsp server as suggested by Leonardo ... <leonardo_c at libero dot it>.
  - apparently DSS is casesensitive on trackID.

18 years ago* Update the CDDB version from 0.9.6 to 1.2.1
Derk-Jan Hartman [Wed, 1 Mar 2006 13:23:12 +0000 (13:23 +0000)]
* Update the CDDB version from 0.9.6 to 1.2.1

18 years ago* Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>.
Derk-Jan Hartman [Wed, 1 Mar 2006 13:13:03 +0000 (13:13 +0000)]
* Fixes for CDDB courtesy of Alexander Gall <gall at switch dot ch>.
 - added him to THANKS as well.

18 years agoDon't use connect() when the "bind" address is a multicast group
Rémi Denis-Courmont [Wed, 1 Mar 2006 11:20:10 +0000 (11:20 +0000)]
Don't use connect() when the "bind" address is a multicast group
Bug reported by Alexander Gall

18 years agoTry to fix getaddrinfo et al. detection on Solaris
Rémi Denis-Courmont [Wed, 1 Mar 2006 10:41:47 +0000 (10:41 +0000)]
Try to fix getaddrinfo et al. detection on Solaris

18 years agoLink ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4
Rémi Denis-Courmont [Wed, 1 Mar 2006 10:20:50 +0000 (10:20 +0000)]
Link ipv6 with -lsocket and/or -lnsl whenever we need these for ipv4

18 years agoUse stamp not to recompile and relink version.c when it doesn't have to (closes ...
Rémi Denis-Courmont [Wed, 1 Mar 2006 09:53:39 +0000 (09:53 +0000)]
Use stamp not to recompile and relink version.c when it doesn't have to (closes #554)

18 years agoDon't preparse folders using input_Preprase
Clément Stenac [Tue, 28 Feb 2006 23:23:42 +0000 (23:23 +0000)]
Don't preparse folders using input_Preprase

18 years ago * doc/skins/skins2-howto.xml: fixed a typo
Olivier Teulière [Tue, 28 Feb 2006 19:12:54 +0000 (19:12 +0000)]
 * doc/skins/skins2-howto.xml: fixed a typo

18 years ago* changed the order of offered aspect/crop values so that the most commonly
Marian Durkovic [Tue, 28 Feb 2006 15:46:46 +0000 (15:46 +0000)]
* changed the order of offered aspect/crop values so that the most commonly
used ones are on the top
* added 5:4 aspect/crop ration for high quality PAL TV out (720x576 display
resolution) and 1280x1024 LCD panels

18 years agomake ZoomCallback work with extended GUI or deinterlace (refs #480)
Marian Durkovic [Tue, 28 Feb 2006 15:34:16 +0000 (15:34 +0000)]
make ZoomCallback work with extended GUI or deinterlace (refs #480)

18 years ago* Fix the rtp module to not create broken SDPs. muxed streams are unsupported in...
Derk-Jan Hartman [Tue, 28 Feb 2006 15:31:04 +0000 (15:31 +0000)]
* Fix the rtp module to not create broken SDPs. muxed streams are unsupported in RTSP mode. fixes #452
- commented a few fprintf, and changed some to msg_Dbg where possible.
- fixed a couple of spelling errors.
- this module really needs a big cleanup and merging with the other SDP and RTSP code.

18 years agolibtool: fix make distclean
Rémi Denis-Courmont [Tue, 28 Feb 2006 15:29:42 +0000 (15:29 +0000)]
libtool: fix make distclean

18 years agoWith libtool, compile builtins as lib*_builtin.la to avoid name collision
Rémi Denis-Courmont [Tue, 28 Feb 2006 15:12:37 +0000 (15:12 +0000)]
With libtool, compile builtins as lib*_builtin.la to avoid name collision
with actual system library (seems to fix weird compilation problem with
flac and theora builtins)

18 years agoFail when trying to advertise a stream with an out-of-scope address
Rémi Denis-Courmont [Tue, 28 Feb 2006 14:52:40 +0000 (14:52 +0000)]
Fail when trying to advertise a stream with an out-of-scope address
(avoids spamming the MBONE with incorrect private streams)

18 years agoUse noinst_ rather than libvlc_ for builtins
Rémi Denis-Courmont [Tue, 28 Feb 2006 12:58:37 +0000 (12:58 +0000)]
Use noinst_ rather than libvlc_ for builtins

18 years agoUse VLC stream functions to load vlm configs. Refs #567
Antoine Cellerier [Tue, 28 Feb 2006 12:45:37 +0000 (12:45 +0000)]
Use VLC stream functions to load vlm configs. Refs #567

18 years agoImplement clean with --enable-libtool
Rémi Denis-Courmont [Tue, 28 Feb 2006 12:22:24 +0000 (12:22 +0000)]
Implement clean with --enable-libtool
May fix builtins recompilation (theora, flac...)

18 years agoDon't use p_symbols with libtool
Rémi Denis-Courmont [Tue, 28 Feb 2006 11:45:22 +0000 (11:45 +0000)]
Don't use p_symbols with libtool
(this commit obviously breaks binary compatibility - clear your plugins)

18 years agoFix the work-around for the work-around
Rémi Denis-Courmont [Tue, 28 Feb 2006 09:01:59 +0000 (09:01 +0000)]
Fix the work-around for the work-around

18 years agoRemove debug message
Rémi Denis-Courmont [Tue, 28 Feb 2006 08:55:43 +0000 (08:55 +0000)]
Remove debug message

18 years agomv -> mv -f
Rémi Denis-Courmont [Tue, 28 Feb 2006 08:42:23 +0000 (08:42 +0000)]
mv -> mv -f

18 years agoDist demo.sh
Rémi Denis-Courmont [Tue, 28 Feb 2006 08:39:27 +0000 (08:39 +0000)]
Dist demo.sh

18 years agoMissing quotes
Rémi Denis-Courmont [Tue, 28 Feb 2006 08:37:44 +0000 (08:37 +0000)]
Missing quotes

18 years agoEOL style
Rémi Denis-Courmont [Tue, 28 Feb 2006 08:16:40 +0000 (08:16 +0000)]
EOL style

18 years ago* Use stream_UrlNew for vobsub loading instead of fopen. closes #567
Derk-Jan Hartman [Tue, 28 Feb 2006 02:03:33 +0000 (02:03 +0000)]
* Use stream_UrlNew for vobsub loading instead of fopen. closes #567

18 years ago* demo.sh for Mac OS X VLC command
Derk-Jan Hartman [Tue, 28 Feb 2006 01:28:38 +0000 (01:28 +0000)]
* demo.sh for Mac OS X VLC command

18 years agoAdd OpenGL rotating cube and video wall demos
Antoine Cellerier [Mon, 27 Feb 2006 23:24:39 +0000 (23:24 +0000)]
Add OpenGL rotating cube and video wall demos

18 years agoSmall fixes/changes
Antoine Cellerier [Mon, 27 Feb 2006 23:03:28 +0000 (23:03 +0000)]
Small fixes/changes

18 years agoSmall script that generates huge command lines to be used in demos. Feel free to...
Antoine Cellerier [Mon, 27 Feb 2006 22:47:21 +0000 (22:47 +0000)]
Small script that generates huge command lines to be used in demos. Feel free to add/change stuff.

18 years ago* iconv is already provided on 10.3 and 10.4, so we don't need to install it.
Derk-Jan Hartman [Mon, 27 Feb 2006 21:13:56 +0000 (21:13 +0000)]
* iconv is already provided on 10.3 and 10.4, so we don't need to install it.

18 years agoFix warning on 64 bits systems
Rémi Denis-Courmont [Mon, 27 Feb 2006 21:07:25 +0000 (21:07 +0000)]
Fix warning on 64 bits systems

18 years agoSilly me
Rémi Denis-Courmont [Mon, 27 Feb 2006 21:06:42 +0000 (21:06 +0000)]
Silly me

18 years agoWork-around libtool's work-around which adds .exe on Cygwin
Rémi Denis-Courmont [Mon, 27 Feb 2006 20:59:08 +0000 (20:59 +0000)]
Work-around libtool's work-around which adds .exe on Cygwin

18 years agoCompile fixes
Rémi Denis-Courmont [Mon, 27 Feb 2006 20:48:49 +0000 (20:48 +0000)]
Compile fixes

18 years agoDon't loop infinitely when then is no plugin to install (libtool-only)
Rémi Denis-Courmont [Mon, 27 Feb 2006 20:29:39 +0000 (20:29 +0000)]
Don't loop infinitely when then is no plugin to install (libtool-only)

18 years agodaap.c: Attempt to fix compilation
Rémi Denis-Courmont [Mon, 27 Feb 2006 20:29:03 +0000 (20:29 +0000)]
daap.c: Attempt to fix compilation

18 years agoSeparate socket/resolv stuff (network.h) from url stuff (vlc_url.h)
Rémi Denis-Courmont [Mon, 27 Feb 2006 12:46:42 +0000 (12:46 +0000)]
Separate socket/resolv stuff (network.h) from url stuff (vlc_url.h)

18 years agopo/*: run make update-po.
Christophe Mutricy [Mon, 27 Feb 2006 12:01:58 +0000 (12:01 +0000)]
po/*: run make update-po.

18 years agodistort.c:
Antoine Cellerier [Sun, 26 Feb 2006 21:30:50 +0000 (21:30 +0000)]
distort.c:
* new psychedelic FOSDEM demo filter. enjoy :)
* misc changes

18 years ago* fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates
Felix Paul Kühne [Sun, 26 Feb 2006 16:33:56 +0000 (16:33 +0000)]
* fixed the compilation of gettext&libiconv on Darwin and updated the copyright-dates

18 years agoRename --rtsp-throtle to --rtsp-throtle-users
Jean-Paul Saman [Sun, 26 Feb 2006 15:49:54 +0000 (15:49 +0000)]
Rename --rtsp-throtle to --rtsp-throtle-users

18 years agoPut some dependencies on stamp-builtins to force rebuild when the
Rémi Denis-Courmont [Sun, 26 Feb 2006 15:09:47 +0000 (15:09 +0000)]
Put some dependencies on stamp-builtins to force rebuild when the
tree configuration is modified

18 years agoGet rid of --enable-shared-libvlc on non-Microsoft platforms
Rémi Denis-Courmont [Sun, 26 Feb 2006 14:48:02 +0000 (14:48 +0000)]
Get rid of --enable-shared-libvlc on non-Microsoft platforms
as it did never worked properly, if at all with these
(you should use libtool to build a shared libvlc instead)

18 years agoRemove ref to volume_get
Clément Stenac [Sun, 26 Feb 2006 14:47:06 +0000 (14:47 +0000)]
Remove ref to volume_get

18 years agoDisable intf-switch in the interface (Refs:#564) - Not working correctly, neither...
Clément Stenac [Sun, 26 Feb 2006 14:23:16 +0000 (14:23 +0000)]
Disable intf-switch in the interface (Refs:#564) - Not working correctly, neither on win32 nor GTK

18 years ago* added some news. feel free to improve the wording :)
Felix Paul Kühne [Sun, 26 Feb 2006 14:20:46 +0000 (14:20 +0000)]
* added some news. feel free to improve the wording :)

18 years ago* added a "Go To Specific Position" feature (closes #377)
Felix Paul Kühne [Sun, 26 Feb 2006 12:35:30 +0000 (12:35 +0000)]
* added a "Go To Specific Position" feature (closes #377)
- accessible by double-clicking on the time-counters and through a menu-item in "Playback"
- the class of the time-counters is VLCTimeField now, because we need to fetch the mouseDown-event. There are no further changes compared to NSTextField.

18 years agoCosmetics.
Clément Stenac [Sun, 26 Feb 2006 12:30:22 +0000 (12:30 +0000)]
Cosmetics.
Add toggle_mute

18 years agosvn:ignore libtool stuff
Clément Stenac [Sun, 26 Feb 2006 12:29:40 +0000 (12:29 +0000)]
svn:ignore libtool stuff

18 years agoImplement RTSP VOD connection throtle
Jean-Paul Saman [Sun, 26 Feb 2006 12:18:46 +0000 (12:18 +0000)]
Implement RTSP VOD connection throtle

18 years agoMove vlc.c to . to fix distclean (Automake limitation)
Rémi Denis-Courmont [Sun, 26 Feb 2006 11:59:18 +0000 (11:59 +0000)]
Move vlc.c to . to fix distclean (Automake limitation)

18 years agoRevert [14452] as it broke the mozilla plugin. We need to find another way
Antoine Cellerier [Sat, 25 Feb 2006 21:11:18 +0000 (21:11 +0000)]
Revert [14452] as it broke the mozilla plugin. We need to find another way
to fix that.

18 years agoNice user comment ...
Antoine Cellerier [Sat, 25 Feb 2006 21:08:46 +0000 (21:08 +0000)]
Nice user comment ...

18 years agoAttempt to fix core and all targets with more than one job
Rémi Denis-Courmont [Sat, 25 Feb 2006 20:46:22 +0000 (20:46 +0000)]
Attempt to fix core and all targets with more than one job

18 years ago* retrieve the release notes and display them
Felix Paul Kühne [Sat, 25 Feb 2006 15:50:43 +0000 (15:50 +0000)]
* retrieve the release notes and display them
    - they are temporarily stored in ~/Library/Caches/vlc_releasenote_temp.txt
    - Please shout if this location isn't okay for this purpose.
    - the file is automatically removed after displaying its content.
* show the binary's size in MB instead of bytes

18 years ago* slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in...
Felix Paul Kühne [Sat, 25 Feb 2006 13:45:07 +0000 (13:45 +0000)]
* slightly enlarged the progress_for_downloads-panel-to-be and fixed some bugs in the interaction-framework

18 years agoFix Win32 packaging targets inter-dependencies
Rémi Denis-Courmont [Fri, 24 Feb 2006 22:39:45 +0000 (22:39 +0000)]
Fix Win32 packaging targets inter-dependencies
(otherwise unusable with more than one make job)

18 years agoRemove a bit of noise
Clément Stenac [Fri, 24 Feb 2006 19:11:39 +0000 (19:11 +0000)]
Remove a bit of noise

18 years agoAdd a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by...
Benjamin Pracht [Fri, 24 Feb 2006 15:00:03 +0000 (15:00 +0000)]
Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by liba52)

18 years agoRemove abusive line feeds to fix vlc --help-verbose --advanced -H layout.
Rémi Denis-Courmont [Fri, 24 Feb 2006 13:43:10 +0000 (13:43 +0000)]
Remove abusive line feeds to fix vlc --help-verbose --advanced  -H layout.

18 years agoALL: Don't use character which are different in utf8 and latin*
Christophe Mutricy [Fri, 24 Feb 2006 10:53:29 +0000 (10:53 +0000)]
ALL: Don't use character which are different in utf8 and latin*

18 years agoSimple Hough transform to detect lines in video
Jérome Decoodt [Fri, 24 Feb 2006 09:55:51 +0000 (09:55 +0000)]
Simple Hough transform to detect lines in video
Needs a lot of optimizations...

18 years agoSilly libgpg-error's autogen doesn't call libtoolize
Rémi Denis-Courmont [Fri, 24 Feb 2006 08:28:12 +0000 (08:28 +0000)]
Silly libgpg-error's autogen doesn't call libtoolize

18 years agoFix typo, fix make dist
Rémi Denis-Courmont [Fri, 24 Feb 2006 07:57:54 +0000 (07:57 +0000)]
Fix typo, fix make dist

As for make distclean, I can't think of any solution but moving vlc.c out of
src/ (I know it sucks, but you don't want to rewrite automake, do you?).

18 years agoMake automake happy
Rémi Denis-Courmont [Thu, 23 Feb 2006 22:59:03 +0000 (22:59 +0000)]
Make automake happy

18 years agoSupport for building Mozilla plugin with libtool + clean up
Rémi Denis-Courmont [Thu, 23 Feb 2006 22:49:56 +0000 (22:49 +0000)]
Support for building Mozilla plugin with libtool + clean up

18 years agoClean up
Rémi Denis-Courmont [Thu, 23 Feb 2006 22:08:24 +0000 (22:08 +0000)]
Clean up

18 years agosvn:ignore
Rémi Denis-Courmont [Thu, 23 Feb 2006 21:47:10 +0000 (21:47 +0000)]
svn:ignore

18 years agoDon't build old-style when libtool is enabled
Rémi Denis-Courmont [Thu, 23 Feb 2006 21:41:05 +0000 (21:41 +0000)]
Don't build old-style when libtool is enabled

18 years agoshame on me ... *cough* *cough*
Antoine Cellerier [Thu, 23 Feb 2006 20:31:24 +0000 (20:31 +0000)]
shame on me ... *cough* *cough*

18 years agoBitrates only
Clément Stenac [Thu, 23 Feb 2006 20:20:31 +0000 (20:20 +0000)]
Bitrates only

18 years agoDisplay bitrates in kbps
Clément Stenac [Thu, 23 Feb 2006 20:18:16 +0000 (20:18 +0000)]
Display bitrates in kbps

18 years ago_Experimental_ *optional* libtool support (--enable-libtool)
Rémi Denis-Courmont [Thu, 23 Feb 2006 19:41:36 +0000 (19:41 +0000)]
_Experimental_ *optional* libtool support (--enable-libtool)

Should work fine (ie. better than --enable-shared-libvlc) on Linux,
should work on Mac OS X (except for packaging), while shared libvlc doesn't.

Won't work on Win32 with the current Win32 contrib. Stick to static libvlc or
use --enable-shared-libvlc for now.

18 years agoLinking order fix
Rémi Denis-Courmont [Thu, 23 Feb 2006 19:38:14 +0000 (19:38 +0000)]
Linking order fix

18 years agoRecurse within hidden directories for module search
Rémi Denis-Courmont [Thu, 23 Feb 2006 19:37:58 +0000 (19:37 +0000)]
Recurse within hidden directories for module search

18 years agoadded missing $Id$
Filippo Carone [Thu, 23 Feb 2006 19:17:31 +0000 (19:17 +0000)]
added missing $Id$

18 years agoHeader modified to include libvlc audio control functions
Filippo Carone [Thu, 23 Feb 2006 18:03:20 +0000 (18:03 +0000)]
Header modified to include libvlc audio control functions

18 years agoLibVLC basic audio control API
Filippo Carone [Thu, 23 Feb 2006 17:32:49 +0000 (17:32 +0000)]
LibVLC basic audio control API

18 years agomediacontrol-python/vlcglue.c: transmit the snapshot->date field to python
Olivier Aubert [Thu, 23 Feb 2006 17:02:03 +0000 (17:02 +0000)]
mediacontrol-python/vlcglue.c: transmit the snapshot->date field to python

18 years agosrc/vout_intf.c: move the snapshot-path == object:object-id codepath
Olivier Aubert [Thu, 23 Feb 2006 16:44:09 +0000 (16:44 +0000)]
src/vout_intf.c: move the snapshot-path == object:object-id codepath
to the start of the function, to avoid unnecessary overhead of path checks.

18 years agomediacontrol_audio_video.c: release vout in mediacontrol_snapshot()
Olivier Aubert [Thu, 23 Feb 2006 16:21:56 +0000 (16:21 +0000)]
mediacontrol_audio_video.c: release vout in mediacontrol_snapshot()

18 years ago* make more contribs work with SDK. refs #182
Derk-Jan Hartman [Thu, 23 Feb 2006 11:57:38 +0000 (11:57 +0000)]
* make more contribs work with SDK. refs #182

18 years agoSame fix for activeX
Rémi Denis-Courmont [Thu, 23 Feb 2006 10:43:39 +0000 (10:43 +0000)]
Same fix for activeX