]> git.sesse.net Git - vlc/log
vlc
17 years agoSplit RTP sout into multiple pieces.
Rémi Denis-Courmont [Thu, 23 Aug 2007 16:40:00 +0000 (16:40 +0000)]
Split RTP sout into multiple pieces.
Even then rtp.c is quite big...

17 years agoWarning fixes
Rémi Denis-Courmont [Thu, 23 Aug 2007 15:34:46 +0000 (15:34 +0000)]
Warning fixes

17 years agoFix macosx gui compilation
Rafaël Carré [Thu, 23 Aug 2007 12:30:42 +0000 (12:30 +0000)]
Fix macosx gui compilation

17 years agoi420_yuy2_mmx: fixed a bug introduced in [21423] (don't apply if you like colorful...
Damien Fouilleul [Thu, 23 Aug 2007 10:25:35 +0000 (10:25 +0000)]
i420_yuy2_mmx: fixed a bug introduced in [21423] (don't apply if you like colorful display ;)

17 years agoi420_yuy2: for MMX and SSE2, split inline assembly to avoid register starvation
Damien Fouilleul [Wed, 22 Aug 2007 23:26:16 +0000 (23:26 +0000)]
i420_yuy2: for MMX and SSE2, split inline assembly to avoid register starvation

17 years agofreetype: balance vlc_object_find() and vlc_object_release(), otherwise object is...
Damien Fouilleul [Wed, 22 Aug 2007 23:23:22 +0000 (23:23 +0000)]
freetype: balance vlc_object_find() and vlc_object_release(), otherwise object is leaked (refcount > 0 on quit):

17 years agoApply patch for directfb detection. Fix #845
Rafaël Carré [Wed, 22 Aug 2007 22:29:41 +0000 (22:29 +0000)]
Apply patch for directfb detection. Fix #845

17 years agoextras/contrib/src: adds tremor* to svn:ignore
Rafaël Carré [Wed, 22 Aug 2007 22:24:13 +0000 (22:24 +0000)]
extras/contrib/src: adds tremor* to svn:ignore

17 years agoCheck for the good directory.
Christophe Mutricy [Wed, 22 Aug 2007 22:21:41 +0000 (22:21 +0000)]
Check for the good directory.
Fix some warnings

17 years agoInvert yield of module and release of module list (shouldn't matter but you never...
Antoine Cellerier [Wed, 22 Aug 2007 22:16:36 +0000 (22:16 +0000)]
Invert yield of module and release of module list (shouldn't matter but you never know).

17 years agoAdd new module_FindName function to find a module when given it's name. Use this...
Antoine Cellerier [Wed, 22 Aug 2007 22:08:54 +0000 (22:08 +0000)]
Add new module_FindName function to find a module when given it's name. Use this to fix the qt interface extended panel (video filters).
Change module_Exists to take the module name (and not short name) as parameter. Update the only known use of that function acordingly.

17 years agoskins2: Alternate method to set always on top for X11 window managers
Rafaël Carré [Wed, 22 Aug 2007 22:07:13 +0000 (22:07 +0000)]
skins2: Alternate method to set always on top for X11 window managers

17 years agoDistribute vlclua.h
Christophe Mutricy [Wed, 22 Aug 2007 21:57:31 +0000 (21:57 +0000)]
Distribute vlclua.h

17 years agoFix description
Christophe Mutricy [Wed, 22 Aug 2007 21:56:21 +0000 (21:56 +0000)]
Fix description

17 years agoDo not try to load non-existing skins files
Rafaël Carré [Wed, 22 Aug 2007 21:44:52 +0000 (21:44 +0000)]
Do not try to load non-existing skins files

17 years agorc intf: Corrects function name: Get_URI -> GetURI
Rafaël Carré [Wed, 22 Aug 2007 20:53:09 +0000 (20:53 +0000)]
rc intf: Corrects function name: Get_URI -> GetURI

17 years agoInclude vlc_input header to fix compilation
Rafaël Carré [Wed, 22 Aug 2007 20:41:09 +0000 (20:41 +0000)]
Include vlc_input header to fix compilation

17 years agoFix compilation while this gets sorted out.
Antoine Cellerier [Wed, 22 Aug 2007 20:28:07 +0000 (20:28 +0000)]
Fix compilation while this gets sorted out.

17 years agoInput access locking, part 3 (final).
Rafaël Carré [Wed, 22 Aug 2007 20:19:23 +0000 (20:19 +0000)]
Input access locking, part 3 (final).

Enforce access to input_item_t through input_item_{G,S}et*()
Unlock mutexes before calling these functions
Free strings returned by input_item_Get*()

New functions added:

char * input_item_GetURI( input_item_t  * )
void input_item_SetURI( input_item_t * , char * )

mtime_t input_item_GetDuration( input_item_t * )
void input_item_SetDuration( input_item_t * , mtime_t )

to access input_item_t->psz_uri and input_item_t->i_duration

17 years agoDon't commit stuff that shouldn't have been commited.
Antoine Cellerier [Wed, 22 Aug 2007 20:10:54 +0000 (20:10 +0000)]
Don't commit stuff that shouldn't have been commited.

17 years agoDo not send scope ID over the wire
Rémi Denis-Courmont [Wed, 22 Aug 2007 20:10:41 +0000 (20:10 +0000)]
Do not send scope ID over the wire

17 years agoRevert [21140] which broke the extend panels in Qt4 + add a comment so this doesn...
Antoine Cellerier [Wed, 22 Aug 2007 20:07:36 +0000 (20:07 +0000)]
Revert [21140] which broke the extend panels in Qt4 + add a comment so this doesn't happen again. (Please test changes before commiting ... thanks)

17 years agomisc/lua: sets svn:ignore
Rafaël Carré [Wed, 22 Aug 2007 20:06:29 +0000 (20:06 +0000)]
misc/lua: sets svn:ignore

17 years agocontrol/media_list.c: Remove unused variable due to previous commit.
Pierre d'Herbemont [Wed, 22 Aug 2007 20:06:20 +0000 (20:06 +0000)]
control/media_list.c: Remove unused variable due to previous commit.

17 years agocontrol/media_list.c: Revert the tagging of the subitems. This is not our job. Also...
Pierre d'Herbemont [Wed, 22 Aug 2007 20:05:26 +0000 (20:05 +0000)]
control/media_list.c: Revert the tagging of the subitems. This is not our job. Also not add the subitems to our list. We need a new media_tree object that will handle that itself.

17 years agoFix Require header support
Rémi Denis-Courmont [Wed, 22 Aug 2007 19:49:44 +0000 (19:49 +0000)]
Fix Require header support

17 years agoFix RTSP Transport mode handling
Rémi Denis-Courmont [Wed, 22 Aug 2007 18:46:06 +0000 (18:46 +0000)]
Fix RTSP Transport mode handling

17 years agoRemove duplicate check
Rémi Denis-Courmont [Wed, 22 Aug 2007 18:40:54 +0000 (18:40 +0000)]
Remove duplicate check

17 years agoVarious RTSP conformance fixes:
Rémi Denis-Courmont [Wed, 22 Aug 2007 18:25:17 +0000 (18:25 +0000)]
Various RTSP conformance fixes:
 - specify server_port and, if needed, source
 - check for unsupported options
 - use proper default values
 - try transport successively until one works (untested!)

17 years agoRemove extra capitals
Rémi Denis-Courmont [Wed, 22 Aug 2007 17:24:23 +0000 (17:24 +0000)]
Remove extra capitals

17 years agocontrol/media_descriptor.c: Include playlist.h for the preparser.
Pierre d'Herbemont [Wed, 22 Aug 2007 16:49:43 +0000 (16:49 +0000)]
control/media_descriptor.c: Include playlist.h for the preparser.

17 years agocontrol/media_descriptor.c: Use playlist's fetcher to preparse the item.
Pierre d'Herbemont [Wed, 22 Aug 2007 16:47:40 +0000 (16:47 +0000)]
control/media_descriptor.c: Use playlist's fetcher to preparse the item.

17 years agoart search with artist + album could be littlebit better
Ilkka Ollakka [Wed, 22 Aug 2007 16:39:52 +0000 (16:39 +0000)]
art search with artist + album could be littlebit better

17 years agoinput/meta.c: Don't free a char[].
Pierre d'Herbemont [Wed, 22 Aug 2007 16:22:02 +0000 (16:22 +0000)]
input/meta.c: Don't free a char[].

17 years agoBunch of conformance fixes:
Rémi Denis-Courmont [Wed, 22 Aug 2007 16:20:31 +0000 (16:20 +0000)]
Bunch of conformance fixes:
 - "handle" Require header
 - return 459/460 when appropriate

17 years agoMake more DSO-friendly, add some error values that I am going to use
Rémi Denis-Courmont [Wed, 22 Aug 2007 16:19:36 +0000 (16:19 +0000)]
Make more DSO-friendly, add some error values that I am going to use

17 years agoinput/meta.c: Make sure the last path component is created as a directory in ArtCache...
Pierre d'Herbemont [Wed, 22 Aug 2007 16:10:36 +0000 (16:10 +0000)]
input/meta.c: Make sure the last path component is created as a directory in ArtCacheCreateDir.

17 years agoinput/meta.c: ArtCacheGetSanitizedFileName filter DIR_SEP not '/'.
Pierre d'Herbemont [Wed, 22 Aug 2007 16:07:09 +0000 (16:07 +0000)]
input/meta.c: ArtCacheGetSanitizedFileName filter DIR_SEP not '/'.

17 years agoinput/meta.c: Fix ArtCacheCreateDir Attempt #4. (thanks to ILEoo).
Pierre d'Herbemont [Wed, 22 Aug 2007 16:05:39 +0000 (16:05 +0000)]
input/meta.c: Fix ArtCacheCreateDir Attempt #4. (thanks to ILEoo).

17 years agoinput/meta.c: ArtCacheCreateDir fix, third attempt.
Pierre d'Herbemont [Wed, 22 Aug 2007 15:59:00 +0000 (15:59 +0000)]
input/meta.c: ArtCacheCreateDir fix, third attempt.

17 years agoinput/meta.c: ArtCacheCreateDir fix, second try.
Pierre d'Herbemont [Wed, 22 Aug 2007 15:58:01 +0000 (15:58 +0000)]
input/meta.c: ArtCacheCreateDir fix, second try.

17 years agoinput/meta.c: Fix ArtCacheCreateDir thanks to ILeoo.
Pierre d'Herbemont [Wed, 22 Aug 2007 15:56:00 +0000 (15:56 +0000)]
input/meta.c: Fix ArtCacheCreateDir thanks to ILeoo.

17 years agoinput/meta.c: Make sure the artwork cache is used.
Pierre d'Herbemont [Wed, 22 Aug 2007 15:21:38 +0000 (15:21 +0000)]
input/meta.c: Make sure the artwork cache is used.

17 years agoinput/meta.c: Fix a leak.
Pierre d'Herbemont [Wed, 22 Aug 2007 15:16:51 +0000 (15:16 +0000)]
input/meta.c: Fix a leak.

17 years agoinput/meta.c: Avoid by passing cache when not needed.
Pierre d'Herbemont [Wed, 22 Aug 2007 15:00:49 +0000 (15:00 +0000)]
input/meta.c: Avoid by passing cache when not needed.

17 years agoshare/luameta/googleimage.lua: Filter out extensions.
Pierre d'Herbemont [Wed, 22 Aug 2007 14:54:11 +0000 (14:54 +0000)]
share/luameta/googleimage.lua: Filter out extensions.

17 years agoid3tag plugin can now be disabled
Rafaël Carré [Wed, 22 Aug 2007 13:58:44 +0000 (13:58 +0000)]
id3tag plugin can now be disabled

17 years agoRemoves luaplaylist.c from POTFILES.in
Rafaël Carré [Wed, 22 Aug 2007 13:57:51 +0000 (13:57 +0000)]
Removes luaplaylist.c from POTFILES.in

17 years agomodules/demux/playlist: Remove luaplaylist now that it is merged in the lua module.
Pierre d'Herbemont [Wed, 22 Aug 2007 13:39:09 +0000 (13:39 +0000)]
modules/demux/playlist: Remove luaplaylist now that it is merged in the lua module.

17 years agomodules/misc/meta_engine: Remove luameta now that it is merged in the lua module.
Pierre d'Herbemont [Wed, 22 Aug 2007 13:37:07 +0000 (13:37 +0000)]
modules/misc/meta_engine: Remove luameta now that it is merged in the lua module.

17 years agoconfigure.ac: Switch to the new lua module.
Pierre d'Herbemont [Wed, 22 Aug 2007 13:34:12 +0000 (13:34 +0000)]
configure.ac: Switch to the new lua module.

17 years agomodules/misc/lua: Share some code between the modules that uses lua and put them...
Pierre d'Herbemont [Wed, 22 Aug 2007 13:33:23 +0000 (13:33 +0000)]
modules/misc/lua: Share some code between the modules that uses lua and put them in a single module.

17 years agoUpdates dbus pygtk controller
Rafaël Carré [Wed, 22 Aug 2007 01:06:17 +0000 (01:06 +0000)]
Updates dbus pygtk controller

17 years agoFixes memory leaks
Rafaël Carré [Tue, 21 Aug 2007 23:21:12 +0000 (23:21 +0000)]
Fixes memory leaks

17 years agoCorrectly handle (avoid deadlocks) always on top when switching fullscreen.
Rafaël Carré [Tue, 21 Aug 2007 22:37:49 +0000 (22:37 +0000)]
Correctly handle (avoid deadlocks) always on top when switching fullscreen.
Fixes #882

17 years agosrc/control/libvlc_internal.h: Forgotten file.
Pierre d'Herbemont [Tue, 21 Aug 2007 19:43:59 +0000 (19:43 +0000)]
src/control/libvlc_internal.h: Forgotten file.

17 years agoFix NULL %s
Rémi Denis-Courmont [Tue, 21 Aug 2007 19:43:51 +0000 (19:43 +0000)]
Fix NULL %s

17 years agocontrol/media_descriptor.c: Keep a media_list of our own subitems if we have some...
Pierre d'Herbemont [Tue, 21 Aug 2007 19:43:04 +0000 (19:43 +0000)]
control/media_descriptor.c: Keep a media_list of our own subitems if we have some (we are then a media_descriptor playlist).

17 years agoFix previous commit
Rémi Denis-Courmont [Tue, 21 Aug 2007 19:22:41 +0000 (19:22 +0000)]
Fix previous commit

17 years ago- Do not parse CSeq; do not assume it fits in an integer
Rémi Denis-Courmont [Tue, 21 Aug 2007 19:16:09 +0000 (19:16 +0000)]
- Do not parse CSeq; do not assume it fits in an integer
- Factorize some code

17 years agoCentralize HTTP/RTSP error text
Rémi Denis-Courmont [Tue, 21 Aug 2007 19:11:34 +0000 (19:11 +0000)]
Centralize HTTP/RTSP error text

17 years agoFix remote DoS against the RTSP server when Transport is not specified
Rémi Denis-Courmont [Tue, 21 Aug 2007 18:52:42 +0000 (18:52 +0000)]
Fix remote DoS against the RTSP server when Transport is not specified

17 years agoinput/meta.c: Make sure we don't return VLC_SUCCESS in __input_FindArtInCache when...
Pierre d'Herbemont [Tue, 21 Aug 2007 18:47:35 +0000 (18:47 +0000)]
input/meta.c: Make sure we don't return VLC_SUCCESS in __input_FindArtInCache when no album art was found.

17 years agoinput/meta.c: Use more explicit variable naming in __input_FindArtInCache.
Pierre d'Herbemont [Tue, 21 Aug 2007 18:46:11 +0000 (18:46 +0000)]
input/meta.c: Use more explicit variable naming in __input_FindArtInCache.

17 years agoFix memory leak
Rémi Denis-Courmont [Tue, 21 Aug 2007 18:05:15 +0000 (18:05 +0000)]
Fix memory leak

17 years agoFix utf8_readdir usage
Rémi Denis-Courmont [Tue, 21 Aug 2007 18:02:43 +0000 (18:02 +0000)]
Fix utf8_readdir usage

17 years agodbus.h: sens valid XML
Rafaël Carré [Tue, 21 Aug 2007 18:00:46 +0000 (18:00 +0000)]
dbus.h: sens valid XML

17 years agoFix it again.
Rémi Denis-Courmont [Tue, 21 Aug 2007 17:49:38 +0000 (17:49 +0000)]
Fix it again.

17 years agoUse utf8_readdir properly.
Rémi Denis-Courmont [Tue, 21 Aug 2007 17:45:23 +0000 (17:45 +0000)]
Use utf8_readdir properly.

17 years agoinput/meta.c: Fix crashy-warnings thanks to courmisch.
Pierre d'Herbemont [Tue, 21 Aug 2007 17:43:54 +0000 (17:43 +0000)]
input/meta.c: Fix crashy-warnings thanks to courmisch.

17 years agoAppend media description to the SDP, as the name suggest
Rémi Denis-Courmont [Tue, 21 Aug 2007 17:31:09 +0000 (17:31 +0000)]
Append media description to the SDP, as the name suggest

17 years agoUse hostname as SDP origin, as the spec says.
Rémi Denis-Courmont [Tue, 21 Aug 2007 17:15:51 +0000 (17:15 +0000)]
Use hostname as SDP origin, as the spec says.
(Oh, I am well aware that this is often not correctly set, but then again,
 why the heck would someone wants to parse the SDP origin in real life?)

17 years agoinput/meta.c: Use utf8_readdir instead of readdir.
Pierre d'Herbemont [Tue, 21 Aug 2007 16:49:45 +0000 (16:49 +0000)]
input/meta.c: Use utf8_readdir instead of readdir.

17 years agoUse memcmp()
Rémi Denis-Courmont [Tue, 21 Aug 2007 16:45:36 +0000 (16:45 +0000)]
Use memcmp()

17 years agoFix warning
Rémi Denis-Courmont [Tue, 21 Aug 2007 16:41:29 +0000 (16:41 +0000)]
Fix warning

17 years agoCVS -> Subversion
Rémi Denis-Courmont [Tue, 21 Aug 2007 16:37:01 +0000 (16:37 +0000)]
CVS -> Subversion

17 years agoUse session-wide RTCP RR bandwidth. Fix overflow
Rémi Denis-Courmont [Tue, 21 Aug 2007 16:32:06 +0000 (16:32 +0000)]
Use session-wide RTCP RR bandwidth. Fix overflow

17 years agoCosmetic
Rémi Denis-Courmont [Tue, 21 Aug 2007 16:25:16 +0000 (16:25 +0000)]
Cosmetic

17 years agoAdvertises signals and renames VLC_ defines to MPRIS_
Rafaël Carré [Tue, 21 Aug 2007 16:11:21 +0000 (16:11 +0000)]
Advertises signals and renames VLC_ defines to MPRIS_

17 years agoinput/meta.c: * Remove psz_name
Pierre d'Herbemont [Tue, 21 Aug 2007 15:28:19 +0000 (15:28 +0000)]
input/meta.c: * Remove psz_name
              * Use filename sanitization at the lower level

17 years agoinput/meta.c: Better art finding.
Pierre d'Herbemont [Tue, 21 Aug 2007 15:09:18 +0000 (15:09 +0000)]
input/meta.c: Better art finding.

17 years agofreetype: make sure fontconfig is still optional
Damien Fouilleul [Tue, 21 Aug 2007 15:02:09 +0000 (15:02 +0000)]
freetype: make sure fontconfig is still optional

17 years agoBetter extensions checks for album art file creation
Rafaël Carré [Tue, 21 Aug 2007 14:09:14 +0000 (14:09 +0000)]
Better extensions checks for album art file creation

17 years agoinput/meta.c: Better check in ArtCacheCreatePath.
Pierre d'Herbemont [Tue, 21 Aug 2007 13:31:22 +0000 (13:31 +0000)]
input/meta.c: Better check in ArtCacheCreatePath.

17 years agoPrevents crash when arturl is misformatted, and can't be translated to a filename
Rafaël Carré [Tue, 21 Aug 2007 13:20:01 +0000 (13:20 +0000)]
Prevents crash when arturl is misformatted, and can't be translated to a filename

17 years agoAdds headers back.
Rafaël Carré [Tue, 21 Aug 2007 12:56:16 +0000 (12:56 +0000)]
Adds headers back.

17 years agoFix previous commit.
Pierre d'Herbemont [Tue, 21 Aug 2007 12:23:20 +0000 (12:23 +0000)]
Fix previous commit.

17 years agomodules/services_discovery/shout.c: (Thanks ileoo) Revert by tree view on shout.
Pierre d'Herbemont [Tue, 21 Aug 2007 11:59:40 +0000 (11:59 +0000)]
modules/services_discovery/shout.c: (Thanks ileoo) Revert by tree view on shout.

17 years agoChanges to get styled subtitles working with Windows
Bernie Purcell [Tue, 21 Aug 2007 07:49:24 +0000 (07:49 +0000)]
Changes to get styled subtitles working with Windows

17 years agoConvert patch from \r\n to \n
Rafaël Carré [Tue, 21 Aug 2007 00:14:24 +0000 (00:14 +0000)]
Convert patch from \r\n to \n

17 years agoAdds libavcodec version check for musepack7 fourcc
Rafaël Carré [Mon, 20 Aug 2007 23:43:15 +0000 (23:43 +0000)]
Adds libavcodec version check for musepack7 fourcc

17 years agoAdds some metadata writing capability (ref #1248 )
Rafaël Carré [Mon, 20 Aug 2007 21:54:24 +0000 (21:54 +0000)]
Adds some metadata writing capability (ref #1248 )

17 years ago* added the OSX path to .hosts
Felix Paul Kühne [Mon, 20 Aug 2007 21:17:46 +0000 (21:17 +0000)]
* added the OSX path to .hosts

17 years agoFix warnings
Christophe Mutricy [Mon, 20 Aug 2007 21:15:12 +0000 (21:15 +0000)]
Fix warnings

17 years agoUpdate news for .hosts location
Rafaël Carré [Mon, 20 Aug 2007 21:14:04 +0000 (21:14 +0000)]
Update news for .hosts location

17 years agounbreak compilation
Christophe Mutricy [Mon, 20 Aug 2007 20:46:39 +0000 (20:46 +0000)]
unbreak compilation

17 years agoFixes compilation(2)
Rafaël Carré [Mon, 20 Aug 2007 20:45:28 +0000 (20:45 +0000)]
Fixes compilation(2)

17 years agoFixes compilation
Rafaël Carré [Mon, 20 Aug 2007 20:21:19 +0000 (20:21 +0000)]
Fixes compilation

17 years agoFactorizes code
Rafaël Carré [Mon, 20 Aug 2007 20:14:08 +0000 (20:14 +0000)]
Factorizes code

17 years ago- Fix TTL in SDP
Rémi Denis-Courmont [Mon, 20 Aug 2007 19:47:07 +0000 (19:47 +0000)]
- Fix TTL in SDP
- Some cleanup