]> git.sesse.net Git - vlc/log
vlc
13 years agolua_demux: fix object leak.
Rémi Duraffort [Mon, 19 Jul 2010 20:29:47 +0000 (22:29 +0200)]
lua_demux: fix object leak.

13 years agolelombrik: fix title encoding.
Rémi Duraffort [Mon, 19 Jul 2010 20:25:14 +0000 (22:25 +0200)]
lelombrik: fix title encoding.

13 years agoRevert "Called XInitThreads in vaapi."
Laurent Aimar [Mon, 19 Jul 2010 18:02:45 +0000 (20:02 +0200)]
Revert "Called XInitThreads in vaapi."

This reverts commit 7c93516a555e29c51f0a191b0c64daf65b029583.
It is useless as 6adc39614a933e6d7cdc187963532de8573c1312 added it already.

13 years agoMSW: fix assertion failure on Open() error paths (fix #3889)
Rémi Denis-Courmont [Mon, 19 Jul 2010 17:32:55 +0000 (20:32 +0300)]
MSW: fix assertion failure on Open() error paths (fix #3889)

Do not try to delete a callback and/or a mutex that do not exist.
The goto error paths still look a bit suspicious, someone should
double check them.

13 years agoFix heap corruption
Rémi Denis-Courmont [Mon, 19 Jul 2010 16:59:15 +0000 (19:59 +0300)]
Fix heap corruption

13 years agoExpansion safety
Rémi Denis-Courmont [Mon, 19 Jul 2010 16:57:30 +0000 (19:57 +0300)]
Expansion safety

13 years agoMacOS: minimal_macosx is broken, don't compile it...
Jean-Baptiste Kempf [Mon, 19 Jul 2010 16:02:43 +0000 (18:02 +0200)]
MacOS: minimal_macosx is broken, don't compile it...

13 years agoMacOS: don't compile opengl provider in the GUI since it doesn't compile...
Jean-Baptiste Kempf [Mon, 19 Jul 2010 15:56:20 +0000 (17:56 +0200)]
MacOS: don't compile opengl provider in the GUI since it doesn't compile...

This doesn't make it usable though, but noone seems to care anyway...
WARNING: this is a HUGE hack. It will kill yourself and your kittens

13 years agoUndocument the now fixed X11 drawable depth bug
Rémi Denis-Courmont [Mon, 19 Jul 2010 15:30:16 +0000 (18:30 +0300)]
Undocument the now fixed X11 drawable depth bug

This was fixed after 1.1.0-RC.

13 years agostd: cosmetic
Ilkka Ollakka [Mon, 19 Jul 2010 09:06:39 +0000 (12:06 +0300)]
std: cosmetic

13 years agosout: add ogv as known extensions on muxing selector
Ilkka Ollakka [Mon, 19 Jul 2010 07:48:26 +0000 (10:48 +0300)]
sout: add ogv as known extensions on muxing selector

13 years agoFix MPORA lua playlist script.
Konstantin Pavlov [Mon, 19 Jul 2010 10:01:46 +0000 (14:01 +0400)]
Fix MPORA lua playlist script.

13 years agoWin32: fix breakage in Makefile
Jean-Baptiste Kempf [Sun, 18 Jul 2010 21:38:05 +0000 (23:38 +0200)]
Win32: fix breakage in Makefile

13 years agoskins2: fix fullscreen issue (black screen when video terminates).
Erwan Tulou [Sun, 18 Jul 2010 18:27:13 +0000 (20:27 +0200)]
skins2: fix fullscreen issue (black screen when video terminates).

fullscreen is now managed (activation and deactivation) in skins2
 exactly as it is done in qt4.
    - activation when a VOUT_WINDOW_SETFULLSCREEN is received
    - deactivation when (and only when) a vout_window release is received.

13 years agolua playlist: update lelombrik parser
Rafaël Carré [Sun, 18 Jul 2010 20:14:36 +0000 (22:14 +0200)]
lua playlist: update lelombrik parser

13 years agomp4: Cosmetic.
Hugo Beauzée-Luyssen [Sun, 18 Jul 2010 18:05:28 +0000 (20:05 +0200)]
mp4: Cosmetic.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt4: Open disc: Reset path when changing disc mode.
Hugo Beauzée-Luyssen [Sun, 18 Jul 2010 18:27:54 +0000 (20:27 +0200)]
Qt4: Open disc: Reset path when changing disc mode.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoudev is not a new feature in 1.1.0
Rémi Denis-Courmont [Sun, 18 Jul 2010 18:28:36 +0000 (21:28 +0300)]
udev is not a new feature in 1.1.0

13 years agoQt4: Fix a warning.
Hugo Beauzée-Luyssen [Sun, 18 Jul 2010 17:18:31 +0000 (19:18 +0200)]
Qt4: Fix a warning.

WId is almost always an integer (except for Symbian)

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoConfigure: try to fix modplug detection
Jean-Baptiste Kempf [Sun, 18 Jul 2010 17:27:24 +0000 (19:27 +0200)]
Configure: try to fix modplug detection

If 0.8.8 is detected and --enable-mod is passed, it will error,
if --disable-mod is passed, nothing will happen
else it will autodetect. This is mostly like all other PKG_ENABLE_MODULES_VLC
detections

13 years agoMacOS: compile fix for playlist.m
Jean-Baptiste Kempf [Sun, 18 Jul 2010 17:06:20 +0000 (19:06 +0200)]
MacOS: compile fix for playlist.m

13 years agoMacOS: more compile fixes
Jean-Baptiste Kempf [Sun, 18 Jul 2010 17:02:03 +0000 (19:02 +0200)]
MacOS: more compile fixes

13 years agoMacOS: fix compilation
Jean-Baptiste Kempf [Sun, 18 Jul 2010 16:57:27 +0000 (18:57 +0200)]
MacOS: fix compilation

13 years agoALSA: remove call to deprecated snd_pcm_sw_params_set_sleep_min()
Rémi Denis-Courmont [Sun, 18 Jul 2010 16:37:09 +0000 (19:37 +0300)]
ALSA: remove call to deprecated snd_pcm_sw_params_set_sleep_min()

13 years agoALSA: cleanup
Rémi Denis-Courmont [Sun, 18 Jul 2010 16:35:34 +0000 (19:35 +0300)]
ALSA: cleanup

13 years agoConfigure: don't stop everything when modplug 0.8.8 is detected, just deactivate...
Jean-Baptiste Kempf [Sun, 18 Jul 2010 16:28:19 +0000 (18:28 +0200)]
Configure: don't stop everything when modplug 0.8.8 is detected, just deactivate the module

This was annoying because if you had a modplug.pc and didn't --enable-mod, it was auto-detected and then failed.

13 years agoMacOS: try to fix MacOS Audio crash
Jean-Baptiste Kempf [Sun, 18 Jul 2010 16:17:28 +0000 (18:17 +0200)]
MacOS: try to fix MacOS Audio crash

Should fix #3767

13 years agoQt: preferences, show correctly the column items
Jean-Baptiste Kempf [Sun, 18 Jul 2010 15:58:07 +0000 (17:58 +0200)]
Qt: preferences, show correctly the column items

Close #3887

13 years agoALSA: use default device if none specified instead of failing
Rémi Denis-Courmont [Sun, 18 Jul 2010 15:59:59 +0000 (18:59 +0300)]
ALSA: use default device if none specified instead of failing

13 years agoALSA: use plughw rather than hw for manually selected output
Rémi Denis-Courmont [Sun, 18 Jul 2010 15:46:07 +0000 (18:46 +0300)]
ALSA: use plughw rather than hw for manually selected output

plughw provides transparent userspace format conversion if needed.
That is much safer. In fact, I doubt VLC would support all raw hardware
drivers - some have rather weird format requirements.

13 years agoALSA: 16-bytes is enough for a card name
Rémi Denis-Courmont [Sun, 18 Jul 2010 15:01:06 +0000 (18:01 +0300)]
ALSA: 16-bytes is enough for a card name

13 years agoAVFormat : Don't drop metadata keys.
Jai Menon [Sun, 18 Jul 2010 13:13:31 +0000 (18:43 +0530)]
AVFormat : Don't drop metadata keys.

The current code seems to require _all_ metadata fields to be populated
which seems a bit unreasonable.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoUpdate LIST
Jean-Baptiste Kempf [Sun, 18 Jul 2010 11:25:31 +0000 (13:25 +0200)]
Update LIST

13 years agoWin32: makefile simplification
Jean-Baptiste Kempf [Sun, 18 Jul 2010 11:18:28 +0000 (13:18 +0200)]
Win32: makefile simplification

13 years agoAssume UTF-8 operating system by default
Rémi Denis-Courmont [Sun, 18 Jul 2010 09:14:09 +0000 (12:14 +0300)]
Assume UTF-8 operating system by default

13 years agoutf8_vasprintf(): avoid useless strdup if UTF-8 is assumed
Rémi Denis-Courmont [Sun, 18 Jul 2010 09:09:55 +0000 (12:09 +0300)]
utf8_vasprintf(): avoid useless strdup if UTF-8 is assumed

13 years agoUnicode: refactor, no functional changes
Rémi Denis-Courmont [Sun, 18 Jul 2010 09:06:05 +0000 (12:06 +0300)]
Unicode: refactor, no functional changes

13 years agonl_langinfo is not thread-safe, avoid it
Rémi Denis-Courmont [Sun, 18 Jul 2010 08:59:57 +0000 (11:59 +0300)]
nl_langinfo is not thread-safe, avoid it

This brings some useless overhead for native UTF-8 systems.
Linux packagers may want to define ASSUME_UTF8 to avoid this problem.

Also, this assumes that iconv_open() recognizes "" as the current
character set (POSIX says nothing about valid iconv_open() parameters).

13 years agosout std: use raw mux for .mp3 extension (fix #3910)
Rémi Denis-Courmont [Sat, 17 Jul 2010 20:01:05 +0000 (23:01 +0300)]
sout std: use raw mux for .mp3 extension (fix #3910)

13 years agoFix implicit switch case cast
Rémi Denis-Courmont [Sat, 17 Jul 2010 18:50:22 +0000 (21:50 +0300)]
Fix implicit switch case cast

13 years agoudev: use ALSA to find capture device names
Rémi Denis-Courmont [Sat, 17 Jul 2010 17:25:35 +0000 (20:25 +0300)]
udev: use ALSA to find capture device names

This is a little bit more understandable than device numbers.
Unfortunately, hot plug is as flaky as before: udev reports the device
before it is ready. alsa-lib provides no event interface (that I know),
so we have to stick with udev for now though.

Also, alsa-lib is _not_ used to fetch the card name. In my opinion, the
udev vendor string is a lot better. Compare:
- "USB Device 0xccd:0x77" (alsa card name) with
  "TerraTec Electronic GmbH" (udev vendor), or
- "Intel ICH6" (alsa card name) with "Intel Corporation" (udev vendor).

13 years agoMove most alsa-lib logic to Makefiles
Rémi Denis-Courmont [Sat, 17 Jul 2010 16:37:31 +0000 (19:37 +0300)]
Move most alsa-lib logic to Makefiles

13 years agoOSS is not Linux-specific
Rémi Denis-Courmont [Sat, 17 Jul 2010 16:27:00 +0000 (19:27 +0300)]
OSS is not Linux-specific

13 years agolua art: don't try too much to find some art
Ilkka Ollakka [Sat, 17 Jul 2010 13:46:38 +0000 (16:46 +0300)]
lua art: don't try too much to find some art

Move googleimage search first, and enable it again but don't use eg filename in search query.
Move musicbrainz after last.fm, and don't try more than one way to find art, also do query once in 2 sec

If you get bad hits from googleimage album-art, please report them to me.

13 years agoRC: stats are 64-bits
Rémi Denis-Courmont [Sat, 17 Jul 2010 13:34:01 +0000 (16:34 +0300)]
RC: stats are 64-bits

13 years agoRC: fix warning
Rémi Denis-Courmont [Sat, 17 Jul 2010 13:33:55 +0000 (16:33 +0300)]
RC: fix warning

13 years agoAll other Interfaces already moved on.Only my oldrc was left :)
Pankaj Yadav [Sun, 18 Jul 2010 04:17:29 +0000 (09:47 +0530)]
All other Interfaces already moved on.Only my oldrc was left :)

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoSome platforms may have macros optind optarg and optopt so we don't...
Pankaj Yadav [Sun, 18 Jul 2010 04:02:37 +0000 (09:32 +0530)]
Some platforms may have macros optind optarg and optopt so we don't...

... use them as names of our variables

Signed-off-by: Rémi Denis-Courmont <remi@remlab.net>
13 years agoasf: Fix WLE->DWLE in codec list object parsing
Juho Vähä-Herttua [Fri, 16 Jul 2010 11:50:52 +0000 (14:50 +0300)]
asf: Fix WLE->DWLE in codec list object parsing

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoasf: Fix packet length handling to be correct
Juho Vähä-Herttua [Fri, 16 Jul 2010 11:50:51 +0000 (14:50 +0300)]
asf: Fix packet length handling to be correct

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt: video_effects fix logo ui
Francois Cartegnie [Wed, 14 Jul 2010 16:29:34 +0000 (18:29 +0200)]
Qt: video_effects fix logo ui

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt: sprefs_subtitles fix layout
Francois Cartegnie [Wed, 14 Jul 2010 16:29:33 +0000 (18:29 +0200)]
Qt: sprefs_subtitles fix layout

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoQt: sprefs_input fix layout
Francois Cartegnie [Wed, 14 Jul 2010 16:29:32 +0000 (18:29 +0200)]
Qt: sprefs_input fix layout

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
13 years agoXCB: transparent rather than black cursor (fixes #3916)
Rémi Denis-Courmont [Sat, 17 Jul 2010 11:15:14 +0000 (14:15 +0300)]
XCB: transparent rather than black cursor (fixes #3916)

13 years agoAlways re-arm the cursor hide timeout on movement (fixes: #3915)
Rémi Denis-Courmont [Sat, 17 Jul 2010 10:32:13 +0000 (13:32 +0300)]
Always re-arm the cursor hide timeout on movement (fixes: #3915)

At least with X11, the mouse may move without changing coordinates.
We need to re-arm the cursor hide timeout since the cursor was shown.

13 years agoWin32/CE: Nicer Makefile syntax
Jean-Baptiste Kempf [Fri, 16 Jul 2010 23:28:22 +0000 (01:28 +0200)]
Win32/CE: Nicer Makefile syntax

13 years agoQt4: fix open dialog issue when file browser is embedded
Jean-Baptiste Kempf [Fri, 16 Jul 2010 23:20:56 +0000 (01:20 +0200)]
Qt4: fix open dialog issue when file browser is embedded

Close #3893

13 years agoWince: do not fail if locale/ is missing
Jean-Baptiste Kempf [Fri, 16 Jul 2010 15:36:13 +0000 (17:36 +0200)]
Wince: do not fail if locale/ is missing

13 years agoWin32: man find
Jean-Baptiste Kempf [Fri, 16 Jul 2010 14:43:05 +0000 (16:43 +0200)]
Win32: man find

13 years agoWinCE: try to fix building packages
Jean-Baptiste Kempf [Fri, 16 Jul 2010 13:56:28 +0000 (15:56 +0200)]
WinCE: try to fix building packages

13 years agoincludes: add some more LIBVLC_USED.
Rémi Duraffort [Thu, 15 Jul 2010 21:44:49 +0000 (23:44 +0200)]
includes: add some more LIBVLC_USED.

13 years agoFix compiler warning.
Rémi Duraffort [Thu, 15 Jul 2010 21:32:10 +0000 (23:32 +0200)]
Fix compiler warning.

13 years agolibvlc_media: fix documentation.
Rémi Duraffort [Thu, 15 Jul 2010 21:18:49 +0000 (23:18 +0200)]
libvlc_media: fix documentation.

13 years agohttp: fix warning.
Rémi Duraffort [Thu, 15 Jul 2010 21:14:21 +0000 (23:14 +0200)]
http: fix warning.

13 years agoKill implicit pointer -> bool cast
Rémi Denis-Courmont [Thu, 15 Jul 2010 19:01:34 +0000 (22:01 +0300)]
Kill implicit pointer -> bool cast

13 years agoFixed a compilation warning.
Laurent Aimar [Thu, 15 Jul 2010 18:55:59 +0000 (20:55 +0200)]
Fixed a compilation warning.

13 years agoFix taglib compilation.
Götz Waschk [Thu, 15 Jul 2010 18:04:24 +0000 (20:04 +0200)]
Fix taglib compilation.

1.6.0 does not support cover arts but the later version does support it.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agoFix --enable-id3tag help
Rémi Denis-Courmont [Thu, 15 Jul 2010 17:40:03 +0000 (20:40 +0300)]
Fix --enable-id3tag help

13 years agoaa: fix compilation (collision with Xlib symbols).
Rémi Duraffort [Thu, 15 Jul 2010 16:55:36 +0000 (18:55 +0200)]
aa: fix compilation (collision with Xlib symbols).

13 years agoASCII Art: initialize Xlib
Rémi Denis-Courmont [Thu, 15 Jul 2010 16:26:43 +0000 (19:26 +0300)]
ASCII Art: initialize Xlib

Don't ask me why, but libaa depends on Xlib.

13 years agosome platforms can have int64_t typedefed to long long ..This patch prevents illegal...
pk@pk-desktop.(none) [Thu, 15 Jul 2010 18:50:40 +0000 (00:20 +0530)]
some platforms can have int64_t typedefed to long long ..This patch prevents illegal implicit conversion from long long * to int *

Signed-off-by: Ilkka Ollakka <ileoo@videolan.org>
13 years agoCorrect example RTP location (fixes #3901)
Rémi Denis-Courmont [Wed, 14 Jul 2010 20:14:34 +0000 (23:14 +0300)]
Correct example RTP location (fixes #3901)

13 years agoscene: Windows cannot replace files atomically (fixes #3521)
Rémi Denis-Courmont [Wed, 14 Jul 2010 20:11:28 +0000 (23:11 +0300)]
scene: Windows cannot replace files atomically (fixes #3521)

13 years agoDoc typo
Rémi Denis-Courmont [Wed, 14 Jul 2010 19:49:07 +0000 (22:49 +0300)]
Doc typo

13 years agoTypo, fix libvlc_video_set_format() pitch
Rémi Denis-Courmont [Wed, 14 Jul 2010 19:39:18 +0000 (22:39 +0300)]
Typo, fix libvlc_video_set_format() pitch

13 years agostatistics to 64bit
Ilkka Ollakka [Wed, 14 Jul 2010 16:07:36 +0000 (19:07 +0300)]
statistics to 64bit

Didn't touch the os x interface code. I don't think I missed any core-code that relates.
Fixe #3411

13 years agoQt4: change messages-dialog to use msg_SubscriptionSetVerbosity
Ilkka Ollakka [Tue, 13 Jul 2010 16:57:16 +0000 (19:57 +0300)]
Qt4: change messages-dialog to use msg_SubscriptionSetVerbosity

13 years agoadd msg_SubscriptionSetVerbosity call, so core filter message-level for subscribers
Ilkka Ollakka [Tue, 13 Jul 2010 13:22:48 +0000 (16:22 +0300)]
add msg_SubscriptionSetVerbosity call, so core filter message-level for subscribers

13 years agoAdded an assert in mkv.
Laurent Aimar [Wed, 14 Jul 2010 18:27:18 +0000 (20:27 +0200)]
Added an assert in mkv.

13 years agoModified aout_ChangeFilterString to handle audio filter order.
Laurent Aimar [Wed, 14 Jul 2010 18:11:06 +0000 (20:11 +0200)]
Modified aout_ChangeFilterString to handle audio filter order.

For the moment, no order is imposed.

13 years agoFixed a (probable) typo in aout_ChangeFilterString().
Laurent Aimar [Wed, 14 Jul 2010 17:16:31 +0000 (19:16 +0200)]
Fixed a (probable) typo in aout_ChangeFilterString().

13 years agoMoved AoutChangeFilterString out of aout_internal.h.
Laurent Aimar [Wed, 14 Jul 2010 17:14:11 +0000 (19:14 +0200)]
Moved AoutChangeFilterString out of aout_internal.h.

No functionnal changes.

13 years agouse VA_INVALID_ID wherever appropriate (vaapi).
gbeauchesne@splitted-desktop.com [Sun, 11 Jul 2010 21:33:13 +0000 (23:33 +0200)]
use VA_INVALID_ID wherever appropriate (vaapi).

Signed-off-by: Laurent Aimar <fenrir@videolan.org>
13 years agoMKV : Add MJPEG codec ID.
Jai Menon [Tue, 13 Jul 2010 08:00:35 +0000 (13:30 +0530)]
MKV : Add MJPEG codec ID.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agoMKV : Fix some memory leaks in the EBML parser.
Jai Menon [Wed, 14 Jul 2010 17:30:34 +0000 (23:00 +0530)]
MKV : Fix some memory leaks in the EBML parser.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agoMKV : Add support for parsing Matroska Tag elements and exporting them as metadata...
Jai Menon [Tue, 13 Jul 2010 08:00:34 +0000 (13:30 +0530)]
MKV : Add support for parsing Matroska Tag elements and exporting them as metadata entries.

Signed-off-by: Rémi Duraffort <ivoire@videolan.org>
13 years agomodules: remove an unused define and assert if we try to add too many shortcuts.
Rémi Duraffort [Wed, 14 Jul 2010 17:02:17 +0000 (19:02 +0200)]
modules: remove an unused define and assert if we try to add too many shortcuts.

In fact the cache loader does only load less than MODULE_SHORTCUT_MAX shortcuts.

13 years agoSDL vout: fix crash due to (not calling) XInitThreads
Rémi Denis-Courmont [Mon, 12 Jul 2010 17:53:56 +0000 (20:53 +0300)]
SDL vout: fix crash due to (not calling) XInitThreads

13 years agodbus: monitor input state change through "intf-event"
Rafaël Carré [Mon, 12 Jul 2010 15:32:41 +0000 (17:32 +0200)]
dbus: monitor input state change through "intf-event"

End of playlist is still not notified

13 years agompris.glade: silence a gtk warning
Rafaël Carré [Mon, 12 Jul 2010 13:39:10 +0000 (15:39 +0200)]
mpris.glade: silence a gtk warning

13 years agoMPRIS metadata required field is "location", not "URI"
Rafaël Carré [Mon, 12 Jul 2010 13:32:48 +0000 (15:32 +0200)]
MPRIS metadata required field is "location", not "URI"

13 years agoFix make dist after moving dbus files
Rafaël Carré [Mon, 12 Jul 2010 12:35:09 +0000 (14:35 +0200)]
Fix make dist after moving dbus files

13 years agoRemove file forgotten in [79a45df736]
Rafaël Carré [Mon, 12 Jul 2010 12:33:45 +0000 (14:33 +0200)]
Remove file forgotten in [79a45df736]

13 years agofixes dailymotion parser
Rafaël Carré [Sun, 11 Jul 2010 22:26:00 +0000 (00:26 +0200)]
fixes dailymotion parser

get the SD video (in flv), the HD and HQ videos (in mp4) causes seeking
back and forth and the video is unplayable

13 years agotranscode: use var_Get(Int|Bool|String)
Ilkka Ollakka [Sun, 11 Jul 2010 17:59:08 +0000 (20:59 +0300)]
transcode: use var_Get(Int|Bool|String)

13 years agoEnabled back yadif deinterlacer mode in the vout.
Laurent Aimar [Sun, 11 Jul 2010 17:05:50 +0000 (19:05 +0200)]
Enabled back yadif deinterlacer mode in the vout.

13 years agoAdded support for video filter that introduce latency (vout).
Laurent Aimar [Sun, 11 Jul 2010 17:04:35 +0000 (19:04 +0200)]
Added support for video filter that introduce latency (vout).

It is not yet perfect as the input is not warned of the latency of the vout.

13 years agoFixed deinterlacer mode configuration (vout).
Laurent Aimar [Sun, 11 Jul 2010 17:02:37 +0000 (19:02 +0200)]
Fixed deinterlacer mode configuration (vout).

13 years agoCosmetics.
Laurent Aimar [Sun, 11 Jul 2010 17:01:51 +0000 (19:01 +0200)]
Cosmetics.

13 years agoEnabled back yadif mode in the deinterlace video filter module.
Laurent Aimar [Sun, 11 Jul 2010 16:59:11 +0000 (18:59 +0200)]
Enabled back yadif mode in the deinterlace video filter module.

Becareful that it adds a delay of one frame, so it needs to be
flushed on discontinuity and it will return NULL one time.