]> git.sesse.net Git - vlc/log
vlc
21 years ago Added some colors.
Eric Petit [Sun, 26 Jan 2003 08:28:20 +0000 (08:28 +0000)]
 Added some colors.

21 years ago * modules/gui/win32: replaced BitBtns with Buttons everywhere, and
Olivier Teulière [Sun, 26 Jan 2003 03:55:36 +0000 (03:55 +0000)]
 * modules/gui/win32: replaced BitBtns with Buttons everywhere, and
   put "OK" and "Cancel" buttons in an horizontal layout.
   Also updated a few properties here and there.

21 years ago * modules/video_output/directx: added a configuration variable and a
Olivier Teulière [Sun, 26 Jan 2003 02:22:59 +0000 (02:22 +0000)]
 * modules/video_output/directx: added a configuration variable and a
   "normal" one to set the vout window on top of ther windows
 * modules/gui/win32: the interface can use these variables
   (almost closes #84)

21 years ago * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu
Sam Hocevar [Sun, 26 Jan 2003 00:51:43 +0000 (00:51 +0000)]
  * ./modules/gui/win32/menu.cpp: fixed a crash in the navigation menu
    generation.

21 years ago* changed the bugreporting url
Derk-Jan Hartman [Sat, 25 Jan 2003 21:34:45 +0000 (21:34 +0000)]
* changed the bugreporting url

21 years ago Added a window to see vlc messages.
Eric Petit [Sat, 25 Jan 2003 20:15:41 +0000 (20:15 +0000)]
 Added a window to see vlc messages.

21 years ago* ./README.MacOSX.rtf: added two remarks on subtitle support.
Derk-Jan Hartman [Sat, 25 Jan 2003 18:42:17 +0000 (18:42 +0000)]
* ./README.MacOSX.rtf: added two remarks on subtitle support.
* ./extras/MacOSX/vlc.pbroj/project.pbxproj
  - Added .wma filetype
  - Added README, COPYING etc. to resources
* ALL: Added a Help menu.

21 years ago * faad : clean up.
Laurent Aimar [Sat, 25 Jan 2003 18:09:30 +0000 (18:09 +0000)]
 * faad : clean up.

21 years ago * all: fixed wrong usage of input_DeletePES.
Laurent Aimar [Sat, 25 Jan 2003 17:57:36 +0000 (17:57 +0000)]
 * all: fixed wrong usage of input_DeletePES.

21 years ago *mp4: fixed segfault when it fails to start a decoder and has specific
Laurent Aimar [Sat, 25 Jan 2003 17:21:40 +0000 (17:21 +0000)]
 *mp4: fixed segfault when it fails to start a decoder and has specific
informations to send.

21 years ago * ffmpeg: fixed memory leaks.
Laurent Aimar [Sat, 25 Jan 2003 16:59:49 +0000 (16:59 +0000)]
 * ffmpeg: fixed memory leaks.

21 years ago * all : fixed some memory leaks thanks valgrind.
Laurent Aimar [Sat, 25 Jan 2003 16:58:35 +0000 (16:58 +0000)]
 * all : fixed some memory leaks thanks valgrind.

21 years ago* README.MacOSX.rtf: Updated Readme for new release. Added section on
Derk-Jan Hartman [Sat, 25 Jan 2003 12:42:13 +0000 (12:42 +0000)]
* README.MacOSX.rtf: Updated Readme for new release. Added section on
  subtitles and on bugreporting.
* extras/MacOSX/vlc.pbproj/project.pbxproj: Added .wmv, .asf, .ogm, .dv,
  .sub and .srt files.

21 years ago* Reverted back to non metal windows as dictated by Apple's User Interface
Derk-Jan Hartman [Sat, 25 Jan 2003 12:00:38 +0000 (12:00 +0000)]
* Reverted back to non metal windows as dictated by Apple's User Interface
  Guidelines. Only the controller window stays metallic.

21 years ago* avi: no more segfault when we have 'max buffer allocation reached'
Laurent Aimar [Sat, 25 Jan 2003 03:12:20 +0000 (03:12 +0000)]
* avi: no more segfault when we have 'max buffer allocation reached'
* all: fixed(kludged ?) the fact that when we have a 'max buffer allocation reached'
we cannot send null packet to decoder.

21 years ago * store windows sizes in the vlc configuration file
Eric Petit [Sat, 25 Jan 2003 01:03:44 +0000 (01:03 +0000)]
 * store windows sizes in the vlc configuration file
 * fixed an interface bug when launching a file from the command line
 * minor fixes or enhancements

21 years ago* changed the CONFIG_DIR for Darwin into Library/Preferences/VLC
Derk-Jan Hartman [Fri, 24 Jan 2003 18:25:14 +0000 (18:25 +0000)]
* changed the CONFIG_DIR for Darwin into Library/Preferences/VLC

21 years ago* code we migh use in the future to change the subfile we use.
Derk-Jan Hartman [Fri, 24 Jan 2003 16:19:15 +0000 (16:19 +0000)]
* code we migh use in the future to change the subfile we use.
  not very useful now because of the .avi requirement to start/stop before
  loading/displaying the subs.

21 years agoALL: fixed the deinterlace menuiteM
Derk-Jan Hartman [Fri, 24 Jan 2003 14:35:52 +0000 (14:35 +0000)]
ALL: fixed the deinterlace menuiteM
cvS: ----------------------------------------------------------------------

21 years agoALL: fixed the deinterlace menuitem
Derk-Jan Hartman [Fri, 24 Jan 2003 14:34:53 +0000 (14:34 +0000)]
ALL: fixed the deinterlace menuitem

21 years ago * ./doc/bugreport-howto.txt: minor updates.
Sam Hocevar [Fri, 24 Jan 2003 14:13:00 +0000 (14:13 +0000)]
  * ./doc/bugreport-howto.txt: minor updates.

21 years ago * ./configure.ac.in: removed the --with-bcbuilder flag.
Sam Hocevar [Fri, 24 Jan 2003 12:01:03 +0000 (12:01 +0000)]
  * ./configure.ac.in: removed the --with-bcbuilder flag.
  * ./INSTALL.win32: updated accordingly.

21 years ago * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
Eric Petit [Fri, 24 Jan 2003 06:31:56 +0000 (06:31 +0000)]
 * vlc_threads.h: lower a priority that made sound choppy on not-so-fast
                  BeOS computers (closes #119)
 * others: removed old printf or unused code.

21 years ago* ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
Derk-Jan Hartman [Fri, 24 Jan 2003 06:21:03 +0000 (06:21 +0000)]
* ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
  after 2 seconds.

21 years ago* when the playlist is selected and you push the spacebar we pause/play
Derk-Jan Hartman [Fri, 24 Jan 2003 02:31:53 +0000 (02:31 +0000)]
* when the playlist is selected and you push the spacebar we pause/play
  the movie. this makes the behaviour more consistent, though the solution
  is somewhat unclean. We should fix this on a higher level but i don't see
  how we could/should.

21 years ago- added a NULL pointer test
Boris Dorès [Fri, 24 Jan 2003 00:57:51 +0000 (00:57 +0000)]
- added a NULL pointer test
- cosmetic changes

21 years ago* the volume slider could only be dragged, not clicked. removed some
Derk-Jan Hartman [Fri, 24 Jan 2003 00:53:41 +0000 (00:53 +0000)]
* the volume slider could only be dragged, not clicked. removed some
  useless code as well.

21 years ago* made a quick hack to create a resize bar. not sure if we should keep this.
Derk-Jan Hartman [Fri, 24 Jan 2003 00:17:20 +0000 (00:17 +0000)]
* made a quick hack to create a resize bar. not sure if we should keep this.

21 years ago* modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the...
Gildas Bazin [Thu, 23 Jan 2003 23:57:50 +0000 (23:57 +0000)]
* modules/gui/wxwindows/open.cpp: New "open dialog" that mimics the one from the gtk interface.
* modules/gui/wxwindows/popup.cpp: Started implementing the popup menu.
* modules/gui/wxwindows/interface.cpp: Got rid of the pause button. The play button now acts as a
play/pause button depending on the context.
* modules/gui/wxwindows/*: A few hacks needed to make the win32 version useable.

21 years ago* Resized elements in the open panel,
Christophe Massiot [Thu, 23 Jan 2003 23:51:13 +0000 (23:51 +0000)]
* Resized elements in the open panel,
* modules/gui/macosx/vout.m: Only hide the menubar and cursor if fullscreen
  mode is on the primary screen,
* po/*: Updated po files.

21 years ago* ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
Derk-Jan Hartman [Thu, 23 Jan 2003 22:57:28 +0000 (22:57 +0000)]
* ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib
  - oops, i enlarged the timeslider by accident. fixed
* ./modules/gui/macosx/controls.m
  - fixed a mutex_lock issue

21 years agoALL: - made some panels into windows.
Derk-Jan Hartman [Thu, 23 Jan 2003 22:39:30 +0000 (22:39 +0000)]
ALL: - made some panels into windows.
     - made the background picture non editable (removes the text cursor)
     - added slowmotion button

21 years ago* ./modules/gui/macosx/controls.m
Derk-Jan Hartman [Thu, 23 Jan 2003 22:25:32 +0000 (22:25 +0000)]
* ./modules/gui/macosx/controls.m
  - changed the slower button into a slowmotion button
  - fixed a forgotten mutex_unlock
* ./modules/gui/macosx/intf.m
  - added the slowmotion button
  - some windows shouldn't register in the "Window" menu
* ./modules/gui/macosx/open.m
  - allow multiple file selection

21 years ago* Minor changes to the open panel, added AVI stream output option,
Christophe Massiot [Thu, 23 Jan 2003 21:47:59 +0000 (21:47 +0000)]
* Minor changes to the open panel, added AVI stream output option,
* modules/gui/macosx/open.m: "Open File" is back,
* modules/codec/mpeg_video/synchro.c: Fixed a counting bug.

21 years ago- menus disabled by default
Boris Dorès [Thu, 23 Jan 2003 17:18:45 +0000 (17:18 +0000)]
- menus disabled by default
- cosmetic changes

21 years agoFixed a segfault with quitting when no audio output plug-in was found
Christophe Massiot [Thu, 23 Jan 2003 17:13:28 +0000 (17:13 +0000)]
Fixed a segfault with quitting when no audio output plug-in was found
(closes #108).

21 years ago * use 'dvdold' instead of 'dvd'
Olivier Teulière [Thu, 23 Jan 2003 16:17:59 +0000 (16:17 +0000)]
 * use 'dvdold' instead of 'dvd'

21 years ago * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
Sam Hocevar [Thu, 23 Jan 2003 15:53:10 +0000 (15:53 +0000)]
  * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
    suggestion from lool).

21 years ago * ./modules/*: warning fixes.
Sam Hocevar [Thu, 23 Jan 2003 15:52:04 +0000 (15:52 +0000)]
  * ./modules/*: warning fixes.

21 years ago * ./modules/access/dvdread/input.c: warning fixes and a consistency
Sam Hocevar [Thu, 23 Jan 2003 15:50:15 +0000 (15:50 +0000)]
  * ./modules/access/dvdread/input.c: warning fixes and a consistency
    fix (ilvu_sa cannot be -1).

21 years ago * asf: in fast/slow motion we don't play audio (unless there isn't any
Laurent Aimar [Thu, 23 Jan 2003 15:07:20 +0000 (15:07 +0000)]
 * asf: in fast/slow motion we don't play audio (unless there isn't any
video). Added some clean up.

21 years agoDerk-Jan Hartman.
Christophe Massiot [Thu, 23 Jan 2003 13:54:59 +0000 (13:54 +0000)]
Derk-Jan Hartman.

21 years ago * don't send audio in fast/slow playing speed unless there isn't any video
Laurent Aimar [Thu, 23 Jan 2003 13:44:21 +0000 (13:44 +0000)]
 * don't send audio in fast/slow playing speed unless there isn't any video
stream.

21 years ago* modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
Christophe Massiot [Thu, 23 Jan 2003 11:48:18 +0000 (11:48 +0000)]
* modules/gui/macosx/open.m: Stream output doesn't do UDP/PS,
* modules/audio_filter/channel_mixer/trivial.c: Fixed reverse stereo mode
  with MPEG files,
* src/audio_output/output.c: Fixed dual-mono handling.

21 years ago* modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.
Gildas Bazin [Thu, 23 Jan 2003 10:25:40 +0000 (10:25 +0000)]
* modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos.

21 years ago * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
Sam Hocevar [Thu, 23 Jan 2003 09:58:02 +0000 (09:58 +0000)]
  * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
    instead of an error when it can't stat() the device (Closes: #77).

21 years ago* modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32...
Gildas Bazin [Thu, 23 Jan 2003 09:53:55 +0000 (09:53 +0000)]
* modules/control/rc/rc.c: Partial fix for the rc interface under win32. On win32, select() only works on
socket descriptors so we don't use it anymore on this platform. Right now we only do a blocking call to
read() although it should be possible to have a fully functionnal interface by using the PeekConsoleInput()
call (someone willing to investigate this ?).

21 years ago * demux: fix segfault while trying to opening files without extention...
Laurent Aimar [Thu, 23 Jan 2003 09:00:36 +0000 (09:00 +0000)]
 * demux: fix segfault while trying to opening files without extention...

21 years ago- allow the user to choose (and sort) several plugins for the same
Boris Dorès [Thu, 23 Jan 2003 04:50:38 +0000 (04:50 +0000)]
- allow the user to choose (and sort) several plugins for the same
  category.

21 years ago * The stream output can't use PS with UDP
Olivier Teulière [Thu, 23 Jan 2003 03:33:34 +0000 (03:33 +0000)]
 * The stream output can't use PS with UDP
 * Added tooltips for the subtitles dialog box
 * Added a missing "delete"
 * Added a menu entry to spawn new interfaces (but it's currently
   disabled, due to a problem with the vlc_list_t struct)

21 years ago added an new config variable that takes an comma separated list of
Sigmund Augdal Helberg [Wed, 22 Jan 2003 22:19:29 +0000 (22:19 +0000)]
 added an new config variable that takes an comma separated list of
interface modules to be loaded in the background when vlc starts. This is
usefull for lirc, logger and xosd. Also got rid of the hacky way the sap
module was inserted, as this just needs to be added to this list now.

21 years ago * Added a dialog box for subtitles selection
Olivier Teulière [Wed, 22 Jan 2003 21:42:51 +0000 (21:42 +0000)]
 * Added a dialog box for subtitles selection
 * Cosmetic here and there

21 years ago * modules/visualization/xosd/xosd.c: lower module capability when the
Loïc Minier [Wed, 22 Jan 2003 19:37:50 +0000 (19:37 +0000)]
  * modules/visualization/xosd/xosd.c: lower module capability when the
  DISPLAY environment variable is unset (gtk like behaviour)

21 years agoReverse stereo option.
Christophe Massiot [Wed, 22 Jan 2003 18:31:47 +0000 (18:31 +0000)]
Reverse stereo option.

21 years ago * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
Sam Hocevar [Wed, 22 Jan 2003 17:03:51 +0000 (17:03 +0000)]
  * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
    detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.

21 years ago * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
Loïc Minier [Wed, 22 Jan 2003 16:41:15 +0000 (16:41 +0000)]
  * modules/visualization/xosd/xosd.c: fail if DISPLAY isn'y set or if
  xosd_init returns NULL
  * lib is initialized with configured font
  * more safety checks

21 years ago * modules/access/slp.c: #include <stdlib.h> because of a malloc
Loïc Minier [Wed, 22 Jan 2003 16:16:27 +0000 (16:16 +0000)]
  * modules/access/slp.c: #include <stdlib.h> because of a malloc

21 years agoLess aggressive debug message.
Christophe Massiot [Wed, 22 Jan 2003 15:16:02 +0000 (15:16 +0000)]
Less aggressive debug message.

21 years ago * ./configure.ac.in: fixed multiple static link issues with anal linkers.
Sam Hocevar [Wed, 22 Jan 2003 12:25:59 +0000 (12:25 +0000)]
  * ./configure.ac.in: fixed multiple static link issues with anal linkers.

21 years ago * add vout_encoder, not yet the codec parts.
Laurent Aimar [Wed, 22 Jan 2003 10:53:22 +0000 (10:53 +0000)]
 * add vout_encoder, not yet the codec parts.

21 years ago * all: modified files for video transcoding. Still needed configure.ac.in
Laurent Aimar [Wed, 22 Jan 2003 10:44:50 +0000 (10:44 +0000)]
 * all: modified files for video transcoding. Still needed configure.ac.in

21 years ago * added file needed for video transcoding with vlc.
Laurent Aimar [Wed, 22 Jan 2003 10:41:57 +0000 (10:41 +0000)]
 * added file needed for video transcoding with vlc.

21 years ago1.12 How do I join an IPv6 multicast stream?
Christophe Massiot [Wed, 22 Jan 2003 10:03:17 +0000 (10:03 +0000)]
1.12 How do I join an IPv6 multicast stream?

21 years ago* configure.ac.in: Re-added a52sys module, which was lost somewhere...
Christophe Massiot [Wed, 22 Jan 2003 09:54:29 +0000 (09:54 +0000)]
* configure.ac.in: Re-added a52sys module, which was lost somewhere...
* Fixed bugs regarding Dolby Surround downmixing.

21 years ago * fixed my last fix about bug with non-progressive videos.
Laurent Aimar [Wed, 22 Jan 2003 04:51:16 +0000 (04:51 +0000)]
 * fixed my last fix about bug with non-progressive videos.

21 years agoALL: fixed a small bug in the timeslider code
Derk-Jan Hartman [Wed, 22 Jan 2003 02:39:33 +0000 (02:39 +0000)]
ALL: fixed a small bug in the timeslider code

21 years ago* ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
Derk-Jan Hartman [Wed, 22 Jan 2003 01:48:06 +0000 (01:48 +0000)]
* ./extras/MacOSX/vlc.pbproj/project.pbxproj: Added .mp3, .m3u and .mov
  filetypes.
* ./modules/gui/macosx/vout.m: Made the video window a textured window
* All:
  - fixed several missing object_release bugs, that i had introduced.
  - updated the play/pause behaviour.
  - fixed an issue with the volumeslider.

21 years ago * added --with-slp
Loïc Minier [Wed, 22 Jan 2003 01:40:19 +0000 (01:40 +0000)]
  * added --with-slp
  * now works under win32

21 years ago * Fixed title / chapter menus
Eric Petit [Wed, 22 Jan 2003 01:13:22 +0000 (01:13 +0000)]
 * Fixed title / chapter menus
 * Clean up

21 years ago * gtk: fixed a segfault with deinterlace.
Laurent Aimar [Wed, 22 Jan 2003 00:32:32 +0000 (00:32 +0000)]
 * gtk: fixed a segfault with deinterlace.

21 years ago * Dropped files and files added using the playlist are now enqueued
Olivier Teulière [Tue, 21 Jan 2003 21:20:54 +0000 (21:20 +0000)]
 * Dropped files and files added using the playlist are now enqueued
   according to the "enqueue" config option

21 years ago * use of service attributes to get the name of the session, insert it in
Loïc Minier [Tue, 21 Jan 2003 21:19:36 +0000 (21:19 +0000)]
  * use of service attributes to get the name of the session, insert it in
    the playlist

21 years ago * Added a dialog box for the stream output
Olivier Teulière [Tue, 21 Jan 2003 19:49:09 +0000 (19:49 +0000)]
 * Added a dialog box for the stream output

21 years ago * added a couple of malloc() checks
Loïc Minier [Tue, 21 Jan 2003 18:43:54 +0000 (18:43 +0000)]
  * added a couple of malloc() checks

21 years ago * now search all srvtypes and add all srvs of all srvtypes to the
Loïc Minier [Tue, 21 Jan 2003 17:34:03 +0000 (17:34 +0000)]
  * now search all srvtypes and add all srvs of all srvtypes to the
    playlist (requires less configuration information, now zero)
  * usual cleanup and bug removal

21 years agoALL: the slider updates the video while it slides.
Derk-Jan Hartman [Tue, 21 Jan 2003 17:08:16 +0000 (17:08 +0000)]
ALL: the slider updates the video while it slides.

21 years ago * added "use DVD menu" choice.
Laurent Aimar [Tue, 21 Jan 2003 17:00:41 +0000 (17:00 +0000)]
 * added "use DVD menu" choice.

21 years ago * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
Laurent Aimar [Tue, 21 Jan 2003 16:46:17 +0000 (16:46 +0000)]
 * sub.c: fixed handling for subrip subtitle with \r\n instead of \n and
added some sanity checks.

21 years agoALL: fixed my previous osx interface commit. had forgotten to save the files.
Derk-Jan Hartman [Tue, 21 Jan 2003 14:26:54 +0000 (14:26 +0000)]
ALL: fixed my previous osx interface commit. had forgotten to save the files.

21 years ago* ./src/input/input_ext_intf.c
Derk-Jan Hartman [Tue, 21 Jan 2003 14:15:05 +0000 (14:15 +0000)]
* ./src/input/input_ext_intf.c
  - FASTER and SLOWER now take into account the current rate.

21 years ago * gui/gtk : added a subtitle option in open dialog box.
Laurent Aimar [Tue, 21 Jan 2003 12:36:11 +0000 (12:36 +0000)]
 * gui/gtk : added a subtitle option in open dialog box.

21 years agoALL: The addition of a volume slider required a small redesign of the
Derk-Jan Hartman [Tue, 21 Jan 2003 12:23:37 +0000 (12:23 +0000)]
ALL: The addition of a volume slider required a small redesign of the
     interface. David Weber was again kind enough to help us.

21 years ago* Added an 'slowmotion' icon
Derk-Jan Hartman [Tue, 21 Jan 2003 12:01:43 +0000 (12:01 +0000)]
* Added an 'slowmotion' icon

21 years agoFixed two major bugs in the audio output, triggering segfault when going
Christophe Massiot [Tue, 21 Jan 2003 10:29:12 +0000 (10:29 +0000)]
Fixed two major bugs in the audio output, triggering segfault when going
to mono mode, and probably at some other places.

21 years ago * ./modules/gui/macosx/aout.m: output more debug info
Jon Lech Johansen [Tue, 21 Jan 2003 00:47:43 +0000 (00:47 +0000)]
  * ./modules/gui/macosx/aout.m: output more debug info
  * ./modules/gui/macosx/misc.[mh]: MPSlider, iTunes-like slider:
    http://nanocrew.net/vlc/mpslider.png

21 years ago- new access/slp plugin.
Yves Duret [Mon, 20 Jan 2003 20:17:00 +0000 (20:17 +0000)]
- new access/slp plugin.
- more buildfor_{rh80,mdk{82,90}} stuff.
- use %%mklibname macro.
- use %%clean_menus in postun instead of %%update_menus everywhere.

21 years ago * all: begin to up to date the gtk/gnome interface. All comments are
Laurent Aimar [Mon, 20 Jan 2003 20:07:07 +0000 (20:07 +0000)]
 * all: begin to up to date the gtk/gnome interface. All comments are
welcome, and please reports bugs :)

21 years agoUsed macro instead of hand-made code.
Christophe Massiot [Mon, 20 Jan 2003 17:52:26 +0000 (17:52 +0000)]
Used macro instead of hand-made code.

21 years ago * all: converted some msg_Err into msg_Warn
Laurent Aimar [Mon, 20 Jan 2003 13:06:34 +0000 (13:06 +0000)]
 * all: converted some msg_Err into msg_Warn

21 years ago * asf : more msg_Err -> msg_Warn
Laurent Aimar [Mon, 20 Jan 2003 13:04:03 +0000 (13:04 +0000)]
 * asf : more msg_Err -> msg_Warn

21 years ago * aac: some msg_Err -> msg_Warn
Laurent Aimar [Mon, 20 Jan 2003 13:03:03 +0000 (13:03 +0000)]
 * aac: some msg_Err -> msg_Warn

21 years ago * all: changed some msg_Err into msg_Warn.
Laurent Aimar [Mon, 20 Jan 2003 13:01:53 +0000 (13:01 +0000)]
 * all: changed some msg_Err into msg_Warn.

21 years agoFixed a dozen bugs regarding mono audio files.
Christophe Massiot [Mon, 20 Jan 2003 10:59:29 +0000 (10:59 +0000)]
Fixed a dozen bugs regarding mono audio files.

21 years ago* ./extras/MacOSX/vlc.pbproj/project.pbxproj
Derk-Jan Hartman [Mon, 20 Jan 2003 03:45:06 +0000 (03:45 +0000)]
* ./extras/MacOSX/vlc.pbproj/project.pbxproj
  - Added .cue and .ogg to the known filetypes
ALL:
  - When files are added they are not automatically played anymore. They are always queue'ed and optionally played.
  - Preliminary divx filesubtitle support.

21 years ago load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
Eric Petit [Mon, 20 Jan 2003 02:45:25 +0000 (02:45 +0000)]
  load correctly font-eutopiabold36.rle on BeOS, thanks to sam & Meuuh
 previous commits (closes #100)

21 years ago * mpegvideo.c : raah, removed a debug message...
Laurent Aimar [Mon, 20 Jan 2003 02:19:56 +0000 (02:19 +0000)]
 * mpegvideo.c : raah, removed a debug message...

21 years ago * mpegvideo.c : fix dts generation for non-progressive stream.
Laurent Aimar [Mon, 20 Jan 2003 02:15:08 +0000 (02:15 +0000)]
 * mpegvideo.c : fix dts generation for non-progressive stream.

21 years ago* ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.
Derk-Jan Hartman [Mon, 20 Jan 2003 00:23:45 +0000 (00:23 +0000)]
* ./modules/gui/macosx/vout.m: Fixed the play/pause key shortcut.

21 years agoNew "qte_main" module. It should be used by all plugins/modules that need QT embedded...
Jean-Paul Saman [Sun, 19 Jan 2003 22:16:13 +0000 (22:16 +0000)]
New "qte_main" module. It should be used by all plugins/modules that need QT embedded. Also ported modules/qte/qte.{cpp,h} to use it.

21 years ago * Compilation fix
Olivier Teulière [Sun, 19 Jan 2003 17:55:18 +0000 (17:55 +0000)]
 * Compilation fix