]> git.sesse.net Git - vlc/log
vlc
15 years agoWin32: go to fullscreen on the same monitor as the vlc window
Geoffroy Couprie [Thu, 19 Feb 2009 13:14:54 +0000 (14:14 +0100)]
Win32: go to fullscreen on the same monitor as the vlc window
Fixes #2517

15 years agoWinCE: add missing include in vlm.c
Geoffroy Couprie [Thu, 19 Feb 2009 01:42:00 +0000 (02:42 +0100)]
WinCE: add missing include in vlm.c

15 years agoWinCE: don't use features absent of Windows Mobile
Geoffroy Couprie [Thu, 19 Feb 2009 01:11:08 +0000 (02:11 +0100)]
WinCE: don't use features absent of Windows Mobile

15 years agoWinCE intf: don't use old preferences macros
Geoffroy Couprie [Thu, 19 Feb 2009 00:36:52 +0000 (01:36 +0100)]
WinCE intf: don't use old preferences macros

15 years agoWinCE intf: LVITEM needs an index
Geoffroy Couprie [Thu, 19 Feb 2009 00:35:51 +0000 (01:35 +0100)]
WinCE intf: LVITEM needs an index

15 years agoWinCE intf: remove VLC_Changeset
Geoffroy Couprie [Wed, 18 Feb 2009 17:54:48 +0000 (18:54 +0100)]
WinCE intf: remove VLC_Changeset

15 years agoWinCE: fix compilation of wince.cpp
Geoffroy Couprie [Wed, 18 Feb 2009 17:53:58 +0000 (18:53 +0100)]
WinCE: fix compilation of wince.cpp

15 years agoFixed a memleak in cdda.
Laurent Aimar [Wed, 18 Feb 2009 23:01:27 +0000 (00:01 +0100)]
Fixed a memleak in cdda.

15 years agoAllow to only specify --cdda-track to select a cd audio track.
Laurent Aimar [Wed, 18 Feb 2009 21:56:41 +0000 (22:56 +0100)]
Allow to only specify --cdda-track to select a cd audio track.

15 years agoAdded a "key-rate-normal" to reset input playback rate to 1x
Laurent Aimar [Wed, 18 Feb 2009 20:11:52 +0000 (21:11 +0100)]
Added a "key-rate-normal" to reset input playback rate to 1x

It is related to #1122 and #1848.

15 years agoFixed mms udp polling and network timeout.
Laurent Aimar [Wed, 18 Feb 2009 19:52:09 +0000 (20:52 +0100)]
Fixed mms udp polling and network timeout.

15 years agoUpdate forgotten function calls
Geoffroy Couprie [Wed, 18 Feb 2009 12:09:26 +0000 (13:09 +0100)]
Update forgotten function calls

Fixed by Pierre Ynard

15 years agoImproved ac3/eac3 support in mp4 (fix #2524).
Laurent Aimar [Tue, 17 Feb 2009 22:48:36 +0000 (23:48 +0100)]
Improved ac3/eac3 support in mp4 (fix #2524).

15 years agoKeep the bank lock until plugins are loaded.
Rémi Denis-Courmont [Tue, 17 Feb 2009 21:28:40 +0000 (23:28 +0200)]
Keep the bank lock until plugins are loaded.

This is a bit ugly but it fixes two race conditions:
 - loading plugins while another thread is initializing,
 - using the bank when the first thread has not completed loading plugins.

Unfortunately, there is still a small race when module_need() calls
AllocatePlugin(). It really should not -need to- do that, but the fix would
be quite invasive. We would basically need to store plugin callbacks by names
rather than function pointers. Then the module descriptors would be fully
serializable, so we would not need to re-describe plugins when loading their
shared object. That would also fix the last known corruption bug in the plugins
cache.

15 years agoRemove unused member
Rémi Denis-Courmont [Tue, 17 Feb 2009 20:51:42 +0000 (22:51 +0200)]
Remove unused member

15 years agoPlugins depend on the core symbols list, not the whole library
Rémi Denis-Courmont [Tue, 17 Feb 2009 20:50:24 +0000 (22:50 +0200)]
Plugins depend on the core symbols list, not the whole library

15 years agoFix warning
Rémi Denis-Courmont [Tue, 17 Feb 2009 20:35:50 +0000 (22:35 +0200)]
Fix warning

15 years agoDo not declare non-existent module_ResetBank
Rémi Denis-Courmont [Tue, 17 Feb 2009 20:35:12 +0000 (22:35 +0200)]
Do not declare non-existent module_ResetBank

15 years agoRemove remnants of builtin modules support
Rémi Denis-Courmont [Tue, 17 Feb 2009 20:32:02 +0000 (22:32 +0200)]
Remove remnants of builtin modules support

If we ever to reintroduce builtin modules, we anyway would need to
rewrite that part.

15 years agoCosmetic (avoid static variable in a few functions)
Rémi Denis-Courmont [Tue, 17 Feb 2009 20:18:07 +0000 (22:18 +0200)]
Cosmetic (avoid static variable in a few functions)

15 years agoMissing const
Rémi Denis-Courmont [Tue, 17 Feb 2009 20:08:18 +0000 (22:08 +0200)]
Missing const

15 years ago* skip potential subtitle filenames that start with a dot.
Derk-Jan Hartman [Tue, 17 Feb 2009 20:05:53 +0000 (21:05 +0100)]
* skip potential subtitle filenames that start with a dot.

15 years agoFix crash when transcoding from mpeg2
Aurélien Nephtali [Tue, 17 Feb 2009 14:47:07 +0000 (15:47 +0100)]
Fix crash when transcoding from mpeg2

The attached patch fixes transcoding from mpeg2 with last VLC from git.

jupiter@~/vlc> ./vlc file.ts --sout
'#transcode{vcodec=mp4v}:std{access=file,mux=ts,dst=/dev/null}' -I
dummy
[...]
[0x212d9c0] libmpeg2 decoder debug: 720x576 (display 720,576), aspect
768000, sar 64:45, 25.000 fps
[0x212d9c0] main decoder warning: can't get output picture
[0x212d9c0] libmpeg2 decoder warning: invalid picture encountered
[0x212d9c0] main decoder warning: can't get output picture
zsh: segmentation fault  ./vlc file.ts --sout  -I dummy

Signed-off-by: Rémi Denis-Courmont <rdenis@simphalempin.com>
15 years agoFixed Qt4 interface to use the new postprocess vout variable.
Laurent Aimar [Tue, 17 Feb 2009 18:52:43 +0000 (19:52 +0100)]
Fixed Qt4 interface to use the new postprocess vout variable.

15 years agoAdded a "postprocess" vout variable.
Laurent Aimar [Tue, 17 Feb 2009 18:52:05 +0000 (19:52 +0100)]
Added a "postprocess" vout variable.

15 years agoAdded QTYPE_NONE to easily detect if qp are present (vout).
Laurent Aimar [Mon, 16 Feb 2009 23:14:32 +0000 (00:14 +0100)]
Added QTYPE_NONE to easily detect if qp are present (vout).

15 years agomacosx-plugin: improved wording
Felix Paul Kühne [Tue, 17 Feb 2009 16:22:28 +0000 (17:22 +0100)]
macosx-plugin: improved wording

15 years agomacosx-plugin: Removed English to English localisation of the bundle info
Felix Paul Kühne [Tue, 17 Feb 2009 16:20:37 +0000 (17:20 +0100)]
macosx-plugin: Removed English to English localisation of the bundle info

This was done for no obvious reason in the past... Additionally, this fixes proper version information display in the Finder's Information panel.

15 years agofb: initialize p_sys->p_video to MAP_FAILED.
Jean-Paul Saman [Tue, 17 Feb 2009 15:46:45 +0000 (16:46 +0100)]
fb: initialize p_sys->p_video to MAP_FAILED.

15 years agoRevert "python bindings: workaround for the #2257 / #2266 VLC bug (linux only ATM)"
Olivier Aubert [Tue, 17 Feb 2009 12:53:01 +0000 (13:53 +0100)]
Revert "python bindings: workaround for the #2257 / #2266 VLC bug (linux only ATM)"

Not needed anymore since we are back at linking modules with libvlccode.

This reverts commit 937e3f2f6b56c287e9acecfc77d65841300325ca.

15 years agomozilla: build fix on MacOS X for commit c26963910979f706f8830dde3785317aeb42ba03
Jean-Paul Saman [Tue, 17 Feb 2009 12:48:49 +0000 (13:48 +0100)]
mozilla: build fix on MacOS X for commit c26963910979f706f8830dde3785317aeb42ba03

15 years agomozilla: cleanup
Jean-Paul Saman [Tue, 17 Feb 2009 11:39:38 +0000 (12:39 +0100)]
mozilla: cleanup

15 years agomozilla: protect calls to libvlc_playlist_isplaying()
Jean-Paul Saman [Tue, 17 Feb 2009 11:02:31 +0000 (12:02 +0100)]
mozilla: protect calls to libvlc_playlist_isplaying()

15 years agomozilla: test.html print "state" information in an alert box.
Jean-Paul Saman [Fri, 13 Feb 2009 15:24:42 +0000 (16:24 +0100)]
mozilla: test.html print "state" information in an alert box.

15 years agomozilla: no functional changes
Jean-Paul Saman [Fri, 13 Feb 2009 15:22:51 +0000 (16:22 +0100)]
mozilla: no functional changes

* Rename i_playing to is_playing
* Handle case of p_md being NULL.

15 years agomozilla: Recreate toolbar pixels to a smaller size.
Jean-Paul Saman [Fri, 13 Feb 2009 14:49:00 +0000 (15:49 +0100)]
mozilla: Recreate toolbar pixels to a smaller size.

15 years agofb: do not segfault when OpenDisplay() fails in Create().
Jean-Paul Saman [Wed, 11 Feb 2009 16:05:32 +0000 (17:05 +0100)]
fb: do not segfault when OpenDisplay() fails in Create().

When the plugin fails to open the framebuffer, then the mmap might
not have been done yet. In this case a segmentation fault will occur
when memset is called on p_sys->p_video. (p_sys->p_video is either NULL,
or MMAP_FAILED.)

15 years agoAdd .rec files in open files.
Jean-Baptiste Kempf [Tue, 17 Feb 2009 11:34:33 +0000 (12:34 +0100)]
Add .rec files in open files.

15 years agoWe're back to linking the plugins with libvlccore
Christophe Mutricy [Tue, 17 Feb 2009 00:17:38 +0000 (00:17 +0000)]
We're back to linking the plugins with libvlccore

15 years agoSet the libvlc internal verbosity
Christophe Mutricy [Tue, 17 Feb 2009 00:10:39 +0000 (00:10 +0000)]
Set the libvlc internal verbosity

When set from the config file

15 years agoHopefully fix macos moz plugin build
Christophe Mutricy [Mon, 16 Feb 2009 22:15:25 +0000 (22:15 +0000)]
Hopefully fix macos moz plugin build

15 years agoqt4: fix compile which was caused by removing one line too much in rebasing, my bad
Ilkka Ollakka [Tue, 17 Feb 2009 00:04:06 +0000 (02:04 +0200)]
qt4: fix compile which was caused by removing one line too much in rebasing, my bad

15 years agoqt4: change callback to new playlist-item-append/deleted
Ilkka Ollakka [Mon, 16 Feb 2009 23:23:34 +0000 (01:23 +0200)]
qt4: change callback to new playlist-item-append/deleted

15 years agoqt4: remove item-change callback from playlist-model
Ilkka Ollakka [Mon, 16 Feb 2009 21:28:04 +0000 (23:28 +0200)]
qt4: remove item-change callback from playlist-model

15 years agoRemoved one malloc per new playlist item (qt4).
Laurent Aimar [Mon, 16 Feb 2009 23:01:02 +0000 (00:01 +0100)]
Removed one malloc per new playlist item (qt4).

15 years agoRemoved unused field and clean up (playlist).
Laurent Aimar [Mon, 16 Feb 2009 21:46:16 +0000 (22:46 +0100)]
Removed unused field and clean up (playlist).

15 years agoRenamed playlist "item-append/deleted" to "playlist-item-append/deleted".
Laurent Aimar [Mon, 16 Feb 2009 21:30:58 +0000 (22:30 +0100)]
Renamed playlist "item-append/deleted" to "playlist-item-append/deleted".

I hope they will reduce the risk of error until the playlist API is rewritten.

15 years agoRenamed playlist "playlist-current" to "item-current".
Laurent Aimar [Mon, 16 Feb 2009 21:24:38 +0000 (22:24 +0100)]
Renamed playlist "playlist-current" to "item-current".

15 years agoDocument a bit playlist event variable.
Laurent Aimar [Mon, 16 Feb 2009 21:05:02 +0000 (22:05 +0100)]
Document a bit playlist event variable.

15 years ago"item-remove" does not exist (dbus).
Laurent Aimar [Mon, 16 Feb 2009 20:41:13 +0000 (21:41 +0100)]
"item-remove" does not exist (dbus).

15 years agoModify playlist code to always use input_item_t->i_id in "item-change" callback.
Laurent Aimar [Mon, 16 Feb 2009 20:33:43 +0000 (21:33 +0100)]
Modify playlist code to always use input_item_t->i_id in "item-change" callback.

 The previous code mixed up playlist_item_t->i_id and input_item_t->i_id and
 so this callback was unusable.

15 years agoCosmetics.
Laurent Aimar [Mon, 16 Feb 2009 20:03:39 +0000 (21:03 +0100)]
Cosmetics.

15 years agoAdded missing lock assert to playlist_CurrentPlayingItem and playlist_Status.
Laurent Aimar [Mon, 16 Feb 2009 19:54:18 +0000 (20:54 +0100)]
Added missing lock assert to playlist_CurrentPlayingItem and playlist_Status.

15 years agoRemoved or privatized playlist functions.
Laurent Aimar [Mon, 16 Feb 2009 19:50:31 +0000 (20:50 +0100)]
Removed or privatized playlist functions.

15 years agoSuppport AAC LATM inside PS (with a PSM).
Laurent Aimar [Mon, 16 Feb 2009 18:51:54 +0000 (19:51 +0100)]
Suppport AAC LATM inside PS (with a PSM).

15 years agoFix pkgincludedir in vlc-plugin.pc
Rémi Denis-Courmont [Mon, 16 Feb 2009 19:23:39 +0000 (21:23 +0200)]
Fix pkgincludedir in vlc-plugin.pc

Pointed-out-by: Benjamin Gerard
15 years agocalloc usage.
Rémi Duraffort [Mon, 16 Feb 2009 15:05:26 +0000 (16:05 +0100)]
calloc usage.

15 years agoRevert "QT4: connect signal from inputmanager metaChanged to playlist-model so it...
Ilkka Ollakka [Mon, 16 Feb 2009 12:55:11 +0000 (14:55 +0200)]
Revert "QT4: connect signal from inputmanager metaChanged to playlist-model so it updates item."

This reverts commit 394a9e2c128f34c183a2c4d9b7efc5ca5679afa7.

This doesn't really fix the issues, so better to revert and rework it.

15 years agoQt: don't spam the log with too many debug messages...
Jean-Baptiste Kempf [Mon, 16 Feb 2009 07:27:31 +0000 (08:27 +0100)]
Qt: don't spam the log with too many debug messages...

This doesn't solve the fact that ItemChanged_Type is called WAY too often... Fenrir, ILEoo, ideas?

15 years agoRevert "Qt: deinline createStatusBar() and explicit statusBar creation." and Fix...
Jean-Baptiste Kempf [Mon, 16 Feb 2009 00:14:20 +0000 (01:14 +0100)]
Revert "Qt: deinline createStatusBar() and explicit statusBar creation." and Fix StatusBar - close #2523

This reverts commit f509b90d14a08b1fb6b4e6584c56e4ce5a6bb086.

15 years agomacosx: updated default configs (use the 10.5 SDK instead of 10.4u)
Felix Paul Kühne [Sun, 15 Feb 2009 23:41:27 +0000 (00:41 +0100)]
macosx: updated default configs (use the 10.5 SDK instead of 10.4u)

15 years agomacosx: fixed the messages panel by updating the code to the current API
Felix Paul Kühne [Sun, 15 Feb 2009 23:39:47 +0000 (00:39 +0100)]
macosx: fixed the messages panel by updating the code to the current API

15 years agominimal-macosx: compilation fix. Needs testing within the framework.
Felix Paul Kühne [Sun, 15 Feb 2009 14:36:04 +0000 (15:36 +0100)]
minimal-macosx: compilation fix. Needs testing within the framework.

15 years agoQt: toolbar-profile, provide 4 profiles, one being close to 0.8.6 interface, the...
Jean-Baptiste Kempf [Sun, 15 Feb 2009 23:38:16 +0000 (00:38 +0100)]
Qt: toolbar-profile, provide 4 profiles, one being close to 0.8.6 interface, the other one close to 0.9.0 and too smaller ones.

Default can be changed, please give ideas.

15 years agoQt: profiles for the interface toolbar edition
Jean-Baptiste Kempf [Sun, 15 Feb 2009 22:39:40 +0000 (23:39 +0100)]
Qt: profiles for the interface toolbar edition

15 years agoMinor cleanup
Rémi Denis-Courmont [Sun, 15 Feb 2009 17:59:44 +0000 (19:59 +0200)]
Minor cleanup

15 years agoStay polite
Rémi Denis-Courmont [Sun, 15 Feb 2009 17:49:55 +0000 (19:49 +0200)]
Stay polite

15 years agoMerge branch 'master' of git@git.videolan.org:vlc
Rémi Denis-Courmont [Sun, 15 Feb 2009 17:26:12 +0000 (19:26 +0200)]
Merge branch 'master' of git@git.videolan.org:vlc

15 years agoVOUT_SET_STAY_ON_TOP: call vout_Control in a thread-safe fashion
Rémi Denis-Courmont [Sun, 15 Feb 2009 17:25:42 +0000 (19:25 +0200)]
VOUT_SET_STAY_ON_TOP: call vout_Control in a thread-safe fashion

15 years agoQt: sprefs, put replay-gain in the audio part.
Jean-Baptiste Kempf [Sun, 15 Feb 2009 17:15:17 +0000 (18:15 +0100)]
Qt: sprefs, put replay-gain in the audio part.

Close #2521

15 years agoRemove unused VOUT_GET_SIZE...
Rémi Denis-Courmont [Sun, 15 Feb 2009 17:01:15 +0000 (19:01 +0200)]
Remove unused VOUT_GET_SIZE...

...and it is probably no use considering vout thread already has the
informations.

15 years agoQt: add a tooltip for people who don't get that save will close the dialog.
Jean-Baptiste Kempf [Sun, 15 Feb 2009 16:52:50 +0000 (17:52 +0100)]
Qt: add a tooltip for people who don't get that save will close the dialog.

15 years agoQt: menu playback/bookmark can now open the bookmarks dialog
Jean-Philippe Andre [Sun, 15 Feb 2009 16:44:53 +0000 (00:44 +0800)]
Qt: menu playback/bookmark can now open the bookmarks dialog

15 years agoQt: menus: fix ordering of the video menu. fix scale
Jean-Philippe Andre [Sun, 15 Feb 2009 16:24:09 +0000 (00:24 +0800)]
Qt: menus: fix ordering of the video menu. fix scale

15 years agoqt4: add .vlm at the end of the export file if needed.
Rémi Duraffort [Sun, 15 Feb 2009 16:02:35 +0000 (17:02 +0100)]
qt4: add .vlm at the end of the export file if needed.

15 years agoncurses: fix a segfault when launching the interface without any item in the playlist.
Rémi Duraffort [Sat, 14 Feb 2009 10:06:17 +0000 (11:06 +0100)]
ncurses: fix a segfault when launching the interface without any item in the playlist.

15 years agoX11: remove non-sensical locking scheme
Rémi Denis-Courmont [Sun, 15 Feb 2009 15:47:17 +0000 (17:47 +0200)]
X11: remove non-sensical locking scheme

This reverts gullible commit 54b43fae. vout_Control() cannot be called
from another thread. Full point.

15 years agoQt4: Don't put richtext in the ui. This is a nightmare for gettext. See #2140.
Jean-Baptiste Kempf [Sun, 15 Feb 2009 15:35:24 +0000 (16:35 +0100)]
Qt4: Don't put richtext in the ui. This is a nightmare for gettext. See #2140.

15 years agoDo not block (non interruptible) in dvdnav on fifo.
Laurent Aimar [Sun, 15 Feb 2009 15:30:40 +0000 (16:30 +0100)]
Do not block (non interruptible) in dvdnav on fifo.

15 years agoFixed missing vout_Snapshot internal function prototype.
Laurent Aimar [Sun, 15 Feb 2009 14:43:25 +0000 (15:43 +0100)]
Fixed missing vout_Snapshot internal function prototype.

It was broken after being privatized.

15 years agoUnused variable
Rémi Denis-Courmont [Sun, 15 Feb 2009 14:07:53 +0000 (16:07 +0200)]
Unused variable

15 years agolibvlc: don't risk crashing Linux/Windows because of OSX crap
Rémi Denis-Courmont [Sun, 15 Feb 2009 14:02:03 +0000 (16:02 +0200)]
libvlc: don't risk crashing Linux/Windows because of OSX crap

15 years agoRemove unsafe VOUT_SET_FOCUS
Rémi Denis-Courmont [Sun, 15 Feb 2009 13:54:27 +0000 (15:54 +0200)]
Remove unsafe VOUT_SET_FOCUS

15 years agoQT4: connect signal from inputmanager metaChanged to playlist-model so it updates...
Ilkka Ollakka [Sun, 15 Feb 2009 11:51:06 +0000 (13:51 +0200)]
QT4: connect signal from inputmanager metaChanged to playlist-model so it updates item.
input: send inputEvent when length if input changes

This one should fix #2435

15 years ago* enable Kate in OS X contribs
Derk-Jan Hartman [Sun, 15 Feb 2009 00:06:32 +0000 (01:06 +0100)]
* enable Kate in OS X contribs

15 years agotypo in commit [53195e9fc7c31e8ae3aeead4879477aa950513b4]
Derk-Jan Hartman [Sun, 15 Feb 2009 00:05:44 +0000 (01:05 +0100)]
typo in commit [53195e9fc7c31e8ae3aeead4879477aa950513b4]

15 years agoUse the decoder output format instead of the input format.
Laurent Aimar [Sat, 14 Feb 2009 19:00:50 +0000 (20:00 +0100)]
Use the decoder output format instead of the input format.

It fixes a logical bug as the input and output format could be different.
(Not plugin that does that yet).

15 years agoAll decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES)
Laurent Aimar [Sat, 14 Feb 2009 18:57:15 +0000 (19:57 +0100)]
All decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES)

15 years agoUse calloc when applicable (decoders).
Laurent Aimar [Sat, 14 Feb 2009 18:45:50 +0000 (19:45 +0100)]
Use calloc when applicable (decoders).

15 years agoFixed a few errors in cmml.
Laurent Aimar [Sat, 14 Feb 2009 18:10:57 +0000 (19:10 +0100)]
Fixed a few errors in cmml.

15 years agoRemoved useless non-const static variable in decoder.c
Laurent Aimar [Sat, 14 Feb 2009 14:52:58 +0000 (15:52 +0100)]
Removed useless non-const static variable in decoder.c

15 years agoRemove useless vout_vaControlDefault
Rémi Denis-Courmont [Sat, 14 Feb 2009 20:19:13 +0000 (22:19 +0200)]
Remove useless vout_vaControlDefault

15 years agoRemove unneeded VOUT_CLOSE.
Rémi Denis-Courmont [Sat, 14 Feb 2009 18:26:42 +0000 (20:26 +0200)]
Remove unneeded VOUT_CLOSE.

15 years agoVOUT_CLOSE is unsafe and pointless. Do not use it.
Rémi Denis-Courmont [Sat, 14 Feb 2009 18:23:17 +0000 (20:23 +0200)]
VOUT_CLOSE is unsafe and pointless. Do not use it.

If an interface exits "early" it should reparent (although reparenting
is no safer). Otherwise, the core will ensure that the video output was
safely closed before it terminates the interface.

15 years agoKill stupid VOUT_SNAPSHOT control.
Rémi Denis-Courmont [Sat, 14 Feb 2009 17:58:03 +0000 (19:58 +0200)]
Kill stupid VOUT_SNAPSHOT control.

Calling vout_Control() after vlc_object_find() or input_GetVouts is not
valid. It cannot be. There is no warranty that pf_control is valid (the
video output plugin could be initializing or deinitializing). Even if
there were a lock without the pf_control implementation (as with X11),
it still wouldn't work.

Anyway, in this particular case, we already have video-snapshot to do
the exact same thing in a safe manner.

There remain some issues with snapshots:
 - there is no synchronization of b_snapshoy with the video thread,
 - there is no/incomplete error handling,
 - there is no protection against multiple concurrent snapshot reqs.

15 years agoPrivatize vout_Snapshot()
Rémi Denis-Courmont [Sat, 14 Feb 2009 17:40:05 +0000 (19:40 +0200)]
Privatize vout_Snapshot()

15 years agoRemove libvlccore load hack
Rémi Denis-Courmont [Sat, 14 Feb 2009 12:02:07 +0000 (14:02 +0200)]
Remove libvlccore load hack

It did not work properly, and was GNU specific anyway.

15 years agoLink plugins against libvlccore
Rémi Denis-Courmont [Sat, 14 Feb 2009 12:01:34 +0000 (14:01 +0200)]
Link plugins against libvlccore

This reverts back to 0.9 (and --enable-libtool 0.8.6) state. This
should fix bindings and web plugins, without hacks. However, this will
require relinking all VLC plugins whenever libvlccore changes.

15 years agoRemove VLC_Changeset, src/misc/revision.c, fixes make
Rémi Denis-Courmont [Sat, 14 Feb 2009 12:00:25 +0000 (14:00 +0200)]
Remove VLC_Changeset, src/misc/revision.c, fixes make

15 years agoRemove all uses of VLC_Changeset
Rémi Denis-Courmont [Sat, 14 Feb 2009 11:55:19 +0000 (13:55 +0200)]
Remove all uses of VLC_Changeset