]> git.sesse.net Git - vlc/log
vlc
16 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.

16 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

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

16 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

16 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)

16 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

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

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

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

16 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

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

16 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!)

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

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

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

16 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

16 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[].

16 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

16 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

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

16 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 '/'.

16 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).

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

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

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

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

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

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

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

16 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

16 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

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

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

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

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

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

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

16 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

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

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

16 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).

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

16 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

16 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

16 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

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

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

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

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

16 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

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

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

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

16 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

16 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?)

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

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

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

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

16 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

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

16 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_

16 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

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

16 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

16 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

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

16 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

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

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

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

16 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

16 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

16 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

16 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 )

16 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

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

16 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

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

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

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

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

16 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

16 years agoRemove stdio while we're at it.
Rémi Denis-Courmont [Mon, 20 Aug 2007 19:23:10 +0000 (19:23 +0000)]
Remove stdio while we're at it.
Finally rid of the strcasestr warning

16 years agoFix compilation
Rémi Denis-Courmont [Mon, 20 Aug 2007 19:18:53 +0000 (19:18 +0000)]
Fix compilation

There is something seriously messed up in these files though
(like the declaration in xtag.h do not match the definition in xtag.c!)

16 years agoUse fixed size string for extension. This is more DSO friendly
Rémi Denis-Courmont [Mon, 20 Aug 2007 19:13:50 +0000 (19:13 +0000)]
Use fixed size string for extension. This is more DSO friendly

16 years agoRemove _GNU_SOURCE and string.h too
Rémi Denis-Courmont [Mon, 20 Aug 2007 19:10:23 +0000 (19:10 +0000)]
Remove _GNU_SOURCE and string.h too

16 years agoRemove stdlib.h
Rémi Denis-Courmont [Mon, 20 Aug 2007 19:08:22 +0000 (19:08 +0000)]
Remove stdlib.h

16 years agoMissing vlc/vlc.h here
Rémi Denis-Courmont [Mon, 20 Aug 2007 19:04:45 +0000 (19:04 +0000)]
Missing vlc/vlc.h here

16 years agoHere too
Rémi Denis-Courmont [Mon, 20 Aug 2007 19:02:53 +0000 (19:02 +0000)]
Here too

16 years agoSomething went wrong here
Rémi Denis-Courmont [Mon, 20 Aug 2007 19:01:32 +0000 (19:01 +0000)]
Something went wrong here

16 years agoRemember not to include anything before vlc/vlc.h
Rémi Denis-Courmont [Mon, 20 Aug 2007 18:59:30 +0000 (18:59 +0000)]
Remember not to include anything before vlc/vlc.h
(which includes config.h which defines the platform feature macros)
Also remember stdio, string and stdlib are included implicitly

16 years agoFix memory handling
Rémi Denis-Courmont [Mon, 20 Aug 2007 18:45:41 +0000 (18:45 +0000)]
Fix memory handling

16 years agoFix strcasestr declaration
Rémi Denis-Courmont [Mon, 20 Aug 2007 18:42:11 +0000 (18:42 +0000)]
Fix strcasestr declaration

16 years agoCall "meta reader" module in ffmpeg demuxer
Rafaël Carré [Mon, 20 Aug 2007 17:13:54 +0000 (17:13 +0000)]
Call "meta reader" module in ffmpeg demuxer

16 years agoservices_discovery.c: Patch by Alexander Gall <gall # switch.ch>, avoid crashing...
Pierre d'Herbemont [Mon, 20 Aug 2007 17:13:32 +0000 (17:13 +0000)]
services_discovery.c: Patch by Alexander Gall <gall # switch.ch>, avoid crashing on systems that don't handle NULL string in ..printf.

16 years agoAdds mpc to the ffmpeg's fourcc list
Rafaël Carré [Mon, 20 Aug 2007 16:56:21 +0000 (16:56 +0000)]
Adds mpc to the ffmpeg's fourcc list

16 years agouse GetName only if GetTitle returns emptry string for meta
Ilkka Ollakka [Mon, 20 Aug 2007 16:13:38 +0000 (16:13 +0000)]
use GetName only if GetTitle returns emptry string for meta

16 years agoAdd comment/cosmetics
Rafaël Carré [Mon, 20 Aug 2007 14:52:24 +0000 (14:52 +0000)]
Add comment/cosmetics

16 years agoGet input length from metadata if demuxer failed to retrieve it
Rafaël Carré [Mon, 20 Aug 2007 14:45:31 +0000 (14:45 +0000)]
Get input length from metadata if demuxer failed to retrieve it