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

21 years agoAdded --with-libmpeg2-prefix= option to support cross-compiling for arm-target.
Jean-Paul Saman [Thu, 15 May 2003 20:45:08 +0000 (20:45 +0000)]
Added --with-libmpeg2-prefix= option to support cross-compiling for arm-target.

21 years agoUpdating version to 0.5.4.
Jean-Paul Saman [Thu, 15 May 2003 20:28:00 +0000 (20:28 +0000)]
Updating version to 0.5.4.
Enable building with libmpeg2.

21 years ago * ./Makefile.am: fixed LDFLAGS when using --enable-gprof.
Sam Hocevar [Thu, 15 May 2003 16:02:26 +0000 (16:02 +0000)]
  * ./Makefile.am: fixed LDFLAGS when using --enable-gprof.

21 years ago* modules/gui/wxwindows/*: small fixes and improvements.
Gildas Bazin [Thu, 15 May 2003 15:59:35 +0000 (15:59 +0000)]
* modules/gui/wxwindows/*: small fixes and improvements.

21 years ago * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well.
Sam Hocevar [Thu, 15 May 2003 15:50:23 +0000 (15:50 +0000)]
  * ./toolbox: toolbox --update.po now updates po/POTFILES.in as well.

21 years ago* Makefile.am: on make dist move vlc.ebuild
Derk-Jan Hartman [Thu, 15 May 2003 15:35:55 +0000 (15:35 +0000)]
* Makefile.am: on make dist move vlc.ebuild
* vlc.ebuild: small spelling correction

21 years ago* Went trough my maillogs and filled out large parts of the NEWS file.
Derk-Jan Hartman [Thu, 15 May 2003 02:02:13 +0000 (02:02 +0000)]
* Went trough my maillogs and filled out large parts of the NEWS file.
  please check and add your own. (i was bored ;)
* Updated the README.MacOSX.rtf with some more pointers and changed version
  to 0.6.0

21 years ago* modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the...
Gildas Bazin [Thu, 15 May 2003 01:33:53 +0000 (01:33 +0000)]
* modules/gui/wxwindows/streamout.cpp: updated the stream output dialog to use the new stream output syntax and features.

21 years ago* variable callback for the playlist. the input, audio and video still need
Derk-Jan Hartman [Thu, 15 May 2003 01:23:05 +0000 (01:23 +0000)]
* variable callback for the playlist. the input, audio and video still need
  to be done, waiting for gibalou to work his magic on that ;)
cvs: ----------------------------------------------------------------------

21 years ago* added vlc.ebuild, vlc.spec.redhat to dist.
Derk-Jan Hartman [Thu, 15 May 2003 00:46:23 +0000 (00:46 +0000)]
* added vlc.ebuild, vlc.spec.redhat to dist.
* added all the new icons to the dist.
* on make dist i would like to do
  mv vlc.ebuild vlc-${VERSION}.ebuild
  I don't know how to do this. Who does?

21 years ago* ./vlc.ebuild: a ebuild for the Gentoo Linux distribution.
Derk-Jan Hartman [Thu, 15 May 2003 00:32:28 +0000 (00:32 +0000)]
* ./vlc.ebuild: a ebuild for the Gentoo Linux distribution.
  Because of the cvs snapshots of libmpeg2 and ffmpeg, this ebuild will
  need to be updated before release, to point out the correct links to
  these libraries.

21 years ago * aac: compilation fix.
Laurent Aimar [Wed, 14 May 2003 21:29:43 +0000 (21:29 +0000)]
 * aac: compilation fix.
 * libvlc.h : set correct value for sout-a/vcodec

21 years ago* Resized some elements to allow for better translations.
Derk-Jan Hartman [Wed, 14 May 2003 19:47:24 +0000 (19:47 +0000)]
* Resized some elements to allow for better translations.

21 years ago * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in
Sam Hocevar [Wed, 14 May 2003 17:17:30 +0000 (17:17 +0000)]
  * ./debian/control: Debian packages now build with an mpeg2dec CVS tree in
    the extras/ directory.

21 years ago * aac: use extention based detection.
Laurent Aimar [Wed, 14 May 2003 14:58:35 +0000 (14:58 +0000)]
 * aac: use extention based detection.

21 years ago* Forgot one
Derk-Jan Hartman [Wed, 14 May 2003 14:57:42 +0000 (14:57 +0000)]
* Forgot one

21 years agoALL: Davor won the vote, New icons in place.
Derk-Jan Hartman [Wed, 14 May 2003 14:56:26 +0000 (14:56 +0000)]
ALL: Davor won the vote, New icons in place.

21 years ago * ts: do not use DVB reserved pid(s) (thanks Miguel Barreiro Paz)
Laurent Aimar [Wed, 14 May 2003 11:15:50 +0000 (11:15 +0000)]
 * ts: do not use DVB reserved pid(s) (thanks Miguel Barreiro Paz)

21 years ago* modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp.
Gildas Bazin [Wed, 14 May 2003 09:00:10 +0000 (09:00 +0000)]
* modules/gui/skins/Modules.am: include module/gui/wxwindows/subtitles.cpp.

21 years ago* modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu...
Gildas Bazin [Tue, 13 May 2003 23:41:17 +0000 (23:41 +0000)]
* modules/gui/wxwindows/menus.cpp: forgot a vlc_object_release(). The popup menu is now created on the stack.

21 years ago* modules/gui/wxwindows/*: added a navigation menu in the interface menubar.
Gildas Bazin [Tue, 13 May 2003 22:59:16 +0000 (22:59 +0000)]
* modules/gui/wxwindows/*: added a navigation menu in the interface menubar.
* modules/gui/wxwindows/subtitles.cpp: forgot this one in my last commit.

21 years ago* modules/gui/wxwindows/*: new subtitles file dialog box.
Gildas Bazin [Tue, 13 May 2003 22:33:33 +0000 (22:33 +0000)]
* modules/gui/wxwindows/*: new subtitles file dialog box.
* modules/demux/util/sub.c: fixed a few description strings.
* Makefile.am: small cosmetic change to package-win32 target.

21 years ago* beginning of event processing in X11 skins
Cyril Deguet [Tue, 13 May 2003 20:36:29 +0000 (20:36 +0000)]
* beginning of event processing in X11 skins
* graphics should work, but....

21 years ago* changed OSGraphics constructor (needed for X11)
Cyril Deguet [Tue, 13 May 2003 19:25:59 +0000 (19:25 +0000)]
* changed OSGraphics constructor (needed for X11)

21 years ago modules/gui/beos/PreferencesWindow.*:
Eric Petit [Tue, 13 May 2003 14:11:33 +0000 (14:11 +0000)]
 modules/gui/beos/PreferencesWindow.*:
  - use BMenuFields for string_from_list config items
  - cleaning

21 years ago* modules/control/rc/rc.c: win32 fixes for the handling of special control keys.
Gildas Bazin [Tue, 13 May 2003 12:09:29 +0000 (12:09 +0000)]
* modules/control/rc/rc.c: win32 fixes for the handling of special control keys.

21 years ago* modules/gui/wxwindows/preferences.cpp: small fixes.
Gildas Bazin [Tue, 13 May 2003 11:44:53 +0000 (11:44 +0000)]
* modules/gui/wxwindows/preferences.cpp: small fixes.

21 years ago modules/gui/beos/PreferencesWindow.*: use config_ResetAll()
Eric Petit [Tue, 13 May 2003 11:18:25 +0000 (11:18 +0000)]
 modules/gui/beos/PreferencesWindow.*: use config_ResetAll()

21 years ago* modules/gui/wxwindows/preferences.cpp: the config panels are now generated on deman...
Gildas Bazin [Mon, 12 May 2003 21:55:01 +0000 (21:55 +0000)]
* modules/gui/wxwindows/preferences.cpp: the config panels are now generated on demand instead of generating everything at the beginning. ResetAll now also takes care of resetting the values shown in the config panels.
* modules/gui/wxwindows/open.cpp: small cosmetic changes.

21 years ago modules/gui/beos/VlcWrapper.h: compile fix
Eric Petit [Mon, 12 May 2003 19:59:48 +0000 (19:59 +0000)]
 modules/gui/beos/VlcWrapper.h: compile fix

21 years ago* include/vlc_common.h: small change to shut-up some memory checkers.
Gildas Bazin [Mon, 12 May 2003 19:11:53 +0000 (19:11 +0000)]
* include/vlc_common.h: small change to shut-up some memory checkers.

21 years ago* modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwind...
Gildas Bazin [Mon, 12 May 2003 17:33:20 +0000 (17:33 +0000)]
* modules/gui/skins/*: got rid of wxdialogs.h, the skins plugin is now sharing wxwindows.h with the wxwindows plugin.
* modules/video_output/directx/events.c: fixed non-initialized variable.
* modules/gui/wxwindows/*: misc improvements to the playlist window (added an "Open MRL" menu as well as menus to load and save a playlist, we also make use of the "intf-change" playlist object variable now).
* src/playlist/playlist.c: the playlist file is opened in text mode, no win32 eol hack is needed.
* src/misc/configuration.c, include/configuration.h: new config_ResetAll() function to reset all config options to their original values (you still need to config_SaveConfigFile()).
* modules/gui/wxwindows/preferences.cpp: new "Reset All" button in the preferences panel.

21 years ago* First set config variable, then add the files (and therefore potentially
Derk-Jan Hartman [Mon, 12 May 2003 01:17:10 +0000 (01:17 +0000)]
* First set config variable, then add the files (and therefore potentially
  play them) in the playlist. Otherwise we can be too late.

21 years ago* extras/MacOSX/vlc.pbproj/project.pbxproj:
Derk-Jan Hartman [Sun, 11 May 2003 23:17:31 +0000 (23:17 +0000)]
* extras/MacOSX/vlc.pbproj/project.pbxproj:
  - Add the THANKS file to the Mac OS X application
* modules/gui/macosx/about.?:
  - Use c-style comments instead of //
  - Open the AUTHORS file with the correct Encoding
  - Display the THANKS file as well
  - Rotate the scrolling when at the end
* modules/gui/macosx/intf.m:
  - put Cocoa into multithreaded mode as soon as possible. Not really
    causing any problems now, but is cleaner.
* modules/gui/macosx/prefs.m:
  - Select the current setting when we create a combobox.

21 years ago* ALL:
Derk-Jan Hartman [Sun, 11 May 2003 19:09:51 +0000 (19:09 +0000)]
* ALL:
  - removed a bit too much code from the interface files previous commit.
    Menu's were enabled if there was no input.
  - removed a NSLog which was used for bugtracking

21 years ago* modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want
Derk-Jan Hartman [Sun, 11 May 2003 18:49:15 +0000 (18:49 +0000)]
* modules/po/.cvsignore: i guess the following doesn't belong in CVS, so i want
cvs to stop bugging me about it ;)

*.sed
*.sin
*.header
Rules-quot

21 years ago* src/input/input_programs.c: small bug fix.
Gildas Bazin [Sun, 11 May 2003 18:43:19 +0000 (18:43 +0000)]
* src/input/input_programs.c: small bug fix.
* src/misc/variables.c: compilation fix for MSVC.

21 years ago* forgot one file. see previous intf.m commit for details.
Derk-Jan Hartman [Sun, 11 May 2003 18:41:27 +0000 (18:41 +0000)]
* forgot one file. see previous intf.m commit for details.

21 years ago* src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout
Derk-Jan Hartman [Sun, 11 May 2003 18:40:11 +0000 (18:40 +0000)]
* src/input/input_programs.c: Added a 'intf-changed' variable as vout, aout
  and playlist already have, to be notified of menu changes.
* src/video_output/video_output.c: Changed a 1 to a VLC_TRUE
* modules/gui/macosx/intf.?: Interface listens for changes in the input
  menu's now.

21 years ago* modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto...
Gildas Bazin [Sun, 11 May 2003 15:55:51 +0000 (15:55 +0000)]
* modules/gui/wxwindows/interface.cpp: work-around a bug in wxWindows for menus auto-generation.

21 years agoAdded code to render subtitles with the freetype module (disabled by default).
Sigmund Augdal Helberg [Sun, 11 May 2003 14:33:32 +0000 (14:33 +0000)]
Added code to render subtitles with the freetype module (disabled by default).
To test it out define USE_FREETYPE in the top of modules/demux/util/sub.c
and  modules/codec/spudec/text.c and run with --filter osdtext

21 years ago* configure.ac.in: fixed the wx-config detection by the skins plugin.
Gildas Bazin [Sun, 11 May 2003 13:45:21 +0000 (13:45 +0000)]
* configure.ac.in: fixed the wx-config detection by the skins plugin.
* modules/gui/wxwindows/*: fixed a couple of breakage.

21 years ago* modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy.
Gildas Bazin [Sun, 11 May 2003 13:22:23 +0000 (13:22 +0000)]
* modules/gui/wxwindows/*: the wxWindows plugin is now UNICODE happy.

21 years agouse c comment, and not c++
Sigmund Augdal Helberg [Sun, 11 May 2003 13:14:04 +0000 (13:14 +0000)]
use c comment, and not c++

21 years ago* osd_test.c: better size calculations. Use VLC_VAR_TIME for precise timing
Sigmund Augdal Helberg [Sun, 11 May 2003 08:42:59 +0000 (08:42 +0000)]
* osd_test.c: better size calculations. Use VLC_VAR_TIME for precise timing
(doesn't seem to work)

21 years ago* modules/audio_filter/resampler/coreaudio.c: more accurate frame length
Christophe Massiot [Sun, 11 May 2003 01:00:26 +0000 (01:00 +0000)]
* modules/audio_filter/resampler/coreaudio.c: more accurate frame length
  calculation
* modules/audio_output/coreaudio.c: apparently the audio card clock can
  be screwed, so probe it at every buffer
* src/audio_output/output.c: Thou shalt not drop buffers

21 years ago* fix titer's language commit. The list needs to end with a NULL, or VLC will
Derk-Jan Hartman [Sat, 10 May 2003 20:49:07 +0000 (20:49 +0000)]
* fix titer's language commit. The list needs to end with a NULL, or VLC will
  no longer start. (it fails on the duplication of the config of this variable)

21 years ago * ffmpeg : fix for svq3.
Laurent Aimar [Sat, 10 May 2003 18:16:44 +0000 (18:16 +0000)]
 * ffmpeg : fix for svq3.

21 years ago POTFILES.in: forgot a file yesterday...
Eric Petit [Sat, 10 May 2003 13:52:03 +0000 (13:52 +0000)]
 POTFILES.in: forgot a file yesterday...

21 years ago * src/libvlc.[ch]: removed --translation to avoid breaking compatibility
Eric Petit [Sat, 10 May 2003 13:40:37 +0000 (13:40 +0000)]
 * src/libvlc.[ch]: removed --translation to avoid breaking compatibility
 with old config files; --language is now a string_from_list you can use
 to specify the language (default is auto-detection).

21 years ago* src/input/input_programs.c: misc fixes/improvements to the video-es/audio-es/spu...
Gildas Bazin [Sat, 10 May 2003 11:08:07 +0000 (11:08 +0000)]
* src/input/input_programs.c: misc fixes/improvements to the video-es/audio-es/spu-es object variables.

21 years ago* added VP31 fourcc's.
Derk-Jan Hartman [Sat, 10 May 2003 11:05:52 +0000 (11:05 +0000)]
* added VP31 fourcc's.
* disabled the vp31 and iv31 iv32. In it's current state it is too ugly too
  actually use it. It would generate too many bugreports.