]> git.sesse.net Git - vlc/log
vlc
16 years agoRemove redumdant parameter to vlc_global
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:42:35 +0000 (17:42 +0000)]
Remove redumdant parameter to vlc_global

16 years agoFix character set
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:30:27 +0000 (17:30 +0000)]
Fix character set

16 years agoDo not try to access other's filters
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:27:17 +0000 (17:27 +0000)]
Do not try to access other's filters

16 years agoSync with bridge changes in other plugins
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:27:00 +0000 (17:27 +0000)]
Sync with bridge changes in other plugins

16 years agoMore libvlc_global presumed abuse
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:24:55 +0000 (17:24 +0000)]
More libvlc_global presumed abuse

16 years agoDestroy snapshot-id from the right object...
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:21:22 +0000 (17:21 +0000)]
Destroy snapshot-id from the right object...

16 years agoDo not abuse global!
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:17:30 +0000 (17:17 +0000)]
Do not abuse global!

16 years agoffmpeg: use var_GetGlobalMutex
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:14:05 +0000 (17:14 +0000)]
ffmpeg: use var_GetGlobalMutex

16 years agouse var_GetGlobalMutex
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:07:49 +0000 (17:07 +0000)]
use var_GetGlobalMutex

16 years agoMade mosaic shared struct per-instance rather than per-process
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:03:40 +0000 (17:03 +0000)]
Made mosaic shared struct per-instance rather than per-process

16 years agoUse var_GetGlobalMutex
Rémi Denis-Courmont [Thu, 16 Aug 2007 16:56:24 +0000 (16:56 +0000)]
Use var_GetGlobalMutex
Also never destroys global mutex, otherwise we get a race condition
(which is pretty contradictory to the point for mutexes)

16 years agoCompile fix
Rémi Denis-Courmont [Thu, 16 Aug 2007 16:55:34 +0000 (16:55 +0000)]
Compile fix

16 years agovar_GetGlobalMutex() creates and gets a global mutex
Rémi Denis-Courmont [Thu, 16 Aug 2007 16:51:49 +0000 (16:51 +0000)]
var_GetGlobalMutex() creates and gets a global mutex

16 years agolua: fixed search paths list for scripts, needs more work for Linux
Damien Fouilleul [Thu, 16 Aug 2007 16:48:05 +0000 (16:48 +0000)]
lua: fixed search paths list for scripts, needs more work for Linux

16 years agovlc_global_object: return the global (process-wide) LibVLC object
Rémi Denis-Courmont [Thu, 16 Aug 2007 15:55:55 +0000 (15:55 +0000)]
vlc_global_object: return the global (process-wide) LibVLC object
It is mostly useful to register global mutexes and such things.

16 years agolibtool: added support for libtool executable wrapper on Cygwin when compiling in...
Damien Fouilleul [Thu, 16 Aug 2007 15:49:11 +0000 (15:49 +0000)]
libtool: added support for libtool executable wrapper on Cygwin when compiling in devel mode, this code may also need be ported on Linux if necessary

16 years agoPrepare to privatize some members of VLC_COMMON_MEMBERS
Rémi Denis-Courmont [Thu, 16 Aug 2007 15:43:28 +0000 (15:43 +0000)]
Prepare to privatize some members of VLC_COMMON_MEMBERS

16 years agoInlining non-static functions that are part of the public API looks wrong
Rémi Denis-Courmont [Thu, 16 Aug 2007 14:44:22 +0000 (14:44 +0000)]
Inlining non-static functions that are part of the public API looks wrong

16 years agoFix one of so many memory handling warning
Rémi Denis-Courmont [Thu, 16 Aug 2007 14:26:17 +0000 (14:26 +0000)]
Fix one of so many memory handling warning

16 years agofix dynamic plugins broken in r21118, not sure if this what courmisch had in mind...
Damien Fouilleul [Thu, 16 Aug 2007 13:59:11 +0000 (13:59 +0000)]
fix dynamic plugins broken in r21118, not sure if this what courmisch had in mind, but it works

16 years agomodules/misc/quartztext.c: Avoid reading a Null ptr.
Pierre d'Herbemont [Thu, 16 Aug 2007 00:44:33 +0000 (00:44 +0000)]
modules/misc/quartztext.c: Avoid reading a Null ptr.

16 years agosrc/control/media_instance.c: Create and Destroy the drawable variable.
Pierre d'Herbemont [Wed, 15 Aug 2007 21:12:07 +0000 (21:12 +0000)]
src/control/media_instance.c: Create and Destroy the drawable variable.

16 years agosrc/control/media_list.c: Handle meta changed event from its items.
Pierre d'Herbemont [Wed, 15 Aug 2007 18:59:20 +0000 (18:59 +0000)]
src/control/media_list.c: Handle meta changed event from its items.

16 years agosrc/control/media_descriptor.c: Forward vlc_InputItemMetaChanged events.
Pierre d'Herbemont [Wed, 15 Aug 2007 18:27:49 +0000 (18:27 +0000)]
src/control/media_descriptor.c: Forward vlc_InputItemMetaChanged events.

16 years agoFix "normal" builds
Rémi Denis-Courmont [Wed, 15 Aug 2007 18:12:01 +0000 (18:12 +0000)]
Fix "normal" builds

16 years agosrc/control/media_descriptor.c: Better libvlc_media_descriptor_duplicate.
Pierre d'Herbemont [Wed, 15 Aug 2007 17:56:00 +0000 (17:56 +0000)]
src/control/media_descriptor.c: Better libvlc_media_descriptor_duplicate.

16 years agosrc/control/media_descriptor.c: Title meta.
Pierre d'Herbemont [Wed, 15 Aug 2007 17:53:27 +0000 (17:53 +0000)]
src/control/media_descriptor.c: Title meta.

16 years agosvn:ignore
Rémi Denis-Courmont [Wed, 15 Aug 2007 17:40:47 +0000 (17:40 +0000)]
svn:ignore

16 years agoContinue fixing static builds
Rémi Denis-Courmont [Wed, 15 Aug 2007 17:37:20 +0000 (17:37 +0000)]
Continue fixing static builds

16 years agoThere is no such thing as a sgimb plugin
Rémi Denis-Courmont [Wed, 15 Aug 2007 17:35:20 +0000 (17:35 +0000)]
There is no such thing as a sgimb plugin

16 years ago*Partially* fix static builds
Rémi Denis-Courmont [Wed, 15 Aug 2007 17:15:56 +0000 (17:15 +0000)]
*Partially* fix static builds

16 years agovideo chromas: finalize SSE2 improvements
Damien Fouilleul [Wed, 15 Aug 2007 16:15:45 +0000 (16:15 +0000)]
video chromas: finalize SSE2 improvements

16 years agoMake scripts as such
Rémi Denis-Courmont [Wed, 15 Aug 2007 15:45:12 +0000 (15:45 +0000)]
Make scripts as such

16 years agoUnused stuff
Rémi Denis-Courmont [Wed, 15 Aug 2007 15:44:05 +0000 (15:44 +0000)]
Unused stuff

16 years agoRemove some plugin/builtin cruft from pre-libvlc era
Rémi Denis-Courmont [Wed, 15 Aug 2007 15:31:53 +0000 (15:31 +0000)]
Remove some plugin/builtin cruft from pre-libvlc era

16 years agolua modules: enforce DIR_SEP instead of /
Damien Fouilleul [Wed, 15 Aug 2007 15:23:12 +0000 (15:23 +0000)]
lua modules: enforce DIR_SEP instead of /

16 years agoinclude/vlc_input.h: Emit vlc_InputItemMetaChanged event.
Pierre d'Herbemont [Wed, 15 Aug 2007 14:54:03 +0000 (14:54 +0000)]
include/vlc_input.h: Emit vlc_InputItemMetaChanged event.
include/vlc_events.h: Opt for the vlc_object_name_function_name naming scheme.

16 years agomodules/modules.c: enforce DIR_SEP in paths
Damien Fouilleul [Wed, 15 Aug 2007 14:30:39 +0000 (14:30 +0000)]
modules/modules.c: enforce DIR_SEP in paths

16 years agoAn other attempt at fixing compilation of dbus.
Pierre d'Herbemont [Wed, 15 Aug 2007 14:25:46 +0000 (14:25 +0000)]
An other attempt at fixing compilation of dbus.

16 years agowxwidgets: meta fixes, constify update_download
Damien Fouilleul [Wed, 15 Aug 2007 11:20:51 +0000 (11:20 +0000)]
wxwidgets: meta fixes, constify update_download

16 years agoqt4: forgot that file in previous commit
Damien Fouilleul [Wed, 15 Aug 2007 10:53:30 +0000 (10:53 +0000)]
qt4: forgot that file in previous commit

16 years agomisc/mtime.c: warning fixes, latest MinGW has gettimeofday()
Damien Fouilleul [Wed, 15 Aug 2007 10:19:25 +0000 (10:19 +0000)]
misc/mtime.c: warning fixes, latest MinGW has gettimeofday()

16 years agoqt4: compile fixes, replaced asnprintf by snprintf, which is a better choice in that...
Damien Fouilleul [Wed, 15 Aug 2007 10:16:45 +0000 (10:16 +0000)]
qt4: compile fixes, replaced asnprintf by snprintf, which is a better choice in that context

16 years agoReadibility.
Jean-Paul Saman [Wed, 15 Aug 2007 08:02:49 +0000 (08:02 +0000)]
Readibility.

16 years agoRemove excess whitespace
Jean-Paul Saman [Wed, 15 Aug 2007 08:02:42 +0000 (08:02 +0000)]
Remove excess whitespace

16 years agoRemove excess whitespace.
Jean-Paul Saman [Wed, 15 Aug 2007 08:02:33 +0000 (08:02 +0000)]
Remove excess whitespace.

16 years agoAttempt to fix previous commit.
Pierre d'Herbemont [Wed, 15 Aug 2007 06:21:10 +0000 (06:21 +0000)]
Attempt to fix previous commit.

16 years agoAttempt to fix previous commit.
Pierre d'Herbemont [Wed, 15 Aug 2007 06:18:35 +0000 (06:18 +0000)]
Attempt to fix previous commit.

16 years agoMore svn propset svn:keywords "Id".
Pierre d'Herbemont [Wed, 15 Aug 2007 04:53:01 +0000 (04:53 +0000)]
More svn propset svn:keywords "Id".

16 years agos/svn:keyword/svn:keywords/ (oops).
Pierre d'Herbemont [Wed, 15 Aug 2007 04:49:41 +0000 (04:49 +0000)]
s/svn:keyword/svn:keywords/ (oops).

16 years agoshare/luameta/googleimage.lua: Resolve % escape in the arturl prior returning it.
Pierre d'Herbemont [Wed, 15 Aug 2007 04:45:12 +0000 (04:45 +0000)]
share/luameta/googleimage.lua: Resolve % escape in the arturl prior returning it.

16 years agoBunch of propset svn:keyword "Id".
Pierre d'Herbemont [Wed, 15 Aug 2007 04:42:46 +0000 (04:42 +0000)]
Bunch of propset svn:keyword "Id".

16 years agomodules/meta_engine/luameta.c: Add resolve_xml_special_chars and decode_uri to the...
Pierre d'Herbemont [Wed, 15 Aug 2007 04:40:32 +0000 (04:40 +0000)]
modules/meta_engine/luameta.c: Add resolve_xml_special_chars and decode_uri to the lua env.

16 years ago* Protect input item's meta through setters and getters. That allows tracking of...
Pierre d'Herbemont [Wed, 15 Aug 2007 04:33:57 +0000 (04:33 +0000)]
* Protect input item's meta through setters and getters. That allows tracking of input item meta info changes.
* vlc_meta_t gains a table for accessing its non-extra meta.

16 years agoshare/luameta/googleimage.lua: Rework a bit to better handle meta going wrong.
Pierre d'Herbemont [Wed, 15 Aug 2007 04:28:26 +0000 (04:28 +0000)]
share/luameta/googleimage.lua: Rework a bit to better handle meta going wrong.

16 years agomodules/misc/playlist/xspf.c: Remove some weird duplicate code.
Pierre d'Herbemont [Wed, 15 Aug 2007 00:07:27 +0000 (00:07 +0000)]
modules/misc/playlist/xspf.c: Remove some weird duplicate code.

16 years agomodules/misc/notify/growl.c: Remove some dead code.
Pierre d'Herbemont [Tue, 14 Aug 2007 23:58:50 +0000 (23:58 +0000)]
modules/misc/notify/growl.c: Remove some dead code.

16 years agomodules/misc/notify/msn.c: Remove some dead code.
Pierre d'Herbemont [Tue, 14 Aug 2007 23:57:55 +0000 (23:57 +0000)]
modules/misc/notify/msn.c: Remove some dead code.

16 years agomodules/meta_engine/googleimage.c: Remove the googleimage module as it is implemented...
Pierre d'Herbemont [Tue, 14 Aug 2007 22:47:45 +0000 (22:47 +0000)]
modules/meta_engine/googleimage.c: Remove the googleimage module as it is implemented in lua.

16 years agomodules/meta/Modules.am: Add the luameta module and Alphabetically sort.
Pierre d'Herbemont [Tue, 14 Aug 2007 22:10:32 +0000 (22:10 +0000)]
modules/meta/Modules.am: Add the luameta module and Alphabetically sort.

16 years agoselect() sucks
Rémi Denis-Courmont [Tue, 14 Aug 2007 18:53:44 +0000 (18:53 +0000)]
select() sucks

16 years agoCorrections to scaling logic in previous commit
Bernie Purcell [Tue, 14 Aug 2007 00:03:48 +0000 (00:03 +0000)]
Corrections to scaling logic in previous commit

16 years agoUpdates POTFILES.in to include new subsdec files created in [21024]
Rafaël Carré [Mon, 13 Aug 2007 23:55:07 +0000 (23:55 +0000)]
Updates POTFILES.in to include new subsdec files created in [21024]
Runs make update-po

16 years agoProper date and svn:keywords
Christophe Mutricy [Mon, 13 Aug 2007 22:19:47 +0000 (22:19 +0000)]
Proper date and svn:keywords

16 years agomodules/meta_fetcher/luameta.c: Fix file name in header, and add Antoine in authors...
Pierre d'Herbemont [Mon, 13 Aug 2007 21:54:05 +0000 (21:54 +0000)]
modules/meta_fetcher/luameta.c: Fix file name in header, and add Antoine in authors list as it is a derivative.

16 years agomodules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts.
Pierre d'Herbemont [Mon, 13 Aug 2007 21:46:27 +0000 (21:46 +0000)]
modules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts.

16 years agomodules/gui/qt4: More compilation attempt.
Pierre d'Herbemont [Mon, 13 Aug 2007 19:59:27 +0000 (19:59 +0000)]
modules/gui/qt4: More compilation attempt.

16 years agofucking make
Rafaël Carré [Mon, 13 Aug 2007 19:28:35 +0000 (19:28 +0000)]
fucking make

16 years agomisc/events.c: Add a new way to send receive events. (ripped of from libvlc). It...
Pierre d'Herbemont [Mon, 13 Aug 2007 19:08:15 +0000 (19:08 +0000)]
misc/events.c: Add a new way to send receive events. (ripped of from libvlc). It will allow input_item to send events.

16 years agofuck autotools
Rafaël Carré [Mon, 13 Aug 2007 19:06:25 +0000 (19:06 +0000)]
fuck autotools

16 years agomodules/gui/qt4: Attempt to fix previous commit.
Pierre d'Herbemont [Mon, 13 Aug 2007 18:55:48 +0000 (18:55 +0000)]
modules/gui/qt4: Attempt to fix previous commit.

16 years agoBuilds correctly lua for windows
Rafaël Carré [Mon, 13 Aug 2007 18:53:46 +0000 (18:53 +0000)]
Builds correctly lua for windows
Distributes luaplaylist scripts with windows packages

16 years agomodules/gui/qt4: Reflects latest meta changes.
Pierre d'Herbemont [Mon, 13 Aug 2007 18:30:28 +0000 (18:30 +0000)]
modules/gui/qt4: Reflects latest meta changes.

16 years agoEnables taglib by default, allows meta editing on windows & linux in QT4 interface
Rafaël Carré [Mon, 13 Aug 2007 17:34:13 +0000 (17:34 +0000)]
Enables taglib by default, allows meta editing on windows & linux in QT4 interface
Thanks to Little`Bubble

16 years agoinclude/vlc_input.h: This commit should have been part of r21062.
Pierre d'Herbemont [Mon, 13 Aug 2007 17:28:24 +0000 (17:28 +0000)]
include/vlc_input.h: This commit should have been part of r21062.

16 years agoRevert accidental commit in [21066]
Rafaël Carré [Mon, 13 Aug 2007 16:44:55 +0000 (16:44 +0000)]
Revert accidental commit in [21066]

16 years agoAdd myself, sort alphabetically
Rafaël Carré [Mon, 13 Aug 2007 16:38:48 +0000 (16:38 +0000)]
Add myself, sort alphabetically

16 years agoReturns object hierarchy with root object introspection data. Thanks to eean.
Rafaël Carré [Mon, 13 Aug 2007 15:21:43 +0000 (15:21 +0000)]
Returns object hierarchy with root object introspection data. Thanks to eean.
Uses correct interface name.

16 years agoUpdates window title even in fullscreen - patch by Aurélien Jacobs
Rafaël Carré [Mon, 13 Aug 2007 14:45:16 +0000 (14:45 +0000)]
Updates window title even in fullscreen - patch by Aurélien Jacobs

16 years agoinclude/vlc_meta.h: Start with a zero sized dictionary for extra meta.
Pierre d'Herbemont [Mon, 13 Aug 2007 14:06:37 +0000 (14:06 +0000)]
include/vlc_meta.h: Start with a zero sized dictionary for extra meta.

16 years agoinclude/vlc_arrays.h: Allow zero sized vlc_dictionary_t creation.
Pierre d'Herbemont [Mon, 13 Aug 2007 14:05:34 +0000 (14:05 +0000)]
include/vlc_arrays.h: Allow zero sized vlc_dictionary_t creation.

16 years agoinclude/vlc_meta.h: Use the vlc_dictionary to store extra meta tags.
Pierre d'Herbemont [Mon, 13 Aug 2007 13:55:10 +0000 (13:55 +0000)]
include/vlc_meta.h: Use the vlc_dictionary to store extra meta tags.

16 years agomodules/meta_engine/googleimage.c: Art Fetcher module that gets it's arts from images...
Pierre d'Herbemont [Sun, 12 Aug 2007 21:18:08 +0000 (21:18 +0000)]
modules/meta_engine/googleimage.c: Art Fetcher module that gets it's arts from images.google.com.

16 years agoinput/meta.c: Be a bit more selective on meta pre-requirement for art.
Pierre d'Herbemont [Sun, 12 Aug 2007 21:12:47 +0000 (21:12 +0000)]
input/meta.c: Be a bit more selective on meta pre-requirement for art.

16 years agoinput/meta.c: Allow meta for media that don't have artist nor album. (Because movies...
Pierre d'Herbemont [Sun, 12 Aug 2007 21:07:24 +0000 (21:07 +0000)]
input/meta.c: Allow meta for media that don't have artist nor album. (Because movies owns the right to get their own meta).

16 years agoRemove dead code (VLC only uses port numbers, not service names ever)
Rémi Denis-Courmont [Sun, 12 Aug 2007 19:02:51 +0000 (19:02 +0000)]
Remove dead code (VLC only uses port numbers, not service names ever)

16 years agoDCCP also needs listen()
Rémi Denis-Courmont [Sun, 12 Aug 2007 18:23:09 +0000 (18:23 +0000)]
DCCP also needs listen()

16 years agocontrol/media_list.c: Don't forget to increase the md refcount where needed.
Pierre d'Herbemont [Sat, 11 Aug 2007 13:48:35 +0000 (13:48 +0000)]
control/media_list.c: Don't forget to increase the md refcount where needed.

16 years agocontrol/media_list_player.c: Don't change playlist item at play.
Pierre d'Herbemont [Sat, 11 Aug 2007 12:59:14 +0000 (12:59 +0000)]
control/media_list_player.c: Don't change playlist item at play.

16 years agoQt4 Patch changes RA/R1/NR and RND/NRND text in repeat/random buttons to use
Jean-Baptiste Kempf [Sat, 11 Aug 2007 12:55:58 +0000 (12:55 +0000)]
Qt4 Patch changes RA/R1/NR and RND/NRND text in repeat/random buttons to use
I_PL_REPEAT/I_PL_LOOP/I_PL_RANDOM etc. strings as done after
toggleRepeat usage etc.
Patch by Ilkka Ollakka

16 years agoQt4 - Hide/Show from taskBar for Windows.
Jean-Baptiste Kempf [Sat, 11 Aug 2007 12:10:38 +0000 (12:10 +0000)]
Qt4 - Hide/Show from taskBar for Windows.
Patch from Hannes Domani.

16 years agocontrol/media_instance.c: Ignore the exception raised by libvlc_get_input_thread...
Pierre d'Herbemont [Sat, 11 Aug 2007 12:10:25 +0000 (12:10 +0000)]
control/media_instance.c: Ignore the exception raised by libvlc_get_input_thread in libvlc_media_instance_play.

16 years agocontrol/media_list_player.c: Fix a typo in get_next_index.
Pierre d'Herbemont [Sat, 11 Aug 2007 12:01:14 +0000 (12:01 +0000)]
control/media_list_player.c: Fix a typo in get_next_index.

16 years agoPrescaled output support
Bernie Purcell [Sat, 11 Aug 2007 05:57:28 +0000 (05:57 +0000)]
Prescaled output support

16 years agocontrol/media_list_player.c: Implement _play_item_at_index().
Pierre d'Herbemont [Sat, 11 Aug 2007 01:49:26 +0000 (01:49 +0000)]
control/media_list_player.c: Implement _play_item_at_index().

16 years agocontrol/media_descriptor.c: Implement more meta.
Pierre d'Herbemont [Fri, 10 Aug 2007 23:47:22 +0000 (23:47 +0000)]
control/media_descriptor.c: Implement more meta.

16 years agocontrol/media_instance.c: Never fail when requesting the event manager.
Pierre d'Herbemont [Fri, 10 Aug 2007 23:10:09 +0000 (23:10 +0000)]
control/media_instance.c: Never fail when requesting the event manager.

16 years agocontrol/media_list_player.c: Initialize p_mlist, and p_mi.
Pierre d'Herbemont [Fri, 10 Aug 2007 23:03:39 +0000 (23:03 +0000)]
control/media_list_player.c: Initialize p_mlist, and p_mi.

16 years agoi422_yuy2: SSE2 improvements
Damien Fouilleul [Fri, 10 Aug 2007 18:28:49 +0000 (18:28 +0000)]
i422_yuy2: SSE2 improvements

16 years agocontrol/media_list_player.c: Fix a typo.
Pierre d'Herbemont [Fri, 10 Aug 2007 17:40:54 +0000 (17:40 +0000)]
control/media_list_player.c: Fix a typo.