]> git.sesse.net Git - vlc/log
vlc
16 years agoQT4: Force need_update on creation so we could view everything on first open of Media...
Pavlov Konstantin [Wed, 11 Jul 2007 12:23:22 +0000 (12:23 +0000)]
QT4: Force need_update on creation so we could view everything on first open of Media Information window
Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de

16 years agoQT4: Set advanced checkbox to checked.
Pavlov Konstantin [Wed, 11 Jul 2007 12:18:31 +0000 (12:18 +0000)]
QT4: Set advanced checkbox to checked.
Windows: don't do resizing.
Patch by Hannes Domani, ssbssa -AT- yahoo -boring dot- de

16 years agoQT4: Jump to current item on itemchange. Patch by Ilkka Ollakka.
Pavlov Konstantin [Wed, 11 Jul 2007 12:00:33 +0000 (12:00 +0000)]
QT4: Jump to current item on itemchange. Patch by Ilkka Ollakka.

16 years ago* Adds a raster animation to text tagged with <karaoke> tags (like in USF
Jean-Baptiste Kempf [Tue, 10 Jul 2007 20:15:14 +0000 (20:15 +0000)]
* Adds a raster animation to text tagged with <karaoke> tags (like in USF
  files)The timing of the raster is determined by t= tags contained within
  the tags. For a  demonstration of karaoke refer to the sample file attached.

* Support for bi-directional text needs to behave inside karaoke
  tags. (In right to left text the raster needs to move from right to left
  instead of left to right - it is supporting this feature that makes this
  patch a little more complicated than it would otherwise be)

* Made the internal handling of font color and alpha tags more consistent
  and convenient in a few places by storing in one variable as AARRGGBB,
  rather than 2.

* Some cleanup of other code.

Patch by Bernie Purcell.

16 years agoextras/contrib: Fix dirac patch which was reverted.
Pierre d'Herbemont [Tue, 10 Jul 2007 20:09:08 +0000 (20:09 +0000)]
extras/contrib: Fix dirac patch which was reverted.

16 years agocontrol/media_instance.c: Fix a warning on missing parenthesis in a if statement.
Pierre d'Herbemont [Tue, 10 Jul 2007 18:58:28 +0000 (18:58 +0000)]
control/media_instance.c: Fix a warning on missing parenthesis in a if statement.

16 years agocontrol/media_instance.c: Fix the dead lock reported by Olivier Aubert.
Pierre d'Herbemont [Tue, 10 Jul 2007 18:56:44 +0000 (18:56 +0000)]
control/media_instance.c: Fix the dead lock reported by Olivier Aubert.

16 years agocontrol/media_descriptor.c: Use vlc_gc_* function to prevent input_item_t leak. And...
Pierre d'Herbemont [Mon, 9 Jul 2007 20:52:11 +0000 (20:52 +0000)]
control/media_descriptor.c: Use vlc_gc_* function to prevent input_item_t leak. And prefer p_md over p_media_desc as a variable name.

16 years agocontrol/media_descriptor.c: Don't destroy the input_item, because it might still...
Pierre d'Herbemont [Mon, 9 Jul 2007 19:27:47 +0000 (19:27 +0000)]
control/media_descriptor.c: Don't destroy the input_item, because it might still be needed. We don't have any proper way to do that for now, so we simply leaks it(!).

16 years agofix [20770]
Christophe Mutricy [Mon, 9 Jul 2007 18:58:11 +0000 (18:58 +0000)]
fix [20770]

16 years agocontrol/event.c: Make sure the callback list is initially set to NULL. (Likely fix...
Pierre d'Herbemont [Mon, 9 Jul 2007 17:23:19 +0000 (17:23 +0000)]
control/event.c: Make sure the callback list is initially set to NULL. (Likely fix the crash reported by Olivier Aubert).

16 years agoOups
Christophe Mutricy [Mon, 9 Jul 2007 12:09:18 +0000 (12:09 +0000)]
Oups

16 years ago* replaced a couple of to-be-deprecated cStrings by UTF8Strings
Felix Paul Kühne [Sun, 8 Jul 2007 23:00:52 +0000 (23:00 +0000)]
* replaced a couple of to-be-deprecated cStrings by UTF8Strings

16 years ago* updated the live patch and added a sanity check for future Darwin releases
Felix Paul Kühne [Sun, 8 Jul 2007 21:15:59 +0000 (21:15 +0000)]
* updated the live patch and added a sanity check for future Darwin releases

16 years agoRessucitate the telx module and make it to conflict with the zvbi module
Christophe Mutricy [Sun, 8 Jul 2007 20:05:02 +0000 (20:05 +0000)]
Ressucitate the telx module and make it to conflict with the zvbi module

16 years agoQt4 - Menus and new icons. Remove the isCheckable option from extended/playlist.
Jean-Baptiste Kempf [Sun, 8 Jul 2007 16:04:26 +0000 (16:04 +0000)]
Qt4 - Menus and new icons. Remove the isCheckable option from extended/playlist.

16 years agoLibvlc: Make medi_instance thread safe and implement the basics for refcounting.
Pierre d'Herbemont [Sun, 8 Jul 2007 15:22:53 +0000 (15:22 +0000)]
Libvlc: Make medi_instance thread safe and implement the basics for refcounting.

16 years agoUse libvlc_media_instance_t instead of libvlc_input_t.
Jean-Paul Saman [Sat, 7 Jul 2007 19:36:30 +0000 (19:36 +0000)]
Use libvlc_media_instance_t instead of libvlc_input_t.

16 years agoall: Subtitle improvment patch by Bernie Purcell.
Laurent Aimar [Sat, 7 Jul 2007 19:02:03 +0000 (19:02 +0000)]
all: Subtitle improvment patch by Bernie Purcell.

Author comments:

It makes the following changes:
* Changes to vout_subpictures.c to create some new variables which
renderers are free to use to render time-specific subtitling
information, such as karaoke. One of these variables allows for the text
region to not be permanently converted to YUVA/YUVP - so that more than
one pass can be made on the subtitle - so that it will update correctly
over time. If a rendering module doesn't use or change any of the
variables it behaves the same as usual, with the text region being
rendered just the once to a YUVA/YUVP region and then just blended to
the video on future passes.

* Changes to alignment implementation: no longer use the i_text_align
field of font_style_t at all; require the alignment to be correctly
setup solely in the subpicture_region_t's i_align field (this is so that
the alignment initially inherited from a style can be overridden). This
meant minor changes to freetype.c and quartztext.c as well as the
deletion of the i_text_align field in vlc_osd.h. It also involved some
changes in subsdec.c, where most of the work in this patch occurs.

* Minor change to quartztext.c to correct the interpretation of font
size parameter, making it consistent with a similar change being made in
subsdec.c, and to strip out multiple whitespace in html subtitles
(Similar changes to the freetype.c module have already been made as part
of a separate larger patch submission to fix problems with bidirectional
styled text in that module)

* Adds 2 new fields for carrying karaoke specific information to the
text_style_t struct in vlc_osd.h. Changed the default_text_style's
definition to agree with the changes made in the fields of text_style_t
struct.

* Support for <image> and <karaoke> subtitles in subsdec.c. (Full
working karaoke also requires an as-yet unsubmitted patch to the
renderers to implement)

* Support for more than one subpicture_region_t per timestamp, with each
subpicture region being able to have its own alignment and margins and
type: text or image

* Better calculation of plain-text versions of html subtitles

NB: This patch still makes use of a mechanism of explicitly requesting
the sdl_image module to decode any images it wants. The main reason for
this is that the bmp decoder in ffmpeg (the image decoder with the
highest score) presently only handles 16, 24 and 32 bit depths. An
alternative is for us to switch off the bmp support in ffmpeg for the
time being and the segment of code in subsdec.c that explicitly requests
this module (along with one line added to sdl_image.c) can be removed.
I'm not fussed by either implementation, but this way probably affects
fewer other modules, so have submitted it this way.

16 years agoMac OS X gui: Work around an automake/libtool bug with Objective-C files handling.
Pierre d'Herbemont [Sat, 7 Jul 2007 17:45:13 +0000 (17:45 +0000)]
Mac OS X gui: Work around an automake/libtool bug with Objective-C files handling.

16 years agotelx.c was removed
Christophe Mutricy [Fri, 6 Jul 2007 23:03:13 +0000 (23:03 +0000)]
telx.c was removed

16 years agoRemove telx decoder from configure.ac
Jean-Paul Saman [Fri, 6 Jul 2007 21:33:15 +0000 (21:33 +0000)]
Remove telx decoder from configure.ac

16 years agoRemoved telx Teletext decoder in favor of zvbi based Teletext decoder.
Jean-Paul Saman [Fri, 6 Jul 2007 21:33:10 +0000 (21:33 +0000)]
Removed telx Teletext decoder in favor of zvbi based Teletext decoder.

16 years agoSmall cleanup
Jean-Paul Saman [Fri, 6 Jul 2007 21:33:05 +0000 (21:33 +0000)]
Small cleanup

16 years agoRemove whitespace.
Jean-Paul Saman [Fri, 6 Jul 2007 21:33:00 +0000 (21:33 +0000)]
Remove whitespace.

16 years agoFree zvbi resources on error in Open() function.
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:56 +0000 (21:32 +0000)]
Free zvbi resources on error in Open() function.

16 years agoCompile fix.
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:52 +0000 (21:32 +0000)]
Compile fix.

16 years agoRemoved -fnested-functions for other platforms except MacOS X
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:48 +0000 (21:32 +0000)]
Removed -fnested-functions for other platforms except MacOS X

16 years agoJavaScript API to change the selected teletext page from IE ActiveX, Mozilla/Firefox...
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:43 +0000 (21:32 +0000)]
JavaScript API to change the selected teletext page from IE ActiveX, Mozilla/Firefox, Safari webbrowser plugins.

16 years agoAdded transparency to vbi pages and added a callback to vbi-opaque setting to change...
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:38 +0000 (21:32 +0000)]
Added transparency to vbi pages and added a callback to vbi-opaque setting to change it at runtime from the gui. Threw some compiler fixes and cleanup in the mix.

16 years agoCoding style cleanup.
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:36 +0000 (21:32 +0000)]
Coding style cleanup.

16 years agoPatch from thedj to recognize the vbi header in the PES.
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:33 +0000 (21:32 +0000)]
Patch from thedj to recognize the vbi header in the PES.

16 years agoFix up indentation
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:31 +0000 (21:32 +0000)]
Fix up indentation

16 years agoMake zvbi build on Fedora Core, debian, darwin and other unixes.
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:28 +0000 (21:32 +0000)]
Make zvbi build on Fedora Core, debian, darwin and other unixes.

16 years agoThis patch is a hack to force usage of zvbi teletext decoder. It cannot be resolved...
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:25 +0000 (21:32 +0000)]
This patch is a hack to force usage of zvbi teletext decoder. It cannot be resolved cleanly because the codec telx.c and zvbi.c require different offsets in the input buffer, while using the same FOURCC. This is a conflict which should be resolved in another way.

16 years agoTeletext decoder module based on libzvbi. This is the status of thedj's work at 30...
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:20 +0000 (21:32 +0000)]
Teletext decoder module based on libzvbi. This is the status of thedj's work at 30 April 2007.

16 years agoCopy modules/codec/telx.c to modules/codec/zvbi.c
Jean-Paul Saman [Fri, 6 Jul 2007 21:32:13 +0000 (21:32 +0000)]
Copy modules/codec/telx.c to modules/codec/zvbi.c

16 years agocontrib: Make sure we don't have any warning in libdirac as they end up in error.
Pierre d'Herbemont [Fri, 6 Jul 2007 21:29:31 +0000 (21:29 +0000)]
contrib: Make sure we don't have any warning in libdirac as they end up in error.

16 years agoTry to fix libtool on macos
Jérome Decoodt [Fri, 6 Jul 2007 20:18:29 +0000 (20:18 +0000)]
Try to fix libtool on macos
Thanks to sam and pdherbemont (blame them too if this breaks everything!)

16 years ago * configure.ac: add missing [] in the eyetv check.
Sam Hocevar [Fri, 6 Jul 2007 10:43:14 +0000 (10:43 +0000)]
  * configure.ac: add missing [] in the eyetv check.

16 years ago * Support unaware OS X libtool by sending -framework directly to the linker.
Sam Hocevar [Fri, 6 Jul 2007 10:04:25 +0000 (10:04 +0000)]
  * Support unaware OS X libtool by sending -framework directly to the linker.

16 years agoTry to optimize a bit the antialiasing thing
Jérome Decoodt [Fri, 6 Jul 2007 07:33:15 +0000 (07:33 +0000)]
Try to optimize a bit the antialiasing thing

16 years agoSlovenian l10n update by Matej Urbančič
Christophe Mutricy [Thu, 5 Jul 2007 19:10:41 +0000 (19:10 +0000)]
Slovenian l10n update by Matej Urbančič

16 years agoBetter blending for top and left borders
Jérome Decoodt [Thu, 5 Jul 2007 13:18:06 +0000 (13:18 +0000)]
Better blending for top and left borders
Thanks dionoea!

16 years agoAdd blending for borders in rotate
Jérome Decoodt [Wed, 4 Jul 2007 23:03:48 +0000 (23:03 +0000)]
Add blending for borders in rotate

16 years agoAdd some antialiasing to rotate
Jérome Decoodt [Wed, 4 Jul 2007 22:35:56 +0000 (22:35 +0000)]
Add some antialiasing to rotate

16 years ago* "%i objekt i spellistan" as translation for "No items in the playlist" may trigger...
Felix Paul Kühne [Wed, 4 Jul 2007 19:47:09 +0000 (19:47 +0000)]
* "%i objekt i spellistan" as translation for "No items in the playlist" may trigger unexpected UI strings on OSX. I've removed that translation for now, but we should get a correct translation for the release. Fixes #1234 (forward-porting [20737])

16 years agopython bindings: setup.py, workaround vlc-config 'peculiarities'
Olivier Aubert [Wed, 4 Jul 2007 15:29:57 +0000 (15:29 +0000)]
python bindings: setup.py, workaround vlc-config 'peculiarities'

16 years agoUpdate live555 version number in live-starttime.patch
Olivier Aubert [Wed, 4 Jul 2007 13:20:41 +0000 (13:20 +0000)]
Update live555 version number in live-starttime.patch

16 years agomissing \ added
Filippo Carone [Wed, 4 Jul 2007 07:22:05 +0000 (07:22 +0000)]
missing \ added

16 years agoQt4 - Fix the non-updating MediaInfo bug, introduced by my mistake.
Jean-Baptiste Kempf [Tue, 3 Jul 2007 20:13:09 +0000 (20:13 +0000)]
Qt4 - Fix the non-updating MediaInfo bug, introduced by my mistake.
Thanks to Hannes Domani, to have seen it.

16 years agoAdd 2Vuy FourCC case flavour to rawvideo.
Jean-Baptiste Kempf [Tue, 3 Jul 2007 18:15:18 +0000 (18:15 +0000)]
Add 2Vuy FourCC case flavour to rawvideo.
By Ilkka Ollakka

16 years agoInvoke the clock once rather than 2/3 times...
Rémi Denis-Courmont [Tue, 3 Jul 2007 16:08:20 +0000 (16:08 +0000)]
Invoke the clock once rather than 2/3 times...

16 years agoUpdate trunk ALT Linux spec file for trunk.
Pavlov Konstantin [Tue, 3 Jul 2007 08:51:06 +0000 (08:51 +0000)]
Update trunk ALT Linux spec file for trunk.

16 years agoFreetype:
Jean-Baptiste Kempf [Mon, 2 Jul 2007 17:32:40 +0000 (17:32 +0000)]
Freetype:
This patch:
* try to solve the fribidi styles problems that have occured
* introduces ft_style_t, to solve the precedent problem,
* solves a few errors from precedent commits,
* split some big functions on my request to avoid many imbrications.

Patch from Bernie Purcell.

16 years agoD-Bus: The MPRIS uses a new services behavior to allow multiple mpris-enabled
Jean-Baptiste Kempf [Mon, 2 Jul 2007 17:20:49 +0000 (17:20 +0000)]
D-Bus: The MPRIS uses a new services behavior to allow multiple mpris-enabled
players to run simultaneously.
Thus the dbus service name is now org.mpris.vlc instead of org.freedesktop.MediaPlayer.
Patch by Mirsal ENNAIME.

16 years agoArabic and Slovak translation updates by Fouzia Bourai and Marián Hikaník
Christophe Mutricy [Sun, 1 Jul 2007 20:59:24 +0000 (20:59 +0000)]
Arabic and Slovak translation updates by Fouzia Bourai and Marián Hikaník

16 years agoAdd option to format strings to prevent displaying dashes if the meta info was unavai...
Antoine Cellerier [Sun, 1 Jul 2007 15:13:04 +0000 (15:13 +0000)]
Add option to format strings to prevent displaying dashes if the meta info was unavailable (ie: if time is unavailable, "$T" will display "--:--:--" while "$ T" won't display anything). This is of course completely untested :)

16 years agoAdd BDA shortcuts dvbt, dvbc, dvbs (without hyphens) to conform to rev 20427: only...
Ken Self [Sun, 1 Jul 2007 12:35:00 +0000 (12:35 +0000)]
Add BDA shortcuts dvbt, dvbc, dvbs (without hyphens) to conform to rev 20427: only allow letters, digits and slash in access/demux. Also an extra error message if graph does not start running.

16 years agoHopefully fix compilation.
Antoine Cellerier [Sat, 30 Jun 2007 21:32:57 +0000 (21:32 +0000)]
Hopefully fix compilation.

16 years agoAttempt to allow using meta information in the MSN now playing format ... I have...
Antoine Cellerier [Sat, 30 Jun 2007 20:47:37 +0000 (20:47 +0000)]
Attempt to allow using meta information in the MSN now playing format ... I have no idea if this will really work.

16 years agoQt4 - display the buttons... :)
Jean-Baptiste Kempf [Sat, 30 Jun 2007 15:29:43 +0000 (15:29 +0000)]
Qt4 - display the buttons... :)

16 years agohelper define added
Filippo Carone [Sat, 30 Jun 2007 15:19:07 +0000 (15:19 +0000)]
helper define added

16 years agovolume callback name updated
Filippo Carone [Sat, 30 Jun 2007 15:16:10 +0000 (15:16 +0000)]
volume callback name updated

16 years agoActivate the polish translation
Christophe Mutricy [Sat, 30 Jun 2007 00:11:32 +0000 (00:11 +0000)]
Activate the polish translation

16 years agoA small malloc check.
Laurent Aimar [Fri, 29 Jun 2007 23:50:39 +0000 (23:50 +0000)]
A small malloc check.

16 years agoFixed GET_ATTACHMENTS return value (Reported by Bernie Purcell).
Laurent Aimar [Fri, 29 Jun 2007 22:52:28 +0000 (22:52 +0000)]
Fixed GET_ATTACHMENTS return value (Reported by Bernie Purcell).

16 years agoFixed potential sscanf buffer overflow in :
Laurent Aimar [Fri, 29 Jun 2007 22:41:49 +0000 (22:41 +0000)]
Fixed potential sscanf buffer overflow in :
 - ParseMicroDvd
 - ParseSubRip
 - ParseSubViewer
 - ParseSSA
 (Reported by Michal Luczaj)
Fixed memory leak in ParseSSA
Fixed invalid memory access in
 - ParseSSA
 - ParseVplayer
Improve a bit MPL2 support (remove italic format + initial space on
first subtitle)
All: simplify
     check malloc (what a boring thing)
 do not allocate up to 160ko on the stack
( I have tested all formats with a small sample but please test/report any
regression on your files. )

16 years agoDo not display invalid fourcc for meta data atom.
Laurent Aimar [Fri, 29 Jun 2007 22:33:17 +0000 (22:33 +0000)]
Do not display invalid fourcc for meta data atom.

16 years agoAdd flash.html to dist
Antoine Cellerier [Thu, 28 Jun 2007 19:44:30 +0000 (19:44 +0000)]
Add flash.html to dist

16 years agoFix "Seg fault when changing mosaic 'offsets' option on the fly." Patch by hovis...
Antoine Cellerier [Thu, 28 Jun 2007 19:32:02 +0000 (19:32 +0000)]
Fix "Seg fault when changing mosaic 'offsets' option on the fly." Patch by hovis, #1182

16 years agoQt4 - Dialogs. String Changes, reviewed by tonsofpcs
Jean-Baptiste Kempf [Thu, 28 Jun 2007 18:38:50 +0000 (18:38 +0000)]
Qt4 - Dialogs. String Changes, reviewed by tonsofpcs

16 years agoAdd support for 2Vuy rawvideo. Patch from Ilkka Ollakka.
Jean-Baptiste Kempf [Thu, 28 Jun 2007 18:24:15 +0000 (18:24 +0000)]
Add support for 2Vuy rawvideo. Patch from Ilkka Ollakka.

16 years agoQt4 - Make GNOME/KDE fanboys happy.
Jean-Baptiste Kempf [Thu, 28 Jun 2007 17:55:00 +0000 (17:55 +0000)]
Qt4 - Make GNOME/KDE fanboys happy.
Remove unneeded code. Without qt4.2, you can't compile this GUI anyway.

16 years agoQt4.3 compatibility.
Jean-Baptiste Kempf [Thu, 28 Jun 2007 16:51:33 +0000 (16:51 +0000)]
Qt4.3 compatibility.

16 years agoAdd MYOB to thanks file...
Jean-Baptiste Kempf [Thu, 28 Jun 2007 16:37:34 +0000 (16:37 +0000)]
Add MYOB to thanks file...

16 years agoAttempt to repair distcheck. Qt4-res.
Jean-Baptiste Kempf [Thu, 28 Jun 2007 06:35:00 +0000 (06:35 +0000)]
Attempt to repair distcheck. Qt4-res.

16 years agoThanks to "DJ", for all the help on the forum, more than 7700 posts now and counting...
Jean-Baptiste Kempf [Wed, 27 Jun 2007 16:35:56 +0000 (16:35 +0000)]
Thanks to "DJ", for all the help on the forum, more than 7700 posts now and counting. Thanks for aLtgLasS for skins, design and CSS...

16 years agoEnables D-Bus control compilation
Rafaël Carré [Wed, 27 Jun 2007 08:22:30 +0000 (08:22 +0000)]
Enables D-Bus control compilation

16 years agoUses TagLib class to represent UTF8 strings when writing metadata
Rafaël Carré [Wed, 27 Jun 2007 06:40:05 +0000 (06:40 +0000)]
Uses TagLib class to represent UTF8 strings when writing metadata

16 years agoNow using ITEM_PREPARSED & ITEM_META_FETCHED indicators
Rafaël Carré [Wed, 27 Jun 2007 05:07:09 +0000 (05:07 +0000)]
Now using ITEM_PREPARSED & ITEM_META_FETCHED indicators

16 years agoDirac version bumps to 0.7.0. Tested on altair/win32 and Mac
Jean-Baptiste Kempf [Tue, 26 Jun 2007 23:42:26 +0000 (23:42 +0000)]
Dirac version bumps to 0.7.0. Tested on altair/win32 and Mac

16 years ago * AUTHORS: removed mention of "audio" :-)
Sam Hocevar [Tue, 26 Jun 2007 22:03:47 +0000 (22:03 +0000)]
  * AUTHORS: removed mention of "audio" :-)

16 years agoQt4 - Forgotten in previous comit.
Jean-Baptiste Kempf [Tue, 26 Jun 2007 22:02:30 +0000 (22:02 +0000)]
Qt4 - Forgotten in previous comit.

16 years agoQt4 - Yet another icon for menus. Should be the last one.
Jean-Baptiste Kempf [Tue, 26 Jun 2007 22:00:08 +0000 (22:00 +0000)]
Qt4 - Yet another icon for menus. Should be the last one.

16 years ago * AUTHORS: changed contribution description on author's request.
Sam Hocevar [Tue, 26 Jun 2007 21:10:08 +0000 (21:10 +0000)]
  * AUTHORS: changed contribution description on author's request.

16 years ago* make sure that VLC-release.app includes permissions which allow it to run on restri...
Felix Paul Kühne [Tue, 26 Jun 2007 18:59:05 +0000 (18:59 +0000)]
* make sure that VLC-release.app includes permissions which allow it to run on restricted accounts. Credit Michael C. Haller <michael --at.- cilly com>. Additionally, don't create bogus links to the AppleScript library, which moved a while ago.

16 years agoactivex: remove logo when control runs in usermode and fill canvas with background...
Damien Fouilleul [Tue, 26 Jun 2007 17:53:05 +0000 (17:53 +0000)]
activex: remove logo when control runs in usermode and fill canvas with background color instead, which is settable as "BackColor" property (or bgcolor for web).

16 years agoFix new key-menu-* hotkeys definitions
Jean-Paul Saman [Tue, 26 Jun 2007 09:38:17 +0000 (09:38 +0000)]
Fix new key-menu-* hotkeys definitions

16 years agorespect alphabetical order
Christophe Mutricy [Mon, 25 Jun 2007 22:35:47 +0000 (22:35 +0000)]
respect alphabetical order

16 years agoi18n fixes
Christophe Mutricy [Mon, 25 Jun 2007 22:22:23 +0000 (22:22 +0000)]
i18n fixes

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.