]> git.sesse.net Git - vlc/log
vlc
21 years ago* modules/gui/wxwindows/*: misc small improvements and fixes.
Gildas Bazin [Tue, 1 Apr 2003 16:11:43 +0000 (16:11 +0000)]
* modules/gui/wxwindows/*: misc small improvements and fixes.

21 years ago* modules/gui/skins/src/event.cpp: Event::CreateEvent() was trying to free
Gildas Bazin [Tue, 1 Apr 2003 12:24:54 +0000 (12:24 +0000)]
* modules/gui/skins/src/event.cpp: Event::CreateEvent() was trying to free
   statically allocated strings.

21 years agoAdded Andy Lindsay.
Christophe Massiot [Tue, 1 Apr 2003 11:12:15 +0000 (11:12 +0000)]
Added Andy Lindsay.

21 years ago* TS demux patches, courtesy of Andy Lindsay <andy_vl@ananam.com>.
Christophe Massiot [Tue, 1 Apr 2003 10:46:35 +0000 (10:46 +0000)]
* TS demux patches, courtesy of Andy Lindsay <andy_vl@ananam.com>.

21 years ago* modules/gui/wxwindows/*: few modifications to the strings.
Gildas Bazin [Tue, 1 Apr 2003 00:18:29 +0000 (00:18 +0000)]
* modules/gui/wxwindows/*: few modifications to the strings.

21 years agomade a format-only string untranslateable
Sigmund Augdal Helberg [Mon, 31 Mar 2003 23:37:36 +0000 (23:37 +0000)]
made a format-only string untranslateable

21 years agoChanged a duplicate string, and removed an info string that isn't really
Sigmund Augdal Helberg [Mon, 31 Mar 2003 23:32:44 +0000 (23:32 +0000)]
Changed a duplicate string, and removed an info string that isn't really
useful

21 years ago* modules/codec/*: Fixed a PTS bug at the initialization of some codecs
Christophe Massiot [Mon, 31 Mar 2003 22:39:28 +0000 (22:39 +0000)]
* modules/codec/*: Fixed a PTS bug at the initialization of some codecs
* modules/audio_filter/resampler/coreaudio.c: Set score to 0

21 years ago* po/*: updated the po directory.
Gildas Bazin [Mon, 31 Mar 2003 22:39:23 +0000 (22:39 +0000)]
* po/*: updated the po directory.

21 years ago * v4l: forgot a munmap.
Laurent Aimar [Mon, 31 Mar 2003 04:26:17 +0000 (04:26 +0000)]
 * v4l: forgot a munmap.

21 years ago * v4l: updated, now it should grab (and compress if you want) the video.
Laurent Aimar [Mon, 31 Mar 2003 03:46:11 +0000 (03:46 +0000)]
 * v4l: updated, now it should grab (and compress if you want) the video.
Audio grabbing part is commented out and untested.
 The syntax is like that:
  v4l:<device>[:option=value:...]
 options: channel,norm (pal, ntsc,secam), frequency (not really there is
          a factor), audio, size (WxH or subqcif,qsif,qcif,sif,cif,vga),
          codec (optional, mpeg1 or mpeg4 and need to have compiled the
          encoders modules)
 ex: v4l:/dev/video:channel=0:frequency=8052:norm=secam:size=vga
 Please test.
 * rawvideo.c: a pseudo decoder for raw video (I420).
 * packetizer/*, mux/*, stream_output.c: fixed (I hope) audio/video
synchro problems.

21 years ago * ALL: Move CoreAudio aout into seperate module.
Jon Lech Johansen [Sun, 30 Mar 2003 23:35:06 +0000 (23:35 +0000)]
 * ALL: Move CoreAudio aout into seperate module.

21 years ago* modules/gui/wxwindows/*: another bunch of improvements.
Gildas Bazin [Sun, 30 Mar 2003 19:56:11 +0000 (19:56 +0000)]
* modules/gui/wxwindows/*: another bunch of improvements.

21 years ago* modules/*: sanitization of the modules description strings.
Gildas Bazin [Sun, 30 Mar 2003 18:14:39 +0000 (18:14 +0000)]
* modules/*: sanitization of the modules description strings.

21 years ago* modules/gui/wxwindows/*: small formating changes.
Gildas Bazin [Sun, 30 Mar 2003 16:26:42 +0000 (16:26 +0000)]
* modules/gui/wxwindows/*: small formating changes.
* modules/video_filter/deinterlace/deinterlace.c, src/libvlc.h: modified a couple of config option descriptions.

21 years ago* modules/gui/wxwindows/preferences.cpp: we only list the plugins that have config...
Gildas Bazin [Sun, 30 Mar 2003 15:05:32 +0000 (15:05 +0000)]
* modules/gui/wxwindows/preferences.cpp: we only list the plugins that have config options. That makes things less confusing.

21 years ago* include/configuration.h: added the add_directory() config macro.
Gildas Bazin [Sun, 30 Mar 2003 14:24:20 +0000 (14:24 +0000)]
* include/configuration.h: added the add_directory() config macro.
* modules/gui/wxwindows/preferences.cpp: support for add_string_from_list().
* ALL: changed some add_string() config options to add_file().

21 years agouse add_file and not add_string for the "audiofile-path" option
Sigmund Augdal Helberg [Sun, 30 Mar 2003 14:09:59 +0000 (14:09 +0000)]
use add_file and not add_string for the "audiofile-path" option

21 years ago* modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box.
Gildas Bazin [Sun, 30 Mar 2003 13:23:28 +0000 (13:23 +0000)]
* modules/gui/wxwindows/*: fixed the save feature of the preferences dialog box.
* src/misc/configuration.c: added support for CONFIG_ITEM_DIRECTORY.

21 years agoenabled the menu-entry to show file info when there is an input
Sigmund Augdal Helberg [Sun, 30 Mar 2003 12:15:50 +0000 (12:15 +0000)]
enabled the menu-entry to show file info when there is an input

21 years agomodules/gui/kde/interface.cpp: removed a debug message
Sigmund Augdal Helberg [Sun, 30 Mar 2003 11:59:00 +0000 (11:59 +0000)]
modules/gui/kde/interface.cpp: removed a debug message
modules/gui/kde/preferences.cpp: use sliders for integer and float options
with a range, use combobox for string_from_list options, fixed a layout
issue and removed some debug messages

21 years agomodules/access/dvdplay/dvd.c: removed an unused configuration category
Sigmund Augdal Helberg [Sun, 30 Mar 2003 11:54:29 +0000 (11:54 +0000)]
modules/access/dvdplay/dvd.c: removed an unused configuration category
modules&misc/logger/logger.c: use add_string_from_list for the logmode
option

21 years ago* configure.ac.in: removed the -fno-exceptions gcc option from the compilation of...
Gildas Bazin [Sun, 30 Mar 2003 11:43:38 +0000 (11:43 +0000)]
* configure.ac.in: removed the -fno-exceptions gcc option from the compilation of the skins plugin as it might be needed after all.
* modules/demux/m3u.c: upped the priority of the m3u demux as some m3u files were mistaken for ts files.
* include/configuration.h: added a CONFIG_ITEM_DIRECTORY config type.
* modules/gui/wxwindows/*: the preferences dialog should be fully useable now.

21 years ago* modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It...
Gildas Bazin [Sun, 30 Mar 2003 02:58:36 +0000 (02:58 +0000)]
* modules/gui/wxwindows/preferences.cpp: improved the preferences dialog box. It is almost useable now ;)

21 years ago* Resampler plug-in based on CoreAudio's AudioConverter.
Christophe Massiot [Sun, 30 Mar 2003 01:13:37 +0000 (01:13 +0000)]
* Resampler plug-in based on CoreAudio's AudioConverter.

21 years ago* modules/gui/wxwindows/open.cpp: fixed an event problem on win32.
Gildas Bazin [Sat, 29 Mar 2003 17:10:31 +0000 (17:10 +0000)]
* modules/gui/wxwindows/open.cpp: fixed an event problem on win32.
* modules/gui/wxwindows/wxwindows.cpp: fixed a compilation problem on
   win32 when the wxwindows interface is compiled as a builtin.

21 years agopreferences.cpp: Changed the preferences dialog to use a tree of categories
Sigmund Augdal Helberg [Sat, 29 Mar 2003 14:30:55 +0000 (14:30 +0000)]
preferences.cpp: Changed the preferences dialog to use a tree of categories
and plugins, the way wxwindows do it.
pluginsbox.(cpp|h): removed the "Configure" button from CONFIG_ITEM_MODULE
widgets, as it isn't needed anymore

21 years agoremoved an unused configuration category
Sigmund Augdal Helberg [Sat, 29 Mar 2003 13:15:33 +0000 (13:15 +0000)]
removed an unused configuration category

21 years ago* modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h:
Gildas Bazin [Sat, 29 Mar 2003 12:22:15 +0000 (12:22 +0000)]
* modules/audio_filter/channel_mixer/headphone.c, src/libvlc.h:
   moved the headphone-dim config option to the headphone plugin.
* modules/demux/demuxdump.c: the demuxdump-file config optin now has a default value.
* src/libvlc.c: fixed the extraintf config option not to spawn an interface plugin when an invalid name has been given.

21 years ago* modules/gui/wxwindows/*: small fixes to the open and streamout dialogs.
Gildas Bazin [Sat, 29 Mar 2003 11:15:14 +0000 (11:15 +0000)]
* modules/gui/wxwindows/*: small fixes to the open and streamout dialogs.

21 years agoIf --disable-xosd is given then xosdtext is not build.
Jean-Paul Saman [Sat, 29 Mar 2003 10:35:48 +0000 (10:35 +0000)]
If --disable-xosd is given then xosdtext is not build.
If --enable-xose is given then xosdtext is build also.

21 years ago* modules/gui/wxwindows/*: added demuxdump support to the open dialog.
Gildas Bazin [Sat, 29 Mar 2003 01:50:12 +0000 (01:50 +0000)]
* modules/gui/wxwindows/*: added demuxdump support to the open dialog.

21 years agoNew RedHat package file, written by Jason Luka <jason@geshp.com>.
Alexis de Lattre [Fri, 28 Mar 2003 22:09:34 +0000 (22:09 +0000)]
New RedHat package file, written by Jason Luka <jason@geshp.com>.

21 years ago* modules/audio_output/waveout.c: compilation fix for --disable-plugins build.
Gildas Bazin [Fri, 28 Mar 2003 17:02:25 +0000 (17:02 +0000)]
* modules/audio_output/waveout.c: compilation fix for --disable-plugins build.
* src/video_output/*, include/video.h: added a pf_lock/unlock fonction
   pointer that's used to lock the memory of a picture in vout_RenderPicture
   when required by the video output plugin.
* modules/video_output/directx/*: implemented pf_lock/unlock. That will fix
   the crash when pressing ctrl+alt+del.

21 years agoadded a SetPalette function so "vlc --vout dummy --dummy-chroma RGB2" don't
Sigmund Augdal Helberg [Fri, 28 Mar 2003 11:34:52 +0000 (11:34 +0000)]
added a SetPalette function so "vlc --vout dummy --dummy-chroma RGB2" don't
segfault.

21 years ago* modules/codec/libmpeg2.c: added code to handle 3:2 pulldown.
Gildas Bazin [Wed, 26 Mar 2003 22:56:39 +0000 (22:56 +0000)]
* modules/codec/libmpeg2.c: added code to handle 3:2 pulldown.

21 years ago * cross-compilation doc : work in progress
Marc Ariberti [Wed, 26 Mar 2003 21:46:40 +0000 (21:46 +0000)]
  * cross-compilation doc : work in progress

21 years ago* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
Derk-Jan Hartman [Wed, 26 Mar 2003 03:13:30 +0000 (03:13 +0000)]
* extras/MacOSX/Resources/English.lproj/MainMenu.nib/*
* modules/gui/macosx/open.?
  - updated the open dialog (now with sheets !!!)
  - added ogg file stream out
  - added http file stream out
  - added file subtitle support for the delay and fps options
* extras/MacOSX/vlc.pbproj/project.pbxproj
  - added the .ts file-extension to the application

21 years ago * ./debian/control: added correct versioned build-dependency on debhelper.
Sam Hocevar [Wed, 26 Mar 2003 01:50:01 +0000 (01:50 +0000)]
  * ./debian/control: added correct versioned build-dependency on debhelper.

21 years ago * ./debian/control: added explicit dependencies on vlc to legacy packages
Sam Hocevar [Wed, 26 Mar 2003 01:14:14 +0000 (01:14 +0000)]
  * ./debian/control: added explicit dependencies on vlc to legacy packages
    to make linda and lintian happier.

21 years ago* src/libvlc.c, src/libvlc.h: added a config option to disable the translation of...
Gildas Bazin [Wed, 26 Mar 2003 00:56:22 +0000 (00:56 +0000)]
* src/libvlc.c, src/libvlc.h: added a config option to disable the translation of the interface.
* modules/gui/wxwindows/*: misc improvements + skeleton for a preferences panel.

21 years ago * ./README.MacOSX.rtf, ./modules/gui/macosx/playlist.h, ./extras/MacOSX/*:
Sam Hocevar [Wed, 26 Mar 2003 00:21:55 +0000 (00:21 +0000)]
  * ./README.MacOSX.rtf, ./modules/gui/macosx/playlist.h, ./extras/MacOSX/*:
    added a final newline to a few text files to avoid diff complaints.

21 years ago * ./modules/demux/util/Modules.am: added missing id3genres.h to make dist.
Sam Hocevar [Tue, 25 Mar 2003 23:51:57 +0000 (23:51 +0000)]
  * ./modules/demux/util/Modules.am: added missing id3genres.h to make dist.

21 years ago * ./modules/gui/skins/Modules.am: fixed a typo.
Sam Hocevar [Tue, 25 Mar 2003 23:43:04 +0000 (23:43 +0000)]
  * ./modules/gui/skins/Modules.am: fixed a typo.

21 years ago * ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
Sam Hocevar [Tue, 25 Mar 2003 23:32:00 +0000 (23:32 +0000)]
  * ./Makefile.am: we don't distribute ./mkinstalldirs, it's in ./autotools/.
  * ./Makefile.am: we distribute ./toolbox.

21 years ago * ./bootstrap: fixed a syntax error in the generated m4/vlc.m4.
Sam Hocevar [Tue, 25 Mar 2003 23:13:58 +0000 (23:13 +0000)]
  * ./bootstrap: fixed a syntax error in the generated m4/vlc.m4.

21 years ago * ./m4/*: updated m4 macros.
Sam Hocevar [Tue, 25 Mar 2003 23:11:35 +0000 (23:11 +0000)]
  * ./m4/*: updated m4 macros.

21 years ago* modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs.
Gildas Bazin [Tue, 25 Mar 2003 23:06:49 +0000 (23:06 +0000)]
* modules/codec/libmpeg2.c: fixed aspect ratio when reading DVDs.

21 years ago * ./debian/control: bumped up standards version to 0.5.9.0.
Sam Hocevar [Tue, 25 Mar 2003 22:55:32 +0000 (22:55 +0000)]
  * ./debian/control: bumped up standards version to 0.5.9.0.
  * ./debian/control: added build-dependencies on libidl0 and libglib2.0-0 to
    work around mozilla-dev's currently broken dependencies.
  * ./debian/control: we now link against libdvdread3 instead of libdvdread2.
  * ./debian/control: we now depend on the latest libdvdplay0-dev to avoid
    linking against both libdvdread2 and libdvdread3.

21 years ago* src/input/input.c, src/video_output/video_output.c: when the input thread
Gildas Bazin [Tue, 25 Mar 2003 17:07:45 +0000 (17:07 +0000)]
* src/input/input.c, src/video_output/video_output.c: when the input thread
   ends, it will also destroy the vout if one was spawned.

21 years ago* src/misc/modules.c: module_Need() now only raises the scores of the
Gildas Bazin [Tue, 25 Mar 2003 15:38:14 +0000 (15:38 +0000)]
* src/misc/modules.c: module_Need() now only raises the scores of the
   plugins matching the given shortcuts list, unless "none" is closing the
   list (in which case only the plugins matching the list can be selected).

   Which means that users will stop complaining vlc doesn't launch anymore
   or can't play anything after they have fiddled with their config
   options :))

21 years ago* src/video_output/video_output.c: fixed my previous commit (input is not a direct...
Gildas Bazin [Tue, 25 Mar 2003 00:43:26 +0000 (00:43 +0000)]
* src/video_output/video_output.c: fixed my previous commit (input is not a direct parent of vout).

21 years ago* src/video_output/video_output.c, include/video_output.h:
Gildas Bazin [Mon, 24 Mar 2003 23:50:46 +0000 (23:50 +0000)]
* src/video_output/video_output.c, include/video_output.h:
   take into account the caching delay when dropping frames that are too
   far into the future.

21 years ago* modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement...
Gildas Bazin [Mon, 24 Mar 2003 23:04:07 +0000 (23:04 +0000)]
* modules/access/ftp.c, modules/access/http.c: the http and ftp plugins now implement SetProgram(). TS streams will now work over
http :)

21 years ago configure.ac.in: fixed a BeOS compile issue
Eric Petit [Mon, 24 Mar 2003 21:58:55 +0000 (21:58 +0000)]
 configure.ac.in: fixed a BeOS compile issue

21 years ago* modules/access/*: grrr... apparently I also need to reset the file descriptor set...
Gildas Bazin [Mon, 24 Mar 2003 20:00:51 +0000 (20:00 +0000)]
* modules/access/*: grrr... apparently I also need to reset the file descriptor set inside the loop.

21 years ago* moved macosx-dmg to extras/MacOSX/macosx-dmg
Derk-Jan Hartman [Mon, 24 Mar 2003 19:58:42 +0000 (19:58 +0000)]
* moved macosx-dmg to extras/MacOSX/macosx-dmg
* added some macosx files to DIST that were probably missing in the tar ;)

21 years ago* modules/access/*: don't forget to reinitialize the timeout when looping around...
Gildas Bazin [Mon, 24 Mar 2003 19:12:16 +0000 (19:12 +0000)]
* modules/access/*: don't forget to reinitialize the timeout when looping around select().

21 years ago* modules/access/*: pf_read() in access modules is now blocking. We still
Gildas Bazin [Mon, 24 Mar 2003 17:15:30 +0000 (17:15 +0000)]
* modules/access/*: pf_read() in access modules is now blocking. We still
   check regularly for p_input->b_die though. Now the demuxers can safely
   assume that pf_read() == 0 means EOF.
* ALL: got rid of the p_input->b_connected flag.
* src/input/input_ext-plugins.c, src/input/input.c: fixed the infinite loop
   of "decoder stuck" messages that sometimes happened.
* src/interface/intf_eject.c, modules/misc/network/ipv4.c: fixed compilation
   warnings.

21 years ago* more interface support for directories.
Derk-Jan Hartman [Mon, 24 Mar 2003 15:20:26 +0000 (15:20 +0000)]
* more interface support for directories.

21 years ago* modules/access/dvd*: changed some errors in warnings because the directory
Derk-Jan Hartman [Mon, 24 Mar 2003 14:18:28 +0000 (14:18 +0000)]
* modules/access/dvd*: changed some errors in warnings because the directory
  might still be readable by the directory access module.
* added drag and drop support for directories.

21 years ago * ./THANKS: added a translation contributor.
Sam Hocevar [Mon, 24 Mar 2003 13:52:13 +0000 (13:52 +0000)]
  * ./THANKS: added a translation contributor.
  * ./po/it.po: fixed this file's format.
  * ./m4: fixed "make dist" when gettext is too old.

21 years ago* Added fourcc 'MSS1' which is equivalent to 'WMV2'
Derk-Jan Hartman [Mon, 24 Mar 2003 13:50:55 +0000 (13:50 +0000)]
* Added fourcc 'MSS1' which is equivalent to 'WMV2'

21 years ago* modules/access/directory.c: fixed the directory access plugin.
Gildas Bazin [Mon, 24 Mar 2003 01:39:58 +0000 (01:39 +0000)]
* modules/access/directory.c: fixed the directory access plugin.
* configure.ac.in, modules/access/Modules.am: enabled the directory access plugin.

21 years ago* a new directory access module. It parses a directory with dirent and builds
Derk-Jan Hartman [Mon, 24 Mar 2003 00:12:51 +0000 (00:12 +0000)]
* a new directory access module. It parses a directory with dirent and builds
  a m3u 'file' which it feeds to the m3u demuxer.
  Problems: - it requires a dir to end with /
            - if i enabled it, all files would use the m3u demuxer for some
            strange reason. i've spent a day hunting this down, reboot-
            strapping and doing who knows what. I'm sick of it now.
            Someone else can give it a try, if he wants to.

21 years ago* configure.ac.in: fixed linking problem with the win32 build.
Gildas Bazin [Sun, 23 Mar 2003 20:41:32 +0000 (20:41 +0000)]
* configure.ac.in: fixed linking problem with the win32 build.

21 years agoFixed configure script (alcohol isn't the solution).
Christophe Massiot [Sun, 23 Mar 2003 18:10:06 +0000 (18:10 +0000)]
Fixed configure script (alcohol isn't the solution).

21 years agomodules/video_filter/osd_text.c: A video filter that uses freetpye2 to
Sigmund Augdal Helberg [Sun, 23 Mar 2003 16:38:40 +0000 (16:38 +0000)]
modules/video_filter/osd_text.c: A video filter that uses freetpye2 to
render text on the video
include/osd.h: some constants useful when interfacing with the osd module
configure.ac.in: check for freetype2, enabled the osdtext module by default
Makefile.am: added osd.h, please check that this is correct
lirc.c: modified to provide feedback when buttons are pressed.

Look at the Feedback() function in lirc.c to see how this module can be used

21 years agobetter OS detection (RH).
Yves Duret [Sun, 23 Mar 2003 15:10:11 +0000 (15:10 +0000)]
better OS detection (RH).

21 years ago* modules/demux/mpeg/audio.c: sanity check so we don't crash on mpeg audio files...
Gildas Bazin [Sun, 23 Mar 2003 12:12:32 +0000 (12:12 +0000)]
* modules/demux/mpeg/audio.c: sanity check so we don't crash on mpeg audio files with a bad Xing Header.

21 years agoUpdated a comment
Sigmund Augdal Helberg [Sat, 22 Mar 2003 23:03:02 +0000 (23:03 +0000)]
Updated a comment

21 years ago * sap: clean up.
Laurent Aimar [Sat, 22 Mar 2003 14:39:38 +0000 (14:39 +0000)]
 * sap: clean up.

21 years ago* modules/demux/m3u.c: the demux couldn't be forced when used on filenames without...
Gildas Bazin [Sat, 22 Mar 2003 14:35:03 +0000 (14:35 +0000)]
* modules/demux/m3u.c: the demux couldn't be forced when used on filenames without an extension.

21 years ago* modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.
Gildas Bazin [Sat, 22 Mar 2003 11:21:58 +0000 (11:21 +0000)]
* modules/gui/wxwindows/streamout.cpp: misc fixes and enhancements.

21 years ago* modules/gui/wxwindows/*: Added a stream output dialog box.
Gildas Bazin [Sat, 22 Mar 2003 03:14:34 +0000 (03:14 +0000)]
*  modules/gui/wxwindows/*: Added a stream output dialog box.

21 years agoUpdated norwegian translation thanks to Haakon Meland Eriksen
Sigmund Augdal Helberg [Fri, 21 Mar 2003 23:59:20 +0000 (23:59 +0000)]
Updated norwegian translation thanks to  Haakon Meland Eriksen

21 years ago* configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and...
Gildas Bazin [Fri, 21 Mar 2003 17:14:56 +0000 (17:14 +0000)]
* configure.ac.in, src/interface/intf_eject.c: scrapped the win32 eject code and replaced it with an MCI command.

21 years agoFixed the "locales have disappeared" problem under OS X.
Christophe Massiot [Fri, 21 Mar 2003 07:54:24 +0000 (07:54 +0000)]
Fixed the "locales have disappeared" problem under OS X.

21 years ago* modules/demux/ogg.c: fix for some ogg web radio streams where there
Gildas Bazin [Fri, 21 Mar 2003 02:05:20 +0000 (02:05 +0000)]
* modules/demux/ogg.c: fix for some ogg web radio streams where there
is a huge gap between the granulepos in the header packets and the data
packets.

21 years ago* slider.cpp: fixed mouse down refresh bug
Emmanuel Puig [Fri, 21 Mar 2003 00:17:00 +0000 (00:17 +0000)]
* slider.cpp: fixed mouse down refresh bug
* theme.cpp: removed debug text

21 years ago* Fixing Parkinson disease bug (it's not funny, it's real life)
Emmanuel Puig [Fri, 21 Mar 2003 00:00:19 +0000 (00:00 +0000)]
* Fixing Parkinson disease bug (it's not funny, it's real life)

21 years ago* modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug.
Gildas Bazin [Thu, 20 Mar 2003 21:45:01 +0000 (21:45 +0000)]
* modules/codec/libmpeg2.c: fixed pts handling and aspect-ratio bug.

21 years ago * ./bootstrap: if pkg-config is not available, we define PKG_CHECK_MODULES
Sam Hocevar [Thu, 20 Mar 2003 10:27:35 +0000 (10:27 +0000)]
  * ./bootstrap: if pkg-config is not available, we define PKG_CHECK_MODULES
    ourselves.
  * ./bootstrap: "make dist" works again, even if gettext is not present.

21 years ago * ./toolbox: fixed a Makefile parsing bug.
Sam Hocevar [Thu, 20 Mar 2003 10:06:16 +0000 (10:06 +0000)]
  * ./toolbox: fixed a Makefile parsing bug.

21 years ago* Fixing a refresh bug when opening an open file dialog box
Emmanuel Puig [Thu, 20 Mar 2003 09:29:07 +0000 (09:29 +0000)]
* Fixing a refresh bug when opening an open file dialog box

21 years ago* configure.ac.in : Disabled GTK2 and gnome2 plug-in since they break
Christophe Massiot [Wed, 19 Mar 2003 23:54:57 +0000 (23:54 +0000)]
* configure.ac.in : Disabled GTK2 and gnome2 plug-in since they break
  all platforms but GNU/Linux
* Bumped up revision number to 0.5.3-test1

21 years ago* Updating doc.
Emmanuel Puig [Wed, 19 Mar 2003 18:17:36 +0000 (18:17 +0000)]
* Updating doc.

21 years ago* Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization
Emmanuel Puig [Wed, 19 Mar 2003 18:14:48 +0000 (18:14 +0000)]
* Fiwing WINDOW_CLOSE and WINDOW_OPEN synchronization

21 years ago * gtk_main.c:: added(uncommented) gdk_thread_init for gtk2/gnome2.
Laurent Aimar [Wed, 19 Mar 2003 17:40:43 +0000 (17:40 +0000)]
 * gtk_main.c:: added(uncommented) gdk_thread_init for gtk2/gnome2.
Whitout it I can't even start gtk2 interface.

21 years ago* button.cpp : Fixing bug when disabling control
Emmanuel Puig [Wed, 19 Mar 2003 17:14:50 +0000 (17:14 +0000)]
* button.cpp : Fixing bug when disabling control
* Checkbox.cpp : adding onmouseover and onmouseout events
* Updating DTD
* win32_event.cpp : fixing bug for WINDOW_OPEN event

21 years ago* INSTALL: added reference to online info on compiling on MacOSX and BeOS
Derk-Jan Hartman [Wed, 19 Mar 2003 15:44:44 +0000 (15:44 +0000)]
* INSTALL: added reference to online info on compiling on MacOSX and BeOS

* NEWS: bringing the file to 0.5.3. i have added my work (and some things
  that I remembered). i trust everyone will enter his own stuff ;)

* README.MacOSX.rtf: fixed some errors

* THANKS: added Olivier Aubert for his vout-clone-list patch

21 years ago* fix for multiple monitors.
Derk-Jan Hartman [Wed, 19 Mar 2003 13:55:43 +0000 (13:55 +0000)]
* fix for multiple monitors.

21 years ago* Fixed skin config save
Emmanuel Puig [Wed, 19 Mar 2003 03:11:14 +0000 (03:11 +0000)]
* Fixed skin config save

21 years ago* Adding onmouseover and onmouseout events to button control
VideoLAN [Wed, 19 Mar 2003 02:09:56 +0000 (02:09 +0000)]
* Adding onmouseover and onmouseout events to button control
* Fixing window position at launch time
* Adding notification when mouse leaves a window

21 years ago* Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange Motorola encoders
Christophe Massiot [Tue, 18 Mar 2003 23:59:07 +0000 (23:59 +0000)]
* Added 0x80 as MPEG2_MOTO_VIDEO_ES, since some strange Motorola encoders
  do not follow the standard.

21 years ago * ./modules/gui/macosx/vout.m: cosmetic.
Jon Lech Johansen [Tue, 18 Mar 2003 23:51:29 +0000 (23:51 +0000)]
  * ./modules/gui/macosx/vout.m: cosmetic.

21 years ago* modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of...
Gildas Bazin [Tue, 18 Mar 2003 23:30:28 +0000 (23:30 +0000)]
* modules/video_filter/clone.c: new --clone-vout-list config option, courtesy of Olivier Aubert.
   Allows to specify a comma separated list of vout plugins that we want to be used by the clone filter.
* modules/video_filter/*: don't forget to detach the vout before destroying it.

21 years ago* modules/gui/macosx/vout.m:
Derk-Jan Hartman [Tue, 18 Mar 2003 22:14:42 +0000 (22:14 +0000)]
* modules/gui/macosx/vout.m:
  Now a complete redesign of the hiding of the mousecursor.
  - We use higher level functions now (NSCursor).
  - We only hide if the cursor is over our VLCView
  - In many exceptions we unhide. This is mainly for multimonitor support.

21 years ago* configure.ac.in, m4/*, po/Makefile.in.in: build updated to use gettext 0.11.5 by...
Gildas Bazin [Tue, 18 Mar 2003 21:34:13 +0000 (21:34 +0000)]
* configure.ac.in, m4/*, po/Makefile.in.in: build updated to use gettext 0.11.5 by default.
   This is necessary for the win32 build because old gettext versions do not work on win32.

21 years ago* configure.ac.in: fixed linking problem with the slp plugin on win32.
Gildas Bazin [Tue, 18 Mar 2003 20:38:35 +0000 (20:38 +0000)]
* configure.ac.in: fixed linking problem with the slp plugin on win32.