]> git.sesse.net Git - vlc/log
vlc
16 years ago(oops).
Pierre d'Herbemont [Sat, 18 Aug 2007 00:13:55 +0000 (00:13 +0000)]
(oops).

16 years agoplaylist/item.c: Rework item addition to make it work better with the current playlis...
Pierre d'Herbemont [Sat, 18 Aug 2007 00:10:45 +0000 (00:10 +0000)]
playlist/item.c: Rework item addition to make it work better with the current playlist system.

16 years agoplaylist/item.c: Remove a left over (release without retain).
Pierre d'Herbemont [Fri, 17 Aug 2007 21:44:22 +0000 (21:44 +0000)]
playlist/item.c: Remove a left over (release without retain).

16 years agoAllow the '-' character in an access' name (fixes parsing of input "http/shout-winamp...
Antoine Cellerier [Fri, 17 Aug 2007 20:51:02 +0000 (20:51 +0000)]
Allow the '-' character in an access' name (fixes parsing of input "http/shout-winamp://www.shoutcast.com/sbin/newxml.phtml").

16 years agoupdate.c: win32, previous commit helps fixing this one
Damien Fouilleul [Fri, 17 Aug 2007 17:39:59 +0000 (17:39 +0000)]
update.c: win32, previous commit helps fixing this one

16 years agothreads.c: win32, changed the way thread handle is closed, which is now done on funct...
Damien Fouilleul [Fri, 17 Aug 2007 17:30:51 +0000 (17:30 +0000)]
threads.c: win32, changed the way thread handle is closed, which is now done on function exit, rather than thread_join

16 years agoDistribute subsdec.h
Christophe Mutricy [Fri, 17 Aug 2007 16:59:38 +0000 (16:59 +0000)]
Distribute subsdec.h

16 years agoThat has apparently been fixed
Christophe Mutricy [Fri, 17 Aug 2007 16:35:45 +0000 (16:35 +0000)]
That has apparently been fixed

16 years agosrc/Makefile.am: Distribute vlc_events.h. Possibly fix 'make distcheck'
Christophe Mutricy [Fri, 17 Aug 2007 16:33:59 +0000 (16:33 +0000)]
src/Makefile.am: Distribute vlc_events.h. Possibly fix 'make distcheck'
                 Sort the list

16 years agoSame as previous commit, for RTP/TS
Rémi Denis-Courmont [Fri, 17 Aug 2007 16:13:53 +0000 (16:13 +0000)]
Same as previous commit, for RTP/TS

16 years agoRequest that sender send no RTCP RR.
Rémi Denis-Courmont [Fri, 17 Aug 2007 16:11:20 +0000 (16:11 +0000)]
Request that sender send no RTCP RR.
Now we can legitimately not receive them, ahaha!

16 years agoplaylist/item.c: Make sure we lock when we send the playlist request.
Pierre d'Herbemont [Fri, 17 Aug 2007 10:26:48 +0000 (10:26 +0000)]
playlist/item.c: Make sure we lock when we send the playlist request.

16 years agomodules/codec/ffmpeg/ffmpeg.c: Fix a typo with Global mutex uses.
Pierre d'Herbemont [Fri, 17 Aug 2007 10:07:36 +0000 (10:07 +0000)]
modules/codec/ffmpeg/ffmpeg.c: Fix a typo with Global mutex uses.

16 years agoplaylist/services_discovery.c: Implement item removed handler.
Pierre d'Herbemont [Fri, 17 Aug 2007 09:52:12 +0000 (09:52 +0000)]
playlist/services_discovery.c: Implement item removed handler.

16 years agoinclude/vlc_playlist.h: Export playlist_DeleteInputInParent.
Pierre d'Herbemont [Fri, 17 Aug 2007 09:51:21 +0000 (09:51 +0000)]
include/vlc_playlist.h: Export playlist_DeleteInputInParent.

16 years agoplaylist/item.c: Better subitem added handling code.
Pierre d'Herbemont [Fri, 17 Aug 2007 09:48:55 +0000 (09:48 +0000)]
playlist/item.c: Better subitem added handling code.

16 years agomisc/events.c: We do want to send events to multiple listener. (oops, I should get...
Pierre d'Herbemont [Fri, 17 Aug 2007 09:11:18 +0000 (09:11 +0000)]
misc/events.c: We do want to send events to multiple listener. (oops, I should get some sleep). In this situation we can simply unlock for the time being making sure we won't reuse resources that can disappear.

16 years agocontrol/media_discoverer.c: Implementation of a media_discoverer libvlc object based...
Pierre d'Herbemont [Fri, 17 Aug 2007 08:10:42 +0000 (08:10 +0000)]
control/media_discoverer.c: Implementation of a media_discoverer libvlc object based on top of services_discovery.

16 years agosrc/playlist/item.c: Avoid a dead lock.
Pierre d'Herbemont [Fri, 17 Aug 2007 08:00:03 +0000 (08:00 +0000)]
src/playlist/item.c: Avoid a dead lock.

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".