]> git.sesse.net Git - vlc/log
vlc
14 years agoGalician l10n for vlc.desktop
Gonçalo Cordeiro [Mon, 3 May 2010 21:36:03 +0000 (22:36 +0100)]
Galician l10n for vlc.desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoNynorsk translation for .desktop
Eirik U. Birkeland [Mon, 3 May 2010 21:27:10 +0000 (22:27 +0100)]
Nynorsk translation for .desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoAdded support for ffmpeg-mt.
Laurent Aimar [Sun, 2 May 2010 20:48:38 +0000 (22:48 +0200)]
Added support for ffmpeg-mt.

It is not well tested yet.

14 years agoAdded vlc_GetCPUCount() to retreive the number of available CPU.
Laurent Aimar [Mon, 3 May 2010 19:54:28 +0000 (21:54 +0200)]
Added vlc_GetCPUCount() to retreive the number of available CPU.

It is implemented for win32 and when sched_getaffinity() is available.

14 years agoUsed reordered_opaque for timestamp managment in avcodec.
Laurent Aimar [Sun, 2 May 2010 19:58:20 +0000 (21:58 +0200)]
Used reordered_opaque for timestamp managment in avcodec.

It is cleaner. Also, it seems that ffmpeg-mt correctly handles it
and so will allow using it.

14 years agoALSA: use non-modal error dialogs
Rémi Denis-Courmont [Mon, 3 May 2010 17:45:47 +0000 (20:45 +0300)]
ALSA: use non-modal error dialogs

aout_Restart() is quite buggy (IMHO) and restarts the audio output
from the interface thread. Then Qt4 external dialogs are buggy as
they deadlock if called from the interface thread (I cannot find a
direct way to use BlockingQueuedConnection for foreign threads and
DirectConnection for the interface thread).

Until either or both of those bugs are fixed, we cannot use modal
dialog from the audio output.

14 years agoRevert "i18n fix"
Rémi Denis-Courmont [Mon, 3 May 2010 17:37:07 +0000 (20:37 +0300)]
Revert "i18n fix"

This reverts commit 110693d59e6bdeb2598579caeb41d7520dbb39ad.
This fixes #3599.

14 years agoUse correct title for upnp containers.
Konstanty Bialkowski [Mon, 3 May 2010 11:15:52 +0000 (21:15 +1000)]
Use correct title for upnp containers.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoContribs: simplify mozilla dependencies
Jean-Baptiste Kempf [Mon, 3 May 2010 13:28:50 +0000 (15:28 +0200)]
Contribs: simplify mozilla dependencies

14 years agoskins2(Linux): _WM_NET_PID requires WM_CLIENT_MACHINE to be set
Erwan Tulou [Mon, 3 May 2010 13:22:41 +0000 (15:22 +0200)]
skins2(Linux): _WM_NET_PID requires WM_CLIENT_MACHINE to be set

code inspired from xcb.c

14 years agomacosx_vout: Correctly change context after -lockgl.
Pierre d'Herbemont [Mon, 3 May 2010 10:46:15 +0000 (12:46 +0200)]
macosx_vout: Correctly change context after -lockgl.

And don't unlockgl if lockgl wasn't successful.

14 years agoVLCKit: Add the # character that prefixes the output chain.
Sebastien Zwickert [Sun, 28 Mar 2010 13:19:03 +0000 (15:19 +0200)]
VLCKit: Add the # character that prefixes the output chain.

Signed-off-by: Pierre d'Herbemont <pdherbemont@free.fr>
14 years agoBump libvlccore version on the Mac OS X install script.
Pierre d'Herbemont [Mon, 3 May 2010 09:40:04 +0000 (11:40 +0200)]
Bump libvlccore version on the Mac OS X install script.

14 years agoskins2(Linux): add WM_CLASS and _NET_WM_PID properties to skins2 windows
Erwan Tulou [Mon, 3 May 2010 09:02:42 +0000 (11:02 +0200)]
skins2(Linux): add WM_CLASS and _NET_WM_PID properties to skins2 windows

This patch refers to trac #3594.
Tests required to ensure that it really solves the "Docky" issue

14 years agoRevert "Remove the Xlib no-ARGB hack"
Rémi Denis-Courmont [Sun, 2 May 2010 19:59:54 +0000 (22:59 +0300)]
Revert "Remove the Xlib no-ARGB hack"

This reverts commit 9f9f6d1153bb1954bed4ab7146a6a801dfe36fb0.

14 years agoUnload vod-VLM only at the end
Sébastien Escudier [Wed, 17 Mar 2010 07:30:22 +0000 (08:30 +0100)]
Unload vod-VLM only at the end

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
14 years agosmem : support non raw video format. In this case we copy compressed data into user...
Sébastien Escudier [Thu, 18 Mar 2010 13:06:07 +0000 (14:06 +0100)]
smem : support non raw video format. In this case we copy compressed data into user buffer.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agocontribs: updated binary package for Mac OS X
Felix Paul Kühne [Sun, 2 May 2010 12:02:34 +0000 (14:02 +0200)]
contribs: updated binary package for Mac OS X

14 years agoFixed kate build without libtiger.
Laurent Aimar [Sun, 2 May 2010 00:41:09 +0000 (02:41 +0200)]
Fixed kate build without libtiger.

It closes #3586.

14 years agoFixed compilation of freetype module without fontconfig.
Laurent Aimar [Sun, 2 May 2010 00:32:10 +0000 (02:32 +0200)]
Fixed compilation of freetype module without fontconfig.

14 years agoFixed bandlimited audio filter with low output samplerate.
Laurent Aimar [Sun, 2 May 2010 00:13:03 +0000 (02:13 +0200)]
Fixed bandlimited audio filter with low output samplerate.

It closes #3543.

14 years agoFactorized a bit bandlimited audio filter code.
Laurent Aimar [Sat, 1 May 2010 23:50:21 +0000 (01:50 +0200)]
Factorized a bit bandlimited audio filter code.

14 years agoItalian l10n for .desktop
Vincenzo Reale [Sat, 1 May 2010 23:46:14 +0000 (00:46 +0100)]
Italian l10n for .desktop

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoFixed avcodec audio encoder wrapper.
Laurent Aimar [Sat, 1 May 2010 22:09:48 +0000 (00:09 +0200)]
Fixed avcodec audio encoder wrapper.

It closes #3538 and #3496.

14 years agoImproved audio codec description from fourcc.
Laurent Aimar [Sat, 1 May 2010 22:09:19 +0000 (00:09 +0200)]
Improved audio codec description from fourcc.

14 years agoMoved out avcodec SampleFormat -> VLC formats to its own function.
Laurent Aimar [Sat, 1 May 2010 22:01:06 +0000 (00:01 +0200)]
Moved out avcodec SampleFormat -> VLC formats to its own function.

14 years agoUsed vlc_fourcc_GetCodec in aout_BitsPerSample.
Laurent Aimar [Sat, 1 May 2010 21:44:41 +0000 (23:44 +0200)]
Used vlc_fourcc_GetCodec in aout_BitsPerSample.

It is a bit safer.

14 years agoFixed potential segfault (on failures) with avcodec audio encoder.
Laurent Aimar [Sat, 1 May 2010 18:24:05 +0000 (20:24 +0200)]
Fixed potential segfault (on failures) with avcodec audio encoder.

14 years agoFixed segfault with opengl provider.
Laurent Aimar [Sat, 1 May 2010 18:16:01 +0000 (20:16 +0200)]
Fixed segfault with opengl provider.

14 years agoAvcodec: Correctly free the Subtitles structures so it doesn't crash on Win32
Jean-Baptiste Kempf [Sat, 1 May 2010 21:29:45 +0000 (23:29 +0200)]
Avcodec: Correctly free the Subtitles structures so it doesn't crash on Win32

Close #3439

14 years agoRemove the Xlib no-ARGB hack
Rémi Denis-Courmont [Sat, 1 May 2010 19:31:13 +0000 (22:31 +0300)]
Remove the Xlib no-ARGB hack

The XCB/XVideo (for a long time) and the XCB/X11 (since the commit
before the previous one) video output plugins will fail safe in case
the embedding window has an alpha channel. In VLC 1.0, the Xlib plugins
needed this hack as the Xlib error handler would terminate VLC.

If compositing is in use, VLC will now use GLX. This will require
software chroma conversion from YUV to RGB. Also, unless the GLX output
is explicitly selected, VLC will flash twice before it starts rendering.
First, it tries (and fail) to use XVideo, then plain X11. To fix this
cosmetic problem, we would need to keep the window across plugins.

I assume this change is needed to fix #3581, but I have not tested, so
it may or may not be sufficient.

14 years agoXCB/GLX: higher priority than Frame Buffer
Rémi Denis-Courmont [Sat, 1 May 2010 19:27:52 +0000 (22:27 +0300)]
XCB/GLX: higher priority than Frame Buffer

Neither of them support YUV. But GLX is much more likely to work than
FB, and also fails in a safer way.

14 years agoXCB/X11: disable ARGB support
Rémi Denis-Courmont [Sat, 1 May 2010 19:26:56 +0000 (22:26 +0300)]
XCB/X11: disable ARGB support

VLC does not currently handle color masks for ARGB chromas, so this can
not work yet. Instead, fail safe to the GLX output.

14 years agoXCB/XVideo: add debug message in case of problem with visuals
Rémi Denis-Courmont [Sat, 1 May 2010 19:26:34 +0000 (22:26 +0300)]
XCB/XVideo: add debug message in case of problem with visuals

14 years agoGLX: destroy context before window
Rémi Denis-Courmont [Sat, 1 May 2010 17:58:26 +0000 (20:58 +0300)]
GLX: destroy context before window

14 years agoMissing include (vout).
Laurent Aimar [Sat, 1 May 2010 11:46:22 +0000 (13:46 +0200)]
Missing include (vout).

14 years agoFixed ASF muxer header with extended streams and aspect ratio.
Laurent Aimar [Sat, 1 May 2010 11:39:04 +0000 (13:39 +0200)]
Fixed ASF muxer header with extended streams and aspect ratio.

14 years agoWrite new ASF header on the fly only in HTTP mode.
Laurent Aimar [Sat, 1 May 2010 11:20:32 +0000 (13:20 +0200)]
Write new ASF header on the fly only in HTTP mode.

14 years agoDo not remove track informations in DelStream for non http ASF muxing.
Laurent Aimar [Sat, 1 May 2010 11:12:14 +0000 (13:12 +0200)]
Do not remove track informations in DelStream for non http ASF muxing.

It fixes #3522.

14 years agoPrivatized remaining vout fields.
Laurent Aimar [Fri, 30 Apr 2010 23:47:35 +0000 (01:47 +0200)]
Privatized remaining vout fields.

14 years agoUpdated remoteosd to new sub-filter mouse API.
Laurent Aimar [Fri, 30 Apr 2010 23:47:13 +0000 (01:47 +0200)]
Updated remoteosd to new sub-filter mouse API.

14 years agoUpdated osdmenu to new sub-filter mouse API.
Laurent Aimar [Fri, 30 Apr 2010 23:32:57 +0000 (01:32 +0200)]
Updated osdmenu to new sub-filter mouse API.

14 years agoAdded mouse support to sub-filter.
Laurent Aimar [Fri, 30 Apr 2010 23:31:26 +0000 (01:31 +0200)]
Added mouse support to sub-filter.

14 years agoFixed a segfault with osdmenu filter.
Laurent Aimar [Fri, 30 Apr 2010 22:32:20 +0000 (00:32 +0200)]
Fixed a segfault with osdmenu filter.

14 years agoDo not reuse "osd" variable in osd menu.
Laurent Aimar [Fri, 30 Apr 2010 22:29:16 +0000 (00:29 +0200)]
Do not reuse "osd" variable in osd menu.

14 years agoAt input EOF, wait for all pictures to be displayed.
Laurent Aimar [Fri, 30 Apr 2010 17:41:24 +0000 (19:41 +0200)]
At input EOF, wait for all pictures to be displayed.

14 years agoQt: fix playlist entry in taskbar on Win32
Jean-Baptiste Kempf [Fri, 30 Apr 2010 22:42:59 +0000 (00:42 +0200)]
Qt: fix playlist entry in taskbar on Win32

Close #3520

14 years agoQt4: Fix the VLC hangging in fullscreen on Win32
Jean-Baptiste Kempf [Fri, 30 Apr 2010 22:21:12 +0000 (00:21 +0200)]
Qt4: Fix the VLC hangging in fullscreen on Win32

Close #3513

14 years agoMKV: cosmetics and NULL-check
Jean-Baptiste Kempf [Fri, 30 Apr 2010 13:59:23 +0000 (15:59 +0200)]
MKV: cosmetics and NULL-check

14 years agoMKV: reduce the scope of the var loop counters
Jean-Baptiste Kempf [Fri, 30 Apr 2010 10:52:12 +0000 (12:52 +0200)]
MKV: reduce the scope of the var loop counters

14 years agoMKV: stream_io_callback simplifications
Jean-Baptiste Kempf [Fri, 30 Apr 2010 10:06:55 +0000 (12:06 +0200)]
MKV: stream_io_callback simplifications

14 years agoMKV: EbmlParser, cleanup
Jean-Baptiste Kempf [Fri, 30 Apr 2010 09:55:25 +0000 (11:55 +0200)]
MKV: EbmlParser, cleanup

14 years agoQt: fix debug messages
Jean-Baptiste Kempf [Fri, 30 Apr 2010 09:43:56 +0000 (11:43 +0200)]
Qt: fix debug messages

14 years agoqt4: connect accepted/rejected from correct widget
Ilkka Ollakka [Fri, 30 Apr 2010 08:00:14 +0000 (11:00 +0300)]
qt4: connect accepted/rejected from correct widget

14 years agoRemove dead code
Christophe Mutricy [Thu, 29 Apr 2010 21:14:27 +0000 (22:14 +0100)]
Remove dead code

14 years agoSynchronise NSIS translation with 1.0-bugfix
Christophe Mutricy [Thu, 29 Apr 2010 21:04:55 +0000 (22:04 +0100)]
Synchronise NSIS translation with 1.0-bugfix

14 years agol10n: Installer Bulgarian update
Ivo Ivanov [Tue, 27 Apr 2010 22:42:19 +0000 (23:42 +0100)]
l10n: Installer Bulgarian update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoSimplify the creation of subpicture with dynamic content.
Laurent Aimar [Thu, 29 Apr 2010 19:16:25 +0000 (21:16 +0200)]
Simplify the creation of subpicture with dynamic content.

14 years agotranscoding video, sends NULL when ending. Should fix sending all the encoded frames...
Ilkka Ollakka [Wed, 28 Apr 2010 12:47:03 +0000 (15:47 +0300)]
transcoding video, sends NULL when ending. Should fix sending all the encoded frames to sout

Sends NULL-pict to encode when it's closing time, then encoder knows to
flush buffers and check that it has outputted all the frames.

Contains changes to x264/avcodec-module to implement that on encoder-side.
Add quick check on omxil/dirac/theora for that, so they don't crash.
And add likely-macro to x264/avcodec in check of NULL

If someone more familiar with dirac/theora/omxil encoder-modules could
check if they have buffers that need to be outputted, would be nice.

Fixes some tickets, but I failed to find any of those in trac.

14 years agoadd comment that BlockChainAppend() can take NULL (somewhat obvious, but just in...
Ilkka Ollakka [Thu, 29 Apr 2010 18:37:18 +0000 (21:37 +0300)]
add comment that BlockChainAppend() can take NULL (somewhat obvious, but just in case)

14 years agoavcodec: default to 2 threads on encoding
Ilkka Ollakka [Thu, 29 Apr 2010 09:41:08 +0000 (12:41 +0300)]
avcodec: default to 2 threads on encoding

Multiple cores are pretty common nowdays, so shouldn't be big issue. Maybe
better would be implement cpu-core counter, like in x264, but at the moment
only avcodec-module doesn't seem to handle i_threads=0 as automatic.

14 years agoQt4: fix a crash (kind of a 'use after free' error).
Rémi Duraffort [Thu, 29 Apr 2010 17:16:09 +0000 (19:16 +0200)]
Qt4: fix a crash (kind of a 'use after free' error).

14 years agoQt4: fix a memleak in the extensions menu.
Rémi Duraffort [Thu, 29 Apr 2010 16:41:05 +0000 (18:41 +0200)]
Qt4: fix a memleak in the extensions menu.

14 years agoqt4: clear extensions list when the dialog is destroyed.
Rémi Duraffort [Thu, 29 Apr 2010 16:08:48 +0000 (18:08 +0200)]
qt4: clear extensions list when the dialog is destroyed.

14 years agoqt4: fix memleak.
Rémi Duraffort [Thu, 29 Apr 2010 16:03:51 +0000 (18:03 +0200)]
qt4: fix memleak.

14 years agoWinCE: fix build
Pierre Ynard [Wed, 28 Apr 2010 23:38:19 +0000 (01:38 +0200)]
WinCE: fix build

Add now needed -lws2 to stream_out_standard

14 years agoFixed MS-RSTP RTP packet parsing.
Laurent Aimar [Wed, 28 Apr 2010 21:04:53 +0000 (23:04 +0200)]
Fixed MS-RSTP RTP packet parsing.

It closes #2812, #3197 and #3533.

14 years agoRemove useless freeaddrinfo wrapper
Rémi Denis-Courmont [Wed, 28 Apr 2010 20:50:08 +0000 (23:50 +0300)]
Remove useless freeaddrinfo wrapper

14 years agoRemove getnameinfo and getaddrinfo wrappers
Rémi Denis-Courmont [Wed, 28 Apr 2010 20:48:30 +0000 (23:48 +0300)]
Remove getnameinfo and getaddrinfo wrappers

They weren't thread-safe (and did not support IPv6).

14 years agoRequire Windows XP
Rémi Denis-Courmont [Wed, 28 Apr 2010 20:46:26 +0000 (23:46 +0300)]
Require Windows XP

(I doubt VLC 1.2.0 will be out before July 13th this year)

14 years agoimem: remove tab in sourcecode
Jean-Baptiste Kempf [Wed, 28 Apr 2010 11:41:29 +0000 (13:41 +0200)]
imem: remove tab in sourcecode

14 years agoQt: Do not show a progressDialogBar for too short a time.
Jean-Baptiste Kempf [Wed, 28 Apr 2010 11:30:54 +0000 (13:30 +0200)]
Qt: Do not show a progressDialogBar for too short a time.
(cherry picked from commit d16e5aea59a43b335e9414c38900ff57f1fcc562)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoFixed qt4 fullscreen behaviour with multiple monitors (win32 and linux).
Laurent Aimar [Tue, 27 Apr 2010 22:48:18 +0000 (00:48 +0200)]
Fixed qt4 fullscreen behaviour with multiple monitors (win32 and linux).

14 years agoFixed video display with directx and multiple monitors.
Laurent Aimar [Tue, 27 Apr 2010 22:46:19 +0000 (00:46 +0200)]
Fixed video display with directx and multiple monitors.

14 years agoi18n fix
Christophe Mutricy [Tue, 27 Apr 2010 22:23:01 +0000 (23:23 +0100)]
i18n fix

14 years agoi18n: Factorise qtr() and fix nodes i18n
Christophe Mutricy [Tue, 27 Apr 2010 22:06:55 +0000 (23:06 +0100)]
i18n: Factorise qtr() and fix nodes i18n

14 years agoRevert "Qt: fix missing translations"
Christophe Mutricy [Tue, 27 Apr 2010 21:38:06 +0000 (22:38 +0100)]
Revert "Qt: fix missing translations"

This reverts commit 5cf83d9c99fe2554b74124a11c2a1e7e1751c82b.

It's nor displayed strings but passed to the core

14 years agoi18n: Don't do _("")
Christophe Mutricy [Sun, 25 Apr 2010 22:57:27 +0000 (23:57 +0100)]
i18n: Don't do _("")

14 years agoi18n fix
Christophe Mutricy [Sun, 25 Apr 2010 22:35:08 +0000 (23:35 +0100)]
i18n fix

14 years agol10: Slovak update
arian Hikanik [Sun, 25 Apr 2010 22:28:47 +0000 (23:28 +0100)]
l10: Slovak update

Signed-off-by: Christophe Mutricy <xtophe@videolan.org>
14 years agoFontconfig: hardcode fonts path on Win32
Jean-Baptiste Kempf [Tue, 27 Apr 2010 13:37:21 +0000 (15:37 +0200)]
Fontconfig: hardcode fonts path on Win32

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoNaming consistency over Web Plugins
Jean-Baptiste Kempf [Mon, 26 Apr 2010 23:57:06 +0000 (01:57 +0200)]
Naming consistency over Web Plugins

14 years agoInitial support for chrome/chromium
Luca Barbato [Mon, 26 Apr 2010 22:49:46 +0000 (00:49 +0200)]
Initial support for chrome/chromium

It relies on crxmake and doesn't preserve the private key.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agoQt: forgotten translation
Jean-Baptiste Kempf [Mon, 26 Apr 2010 23:32:35 +0000 (01:32 +0200)]
Qt: forgotten translation

14 years agoQt: fix missing translations
Jean-Baptiste Kempf [Mon, 26 Apr 2010 23:19:36 +0000 (01:19 +0200)]
Qt: fix missing translations

14 years agoThe plugin now works with firefox 3.6 and 3.5.3
Luca Barbato [Mon, 26 Apr 2010 15:21:27 +0000 (17:21 +0200)]
The plugin now works with firefox 3.6 and 3.5.3

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
14 years agolibass/win32: Factorize
Jean-Baptiste Kempf [Mon, 26 Apr 2010 22:50:52 +0000 (00:50 +0200)]
libass/win32: Factorize

14 years agoLibass: put the dialog, where we actually need it.
Jean-Baptiste Kempf [Mon, 26 Apr 2010 22:48:53 +0000 (00:48 +0200)]
Libass: put the dialog, where we actually need it.

14 years agoMoved win7 taskbar disabling code from qt4 to msw.
Laurent Aimar [Mon, 26 Apr 2010 22:21:00 +0000 (00:21 +0200)]
Moved win7 taskbar disabling code from qt4 to msw.

14 years agoLibass: simplify and do not call ass_set_fonts_dir
Jean-Baptiste Kempf [Mon, 26 Apr 2010 22:43:54 +0000 (00:43 +0200)]
Libass: simplify and do not call ass_set_fonts_dir

This should continue to fix the fontconfig caching bugs

14 years agoFreeType: simplify and let the p_dialog the shortest time possible.
Jean-Baptiste Kempf [Mon, 26 Apr 2010 22:13:21 +0000 (00:13 +0200)]
FreeType: simplify and let the p_dialog the shortest time possible.

People on mac should really check this on their machine

14 years agoFreetype: try to fix the fontconfig cache building bug on Win32
Jean-Baptiste Kempf [Mon, 26 Apr 2010 21:53:22 +0000 (23:53 +0200)]
Freetype: try to fix the fontconfig cache building bug on Win32

14 years agoConverted more commands to vout_control.
Laurent Aimar [Mon, 26 Apr 2010 19:32:17 +0000 (21:32 +0200)]
Converted more commands to vout_control.

14 years agoRemoved unused "intf-change" vout variable.
Laurent Aimar [Mon, 26 Apr 2010 17:37:01 +0000 (19:37 +0200)]
Removed unused "intf-change" vout variable.

14 years agoSlightly different name for Direct3D XP (fixes #3560)
Rémi Denis-Courmont [Mon, 26 Apr 2010 16:45:36 +0000 (19:45 +0300)]
Slightly different name for Direct3D XP (fixes #3560)

(N.B.: Backporting this would break translations)

14 years agoUsed vout_control for various commands (vout).
Laurent Aimar [Sun, 25 Apr 2010 17:28:25 +0000 (19:28 +0200)]
Used vout_control for various commands (vout).

It also improves reactivity of seek while paused.

14 years agoAdded API to simplify/clean up vout controls.
Laurent Aimar [Sun, 25 Apr 2010 17:18:02 +0000 (19:18 +0200)]
Added API to simplify/clean up vout controls.

14 years agoNo functionnal changes (vout)
Laurent Aimar [Sun, 25 Apr 2010 16:48:12 +0000 (18:48 +0200)]
No functionnal changes (vout)

14 years agoSplit out interlacing/post-processing management from video_output.c (vout).
Laurent Aimar [Sun, 25 Apr 2010 14:34:57 +0000 (16:34 +0200)]
Split out interlacing/post-processing management from video_output.c (vout).

14 years agoRemoved vlc_object_find_name in vout.
Laurent Aimar [Sun, 25 Apr 2010 13:59:28 +0000 (15:59 +0200)]
Removed vlc_object_find_name in vout.