1
mirror of https://code.videolan.org/videolan/vlc synced 2024-07-29 11:58:24 +02:00
Commit Graph

3216 Commits

Author SHA1 Message Date
Derk-Jan Hartman
12a7ff08cc * Reverted back to non metal windows as dictated by Apple's User Interface
Guidelines. Only the controller window stays metallic.
2003-01-25 12:00:38 +00:00
Laurent Aimar
8a517cbb69 * 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.
2003-01-25 03:12:20 +00:00
Eric Petit
cc6ee817fd * store windows sizes in the vlc configuration file
* fixed an interface bug when launching a file from the command line
 * minor fixes or enhancements
2003-01-25 01:03:44 +00:00
Derk-Jan Hartman
a08a63e731 * changed the CONFIG_DIR for Darwin into Library/Preferences/VLC 2003-01-24 18:25:14 +00:00
Derk-Jan Hartman
ccfd28dd47 * 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.
2003-01-24 16:19:15 +00:00
Derk-Jan Hartman
f33d74bc47 ALL: fixed the deinterlace menuiteM
cvS: ----------------------------------------------------------------------
2003-01-24 14:35:52 +00:00
Derk-Jan Hartman
7b73653e17 ALL: fixed the deinterlace menuitem 2003-01-24 14:34:53 +00:00
Sam Hocevar
1292f91e25 * ./doc/bugreport-howto.txt: minor updates. 2003-01-24 14:13:00 +00:00
Sam Hocevar
4bbe6f6f39 * ./configure.ac.in: removed the --with-bcbuilder flag.
* ./INSTALL.win32: updated accordingly.
2003-01-24 12:01:03 +00:00
Eric Petit
953ef37b0d * 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.
2003-01-24 06:31:56 +00:00
Derk-Jan Hartman
d68becda6e * ./modules/gui/macosx/vout.m: the mousepointer is hidden in fullscreen view
after 2 seconds.
2003-01-24 06:21:03 +00:00
Derk-Jan Hartman
16a94e1561 * 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.
2003-01-24 02:31:53 +00:00
Boris Dorès
72fb9033d1 - added a NULL pointer test
- cosmetic changes
2003-01-24 00:57:51 +00:00
Derk-Jan Hartman
e56eff610a * the volume slider could only be dragged, not clicked. removed some
useless code as well.
2003-01-24 00:53:41 +00:00
Derk-Jan Hartman
9185c5155b * made a quick hack to create a resize bar. not sure if we should keep this. 2003-01-24 00:17:20 +00:00
Gildas Bazin
5eb9bd3aca * 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.
2003-01-23 23:57:50 +00:00
Christophe Massiot
8f10d4fe9c * 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.
2003-01-23 23:51:13 +00:00
Derk-Jan Hartman
03ea4d8101 * ./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
2003-01-23 22:57:28 +00:00
Derk-Jan Hartman
f746c5dc37 ALL: - made some panels into windows.
- made the background picture non editable (removes the text cursor)
     - added slowmotion button
2003-01-23 22:39:30 +00:00
Derk-Jan Hartman
21575d49b6 * ./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
2003-01-23 22:25:32 +00:00
Christophe Massiot
8aa9a6a30c * 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.
2003-01-23 21:47:59 +00:00
Boris Dorès
bc03a97343 - menus disabled by default
- cosmetic changes
2003-01-23 17:18:45 +00:00
Christophe Massiot
aeade697a0 Fixed a segfault with quitting when no audio output plug-in was found
(closes #108).
2003-01-23 17:13:28 +00:00
Olivier Teulière
8afb82e2c6 * use 'dvdold' instead of 'dvd' 2003-01-23 16:17:59 +00:00
Sam Hocevar
b276198a5c * ./modules/misc/network/ipv4.c: we use INADDR_NONE instead of -1 (an old
suggestion from lool).
2003-01-23 15:53:10 +00:00
Sam Hocevar
4e7174c14b * ./modules/*: warning fixes. 2003-01-23 15:52:04 +00:00
Sam Hocevar
4364ef906f * ./modules/access/dvdread/input.c: warning fixes and a consistency
fix (ilvu_sa cannot be -1).
2003-01-23 15:50:15 +00:00
Laurent Aimar
27ebd5cd73 * asf: in fast/slow motion we don't play audio (unless there isn't any
video). Added some clean up.
2003-01-23 15:07:20 +00:00
Christophe Massiot
bed89e05ec Derk-Jan Hartman. 2003-01-23 13:54:59 +00:00
Laurent Aimar
21196f4702 * don't send audio in fast/slow playing speed unless there isn't any video
stream.
2003-01-23 13:44:21 +00:00
Christophe Massiot
e8ce66c232 * 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.
2003-01-23 11:48:18 +00:00
Gildas Bazin
916664af95 * modules/access/dvdread/input.c, modules/control/rc/rc.c: fixed typos. 2003-01-23 10:25:40 +00:00
Sam Hocevar
3838e88074 * ./modules/access/dvdread/input.c: the dvdread plugin issues a warning
instead of an error when it can't stat() the device (Closes: #77).
2003-01-23 09:58:02 +00:00
Gildas Bazin
77081ffba6 * 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 ?).
2003-01-23 09:53:55 +00:00
Laurent Aimar
768b2ea25a * demux: fix segfault while trying to opening files without extention... 2003-01-23 09:00:36 +00:00
Boris Dorès
0efabac6c9 - allow the user to choose (and sort) several plugins for the same
category.
2003-01-23 04:50:38 +00:00
Olivier Teulière
d48ff8b85c * 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)
2003-01-23 03:33:34 +00:00
Sigmund Augdal Helberg
ba0ff50cfd 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.
2003-01-22 22:19:29 +00:00
Olivier Teulière
831d6ca51e * Added a dialog box for subtitles selection
* Cosmetic here and there
2003-01-22 21:42:51 +00:00
Loïc Minier
4c31331e6f * modules/visualization/xosd/xosd.c: lower module capability when the
DISPLAY environment variable is unset (gtk like behaviour)
2003-01-22 19:37:50 +00:00
Christophe Massiot
128f5ba7b2 Reverse stereo option. 2003-01-22 18:31:47 +00:00
Sam Hocevar
dba1461123 * ./configure.ac.in: reverted one of my latest laughable changes. Fixes the
detection of libdvdread.a, libdvdplay.a and libxvidcore.a. Sorry guys.
2003-01-22 17:03:51 +00:00
Loïc Minier
cfa5300a5b * 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
2003-01-22 16:41:15 +00:00
Loïc Minier
0f695c7609 * modules/access/slp.c: #include <stdlib.h> because of a malloc 2003-01-22 16:16:27 +00:00
Christophe Massiot
bb8e9ffdab Less aggressive debug message. 2003-01-22 15:16:02 +00:00
Sam Hocevar
34b8dedc55 * ./configure.ac.in: fixed multiple static link issues with anal linkers. 2003-01-22 12:25:59 +00:00
Laurent Aimar
0e9ecb786a * add vout_encoder, not yet the codec parts. 2003-01-22 10:53:22 +00:00
Laurent Aimar
2b9dfff883 * all: modified files for video transcoding. Still needed configure.ac.in 2003-01-22 10:44:50 +00:00
Laurent Aimar
412d64b1e9 * added file needed for video transcoding with vlc. 2003-01-22 10:41:57 +00:00
Christophe Massiot
6ea488394d 1.12 How do I join an IPv6 multicast stream? 2003-01-22 10:03:17 +00:00