]> git.sesse.net Git - vlc/log
vlc
16 years agomisc/events.c: Avoid a warning.
Pierre d'Herbemont [Fri, 17 Aug 2007 07:42:22 +0000 (07:42 +0000)]
misc/events.c: Avoid a warning.

16 years agomisc/events.c: Don't call an invalid ptr (oops).
Pierre d'Herbemont [Fri, 17 Aug 2007 07:41:18 +0000 (07:41 +0000)]
misc/events.c: Don't call an invalid ptr (oops).

16 years agosrc/playlist/item.c: Retain the playlist.
Pierre d'Herbemont [Fri, 17 Aug 2007 06:59:37 +0000 (06:59 +0000)]
src/playlist/item.c: Retain the playlist.

16 years agoplaylist/services_discovery.c: Improved services_discovery object, playlist independa...
Pierre d'Herbemont [Fri, 17 Aug 2007 02:23:11 +0000 (02:23 +0000)]
playlist/services_discovery.c: Improved services_discovery object, playlist independant. Now, the services_discovery plugin have to be converted to use this interface.

16 years agoForgotten files from previous commit.
Pierre d'Herbemont [Fri, 17 Aug 2007 02:18:40 +0000 (02:18 +0000)]
Forgotten files from previous commit.

16 years agomisc/events.c: Avoid a couple of warning and move the calling back out of the lock.
Pierre d'Herbemont [Fri, 17 Aug 2007 02:15:59 +0000 (02:15 +0000)]
misc/events.c: Avoid a couple of warning and move the calling back out of the lock.

16 years agocontrol/media_list.c: Fix a typo about subitems.
Pierre d'Herbemont [Fri, 17 Aug 2007 00:23:49 +0000 (00:23 +0000)]
control/media_list.c: Fix a typo about subitems.

16 years agoPartially revert [20983]. Fix 'vlc -p foo'
Christophe Mutricy [Thu, 16 Aug 2007 22:29:36 +0000 (22:29 +0000)]
Partially revert [20983]. Fix 'vlc -p foo'

16 years agomake net_SetDSCP static
Rémi Denis-Courmont [Thu, 16 Aug 2007 20:05:06 +0000 (20:05 +0000)]
make net_SetDSCP static

16 years agoUnexport utf8_mkdir and vlc_current_object
Rémi Denis-Courmont [Thu, 16 Aug 2007 19:59:55 +0000 (19:59 +0000)]
Unexport utf8_mkdir and vlc_current_object

16 years agosrc/playlist/item.c: Don't yield the playlist.
Pierre d'Herbemont [Thu, 16 Aug 2007 19:50:40 +0000 (19:50 +0000)]
src/playlist/item.c: Don't yield the playlist.

16 years agoaout_Restart: make static
Rémi Denis-Courmont [Thu, 16 Aug 2007 19:45:54 +0000 (19:45 +0000)]
aout_Restart: make static

16 years agoDo not export thread init functions.
Rémi Denis-Courmont [Thu, 16 Aug 2007 19:34:26 +0000 (19:34 +0000)]
Do not export thread init functions.
They should not be used by plugins. And in fact, they are not.

16 years agoHide thread ID out of VLC_COMMON_MEMBERS
Rémi Denis-Courmont [Thu, 16 Aug 2007 19:21:41 +0000 (19:21 +0000)]
Hide thread ID out of VLC_COMMON_MEMBERS

16 years agoTypo
Rémi Denis-Courmont [Thu, 16 Aug 2007 19:14:10 +0000 (19:14 +0000)]
Typo

16 years agoThere is always a thread to join here. No need to check
Rémi Denis-Courmont [Thu, 16 Aug 2007 19:11:49 +0000 (19:11 +0000)]
There is always a thread to join here. No need to check

16 years agoCosmetic
Rémi Denis-Courmont [Thu, 16 Aug 2007 19:07:26 +0000 (19:07 +0000)]
Cosmetic

16 years agoNo need to check b_thread... there is ALWAYS a thread here
Rémi Denis-Courmont [Thu, 16 Aug 2007 19:06:22 +0000 (19:06 +0000)]
No need to check b_thread... there is ALWAYS a thread here

16 years agomedia_instance.c: Don't forget mutex destruction.
Pierre d'Herbemont [Thu, 16 Aug 2007 19:04:26 +0000 (19:04 +0000)]
media_instance.c: Don't forget mutex destruction.

16 years agoDo not free which has not been malloc'd - fixes #1263
Rémi Denis-Courmont [Thu, 16 Aug 2007 18:56:54 +0000 (18:56 +0000)]
Do not free which has not been malloc'd - fixes #1263

16 years agoinput/meta.c: Better handle NULL meta.
Pierre d'Herbemont [Thu, 16 Aug 2007 18:42:38 +0000 (18:42 +0000)]
input/meta.c: Better handle NULL meta.

16 years agocontrol/media_list.c: Handle libvlc_MediaDescriptorSubItemAdded event.
Pierre d'Herbemont [Thu, 16 Aug 2007 18:05:43 +0000 (18:05 +0000)]
control/media_list.c: Handle libvlc_MediaDescriptorSubItemAdded event.

16 years agocontrol/media_descriptor.c: Forward vlc_InputItemSubItemAdded event.
Pierre d'Herbemont [Thu, 16 Aug 2007 18:05:07 +0000 (18:05 +0000)]
control/media_descriptor.c: Forward vlc_InputItemSubItemAdded event.

16 years agomodules/demux/playlist/luaplaylist.c: Remove unwanted change from previous commit.
Pierre d'Herbemont [Thu, 16 Aug 2007 18:02:16 +0000 (18:02 +0000)]
modules/demux/playlist/luaplaylist.c: Remove unwanted change from previous commit.

16 years agomodules/demux/playlist/*.c: Use the new playlist independant way to announce sub...
Pierre d'Herbemont [Thu, 16 Aug 2007 18:01:32 +0000 (18:01 +0000)]
modules/demux/playlist/*.c: Use the new playlist independant way to announce sub items.

16 years agoHide internal variables state
Rémi Denis-Courmont [Thu, 16 Aug 2007 18:01:01 +0000 (18:01 +0000)]
Hide internal variables state

16 years agoinclude/vlc_input.h: Make input items able to themselves handle item subitem added.
Pierre d'Herbemont [Thu, 16 Aug 2007 17:52:28 +0000 (17:52 +0000)]
include/vlc_input.h: Make input items able to themselves handle item subitem added.

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

16 years agoRemove the p_libvlc_global pointer from VLC_COMMON_MEMBERS.
Rémi Denis-Courmont [Thu, 16 Aug 2007 17:43:50 +0000 (17:43 +0000)]
Remove the p_libvlc_global pointer from VLC_COMMON_MEMBERS.
It's pretty useless to copy the same value to every single object.

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.