]> git.sesse.net Git - vlc/log
vlc
21 years ago * src/stream_output/announce.c : BeOS compile fix.
Eric Petit [Tue, 27 May 2003 13:22:46 +0000 (13:22 +0000)]
 * src/stream_output/announce.c : BeOS compile fix.
   setsockopt( IP_MULTICAST_TTL ) is done in network/ipvx.c (if supported),
   so there is no need to do it here again.
 * modules/gui/beos/* : minor fixes

21 years ago* modules/gui/wxwindows/*: fixed context menu problem on win32.
Gildas Bazin [Tue, 27 May 2003 11:35:34 +0000 (11:35 +0000)]
* modules/gui/wxwindows/*: fixed context menu problem on win32.

21 years ago* removed vlc_wraptext
Derk-Jan Hartman [Tue, 27 May 2003 01:48:50 +0000 (01:48 +0000)]
* removed vlc_wraptext

21 years ago* modules/video_output/directx/events.c: fixed breakage.
Gildas Bazin [Mon, 26 May 2003 19:26:53 +0000 (19:26 +0000)]
* modules/video_output/directx/events.c: fixed breakage.

21 years ago* modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly...
Gildas Bazin [Mon, 26 May 2003 19:06:47 +0000 (19:06 +0000)]
* modules/audio_output/alsa.c: the aout-device obj var wasn't destroyed properly on probe() failure, preventing other audio plugins from working afterwards.
* modules/gui/skins/src/skin_main.cpp: got rid of the skins shortcut.
* modules/gui/wxwindows/*: the popupmenu is not created inside the timer anymore so the slider will still be active when the popup is triggered.
* modules/video_output/directx/events.c, modules/video_output/x11/xcommon.c, src/playlist/playlist.c: new intf-popupmenu obj var to handle popup context menu requests from the vouts.

21 years ago* modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small string...
Gildas Bazin [Mon, 26 May 2003 16:06:13 +0000 (16:06 +0000)]
* modules/gui/wxwindows/*: replaced the Advanced button with a checkbox. Small strings changes.

21 years ago* modules/codec/quicktime.c: i had accidently upgraded this plugin to 100
Derk-Jan Hartman [Mon, 26 May 2003 14:59:37 +0000 (14:59 +0000)]
* modules/codec/quicktime.c: i had accidently upgraded this plugin to 100
* modules/demux/avi/avi.c: fixed a spelling error reported by emulynx
* modules/gui/macosx/intf.?: added a wrapString:toWidth function
* modules/gui/macosx/prefs.?: removed the use of vlc_wraptext, because it
  was ugly. now we use our own, osx method. This fixes tooltips in japanese
  I'm not sure, but i think src/extras/libc.c vlc_wraptext is now unused.

21 years ago* The VLC-integrated SAP server now sends compliant packets. They can
Clément Stenac [Mon, 26 May 2003 13:45:52 +0000 (13:45 +0000)]
* The VLC-integrated SAP server now sends compliant packets. They can
  only be viewed with the CVS version of VLC

21 years ago* modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you...
Gildas Bazin [Mon, 26 May 2003 02:09:27 +0000 (02:09 +0000)]
* modules/gui/skins: got rid of init_lock and init_cond which aren't needed if you use vlc_thread_ready().
   started to implement X11Region and integrated the wxWindows dialogs.
* configure.ac.in: the X11 skins are the default ones when you use --enable-skins. To select the GTK2 version, you also need to use --with-gtk2-skins.

21 years ago* modules/gui/macosx/prefs.m: fixed the module selectors.
Derk-Jan Hartman [Mon, 26 May 2003 02:03:10 +0000 (02:03 +0000)]
* modules/gui/macosx/prefs.m: fixed the module selectors.
* modules/video_filter/crop.c: clarified the use of crop. someone please
  check, i'm not entirely sure this is correct. Actually i think we should
  split this up in more then one config item, for GUI preferences clarity.
  Something like crop-width, crop-height, crop-h-offset, crop-v-offset, or
  like ffmpeg has which uses left, right, top and bottom offsets.

21 years ago* extras/MacOSX/Resources/English.lproj/MainMenu.nib
Derk-Jan Hartman [Mon, 26 May 2003 01:25:12 +0000 (01:25 +0000)]
* extras/MacOSX/Resources/English.lproj/MainMenu.nib
* modules/gui/macosx/output.m:
  - changed the textfields for bitrate into comboboxes with suggested values
    identical to the ones in wxwindows intf.
  - changed "bitrate (bps)" into "bitrate (kb/s)
* modules/gui/macosx/prefs.?:
  - update the current view when advanced is changed.
  - module_lists now use the description strings.
  - always wraptext on tooltips. Currently japanese language is breaking.
  - we now have sliders for int/float config options with ranges.
  - fixed a warning message about an un-init'ed module_t.
* modules/video_filter/adjust.c:
  - added the ranges to the description strings of the config options.
  - blur-factor now uses a range as according to it's description string
    it already should have used this.

21 years ago modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens
Eric Petit [Sun, 25 May 2003 23:08:44 +0000 (23:08 +0000)]
 modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens
   since the gettext behaviour changed

21 years ago * bootstrap: remove a -shared flag as ./configure already adds it for
Eric Petit [Sun, 25 May 2003 22:36:33 +0000 (22:36 +0000)]
 * bootstrap: remove a -shared flag as ./configure already adds it for
   platforms which need it
 * configure.ac.in: don't use -shared on BeOS

21 years ago* configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for...
Gildas Bazin [Sun, 25 May 2003 20:16:26 +0000 (20:16 +0000)]
* configure.ac.in, modules/video_output/x11/xcommon.c: fixed configure check for the Xinerama extension.

21 years ago* modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from...
Gildas Bazin [Sun, 25 May 2003 19:24:53 +0000 (19:24 +0000)]
* modules/video_output/x11/*, configure.ac.in: Xinerama support remotely based from an old patch by Xavier Maillard.

21 years agoconvert the strings in the id3tags to utf8 before storing them.
Sigmund Augdal Helberg [Sun, 25 May 2003 18:32:17 +0000 (18:32 +0000)]
convert the strings in the id3tags to utf8 before storing them.

21 years ago. SAP/SDP packets parsing: ability to parse RFC compliant packets
Damien Lucas [Sun, 25 May 2003 18:02:20 +0000 (18:02 +0000)]
. SAP/SDP packets parsing: ability to parse RFC compliant packets
  parse_sap returns the SAP header length
  parse_sdp only parse the SDP payload
  note that VLC will discard messages from the old miniSAP-server
  (You have to use CVS version of miniSAP-server)
  (Messages from the new miniSAP-server will be discarded with old VLC)

21 years ago* We now use UTF-8 internally under Mac OS X. This requires a libiconv-
Christophe Massiot [Sun, 25 May 2003 17:27:13 +0000 (17:27 +0000)]
* We now use UTF-8 internally under Mac OS X. This requires a libiconv-
enabled version of gettext. (patch courtesy of the DJ)

21 years ago modules/gui/beos/PreferencesWindow.* :
Eric Petit [Sun, 25 May 2003 17:21:36 +0000 (17:21 +0000)]
 modules/gui/beos/PreferencesWindow.* :
  * added a BBox around each panel (looks nicer)
  * now use BSliders for {integer,float}_with_range

21 years agoALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS
Alexis de Lattre [Sun, 25 May 2003 15:05:47 +0000 (15:05 +0000)]
ALL : VLC FAQ transformed into VideoLAN FAQ, which is hosted in the CVS
under www.videolan.org/doc/faq/

21 years ago* src/video_output/video_output.c, modules/video_output/directx/*, modules/video_outp...
Gildas Bazin [Sun, 25 May 2003 11:31:54 +0000 (11:31 +0000)]
* src/video_output/video_output.c, modules/video_output/directx/*, modules/video_output/x11/xcommon.c: fullscreen state is now attached to the input, so it will be remembered even if the vout is restarted (switching filters, dvd menus, etc...).
* modules/video_filter/deinterlace/deinterlace.c: small change.

21 years ago* modules/codec/ffmpeg/ffmpeg.c: fixed typo.
Gildas Bazin [Sun, 25 May 2003 10:14:20 +0000 (10:14 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: fixed typo.

21 years ago* modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options.
Gildas Bazin [Sun, 25 May 2003 00:16:47 +0000 (00:16 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: clean-up for the ffmpeg config options.

21 years ago* src/misc/variables.c, include/variables.h: first pass at object var inheritance.
Gildas Bazin [Sat, 24 May 2003 23:40:11 +0000 (23:40 +0000)]
* src/misc/variables.c, include/variables.h: first pass at object var inheritance.
* rc/video_output/video_output.c, modules/video_filter/deinterlace/deinterlace.c: fixes to the deinterlace object var.

21 years ago* events aren't perfect yet, but it is better enough to commit
Cyril Deguet [Sat, 24 May 2003 21:28:29 +0000 (21:28 +0000)]
* events aren't perfect yet, but it is better enough to commit

21 years ago* src/video_output/video_output.c: new "deinterlace" object variable.
Gildas Bazin [Sat, 24 May 2003 20:54:27 +0000 (20:54 +0000)]
* src/video_output/video_output.c: new "deinterlace" object variable.
* modules/gui/macosx/prefs.m: compilation fix.
* modules/gui/wxwindows/menus.cpp: use the "deinterlace" object var.
* modules/gui/skins/*: couple of fixes.

21 years ago* modules/gui/skins/*: compilation fixes.
Gildas Bazin [Sat, 24 May 2003 17:52:49 +0000 (17:52 +0000)]
* modules/gui/skins/*: compilation fixes.
* modules/gui/wxwindows/*: fixed the open dialog to switch to the requested file/disc/net section.

21 years ago * Makefile.am: minor change in BeOS packages generation
Eric Petit [Sat, 24 May 2003 15:11:00 +0000 (15:11 +0000)]
 * Makefile.am: minor change in BeOS packages generation
 * doc/release-howto.txt: remove outdated info about how to build BeOS
   packages

21 years ago* configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win...
Gildas Bazin [Sat, 24 May 2003 13:14:56 +0000 (13:14 +0000)]
* configure.ac.in: ffmpeg is now enabled by default. Also got rid of the --intf-win option which was deprecated.

21 years ago* modules/codec/libmpeg2.c: Fixed synchro with field pictures.
Christophe Massiot [Sat, 24 May 2003 13:05:55 +0000 (13:05 +0000)]
* modules/codec/libmpeg2.c: Fixed synchro with field pictures.

21 years agoAdded option to run vlc as a Qt Embedded Gui Server. Use --qte-guiserver to enable...
Jean-Paul Saman [Sat, 24 May 2003 12:55:38 +0000 (12:55 +0000)]
Added option to run vlc as a Qt Embedded Gui Server. Use --qte-guiserver to enable this feature. The default is to run as a normal GuiClient.

21 years ago * ./po/*: re-ran toolbox --update-po.
Sam Hocevar [Sat, 24 May 2003 12:53:30 +0000 (12:53 +0000)]
  * ./po/*: re-ran toolbox --update-po.
  * ./po/en_GB.po: the British translation is up to date.

21 years ago * ./Makefile.am: used $(srcdir) where necessary (Closes: #319).
Sam Hocevar [Sat, 24 May 2003 12:35:06 +0000 (12:35 +0000)]
  * ./Makefile.am: used $(srcdir) where necessary (Closes: #319).

21 years ago * ./toolbox: we no longer translate the Borland plugin.
Sam Hocevar [Sat, 24 May 2003 12:34:31 +0000 (12:34 +0000)]
  * ./toolbox: we no longer translate the Borland plugin.

21 years ago * ./configure.ac.in: the help message now says libmad is enabled by
Sam Hocevar [Sat, 24 May 2003 12:10:31 +0000 (12:10 +0000)]
  * ./configure.ac.in: the help message now says libmad is enabled by
    default (Closes: #704).

21 years ago * ./modules/access_output/udp.c: if the clock needs to be reset, we do not
Sam Hocevar [Sat, 24 May 2003 11:53:12 +0000 (11:53 +0000)]
   * ./modules/access_output/udp.c: if the clock needs to be reset, we do not
     wait or we will face delay issues as reported in #794. Fix inspired from
     a suggestion by John Michael Zorko.

21 years ago* modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic.
Derk-Jan Hartman [Sat, 24 May 2003 02:48:55 +0000 (02:48 +0000)]
* modules/codec/quicktime.c: cleaning up of the code. mostly cosmetic.
* modules/demux/mp4/mp4.c: added SVQ1 for the quicktime decoder.
* modules/gui/macosx/macosx.m: typo
* modules/gui/macosx/prefs.m: fix of the module selectors.
* po/nl.po: i've taken a head start on the translations.
* src/libvlc.h: removed unused string RT_PRIORITY_TEXT

21 years agothe http interface should now output valid xhtml 1.0.
Sigmund Augdal Helberg [Fri, 23 May 2003 23:53:53 +0000 (23:53 +0000)]
the http interface should now output valid xhtml 1.0.

21 years ago* Updated the informal message to report the ip and port the http intf was
Derk-Jan Hartman [Fri, 23 May 2003 13:02:53 +0000 (13:02 +0000)]
* Updated the informal message to report the ip and port the http intf was
  started on. This will help ppl to actually use the thing ;)

21 years ago * Built-in modules were linked twice in the mozilla plugin; removed the
Sam Hocevar [Fri, 23 May 2003 11:41:17 +0000 (11:41 +0000)]
  * Built-in modules were linked twice in the mozilla plugin; removed the
    non-PIC ones (Closes Debian bug #194384).

21 years ago* vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;)
Derk-Jan Hartman [Fri, 23 May 2003 00:00:48 +0000 (00:00 +0000)]
* vlc.ebuild: fixed the ebuild. Now i know it should work with a test2 ;)
* modules/gui/macosx/vout.m: removed some code that was preventing us from
  using chroma converters.
* modules/codec/quicktime.c:
  - added the video decoder. only works with SVQ3 atm, returns Invalid
    BITMAPHEADER for some reason in all other cases.
  - did some cleaning up. this might just work under Win32 now aswell,
    gibalou will do some testing tomorrow ;)
  - SVQ3 QT degrades faster then the ffmpeg version, but also recovers
    faster. I'm not yet sure which one i prefer.

21 years ago* modules/gui/wxwindows/streamout.cpp: fixed typo.
Gildas Bazin [Thu, 22 May 2003 22:24:34 +0000 (22:24 +0000)]
* modules/gui/wxwindows/streamout.cpp: fixed typo.

21 years ago* src/libvlc.h: fixed spelling mistake.
Gildas Bazin [Thu, 22 May 2003 21:42:44 +0000 (21:42 +0000)]
* src/libvlc.h: fixed spelling mistake.
* modules/gui/wxwindows/preferences.cpp: allow negative numbers in spinctrls.
* modules/demux/asf,avi,mp4: use p_input->stream.control.b_mute.

21 years ago* spelling error in description string
Derk-Jan Hartman [Thu, 22 May 2003 20:56:07 +0000 (20:56 +0000)]
* spelling error in description string

21 years ago* added an ifdef for SVQ3
Derk-Jan Hartman [Thu, 22 May 2003 20:45:25 +0000 (20:45 +0000)]
* added an ifdef for SVQ3

21 years ago* at last the python module works again !
Cyril Deguet [Thu, 22 May 2003 20:06:19 +0000 (20:06 +0000)]
* at last the python module works again !
 (so stupid: the flag -lavcodec had to be at the *end* of the line !)

21 years ago* started to repair build of python module
Cyril Deguet [Thu, 22 May 2003 18:30:33 +0000 (18:30 +0000)]
* started to repair build of python module

21 years ago* src/audio_output/*, src/input/*: fixed the audio desync option. You can use positiv...
Gildas Bazin [Thu, 22 May 2003 16:01:02 +0000 (16:01 +0000)]
* src/audio_output/*, src/input/*: fixed the audio desync option. You can use positive as well as negative values.

21 years ago* modules/control/http.c: strings for the address and the port variable were switched.
Derk-Jan Hartman [Thu, 22 May 2003 15:34:02 +0000 (15:34 +0000)]
* modules/control/http.c: strings for the address and the port variable were switched.

21 years ago* fixed a localization issue
Derk-Jan Hartman [Thu, 22 May 2003 14:40:07 +0000 (14:40 +0000)]
* fixed a localization issue

21 years ago* modules/gui/macosx/playlist.m: fixed my fix
Derk-Jan Hartman [Thu, 22 May 2003 14:25:34 +0000 (14:25 +0000)]
* modules/gui/macosx/playlist.m: fixed my fix
* modules/gui/macosx/output.m: removed a debug statement
* modules/gui/macosx/prefs.m: fixed localizations of the prefs panel.

21 years ago* Fixed an issue that was preventing the use of the playlist in Mac OS 10.1
Derk-Jan Hartman [Thu, 22 May 2003 13:40:13 +0000 (13:40 +0000)]
* Fixed an issue that was preventing the use of the playlist in Mac OS 10.1

21 years ago* INSTALL.win32: added a small note about running vlc under the msvc debugger.
Gildas Bazin [Thu, 22 May 2003 12:00:57 +0000 (12:00 +0000)]
* INSTALL.win32: added a small note about running vlc under the msvc debugger.
* modules/gui/wxwindows/*: small fixes.
* modules/access/vcd/*, modules/access/cdda.c: re-activated autodetection of vcd and cdda on win32.
* src/misc/cpu.c, src/stream_output/announce.c: msvc fixes.

21 years ago* modules/gui/macosx/output.m: fixed the stream/transcode dialog. test1
Derk-Jan Hartman [Wed, 21 May 2003 21:30:30 +0000 (21:30 +0000)]
* modules/gui/macosx/output.m: fixed the stream/transcode dialog. test1
  version was broken.
* extras/MacOSX/vlc.pbproj/project.pbxproj: darn, absolute paths.

21 years ago* vlc.ebuild: This ebuild should work if we release a test2.
Derk-Jan Hartman [Wed, 21 May 2003 19:55:25 +0000 (19:55 +0000)]
* vlc.ebuild: This ebuild should work if we release a test2.
* modules/codec/quicktime.c: I added all the audio formats I know QT can handle.
  except for mp3 ;)
* modules/codec/ffmpeg: added asv1 (disabled), and enabled IV31 on little endian,
  since the problems with this decoder are endian specific according to it's creator.

21 years agoReverting previous --with-libmpeg2-prefix commit. Thanks Gildas for reminding me!
Jean-Paul Saman [Wed, 21 May 2003 18:09:31 +0000 (18:09 +0000)]
Reverting previous --with-libmpeg2-prefix commit. Thanks Gildas for reminding me!

21 years agoMore buildscript fixes.
Jean-Paul Saman [Wed, 21 May 2003 18:04:08 +0000 (18:04 +0000)]
More buildscript fixes.

21 years ago* modules/audio_output/directx.c, modules/audio_output/waveout.c: we destroy the...
Gildas Bazin [Wed, 21 May 2003 15:54:08 +0000 (15:54 +0000)]
*  modules/audio_output/directx.c, modules/audio_output/waveout.c: we destroy the audio-device variable if the probing has failed.

21 years ago* include/main.h
Derk-Jan Hartman [Wed, 21 May 2003 15:40:03 +0000 (15:40 +0000)]
* include/main.h
  src/libvlc.c: Added a quicktime_lock on SYS_DARWIN
* ALL: QT on OSX is not threadsafe in certain areas. i have found the proces
  of identifying the right Codec to use for decoding to be one of these areas.
  So when we do this, only one thread at a time can use QT.
  Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;)

21 years ago* modules/gui/skins/src/vlcproc.cpp: fixed yesterday's breakage.
Gildas Bazin [Wed, 21 May 2003 13:27:25 +0000 (13:27 +0000)]
* modules/gui/skins/src/vlcproc.cpp: fixed yesterday's breakage.
* modules/gui/wxwindows/menus.cpp: fixes for menu auto-generation.
* src/video_output/video_output.c: added a "fullscreen" object variable.
* modules/video_output/directx/*: added an always-on-top object variable and modified to take into account the fullscreen object variable.

21 years agoremoved the desctiption texts of a nonexisting config option
Sigmund Augdal Helberg [Wed, 21 May 2003 13:19:32 +0000 (13:19 +0000)]
removed the desctiption texts of a nonexisting config option

21 years agoremoved the --playlist option as it doesn't seem to be used
Sigmund Augdal Helberg [Wed, 21 May 2003 13:10:05 +0000 (13:10 +0000)]
removed the --playlist option as it doesn't seem to be used

21 years ago* wav: fix a parsing bug.
Laurent Aimar [Wed, 21 May 2003 10:02:55 +0000 (10:02 +0000)]
* wav: fix a parsing bug.

21 years ago* modules/gui/wxwindows/*, modules/gui/skins/src/vlcproc.cpp: The open dialog box...
Gildas Bazin [Tue, 20 May 2003 23:17:59 +0000 (23:17 +0000)]
* modules/gui/wxwindows/*, modules/gui/skins/src/vlcproc.cpp: The open dialog box now handles multiple files selection.

21 years ago* ALL: added a quicktime module.
Derk-Jan Hartman [Tue, 20 May 2003 21:35:52 +0000 (21:35 +0000)]
* ALL: added a quicktime module.
  - This module provides QDM2 and QDMC sound support on OSX by linking to
    the native QT libraries. We now have FULL QT trailer support on OSX.
  - The video part of this decoder is not yet working on OSX.
  - This can be used for a future win32dll loader system as well.

21 years agoModified build scripts
Jean-Paul Saman [Tue, 20 May 2003 20:09:19 +0000 (20:09 +0000)]
Modified build scripts

21 years ago* NEWS: updated some OSX info
Derk-Jan Hartman [Tue, 20 May 2003 18:53:03 +0000 (18:53 +0000)]
* NEWS: updated some OSX info
* ALL:
  - added CDDA support
  - added a "Online Documentation" item to the Help menu
  - removed some debugging strings

21 years agoAll: Support for SAP advertising in stream output
Clément Stenac [Tue, 20 May 2003 16:20:33 +0000 (16:20 +0000)]
All: Support for SAP advertising in stream output

add sap, or sap="Name" in the stream output options

21 years agokde.cpp: explicitly tell kde with icons to use. Should fix a crash that
Sigmund Augdal Helberg [Tue, 20 May 2003 16:08:59 +0000 (16:08 +0000)]
kde.cpp: explicitly tell kde with icons to use. Should fix a crash that
caused AIGALRM.
kde.cpp, interface.cpp: turn --kdeuirc into --kde-uirc to comply with naming
conventions

21 years ago* THANKS: Added Davor Orel who created the OS X icons.
Derk-Jan Hartman [Tue, 20 May 2003 15:51:03 +0000 (15:51 +0000)]
* THANKS: Added Davor Orel who created the OS X icons.
* modules/gui/macosx/macosx.m: changed a float into a float with range

21 years ago* Added a Reset prefs option
Derk-Jan Hartman [Tue, 20 May 2003 15:23:25 +0000 (15:23 +0000)]
* Added a Reset prefs option
* New prefs dialog much like the wxWindows and BeOS one.
  - translated instances might be broken.
  - still need sliders for min/max values
  - improved sizing should be done.

21 years ago modules/gui/beos/PreferencesWindow.* : cleaning
Eric Petit [Tue, 20 May 2003 11:44:18 +0000 (11:44 +0000)]
 modules/gui/beos/PreferencesWindow.* : cleaning

21 years ago* modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago.
Gildas Bazin [Mon, 19 May 2003 23:36:44 +0000 (23:36 +0000)]
* modules/audio_output/alsa.c: fixed a breakage I introduced a couple of weeks ago.

21 years ago* a lot of cleaning in X11 skins, but some problems remain with
Cyril Deguet [Mon, 19 May 2003 21:39:34 +0000 (21:39 +0000)]
* a lot of cleaning in X11 skins, but some problems remain with
  event handling :(

21 years ago* modules/gui/wxwindows/Modules.am: included the 2 new bitmaps.
Gildas Bazin [Mon, 19 May 2003 21:04:52 +0000 (21:04 +0000)]
* modules/gui/wxwindows/Modules.am: included the 2 new bitmaps.
* po/*: updated the po files.

21 years ago* Bumped version to 0.6.0-test1
Gildas Bazin [Mon, 19 May 2003 20:47:16 +0000 (20:47 +0000)]
* Bumped version to 0.6.0-test1
* modules/access/cdda.c: decreased the priority of the cdda plugin.

21 years ago* src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for...
Gildas Bazin [Mon, 19 May 2003 11:38:05 +0000 (11:38 +0000)]
* src/stream_output/stream_output.c, modules/stream_out/duplicate.c: bug fixes for when the stream output duplication fails for whatever reasons.

21 years ago* modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.
Gildas Bazin [Mon, 19 May 2003 09:57:55 +0000 (09:57 +0000)]
* modules/gui/wxwindows/bitmaps/*: forgot to add 2 files in my last commit.

21 years ago * input_program.c: input_DelES destroyed the decoder (if any) without
Laurent Aimar [Sun, 18 May 2003 23:16:57 +0000 (23:16 +0000)]
 * input_program.c: input_DelES destroyed the decoder (if any) without
 removing this ES from the list of selected ES. So, instead we call
 input_UnselectES.

21 years ago modules/gui/beos/MessagesWindow.cpp : fixed a minor scrolling issue
Eric Petit [Sun, 18 May 2003 22:30:33 +0000 (22:30 +0000)]
 modules/gui/beos/MessagesWindow.cpp : fixed a minor scrolling issue

21 years agoUpdated release numbering of packages.
Jean-Paul Saman [Sun, 18 May 2003 20:54:43 +0000 (20:54 +0000)]
Updated release numbering of packages.

21 years ago* modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and...
Gildas Bazin [Sun, 18 May 2003 19:46:35 +0000 (19:46 +0000)]
* modules/gui/wxwindows/*: removed the text from the toolbar. Added play slower and play faster buttons.

PS: We really need nicer toolbar icons for the wxWindows interface. Anybody would like to design some ?

21 years ago* fixed a few spelling errors, and added a note about QDM2 sound which is still unsup...
Derk-Jan Hartman [Sun, 18 May 2003 18:56:57 +0000 (18:56 +0000)]
* fixed a few spelling errors, and added a note about QDM2 sound which is still unsupported

21 years ago* added transparency in X11 skins
Cyril Deguet [Sun, 18 May 2003 17:48:05 +0000 (17:48 +0000)]
* added transparency in X11 skins

21 years ago* modules/gui/wxwindows/*: the open dialog box is created only once and reused when...
Gildas Bazin [Sun, 18 May 2003 16:27:18 +0000 (16:27 +0000)]
* modules/gui/wxwindows/*: the open dialog box is created only once and reused when needed. This allows to have the previous settings displayed when you re-open the dialog.

21 years ago* modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_...
Gildas Bazin [Sun, 18 May 2003 15:44:03 +0000 (15:44 +0000)]
* modules/access/vcd/*, modules/access/cdda.c: changed ioctl_ReadSector() into ioctl_ReadSectors(), a function that can read multiple sectors at a time.
  Modified the cdda plugin to read 20 sectors at a time. This was necessary because it was overkill to read the data sectors by sectors and was creating problems under Windows.

21 years ago* modules/gui/wxwindows/open.cpp: small fixes.
Gildas Bazin [Sun, 18 May 2003 12:18:46 +0000 (12:18 +0000)]
* modules/gui/wxwindows/open.cpp: small fixes.
* modules/access/vcd/cdrom.c: win32 fix for cue file parsing.
* modules/video_filter/osd_text.c: small win32 fix.

21 years ago* first BMP loader for X11 skins : it can only handle 24bbp uncompressed
Cyril Deguet [Sun, 18 May 2003 11:25:00 +0000 (11:25 +0000)]
* first BMP loader for X11 skins : it can only handle 24bbp uncompressed
  images, but it works !

21 years ago* INSTALL.win32: finally updated the instructions on how to build vlc for win32 :)
Gildas Bazin [Sat, 17 May 2003 23:57:35 +0000 (23:57 +0000)]
* INSTALL.win32: finally updated the instructions on how to build vlc for win32 :)
* install-win32, Makefile.am: updates for the win32 package.
* NEWS: added a few missing things.

21 years ago* modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only...
Gildas Bazin [Sat, 17 May 2003 22:48:09 +0000 (22:48 +0000)]
* modules/gui/wxwindows/menus.cpp: don't display choices menu when there is only 1 choice available.
* modules/gui/wxwindows/streamout.cpp: small cosmetic changes.
* modules/gui/wxwindows/open.cpp: added a CD Audio entry.

21 years ago* include/input_ext-intf.h: forgot this file in my last commit.
Gildas Bazin [Sat, 17 May 2003 22:00:00 +0000 (22:00 +0000)]
* include/input_ext-intf.h: forgot this file in my last commit.
* src/input/input_programs.c: prev/next-chapter and prev/next-title navigation variables are created only when necessary.

21 years ago* modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me...
Gildas Bazin [Sat, 17 May 2003 20:30:31 +0000 (20:30 +0000)]
* modules/access/cdda.c, modules/access/vcd/*: New CD digital audio module (by me and fenrir).
  You can now listen to your favorite CDDAs with vlc, or even stream them :)
  (Their is not yet any support for jitter correction).
* modules/codec/araw.c: small clean-up.

21 years ago * modules/gui/beos/MessagesWindow.* : cleaning
Eric Petit [Sat, 17 May 2003 18:30:41 +0000 (18:30 +0000)]
 * modules/gui/beos/MessagesWindow.* : cleaning
 * modules/gui/beos/PreferencesWindow.* : split the main modules into
   its categories

21 years ago modules/gui/beos/* : cosmetic
Eric Petit [Sat, 17 May 2003 15:20:46 +0000 (15:20 +0000)]
 modules/gui/beos/* : cosmetic

21 years ago* modules/video_output/directx/events.c: implemented the same shortcuts as in the...
Gildas Bazin [Sat, 17 May 2003 14:36:19 +0000 (14:36 +0000)]
* modules/video_output/directx/events.c: implemented the same shortcuts as in the x11/xvideo output.

21 years ago* configure.ac.in: removed the encoders from the list of plugins as they are not...
Gildas Bazin [Sat, 17 May 2003 11:35:14 +0000 (11:35 +0000)]
* configure.ac.in: removed the encoders from the list of plugins as they are not used currently.
* src/libvlc.h, modules/audio_filter/resampler/bandlimited.c: added an hq-resampling option to enable/disable the high quality resampling.

21 years ago* modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so...
Gildas Bazin [Fri, 16 May 2003 23:02:37 +0000 (23:02 +0000)]
* modules/packetizer/copy.c, modules/stream_out/transcode.c: added SVQ3 fourcc so we can transcode SVQ3. Small bug fix as well.

21 years ago* src/input/input_programs.c: a few fixes to the navigation object variable.
Gildas Bazin [Thu, 15 May 2003 23:05:59 +0000 (23:05 +0000)]
* src/input/input_programs.c: a few fixes to the navigation object variable.

21 years ago* now 0.6.0-cvs
Christophe Massiot [Thu, 15 May 2003 22:27:38 +0000 (22:27 +0000)]
* now 0.6.0-cvs
* ALL: Capitalize all preferences text strings

21 years ago* src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and...
Gildas Bazin [Thu, 15 May 2003 21:31:53 +0000 (21:31 +0000)]
* src/input/input_programs.c: implemented prev-title, next-title, prev-chapter and next-chapter object variables.
* modules/gui/wxwindows/menus.cpp: put the above variables into the Navigation menu.