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

16 years agoCorrects some metadata descriptions
Rafaël Carré [Mon, 20 Aug 2007 14:13:48 +0000 (14:13 +0000)]
Corrects some metadata descriptions

16 years agoRemoves deleted file
Rafaël Carré [Mon, 20 Aug 2007 14:13:06 +0000 (14:13 +0000)]
Removes deleted file

16 years agoQt4 - Comments about TODO and FIXMEs on the main_interface, for my holidays :D
Jean-Baptiste Kempf [Mon, 20 Aug 2007 12:04:06 +0000 (12:04 +0000)]
Qt4 - Comments about TODO and FIXMEs on the main_interface, for my holidays :D

16 years agoQt4: fix compilation. Sorry for the disturbance.
Jean-Baptiste Kempf [Mon, 20 Aug 2007 11:54:11 +0000 (11:54 +0000)]
Qt4: fix compilation. Sorry for the disturbance.

16 years agoQt4 : build fix.
Jean-Baptiste Kempf [Mon, 20 Aug 2007 11:27:46 +0000 (11:27 +0000)]
Qt4 : build fix.

16 years agoQt4 : remove from Modules.am a removed file.
Jean-Baptiste Kempf [Mon, 20 Aug 2007 10:48:34 +0000 (10:48 +0000)]
Qt4 : remove from Modules.am a removed file.

16 years agoURI: when pasring for protocol headers allow for more characters than just alpha
Damien Fouilleul [Mon, 20 Aug 2007 10:40:36 +0000 (10:40 +0000)]
URI: when pasring for protocol headers allow for more characters than just alpha

16 years agoQt4 : buttons size and various fixes. Remove dead code and avoid duplication.
Jean-Baptiste Kempf [Mon, 20 Aug 2007 10:04:39 +0000 (10:04 +0000)]
Qt4 : buttons size and various fixes. Remove dead code and avoid duplication.

16 years agoQt4 : Fix a size in main controlsWidget.
Jean-Baptiste Kempf [Mon, 20 Aug 2007 09:42:32 +0000 (09:42 +0000)]
Qt4 : Fix a size in main controlsWidget.

16 years agoQt4 : fullscreen Button activation/deactivation
Jean-Baptiste Kempf [Mon, 20 Aug 2007 09:39:46 +0000 (09:39 +0000)]
Qt4 : fullscreen Button activation/deactivation

16 years agoQt4 : Fix the playlistButton Size.
Jean-Baptiste Kempf [Mon, 20 Aug 2007 09:28:53 +0000 (09:28 +0000)]
Qt4 : Fix the playlistButton Size.
cosmetics.

16 years agoQt4 : remove useless files.
Jean-Baptiste Kempf [Mon, 20 Aug 2007 09:20:51 +0000 (09:20 +0000)]
Qt4 : remove useless files.
Fix some segfaults by disabling functions.
Slower, faster are on the side of the slider now.

16 years agoQt4 : Changes in the main interface:
Jean-Baptiste Kempf [Mon, 20 Aug 2007 08:41:55 +0000 (08:41 +0000)]
Qt4 : Changes in the main interface:
 - Don't use the .ui, do all by hand :)
 - Use a ControlWidgets to design all the controls, and implement the functions
 - Change a bit the advanced widget, that must be integrated in the
   controlsWidget
There is a lot of Not Yet Implemented, so feel free to add some.

16 years agoFix previous commit.
Pierre d'Herbemont [Mon, 20 Aug 2007 06:23:10 +0000 (06:23 +0000)]
Fix previous commit.

16 years agosrc/control: Various events addition.
Pierre d'Herbemont [Mon, 20 Aug 2007 04:43:48 +0000 (04:43 +0000)]
src/control: Various events addition.

16 years agoForgotten file from previous commit.
Pierre d'Herbemont [Mon, 20 Aug 2007 02:46:54 +0000 (02:46 +0000)]
Forgotten file from previous commit.

16 years agocontrol/media_list.c: Set the VLCNode tag when an item is added as a subitem.
Pierre d'Herbemont [Mon, 20 Aug 2007 02:30:36 +0000 (02:30 +0000)]
control/media_list.c: Set the VLCNode tag when an item is added as a subitem.

16 years agocontrol/tree.c: Notify subtree/addition removal.
Pierre d'Herbemont [Mon, 20 Aug 2007 02:29:34 +0000 (02:29 +0000)]
control/tree.c: Notify subtree/addition removal.

16 years agoDisables some useless metadata in infopanel dialog
Rafaël Carré [Mon, 20 Aug 2007 02:21:13 +0000 (02:21 +0000)]
Disables some useless metadata in infopanel dialog
Redesign the label & edits placement to resize the dialog

16 years agoForgotten that in [21284]
Rafaël Carré [Mon, 20 Aug 2007 02:04:29 +0000 (02:04 +0000)]
Forgotten that in [21284]

16 years agocontrol/tag_query.c: Make tag_query_match actually match something.
Pierre d'Herbemont [Mon, 20 Aug 2007 01:40:03 +0000 (01:40 +0000)]
control/tag_query.c: Make tag_query_match actually match something.

16 years agosrc/Makefile.am: build dynamic_media_list.c and tree.c.
Pierre d'Herbemont [Mon, 20 Aug 2007 01:30:14 +0000 (01:30 +0000)]
src/Makefile.am: build dynamic_media_list.c and tree.c.

16 years agodynamic_media_list.c: Fix a warning.
Pierre d'Herbemont [Mon, 20 Aug 2007 01:28:12 +0000 (01:28 +0000)]
dynamic_media_list.c: Fix a warning.

16 years agovlc/libvlc.h: Fix libvlc_media_discoverer_media_list prototype.
Pierre d'Herbemont [Mon, 20 Aug 2007 01:27:38 +0000 (01:27 +0000)]
vlc/libvlc.h: Fix libvlc_media_discoverer_media_list prototype.

16 years agoReads more metadata from ID3v2 tags
Rafaël Carré [Mon, 20 Aug 2007 01:27:38 +0000 (01:27 +0000)]
Reads more metadata from ID3v2 tags

16 years agoDisables unusued stuff
Rafaël Carré [Mon, 20 Aug 2007 01:21:40 +0000 (01:21 +0000)]
Disables unusued stuff

16 years agocontrol/dynamic_media_list.c: New dynamic media list object. It shouldn't have great...
Pierre d'Herbemont [Mon, 20 Aug 2007 01:13:42 +0000 (01:13 +0000)]
control/dynamic_media_list.c: New dynamic media list object. It shouldn't have great performances, but could easily be improved.
The idea is to have create a media list using the item of an other that matches a certain query.

16 years agocontrol/tree.c: Add a new structure to work with tree.
Pierre d'Herbemont [Sun, 19 Aug 2007 23:38:02 +0000 (23:38 +0000)]
control/tree.c: Add a new structure to work with tree.

16 years agolibvlc_internal.h: Forgotten file.
Pierre d'Herbemont [Sun, 19 Aug 2007 23:05:21 +0000 (23:05 +0000)]
libvlc_internal.h: Forgotten file.

16 years agocontrol/media_library.c: Remove unwanted commit.
Pierre d'Herbemont [Sun, 19 Aug 2007 22:52:06 +0000 (22:52 +0000)]
control/media_library.c: Remove unwanted commit.

16 years agocontrol/media_library.c: svn propset svn:keywords "Id".
Pierre d'Herbemont [Sun, 19 Aug 2007 22:51:32 +0000 (22:51 +0000)]
control/media_library.c: svn propset svn:keywords "Id".

16 years agocontrol/media_descriptor.c: Basic unamed tag support which will soon move to core.
Pierre d'Herbemont [Sun, 19 Aug 2007 22:46:15 +0000 (22:46 +0000)]
control/media_descriptor.c: Basic unamed tag support which will soon move to core.

16 years ago* control/media_library.c: Initial implementation.
Pierre d'Herbemont [Sun, 19 Aug 2007 21:54:49 +0000 (21:54 +0000)]
* control/media_library.c: Initial implementation.
* control/media_list.c: Implement _set_name _add_from_file.

16 years agocontrol/media_instance.c: Don't forget to stop the thread.
Pierre d'Herbemont [Sun, 19 Aug 2007 21:53:24 +0000 (21:53 +0000)]
control/media_instance.c: Don't forget to stop the thread.

16 years agocontrol/media_descriptor.c: Use the default input name.
Pierre d'Herbemont [Sun, 19 Aug 2007 21:52:45 +0000 (21:52 +0000)]
control/media_descriptor.c: Use the default input name.

16 years agocontrol/media_discoverer.c: Fix a warning+bug.
Pierre d'Herbemont [Sun, 19 Aug 2007 21:45:00 +0000 (21:45 +0000)]
control/media_discoverer.c: Fix a warning+bug.

16 years agovlc_arrays.h: Fix a bug in vlc_dictionary_remove_value_for_key, thanks to funman.
Pierre d'Herbemont [Sun, 19 Aug 2007 21:20:47 +0000 (21:20 +0000)]
vlc_arrays.h: Fix a bug in vlc_dictionary_remove_value_for_key, thanks to funman.

16 years agoglx: fixed startup crash, which seems to be triggered by an x.org optimization, the...
Damien Fouilleul [Sun, 19 Aug 2007 20:48:38 +0000 (20:48 +0000)]
glx: fixed startup crash, which seems to be triggered by an x.org optimization, the GLX module seems to be loaded when it is queried upon, and released when the display is closed. Therefore, checking for GLX with a temporary display and using GLX apis with another will crash it.

16 years agoFixes youtube parsing on www.youtube.com website
Rafaël Carré [Sun, 19 Aug 2007 19:16:28 +0000 (19:16 +0000)]
Fixes youtube parsing on www.youtube.com website

16 years agoSets EchoMode(QLineEdit::Password) for CONFIG_ITEM_PASSWORD
Ilkka Ollakka [Sun, 19 Aug 2007 19:10:03 +0000 (19:10 +0000)]
Sets EchoMode(QLineEdit::Password) for CONFIG_ITEM_PASSWORD

16 years agoWhat is add_password_inner supposed to be, except a reinvention of add_string_inner?
Rémi Denis-Courmont [Sun, 19 Aug 2007 18:47:09 +0000 (18:47 +0000)]
What is add_password_inner supposed to be, except a reinvention of add_string_inner?

16 years agoAdds CONFIG_ITEM_PASSWORD for showing stars in preferences dialog (still to be implem...
Rafaël Carré [Sun, 19 Aug 2007 18:44:32 +0000 (18:44 +0000)]
Adds CONFIG_ITEM_PASSWORD for showing stars in preferences dialog (still to be implemented in interfaces)

16 years agoForces preparsing for ogg files
Rafaël Carré [Sun, 19 Aug 2007 18:43:16 +0000 (18:43 +0000)]
Forces preparsing for ogg files

16 years agoqt4 - Remove trailing spaces...
Jean-Baptiste Kempf [Sun, 19 Aug 2007 18:00:09 +0000 (18:00 +0000)]
qt4 - Remove trailing spaces...

16 years agoAnother input_GetItem assert workarround.
Antoine Cellerier [Sun, 19 Aug 2007 17:48:59 +0000 (17:48 +0000)]
Another input_GetItem assert workarround.

16 years agoOnly reload album art in the HTTP interface if the track id changes (or if the user...
Antoine Cellerier [Sun, 19 Aug 2007 17:48:28 +0000 (17:48 +0000)]
Only reload album art in the HTTP interface if the track id changes (or if the user clicks on the album art to force a reload).

16 years agoSlovenian l10n update by Matej Urbančič
Christophe Mutricy [Sun, 19 Aug 2007 17:44:54 +0000 (17:44 +0000)]
Slovenian l10n update by Matej Urbančič

16 years agoAdd config option to disable album art support in the HTTP interface.
Antoine Cellerier [Sun, 19 Aug 2007 17:39:29 +0000 (17:39 +0000)]
Add config option to disable album art support in the HTTP interface.

16 years ago* Allow getting album art for items which aren't playing (using /art?id=<the playlist...
Antoine Cellerier [Sun, 19 Aug 2007 17:31:43 +0000 (17:31 +0000)]
* Allow getting album art for items which aren't playing (using /art?id=<the playlist id> instead of /art). (You need to run with --album-art 2 if you want to have album art for items which haven't already played)
* Workarround a stupid assert in input_GetItem.

16 years agoImplements ogg/vorbis & flac duration preparsing
Rafaël Carré [Sun, 19 Aug 2007 17:15:28 +0000 (17:15 +0000)]
Implements ogg/vorbis & flac duration preparsing
Ogg/flac doesn't work (yet)

16 years agoHide b_attached.
Rémi Denis-Courmont [Sun, 19 Aug 2007 17:15:11 +0000 (17:15 +0000)]
Hide b_attached.
Also remove the volatile qualifier.
No, volatile does not magically solve threading bugs, sorry
I too have tried this "easy" path, it does REALLY NOT WORK.
volatile only solves signals concurrency, not threads concurrency.

16 years agoFix a bunch of warnings / undefined pointers
Rémi Denis-Courmont [Sun, 19 Aug 2007 17:11:08 +0000 (17:11 +0000)]
Fix a bunch of warnings / undefined pointers
By the way, using asprintf(&ptr)/free(ptr) to determine the length of a string
is really lame, when you can do the same with snprintf(NULL, 0);

16 years agoFix warning
Rémi Denis-Courmont [Sun, 19 Aug 2007 16:56:07 +0000 (16:56 +0000)]
Fix warning

16 years agoFix playlist_item_t.i_id vs input_item_t.i_id mess in HTTP interface. (Looks like...
Antoine Cellerier [Sun, 19 Aug 2007 16:55:45 +0000 (16:55 +0000)]
Fix playlist_item_t.i_id vs input_item_t.i_id mess in HTTP interface. (Looks like this was new in 0.9.0. Having 2 differents integer ids, one being used to play and the other needed to delete the item is kind of awkward.)

16 years agoFix use of undefined variable
Rémi Denis-Courmont [Sun, 19 Aug 2007 16:53:34 +0000 (16:53 +0000)]
Fix use of undefined variable

16 years agoCode factor
Rémi Denis-Courmont [Sun, 19 Aug 2007 16:50:42 +0000 (16:50 +0000)]
Code factor

16 years agomodule/services_discovery/bonjour.c: Use the new API.
Pierre d'Herbemont [Sun, 19 Aug 2007 16:36:27 +0000 (16:36 +0000)]
module/services_discovery/bonjour.c: Use the new API.

16 years agoQt4 - Right-Click menus for the main interface. Not implemented yet.
Jean-Baptiste Kempf [Sun, 19 Aug 2007 16:20:13 +0000 (16:20 +0000)]
Qt4 - Right-Click menus for the main interface. Not implemented yet.

16 years ago* modules/codec/mpeg_audio.c: fixes for free format support.
Gildas Bazin [Sun, 19 Aug 2007 16:19:36 +0000 (16:19 +0000)]
* modules/codec/mpeg_audio.c: fixes for free format support.

16 years agoGoogleimage to use artist-tag and do url-encode (example taken from
Ilkka Ollakka [Sun, 19 Aug 2007 16:00:36 +0000 (16:00 +0000)]
Googleimage to use artist-tag and do url-encode (example taken from
http://www.redwiki.net/wiki/wiki.php/LUA/URLencode%B1%B8%C7%F6%C4ڵ%E5 )

16 years agoadd artist to lua-script also
Ilkka Ollakka [Sun, 19 Aug 2007 15:56:55 +0000 (15:56 +0000)]
add artist to lua-script also

16 years agoValidates desktop file according to the desktop entry specification 1.0
Rafaël Carré [Sun, 19 Aug 2007 15:48:48 +0000 (15:48 +0000)]
Validates desktop file  according to the desktop entry specification 1.0

16 years agoqt4 add a small define that could help to fight Qt43 bugs.
Jean-Baptiste Kempf [Sun, 19 Aug 2007 15:33:19 +0000 (15:33 +0000)]
qt4  add a small define that could help to fight Qt43 bugs.

16 years agoFix [21233]
Christophe Mutricy [Sun, 19 Aug 2007 15:05:30 +0000 (15:05 +0000)]
Fix [21233]

16 years agoFix lots of warnings
Rémi Denis-Courmont [Sun, 19 Aug 2007 14:54:33 +0000 (14:54 +0000)]
Fix lots of warnings

16 years agoplaylist: Make playlist_archived_services_discovery_t internal.
Pierre d'Herbemont [Sun, 19 Aug 2007 14:51:08 +0000 (14:51 +0000)]
playlist: Make playlist_archived_services_discovery_t internal.

16 years agoSecond try, show save meta button if user changes any input field, also
Ilkka Ollakka [Sun, 19 Aug 2007 14:35:31 +0000 (14:35 +0000)]
Second try, show save meta button if user changes any input field, also
then set in_edit=true so playlist changes doesn't change meta-data what
to edit.

16 years agoFix [21239] compilation
Rémi Denis-Courmont [Sun, 19 Aug 2007 14:19:32 +0000 (14:19 +0000)]
Fix [21239] compilation

16 years agocdda/access.c: Fix a warning.
Pierre d'Herbemont [Sun, 19 Aug 2007 14:18:44 +0000 (14:18 +0000)]
cdda/access.c: Fix a warning.

16 years agoEnable RTCP SR from the RTP sout
Rémi Denis-Courmont [Sun, 19 Aug 2007 14:17:53 +0000 (14:17 +0000)]
Enable RTCP SR from the RTP sout

16 years ago- Rename rtcp option to rtcp-port
Rémi Denis-Courmont [Sun, 19 Aug 2007 14:17:26 +0000 (14:17 +0000)]
- Rename rtcp option to rtcp-port
- Add rtcp boolean to emit RTCP SR

16 years agoPreliminary album art support code for the HTTP interface.
Antoine Cellerier [Sun, 19 Aug 2007 14:11:50 +0000 (14:11 +0000)]
Preliminary album art support code for the HTTP interface.

16 years ago* default enable 'Black screens in fullscreen' and make it a non-advanced setting
Felix Paul Kühne [Sun, 19 Aug 2007 14:02:12 +0000 (14:02 +0000)]
* default enable 'Black screens in fullscreen' and make it a non-advanced setting

16 years agoEdit mediainfo so you can edit meta-data even when playitem changes in
Ilkka Ollakka [Sun, 19 Aug 2007 13:39:56 +0000 (13:39 +0000)]
Edit mediainfo so you can edit meta-data even when playitem changes in
background. Also sets default to readonly, so user can't change meta if
he/she doesn't want to edit it. First try ;)

16 years agoDisables only informational metadata extraction in vorbis codec, when taglib is built
Rafaël Carré [Sun, 19 Aug 2007 13:38:29 +0000 (13:38 +0000)]
Disables only informational metadata extraction in vorbis codec, when taglib is built

16 years agoFix compile warning
Christophe Mutricy [Sun, 19 Aug 2007 13:25:30 +0000 (13:25 +0000)]
Fix compile warning

16 years agoLook for luameta script in share/luameta dor the case where you run from your source...
Christophe Mutricy [Sun, 19 Aug 2007 12:42:24 +0000 (12:42 +0000)]
Look for luameta script in share/luameta dor the case where you run from your source tree

16 years agoqt4 : QT4 album art in allways-video.
Jean-Baptiste Kempf [Sun, 19 Aug 2007 00:20:09 +0000 (00:20 +0000)]
qt4 : QT4 album art in allways-video.
Patch by Ilkka Ollakka, modified by myself to rip-off extra spaces, to modify a constant one and not 4 times, and functions placement in the code.

16 years agoFix input deadlocks in macosx gui
Rafaël Carré [Sat, 18 Aug 2007 20:23:58 +0000 (20:23 +0000)]
Fix input deadlocks in macosx gui
Doesn't fix input memleaks (playlist.m:204-214)

16 years ago* fixed a few unknown playlist queries
Felix Paul Kühne [Sat, 18 Aug 2007 18:59:42 +0000 (18:59 +0000)]
* fixed a few unknown playlist queries

16 years agoMake sure SOCKS is only attempted with TCP
Rémi Denis-Courmont [Sat, 18 Aug 2007 17:55:51 +0000 (17:55 +0000)]
Make sure SOCKS is only attempted with TCP

16 years agoPrevents deadlocks with input in qt4
Rafaël Carré [Sat, 18 Aug 2007 17:48:16 +0000 (17:48 +0000)]
Prevents deadlocks with input in qt4

16 years agoUse AI_PASSIVE for bind address only, not for connect address
Rémi Denis-Courmont [Sat, 18 Aug 2007 17:37:16 +0000 (17:37 +0000)]
Use AI_PASSIVE for bind address only, not for connect address

16 years agoInput access locking, part 2.
Rafaël Carré [Sat, 18 Aug 2007 14:59:31 +0000 (14:59 +0000)]
Input access locking, part 2.
Fix [21193]

16 years agoDistributes luameta on windows builds
Rafaël Carré [Sat, 18 Aug 2007 14:51:06 +0000 (14:51 +0000)]
Distributes luameta on windows builds

16 years agoDisables meta reading in vorbis codec when taglib plugin is being built
Rafaël Carré [Sat, 18 Aug 2007 14:44:47 +0000 (14:44 +0000)]
Disables meta reading in vorbis codec when taglib plugin is being built