]> git.sesse.net Git - vlc/log
vlc
13 years agokoreus: use avformat demuxer.
Rémi Duraffort [Tue, 27 Jul 2010 21:04:44 +0000 (23:04 +0200)]
koreus: use avformat demuxer.

13 years agofreetype: simplify HTML rendering with the new XML API
Rémi Denis-Courmont [Tue, 27 Jul 2010 20:02:05 +0000 (23:02 +0300)]
freetype: simplify HTML rendering with the new XML API

13 years agoImprove xml_ReaderReset()
Rémi Denis-Courmont [Tue, 27 Jul 2010 20:01:35 +0000 (23:01 +0300)]
Improve xml_ReaderReset()

13 years agoXML: simplify demuxers
Rémi Denis-Courmont [Tue, 27 Jul 2010 19:36:03 +0000 (22:36 +0300)]
XML: simplify demuxers

13 years agoadd xml_ReaderReset()
Rémi Denis-Courmont [Tue, 27 Jul 2010 18:48:56 +0000 (21:48 +0300)]
add xml_ReaderReset()

13 years agoAdd module_start() and module_stop()
Rémi Denis-Courmont [Tue, 27 Jul 2010 18:33:06 +0000 (21:33 +0300)]
Add module_start() and module_stop()

This can be used to restart a plugin without going through the whole
module_need(). This only makes sense if you are sure that the plugin
will accept the object parameters. In other words, do not change any
object parameter that could influence the plugin probing decision.

13 years agoXML reader: use VLC object and plugin infrastructures
Rémi Denis-Courmont [Tue, 27 Jul 2010 16:43:32 +0000 (19:43 +0300)]
XML reader: use VLC object and plugin infrastructures

13 years agoxml_ReaderDelete: remove useless parameter
Rémi Denis-Courmont [Tue, 27 Jul 2010 18:05:36 +0000 (21:05 +0300)]
xml_ReaderDelete: remove useless parameter

13 years agoDo not include vlc_modules.h in vlc_common.h
Rémi Denis-Courmont [Tue, 27 Jul 2010 19:11:58 +0000 (22:11 +0300)]
Do not include vlc_modules.h in vlc_common.h

13 years agoavcodec: encoder: Don't assume a maximum BPP of 24
Hugo Beauzée-Luyssen [Mon, 26 Jul 2010 22:08:28 +0000 (00:08 +0200)]
avcodec: encoder: Don't assume a maximum BPP of 24

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoContrib: don't enable libxml2 for fontconfig in win32
Ilkka Ollakka [Tue, 27 Jul 2010 11:23:58 +0000 (14:23 +0300)]
Contrib: don't enable libxml2 for fontconfig in win32

13 years agoqt4_vlm: fix #3938 (options must be removed from the input)
Rémi Duraffort [Mon, 26 Jul 2010 20:16:15 +0000 (22:16 +0200)]
qt4_vlm: fix #3938 (options must be removed from the input)

13 years agoRevert "qt4_vlm: remove double call to VLMWrapper::Edit* functions (already called...
Rémi Duraffort [Mon, 26 Jul 2010 19:53:34 +0000 (21:53 +0200)]
Revert "qt4_vlm: remove double call to VLMWrapper::Edit* functions (already called by the constructor)."

This reverts commit 2e1e9ce57502b4128d8b96ea14732c45cec7f812.

13 years agoFixed broken video with direct3d for some drivers.
Laurent Aimar [Mon, 26 Jul 2010 19:34:22 +0000 (21:34 +0200)]
Fixed broken video with direct3d for some drivers.

13 years agoqt4_vlm: remove double call to VLMWrapper::Edit* functions (already called by the...
Rémi Duraffort [Mon, 26 Jul 2010 18:52:30 +0000 (20:52 +0200)]
qt4_vlm: remove double call to VLMWrapper::Edit* functions (already called by the constructor).

13 years agoFixed timestamps handling in various audio filters.
Laurent Aimar [Mon, 26 Jul 2010 18:29:57 +0000 (20:29 +0200)]
Fixed timestamps handling in various audio filters.

13 years agolua: fix koreus parsing.
Rémi Duraffort [Mon, 26 Jul 2010 16:59:51 +0000 (18:59 +0200)]
lua: fix koreus parsing.

13 years agoMSN: (hopefully) correct non-ASCII characters (fixes #3952)
Rémi Denis-Courmont [Mon, 26 Jul 2010 17:15:34 +0000 (20:15 +0300)]
MSN: (hopefully) correct non-ASCII characters (fixes #3952)

VLC code page is UTF-8, not ANSI.

13 years agoXCB/XVideo: minor simplification
Rémi Denis-Courmont [Sun, 25 Jul 2010 19:55:08 +0000 (22:55 +0300)]
XCB/XVideo: minor simplification

13 years agoFix vlc_about.h generation
Rémi Denis-Courmont [Sun, 25 Jul 2010 19:37:25 +0000 (22:37 +0300)]
Fix vlc_about.h generation

13 years agoReorganize AUTHORS and THANKS
Rémi Denis-Courmont [Sun, 25 Jul 2010 19:12:22 +0000 (22:12 +0300)]
Reorganize AUTHORS and THANKS

Also remove "what" programmers did (impossible to maintain) and
email addresses

13 years agoQt: sprefs_interface add developers hints
Francois Cartegnie [Sun, 25 Jul 2010 17:28:33 +0000 (19:28 +0200)]
Qt: sprefs_interface add developers hints

13 years agoQt: sprefs_interface split playlist option
Francois Cartegnie [Sun, 25 Jul 2010 17:11:27 +0000 (19:11 +0200)]
Qt: sprefs_interface split playlist option

13 years agoQt: layout subtitles prefs
Francois Cartegnie [Sun, 25 Jul 2010 17:00:15 +0000 (19:00 +0200)]
Qt: layout subtitles prefs

13 years agoRemove support for V4L version 1
Rémi Denis-Courmont [Sun, 25 Jul 2010 17:12:44 +0000 (20:12 +0300)]
Remove support for V4L version 1

13 years agoavcodec: Allow usage of VLC_CODEC_RGBA
Hugo Beauzée-Luyssen [Thu, 22 Jul 2010 20:07:18 +0000 (22:07 +0200)]
avcodec: Allow usage of VLC_CODEC_RGBA

PIX_FMT_RGBA is not a define, but an enum member.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agochroma: minor simplification refactoring in the YUV to RGB conversions.
Sam Hocevar [Sun, 25 Jul 2010 10:53:51 +0000 (10:53 +0000)]
chroma: minor simplification refactoring in the YUV to RGB conversions.

13 years agoosx: Add vout_window_t support to macosx vout module
Juho Vähä-Herttua [Sat, 24 Jul 2010 20:31:09 +0000 (23:31 +0300)]
osx: Add vout_window_t support to macosx vout module

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoWin32: run on first thread is not needed
Rémi Denis-Courmont [Sun, 25 Jul 2010 10:26:37 +0000 (13:26 +0300)]
Win32: run on first thread is not needed

13 years agolibva-enabled avcodec needs X11
Rémi Denis-Courmont [Sun, 25 Jul 2010 08:18:34 +0000 (11:18 +0300)]
libva-enabled avcodec needs X11

13 years agoContrib: update freetype to 2.4.1
Jean-Baptiste Kempf [Sun, 25 Jul 2010 00:54:09 +0000 (02:54 +0200)]
Contrib: update freetype to 2.4.1

13 years agoqt4: More static_casts to null in preference components
Juho Vähä-Herttua [Sat, 24 Jul 2010 20:31:10 +0000 (23:31 +0300)]
qt4: More static_casts to null in preference components

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoqt4: Add OSX support to embedded video
Juho Vähä-Herttua [Sat, 24 Jul 2010 20:31:11 +0000 (23:31 +0300)]
qt4: Add OSX support to embedded video

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agosmem: Allow usage of RGBA
Hugo Beauzée-Luyssen [Thu, 22 Jul 2010 20:16:42 +0000 (22:16 +0200)]
smem: Allow usage of RGBA

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoFix advanced panel height saving. Fixes #3858
Francois Cartegnie [Sat, 24 Jul 2010 16:02:14 +0000 (18:02 +0200)]
Fix advanced panel height saving. Fixes #3858

13 years agoSaveConfigFile: correctly an error on I/O failure
Rémi Denis-Courmont [Sat, 24 Jul 2010 13:10:55 +0000 (16:10 +0300)]
SaveConfigFile: correctly an error on I/O failure

13 years agoWinCE: actually fix the compilation
Jean-Baptiste Kempf [Sat, 24 Jul 2010 12:52:56 +0000 (14:52 +0200)]
WinCE: actually fix the compilation

13 years agoWinCE: try to fix compilation
Jean-Baptiste Kempf [Sat, 24 Jul 2010 12:43:02 +0000 (14:43 +0200)]
WinCE: try to fix compilation

13 years agoAfter 3 seconds, allow SIGINT to kill the process
Rémi Denis-Courmont [Sat, 24 Jul 2010 10:44:27 +0000 (13:44 +0300)]
After 3 seconds, allow SIGINT to kill the process

Older versions did that too, and it can be quite useful when debugging.

13 years agoDo not override signal functions for the time being
Rémi Denis-Courmont [Sat, 24 Jul 2010 10:43:56 +0000 (13:43 +0300)]
Do not override signal functions for the time being

13 years agoQt: make the MainInterface Grey Brushed on Mac
Jean-Baptiste Kempf [Fri, 23 Jul 2010 17:05:47 +0000 (19:05 +0200)]
Qt: make the MainInterface Grey Brushed on Mac

It is ugly, but way less than it was...

13 years agoPlus sign must not be decoded in URI
Rémi Denis-Courmont [Sat, 24 Jul 2010 09:06:28 +0000 (12:06 +0300)]
Plus sign must not be decoded in URI

This is different from HTTP forms.

13 years agoXCB/XVideo: include XVideo error code in grab error debug message
Rémi Denis-Courmont [Sat, 24 Jul 2010 08:49:37 +0000 (11:49 +0300)]
XCB/XVideo: include XVideo error code in grab error debug message

13 years agocontribs: use latest OS X binary package
Felix Paul Kühne [Fri, 23 Jul 2010 11:11:27 +0000 (13:11 +0200)]
contribs: use latest OS X binary package

13 years agoUniversal Binary creation skript: updated to the re-worked version from 1.1-bugfix
Felix Paul Kühne [Fri, 23 Jul 2010 11:10:49 +0000 (13:10 +0200)]
Universal Binary creation skript: updated to the re-worked version from 1.1-bugfix

13 years agoDo not filter out program/epg at the TS demuxer level, part 2.
Laurent Aimar [Wed, 21 Jul 2010 19:56:01 +0000 (21:56 +0200)]
Do not filter out program/epg at the TS demuxer level, part 2.

13 years agotypo
Rémi Denis-Courmont [Thu, 22 Jul 2010 20:15:25 +0000 (23:15 +0300)]
typo

13 years agoXCB/screen: fix misleading comments
Rémi Denis-Courmont [Thu, 22 Jul 2010 19:43:59 +0000 (22:43 +0300)]
XCB/screen: fix misleading comments

13 years agoWin32: use Unicode output for the console (fixes #3125)
Rémi Denis-Courmont [Thu, 22 Jul 2010 17:34:39 +0000 (20:34 +0300)]
Win32: use Unicode output for the console (fixes #3125)

13 years agologger: output to file in local character set
Rémi Denis-Courmont [Thu, 22 Jul 2010 17:25:48 +0000 (20:25 +0300)]
logger: output to file in local character set

13 years agoWin32: ToWide() converts UTF-8 to UTF-16
Rémi Denis-Courmont [Thu, 22 Jul 2010 16:53:21 +0000 (19:53 +0300)]
Win32: ToWide() converts UTF-8 to UTF-16

13 years agoAllow scaletempo to be toggled without restarting VLC
Rémi Denis-Courmont [Thu, 22 Jul 2010 16:25:34 +0000 (19:25 +0300)]
Allow scaletempo to be toggled without restarting VLC

13 years agoQt: fix inclusion pathes
Jean-Baptiste Kempf [Thu, 22 Jul 2010 16:02:30 +0000 (18:02 +0200)]
Qt: fix inclusion pathes

13 years agoRevert "Disable swscale if avcodec is disabled" because the swscale doesn't need...
Jean-Baptiste Kempf [Thu, 22 Jul 2010 15:38:32 +0000 (17:38 +0200)]
Revert "Disable swscale if avcodec is disabled" because the swscale doesn't need it anymore since [5f919fba48847669640f999dd72bb32df2cd17b8]

This reverts commit 964c7e91c0273447e3f830c9aec4d84d602851b9.
Please, do NOT backport this.

13 years agoDon't depend on non-existent file
Rémi Denis-Courmont [Thu, 22 Jul 2010 15:50:45 +0000 (18:50 +0300)]
Don't depend on non-existent file

Pointed out by Alexis Ballier.

13 years agoNEWS Add Cqam + merge 1.1.1 news
Jean-Baptiste Kempf [Thu, 22 Jul 2010 15:34:33 +0000 (17:34 +0200)]
NEWS Add Cqam + merge 1.1.1 news

13 years agoAdd GUI support for Clear QAM
Manol Manolov [Sun, 18 Jul 2010 16:11:50 +0000 (12:11 -0400)]
Add GUI support for Clear QAM

Option in the streaming dialog to pick Clear QAM.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoAdd Clear QAM to BDA
Manol Manolov [Wed, 21 Jul 2010 15:51:06 +0000 (11:51 -0400)]
Add Clear QAM to BDA

North America cable network.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoRemove Wrong BDA shortcuts
Manol Manolov [Wed, 21 Jul 2010 18:40:49 +0000 (14:40 -0400)]
Remove Wrong BDA shortcuts

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoImprove BDA for Windows 7 and Vista
Manol Manolov [Wed, 21 Jul 2010 00:42:19 +0000 (20:42 -0400)]
Improve BDA for Windows 7 and Vista

Add support for the universal Network Provider
Move put_TuneRequest after the capture filter is created and connected to the network provider. If not moved the request won't be accepted.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoCosmetics in BDA module
Manol Manolov [Wed, 21 Jul 2010 00:22:12 +0000 (20:22 -0400)]
Cosmetics in BDA module

No functionality changed just more proper type definitions

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agouse NSAutoreleasePool::drain instead of NSAutoreleasePool::release since VLCKit ist...
Toralf Niebuhr [Thu, 22 Jul 2010 09:39:36 +0000 (11:39 +0200)]
use NSAutoreleasePool::drain instead of NSAutoreleasePool::release since VLCKit ist compiled with Objective-C Garbage Collection = Supported

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agofix youtube.lua
Ilkka Ollakka [Thu, 22 Jul 2010 14:52:36 +0000 (17:52 +0300)]
fix youtube.lua

13 years agoFix moc detection
Rémi Denis-Courmont [Thu, 22 Jul 2010 14:45:06 +0000 (17:45 +0300)]
Fix moc detection

13 years agoqt4: Add OSX to supported platforms of the towlower function.
Juho Vähä-Herttua [Thu, 22 Jul 2010 11:53:27 +0000 (14:53 +0300)]
qt4: Add OSX to supported platforms of the towlower function.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoqt4: Prevent an equalizer crash on Mac OSX
Juho Vähä-Herttua [Thu, 22 Jul 2010 13:58:43 +0000 (16:58 +0300)]
qt4: Prevent an equalizer crash on Mac OSX

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoskins2: check missing files first thing ...
Erwan Tulou [Thu, 22 Jul 2010 12:29:39 +0000 (14:29 +0200)]
skins2: check missing files first thing ...

... and make user experience with skins2 less frightening !

missing files in skins should never occur, but reality is quite different
(see vlc skins website). Yet, if a check is done before any other processing,
we can avoid the unfriendly error dialog boxes issued by vlc core, and those
skins often end up quite usable (missing files are either no longer used or
for ancillary functionalities, that go unnoticed)

13 years agoSplit Avutil<->VLC chroma conversions functions from avcodec.h so that swscale doesn...
Jean-Baptiste Kempf [Thu, 22 Jul 2010 10:59:03 +0000 (12:59 +0200)]
Split Avutil<->VLC chroma conversions functions from avcodec.h so that swscale doesn't depend on libavcodec

13 years agoosx: Fix a bug where glView frame doesn't get set if NSView parent is used
Juho Vähä-Herttua [Wed, 21 Jul 2010 13:54:25 +0000 (16:54 +0300)]
osx: Fix a bug where glView frame doesn't get set if NSView parent is used

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoipkg: packaging rules don't belong in the source tarball
Rémi Denis-Courmont [Wed, 21 Jul 2010 21:22:53 +0000 (00:22 +0300)]
ipkg: packaging rules don't belong in the source tarball

13 years agoOnly expand non-Makefiles config files if they are used
Rémi Denis-Courmont [Wed, 21 Jul 2010 21:22:05 +0000 (00:22 +0300)]
Only expand non-Makefiles config files if they are used

13 years agom3u: fix a memory leak (the string is not allocated with FromLocale nor ToLocale...
Rémi Duraffort [Wed, 21 Jul 2010 20:28:08 +0000 (22:28 +0200)]
m3u: fix a memory leak (the string is not allocated with FromLocale nor ToLocale but strdup).

13 years agom3u: factorize.
Rémi Duraffort [Wed, 21 Jul 2010 20:00:56 +0000 (22:00 +0200)]
m3u: factorize.

13 years agoconfigure.ac: Enable color-test automake option.
Pierre d'Herbemont [Tue, 12 Jan 2010 18:32:38 +0000 (19:32 +0100)]
configure.ac: Enable color-test automake option.

This will colorize the `make check` output if your term supports it.

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoUpdate gettext files
Rémi Denis-Courmont [Wed, 21 Jul 2010 19:58:08 +0000 (22:58 +0300)]
Update gettext files

13 years agom4/.gitignore: remove legacy filenames
Rémi Denis-Courmont [Wed, 21 Jul 2010 19:53:36 +0000 (22:53 +0300)]
m4/.gitignore: remove legacy filenames

13 years agom3u: use the album art provided by jamendo along with the m3u files.
Rémi Duraffort [Wed, 21 Jul 2010 19:54:22 +0000 (21:54 +0200)]
m3u: use the album art provided by jamendo along with the m3u files.

13 years agoQt4: fix memleak when album arts.
Rémi Duraffort [Wed, 21 Jul 2010 19:49:37 +0000 (21:49 +0200)]
Qt4: fix memleak when album arts.

13 years agofaad: fix potential memleak.
Rémi Duraffort [Wed, 21 Jul 2010 16:32:28 +0000 (18:32 +0200)]
faad: fix potential memleak.

13 years agoSetting b_subtitle on subpictures during transcode, and applying correct timing.
Blake Livingston [Wed, 21 Jul 2010 05:42:32 +0000 (22:42 -0700)]
Setting b_subtitle on subpictures during transcode, and applying correct timing.

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
13 years agoReally check if Qt4 needs -lX11
Rémi Denis-Courmont [Wed, 21 Jul 2010 18:52:45 +0000 (21:52 +0300)]
Really check if Qt4 needs -lX11

13 years agoavformat demux needs -lavcodec (av_free_packet)
Rémi Denis-Courmont [Wed, 21 Jul 2010 17:26:10 +0000 (20:26 +0300)]
avformat demux needs -lavcodec (av_free_packet)

13 years agoDisable swscale if avcodec is disabled
Rémi Denis-Courmont [Wed, 21 Jul 2010 17:25:59 +0000 (20:25 +0300)]
Disable swscale if avcodec is disabled

13 years agoMerge branch 'master' of git.videolan.org:vlc
Jean-Baptiste Kempf [Wed, 21 Jul 2010 16:16:32 +0000 (18:16 +0200)]
Merge branch 'master' of git.videolan.org:vlc

13 years agoDisable avformat if avcodec is disabled
Rémi Denis-Courmont [Wed, 21 Jul 2010 15:40:33 +0000 (18:40 +0300)]
Disable avformat if avcodec is disabled

13 years agoRequire automake 1.11
Rémi Denis-Courmont [Wed, 21 Jul 2010 15:19:17 +0000 (18:19 +0300)]
Require automake 1.11

("It is more than a year old")

13 years agoAdd nsobject support to vout_window_t
Juho Vähä-Herttua [Wed, 21 Jul 2010 13:54:21 +0000 (16:54 +0300)]
Add nsobject support to vout_window_t

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoFix include path
Christophe Mutricy [Tue, 20 Jul 2010 23:07:47 +0000 (00:07 +0100)]
Fix include path

We already use pkg-config in configure for the fist part

13 years agoAvformat: correctly detect the fps
Jean-Baptiste Kempf [Tue, 20 Jul 2010 22:19:39 +0000 (00:19 +0200)]
Avformat: correctly detect the fps

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoForce avcodec to be at least 52.25.0 and avfomat 52.30.0...
Jean-Baptiste Kempf [Tue, 20 Jul 2010 22:18:51 +0000 (00:18 +0200)]
Force avcodec to be at least 52.25.0 and avfomat 52.30.0...

They are more than 1 year old...

13 years agomake_URI(Win32): rather default to "file" than format a wrong uri
Erwan Tulou [Tue, 20 Jul 2010 14:56:32 +0000 (16:56 +0200)]
make_URI(Win32): rather default to "file" than format a wrong uri

13 years agofix documentation INPUT_GET_VOUTS actually uses size_t* than int*
Ilkka Ollakka [Tue, 20 Jul 2010 12:21:49 +0000 (15:21 +0300)]
fix documentation INPUT_GET_VOUTS actually uses size_t* than int*

13 years agoqt4: Fix stack smash in InputManager::UpdateVout
Tristan Heaven [Tue, 20 Jul 2010 10:50:09 +0000 (11:50 +0100)]
qt4: Fix stack smash in InputManager::UpdateVout

From http://bugs.gentoo.org/show_bug.cgi?id=328969

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoskins2: implement a ArtManager singleton
Erwan Tulou [Tue, 20 Jul 2010 09:12:01 +0000 (11:12 +0200)]
skins2: implement a ArtManager singleton

This singleton is based on the same pattern as VlcManager or VoutManager.
It is intended to load and cache art for the whole skin.
Caching makes sense because 1/ several controls within a skin can display
the current art, and 2/ art is likely to be reused by successive inputs
(music album, repeat). Yet, caching is limited to two art for memory reason.

13 years agoskins2: rework image control (scale while preserving aspect ratio)
Erwan Tulou [Mon, 19 Jul 2010 15:44:30 +0000 (17:44 +0200)]
skins2: rework image control (scale while preserving aspect ratio)

 - implement mouseOver (forgotten in prior commit)
 - picture rescaled only when size changed (better performance)
 - some cosmetics

13 years agoskins2: correct wrong height when animated images are used
Erwan Tulou [Mon, 19 Jul 2010 15:09:22 +0000 (17:09 +0200)]
skins2: correct wrong height when animated images are used

The height of a control associated to an animated image is not the height
of the image but the height divided by the number of subimages.

13 years agoskins2: typo
Erwan Tulou [Mon, 19 Jul 2010 20:16:54 +0000 (22:16 +0200)]
skins2: typo

13 years agoWin32: Remove quicktime from system codecs...
Jean-Baptiste Kempf [Mon, 19 Jul 2010 21:45:38 +0000 (23:45 +0200)]
Win32: Remove quicktime from system codecs...

Seriously, FFmpeg is way better and free...

13 years agoWin32: Comment package-win32-crx from basic win32 make because it needs crxmake
Jean-Baptiste Kempf [Mon, 19 Jul 2010 21:32:46 +0000 (23:32 +0200)]
Win32: Comment package-win32-crx from basic win32 make because it needs crxmake

13 years agoFixed a potential IDirectDrawSurface2 leak.
Laurent Aimar [Mon, 19 Jul 2010 20:15:56 +0000 (22:15 +0200)]
Fixed a potential IDirectDrawSurface2 leak.