]> git.sesse.net Git - vlc/log
vlc
16 years agofortunes are now UTF-8 encoded thanks to Mr_Mirsal
Rafaël Carré [Mon, 25 Jun 2007 22:02:07 +0000 (22:02 +0000)]
fortunes are now UTF-8 encoded thanks to Mr_Mirsal

16 years ago- libvlc APIs: bug fixing, and please note that exception argument is OPTIONAL (can...
Damien Fouilleul [Mon, 25 Jun 2007 18:06:52 +0000 (18:06 +0000)]
- libvlc APIs: bug fixing, and please note that exception argument is OPTIONAL (can be null), do not use exception to control API flow unless you created your own

16 years agoAdds Disconnect method to release the org.freedesktop.MediaPlayer name on the bus
Rafaël Carré [Mon, 25 Jun 2007 15:24:15 +0000 (15:24 +0000)]
Adds Disconnect method to release the org.freedesktop.MediaPlayer name on the bus

16 years agoQt4 - Add a folder opening option with an icon, due to popular request,
Jean-Baptiste Kempf [Sun, 24 Jun 2007 23:46:50 +0000 (23:46 +0000)]
Qt4 - Add a folder opening option with an icon, due to popular request,
    Clean some code, comment it and cosmetics.
    Fix also a cosmetic button bug spotted by funman.

16 years agoD-Bus, The Repeat method should be part of /Player, not /TrackList
Jean-Baptiste Kempf [Sun, 24 Jun 2007 21:47:14 +0000 (21:47 +0000)]
D-Bus, The Repeat method should be part of /Player, not /TrackList
Patch by Mirsal ENNAIME, as usual.

16 years agocontrol/media_descriptor.c: Fix memcpy usage.
Pierre d'Herbemont [Sun, 24 Jun 2007 20:52:03 +0000 (20:52 +0000)]
control/media_descriptor.c: Fix memcpy usage.

16 years agoDo not try to read metadata if it's not present
Rafaël Carré [Sun, 24 Jun 2007 19:36:35 +0000 (19:36 +0000)]
Do not try to read metadata if it's not present

16 years agoLIRC: correct typo in [20653]
Jean-Baptiste Kempf [Sun, 24 Jun 2007 18:41:50 +0000 (18:41 +0000)]
LIRC: correct typo in [20653]

16 years agoQt4 - Info Panels, clean code, add comments and cosmetics.
Jean-Baptiste Kempf [Sun, 24 Jun 2007 18:29:13 +0000 (18:29 +0000)]
Qt4 - Info Panels, clean code, add comments and cosmetics.

16 years agoQt4 - Move the Write MetaData button outside of the component part because it is...
Jean-Baptiste Kempf [Sun, 24 Jun 2007 16:57:21 +0000 (16:57 +0000)]
Qt4 - Move the Write MetaData button outside of the component part because it is more expected to be in the main dialog.

16 years agoPrevents segfault if no file are in the playlist (thanks j-b)
Rafaël Carré [Sun, 24 Jun 2007 16:07:38 +0000 (16:07 +0000)]
Prevents segfault if no file are in the playlist (thanks j-b)
Adds some debug message and extra check

16 years agoTry with the full MRL if the access haven't successed with access & url
Christophe Mutricy [Sun, 24 Jun 2007 14:51:18 +0000 (14:51 +0000)]
Try with the full MRL if the access haven't successed with access & url

16 years agocontrol/media_descriptor.c: Make sure we don't strdup a NULL ptr.
Pierre d'Herbemont [Sun, 24 Jun 2007 13:27:21 +0000 (13:27 +0000)]
control/media_descriptor.c: Make sure we don't strdup a NULL ptr.

16 years agoLibvlc: Make media_instance_destroy private.
Pierre d'Herbemont [Sun, 24 Jun 2007 13:26:17 +0000 (13:26 +0000)]
Libvlc: Make media_instance_destroy private.

16 years agoLibvlc: Implement media_instance_[get|set]_media_descriptor. Now, media_instance_new...
Pierre d'Herbemont [Sun, 24 Jun 2007 13:19:21 +0000 (13:19 +0000)]
Libvlc: Implement media_instance_[get|set]_media_descriptor. Now, media_instance_new creates an empty object. The old _new is now _new_from_media_descriptor.

16 years agoLibvlc: Use exception for internal function.
Pierre d'Herbemont [Sun, 24 Jun 2007 11:31:57 +0000 (11:31 +0000)]
Libvlc: Use exception for internal function.

16 years agocontrol/media_descriptor.c: s/ex/p_e/
Pierre d'Herbemont [Sun, 24 Jun 2007 11:24:36 +0000 (11:24 +0000)]
control/media_descriptor.c: s/ex/p_e/

16 years agocontrol/media_descriptor.c: Raise exception where needed.
Pierre d'Herbemont [Sun, 24 Jun 2007 11:19:48 +0000 (11:19 +0000)]
control/media_descriptor.c: Raise exception where needed.

16 years agoAdd a polski option for installer
Jean-Baptiste Kempf [Sun, 24 Jun 2007 10:33:59 +0000 (10:33 +0000)]
Add a polski option for installer

16 years agoReverts [20669]
Rafaël Carré [Sun, 24 Jun 2007 00:22:18 +0000 (00:22 +0000)]
Reverts [20669]
Adds a button into qt4 media information to write modified meta data to the file

16 years agoRemoves meta_export_t
Rafaël Carré [Sat, 23 Jun 2007 19:00:52 +0000 (19:00 +0000)]
Removes meta_export_t
Modify meta writer callback to take an input_item_t as argument, so a file non playing can be written

16 years agoAdds title, album, genre, year, and track number writing to taglib module
Rafaël Carré [Sat, 23 Jun 2007 17:07:19 +0000 (17:07 +0000)]
Adds title, album, genre, year, and track number writing to taglib module

16 years agoLibvlc: Make sure the exported structure are not anonymous.
Pierre d'Herbemont [Sat, 23 Jun 2007 14:51:48 +0000 (14:51 +0000)]
Libvlc: Make sure the exported structure are not anonymous.

16 years agoOops.
Pierre d'Herbemont [Sat, 23 Jun 2007 12:10:00 +0000 (12:10 +0000)]
Oops.

16 years agoLibvlc: Avertise libvlc_media_instance_release in the headers.
Pierre d'Herbemont [Sat, 23 Jun 2007 11:56:01 +0000 (11:56 +0000)]
Libvlc: Avertise libvlc_media_instance_release in the headers.

16 years agoFix previous commit (Oops).
Pierre d'Herbemont [Sat, 23 Jun 2007 11:54:40 +0000 (11:54 +0000)]
Fix previous commit (Oops).

16 years agoActiveX: Reflect libvlc changes: media_instance destroy_and_detach->release.
Pierre d'Herbemont [Sat, 23 Jun 2007 11:42:40 +0000 (11:42 +0000)]
ActiveX: Reflect libvlc changes: media_instance destroy_and_detach->release.

16 years agoMozilla: Reflect libvlc changes: media_instance destroy_and_detach->release.
Pierre d'Herbemont [Sat, 23 Jun 2007 11:42:24 +0000 (11:42 +0000)]
Mozilla: Reflect libvlc changes: media_instance destroy_and_detach->release.

16 years agoLibvlc: replace media_instance_destroy_and_detach by media_instance_release.
Pierre d'Herbemont [Sat, 23 Jun 2007 11:40:40 +0000 (11:40 +0000)]
Libvlc: replace media_instance_destroy_and_detach by media_instance_release.

16 years agoMac OS X gui: Fade out in a smoother way.
Pierre d'Herbemont [Sat, 23 Jun 2007 09:51:10 +0000 (09:51 +0000)]
Mac OS X gui: Fade out in a smoother way.

16 years ago.
Christophe Massiot [Fri, 22 Jun 2007 13:14:38 +0000 (13:14 +0000)]
.

16 years agoAdd CVE reference
Rémi Denis-Courmont [Fri, 22 Jun 2007 07:09:06 +0000 (07:09 +0000)]
Add CVE reference

16 years agoProper name of the Polish translator
Christophe Mutricy [Thu, 21 Jun 2007 22:28:47 +0000 (22:28 +0000)]
Proper name of the Polish translator

16 years agosmall cleanup
Jean-Paul Saman [Thu, 21 Jun 2007 11:46:31 +0000 (11:46 +0000)]
small cleanup

16 years agoIndentation fix
Jean-Paul Saman [Thu, 21 Jun 2007 11:46:08 +0000 (11:46 +0000)]
Indentation fix

16 years agoAdded new hotkeys "key-menu-[on|off|left|right|up|down|select]". Lirc now calls the...
Jean-Paul Saman [Thu, 21 Jun 2007 11:45:41 +0000 (11:45 +0000)]
Added new hotkeys "key-menu-[on|off|left|right|up|down|select]". Lirc now calls the osd_Menu*() functions directly when prefix "menu " followed by one of: on, off, left, right, up, down or select is found.

16 years agoLogo: Correction spotted by ILEoo and patched by Bernie Purcell.
Jean-Baptiste Kempf [Thu, 21 Jun 2007 06:34:14 +0000 (06:34 +0000)]
Logo: Correction spotted by ILEoo and patched by Bernie Purcell.

16 years agoUpdate the polish l10n. Thanks to Freaky Michi.
Christophe Mutricy [Wed, 20 Jun 2007 22:15:20 +0000 (22:15 +0000)]
Update the polish l10n. Thanks to Freaky Michi.

16 years agoSome files have been renamed, some added.
Christophe Mutricy [Wed, 20 Jun 2007 21:42:53 +0000 (21:42 +0000)]
Some files have been renamed, some added.

16 years agobootstrap: Fix previous commit.
Pierre d'Herbemont [Wed, 20 Jun 2007 21:14:58 +0000 (21:14 +0000)]
bootstrap: Fix previous commit.

16 years agobootstrap: Make sure we warn the user when no contrib is present on Mac OS X.
Pierre d'Herbemont [Wed, 20 Jun 2007 21:01:26 +0000 (21:01 +0000)]
bootstrap: Make sure we warn the user when no contrib is present on Mac OS X.

16 years agoTrying to fix the build on G5...
Jérome Decoodt [Wed, 20 Jun 2007 20:57:43 +0000 (20:57 +0000)]
Trying to fix the build on G5...

16 years agoShould fix compilation
Jérome Decoodt [Wed, 20 Jun 2007 20:42:24 +0000 (20:42 +0000)]
Should fix compilation
Add some news

16 years agoAdd rotate-deciangle for more precision in rotate
Jérome Decoodt [Wed, 20 Jun 2007 20:19:24 +0000 (20:19 +0000)]
Add rotate-deciangle for more precision in rotate
Add unimotion (http://members.optusnet.com.au/lbramsay/programs/unimotion.html)
to motion interface
Add a low band filter to the motion

16 years agoAdd minimal osdmenu theme based on MacOS x graphics.
Jean-Paul Saman [Wed, 20 Jun 2007 08:14:41 +0000 (08:14 +0000)]
Add minimal osdmenu theme based on MacOS x graphics.

16 years agoActiveX: More input->media_instance fix.
Pierre d'Herbemont [Wed, 20 Jun 2007 05:39:20 +0000 (05:39 +0000)]
ActiveX: More input->media_instance fix.

16 years agoPython: Compilation fix.
Pierre d'Herbemont [Tue, 19 Jun 2007 21:53:05 +0000 (21:53 +0000)]
Python: Compilation fix.

16 years agoPython: Fix misspelling of media_instance.
Pierre d'Herbemont [Tue, 19 Jun 2007 21:48:20 +0000 (21:48 +0000)]
Python: Fix misspelling of media_instance.

16 years agocontrol/video.c: Use libvlc_media_instance_has_vout instead of libvlc_input_has_vout.
Pierre d'Herbemont [Tue, 19 Jun 2007 21:06:15 +0000 (21:06 +0000)]
control/video.c: Use libvlc_media_instance_has_vout instead of libvlc_input_has_vout.

16 years agoPython: More input->media_instance changes.
Pierre d'Herbemont [Tue, 19 Jun 2007 20:48:50 +0000 (20:48 +0000)]
Python: More input->media_instance changes.

16 years agoJava: More input->media_instance changes.
Pierre d'Herbemont [Tue, 19 Jun 2007 20:46:24 +0000 (20:46 +0000)]
Java: More input->media_instance changes.

16 years agoActiveX: More input->media_instance changes.
Pierre d'Herbemont [Tue, 19 Jun 2007 20:44:36 +0000 (20:44 +0000)]
ActiveX: More input->media_instance changes.

16 years agoJava: input->media_instance changes.
Pierre d'Herbemont [Tue, 19 Jun 2007 20:41:41 +0000 (20:41 +0000)]
Java: input->media_instance changes.

16 years agoActiveX: input->media_instance changes.
Pierre d'Herbemont [Tue, 19 Jun 2007 20:38:18 +0000 (20:38 +0000)]
ActiveX: input->media_instance changes.

16 years agoMozilla: Yet more input->media_instance changes.
Pierre d'Herbemont [Tue, 19 Jun 2007 20:36:14 +0000 (20:36 +0000)]
Mozilla: Yet more input->media_instance changes.

16 years agoMozilla: Yet more input->media_instance changes.
Pierre d'Herbemont [Tue, 19 Jun 2007 20:35:05 +0000 (20:35 +0000)]
Mozilla: Yet more input->media_instance changes.

16 years agoRemove leading line feeds (or while spaces). Fixes "http://www.yle.fi/java/areena...
Antoine Cellerier [Tue, 19 Jun 2007 20:07:10 +0000 (20:07 +0000)]
Remove leading line feeds (or while spaces). Fixes "http://www.yle.fi/java/areena/dispatcher/193730.asx?bitrate=1000000" while previous commit fixed http://paste.videolan.org/1950 .

16 years agocontrol/media_descriptor.c: Prefer memcpy over bcopy.
Pierre d'Herbemont [Tue, 19 Jun 2007 19:47:31 +0000 (19:47 +0000)]
control/media_descriptor.c: Prefer memcpy over bcopy.

16 years agoMozilla: Fix previous commit.
Pierre d'Herbemont [Tue, 19 Jun 2007 19:43:41 +0000 (19:43 +0000)]
Mozilla: Fix previous commit.

16 years agoMozilla: More input->media_instance changes.
Pierre d'Herbemont [Tue, 19 Jun 2007 19:20:54 +0000 (19:20 +0000)]
Mozilla: More input->media_instance changes.

16 years agolibvlc: Advertise libvlc_media_instance_destroy_and_detach (soon media_instance_relea...
Pierre d'Herbemont [Tue, 19 Jun 2007 18:03:03 +0000 (18:03 +0000)]
libvlc: Advertise libvlc_media_instance_destroy_and_detach (soon media_instance_release) in the libvlc.h header.

16 years agoUntested workarround for buggy asx files with an end of line char at the end of the...
Antoine Cellerier [Tue, 19 Jun 2007 16:30:02 +0000 (16:30 +0000)]
Untested workarround for buggy asx files with an end of line char at the end of the url.

16 years agoQt4 - Yet another icon from Danko: Preferences.
Jean-Baptiste Kempf [Mon, 18 Jun 2007 22:23:46 +0000 (22:23 +0000)]
Qt4 - Yet another icon from Danko: Preferences.

16 years agoUpdated NEWS.
Laurent Aimar [Mon, 18 Jun 2007 21:59:34 +0000 (21:59 +0000)]
Updated NEWS.

16 years agoPatch by Bernie Purcell :
Laurent Aimar [Mon, 18 Jun 2007 21:08:03 +0000 (21:08 +0000)]
Patch by Bernie Purcell :
"This is part of a former submission stripped out for easier
 assimilation. It modifies vout_subpictures to use the existing alignment
 field on each region, rather than the alignment on the subpicture plane
 itself. Modifications are made to everywhere that depended on the former
 behaviour, to make it use the new alignment location instead."

16 years agoAdded missing return value in TitleCallback.
Laurent Aimar [Mon, 18 Jun 2007 20:59:10 +0000 (20:59 +0000)]
Added missing return value in TitleCallback.

16 years agoAdded speex check in RTSP (untested, close #1091)
Laurent Aimar [Mon, 18 Jun 2007 20:55:35 +0000 (20:55 +0000)]
Added speex check in RTSP (untested, close #1091)

16 years agobindings/python: Try to match the libvlc input to media_instance changes.
Pierre d'Herbemont [Mon, 18 Jun 2007 20:22:35 +0000 (20:22 +0000)]
bindings/python: Try to match the libvlc input to media_instance changes.

16 years agoMozilla: Attempt to match libvlc input to media_instance changes.
Pierre d'Herbemont [Mon, 18 Jun 2007 19:58:16 +0000 (19:58 +0000)]
Mozilla: Attempt to match libvlc input to media_instance changes.

16 years agoFix invalid free crash in bookmarks loading code reported by Gids on IRC. Small test...
Antoine Cellerier [Mon, 18 Jun 2007 19:54:38 +0000 (19:54 +0000)]
Fix invalid free crash in bookmarks loading code reported by Gids on IRC. Small test case is: (I'm not sure that it really needs to be that long)
#EXTVLCOPT:bookmarks={name=Rainforest Shmainforest,bytes=5276429,time=1},{name=Spontaneous Combustion,bytes=113071718,time=1331},{name=The Succubus,bytes=218546569,time=2663},{name=Jakovasaurs,bytes=326602991,time=3999},{name=Tweek Vs. Craig,bytes=436968699,time=5326},{name=Sexual Harassment Panda,bytes=542655194,time=6658}
episodes-1-6.m4v

16 years agoDo not crash when there is no X
Rémi Denis-Courmont [Mon, 18 Jun 2007 14:28:53 +0000 (14:28 +0000)]
Do not crash when there is no X

16 years agoTypo
Rémi Denis-Courmont [Mon, 18 Jun 2007 14:14:54 +0000 (14:14 +0000)]
Typo

16 years agoUpdate Ilkka Ollakka's contributions.
Jean-Paul Saman [Mon, 18 Jun 2007 09:55:06 +0000 (09:55 +0000)]
Update Ilkka Ollakka's contributions.

16 years agoProperly cleanup afilters and vfilters on Close(). (Patch by Ikka Ollakka)
Jean-Paul Saman [Mon, 18 Jun 2007 09:53:53 +0000 (09:53 +0000)]
Properly cleanup afilters and vfilters on Close(). (Patch by Ikka Ollakka)

16 years agolibvlc: Tell the build system to use media_instance.c.
Pierre d'Herbemont [Sun, 17 Jun 2007 21:17:13 +0000 (21:17 +0000)]
libvlc: Tell the build system to use media_instance.c.

16 years agolibvlc: Rename the input.c file to media_instance.c.
Pierre d'Herbemont [Sun, 17 Jun 2007 20:56:25 +0000 (20:56 +0000)]
libvlc: Rename the input.c file to media_instance.c.

16 years agolibvlc: Rename input to media_instance. And add the possibility to create a medi_inst...
Pierre d'Herbemont [Sun, 17 Jun 2007 20:54:32 +0000 (20:54 +0000)]
libvlc: Rename input to media_instance. And add the possibility to create a medi_instance from a media_descriptor.

16 years agocontrol/media_descriptor.c: Fix a comment.
Pierre d'Herbemont [Sun, 17 Jun 2007 17:51:40 +0000 (17:51 +0000)]
control/media_descriptor.c: Fix a comment.

16 years agoconrtol/media_descriptor.c: Use VLC_FALSE and VLC_TRUE.
Pierre d'Herbemont [Sun, 17 Jun 2007 17:47:46 +0000 (17:47 +0000)]
conrtol/media_descriptor.c: Use VLC_FALSE and VLC_TRUE.

16 years agocontrol/libvlc_internal: Dump bool as it doesn't work everywhere.
Pierre d'Herbemont [Sun, 17 Jun 2007 17:21:26 +0000 (17:21 +0000)]
control/libvlc_internal: Dump bool as it doesn't work everywhere.

16 years agolibvlc: attempt to fix previous commit.
Pierre d'Herbemont [Sun, 17 Jun 2007 17:14:06 +0000 (17:14 +0000)]
libvlc: attempt to fix previous commit.

16 years agolibvlc: Make media_descriptor_t internal.
Pierre d'Herbemont [Sun, 17 Jun 2007 16:50:13 +0000 (16:50 +0000)]
libvlc: Make media_descriptor_t internal.

16 years agoLibvlc add a media descriptor object.
Pierre d'Herbemont [Sun, 17 Jun 2007 16:24:49 +0000 (16:24 +0000)]
Libvlc add a media descriptor object.

16 years agoSync readme with wiki page.
Antoine Cellerier [Sun, 17 Jun 2007 15:20:20 +0000 (15:20 +0000)]
Sync readme with wiki page.

16 years agosvn:ignore .deps
Antoine Cellerier [Sun, 17 Jun 2007 15:17:39 +0000 (15:17 +0000)]
svn:ignore .deps

16 years agopropset svn:ignore
Antoine Cellerier [Sun, 17 Jun 2007 15:16:14 +0000 (15:16 +0000)]
propset svn:ignore

16 years agoKleine fix.
Antoine Cellerier [Sun, 17 Jun 2007 15:14:59 +0000 (15:14 +0000)]
Kleine fix.

16 years agoCosmetics.
Antoine Cellerier [Sun, 17 Jun 2007 15:11:22 +0000 (15:11 +0000)]
Cosmetics.

16 years agoHandle custom meta data in lua playlist scripts.
Antoine Cellerier [Sun, 17 Jun 2007 15:10:31 +0000 (15:10 +0000)]
Handle custom meta data in lua playlist scripts.

16 years agoFix a huge bunch of things in the video effects panel. Implement combo box options.
Antoine Cellerier [Sun, 17 Jun 2007 14:14:19 +0000 (14:14 +0000)]
Fix a huge bunch of things in the video effects panel. Implement combo box options.

16 years agoFix marq positions list in config.
Antoine Cellerier [Sun, 17 Jun 2007 14:12:56 +0000 (14:12 +0000)]
Fix marq positions list in config.

16 years agoBe sure to restart the mixer on replaygain mode change.
Laurent Aimar [Sun, 17 Jun 2007 14:06:26 +0000 (14:06 +0000)]
Be sure to restart the mixer on replaygain mode change.

16 years agoFix copyright date
Antoine Cellerier [Sun, 17 Jun 2007 13:59:55 +0000 (13:59 +0000)]
Fix copyright date

16 years agoMake error output usable.
Antoine Cellerier [Sun, 17 Jun 2007 13:59:27 +0000 (13:59 +0000)]
Make error output usable.

16 years agoAdded replay gain support for:
Laurent Aimar [Sun, 17 Jun 2007 13:56:57 +0000 (13:56 +0000)]
Added replay gain support for:
 - ogg/vorbis (close #125)
 - flac (and not ogg/flac yet)
 - mp3/aac (id3/ape)
 - mpc (internal/ape)

16 years agoAdded replay gain support (audio-replay-gain-mode track or album to activate
Laurent Aimar [Sun, 17 Jun 2007 13:54:20 +0000 (13:54 +0000)]
Added replay gain support (audio-replay-gain-mode track or album to activate
it, disabled by default)

16 years agoCall input_Control(INPUT_ADD_INFO) on extra meta data.
Laurent Aimar [Sun, 17 Jun 2007 13:49:49 +0000 (13:49 +0000)]
Call input_Control(INPUT_ADD_INFO) on extra meta data.

16 years agoAdded APEv1/2 support to id3tag.c
Laurent Aimar [Sun, 17 Jun 2007 13:47:00 +0000 (13:47 +0000)]
Added APEv1/2 support to id3tag.c
Parse TXXX fields (id3)
Parse RVA2 and convert them to replay gain (id3)
(I cannot put APE parsing into a new module as id3 and ape can be found
in the same file, this means you need libid3tag)

16 years agoSplit the extended video filters panel into many smaller sub panels.
Antoine Cellerier [Sun, 17 Jun 2007 12:47:07 +0000 (12:47 +0000)]
Split the extended video filters panel into many smaller sub panels.

16 years agovideo_chroma: a few SSE2 fixes
Damien Fouilleul [Sat, 16 Jun 2007 22:13:47 +0000 (22:13 +0000)]
video_chroma: a few SSE2 fixes