1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00
Commit Graph

3313 Commits

Author SHA1 Message Date
Christophe Massiot
a0794f24c4 * modules/video_output/sdl.c: Real fix for the aout_Volume* problem. 2003-02-10 23:50:08 +00:00
Marc Ariberti
0f35c7c89c * sdl.c : added includes (vlc/aout.h & aout_internal.h)
=> to make volumeup/down compile
2003-02-10 23:16:37 +00:00
Derk-Jan Hartman
ef190780d1 * the window of the video shows the official document icon, filename and
when command-clicked the path if the stream is a local file.
  this is the expected window behaviour in osx.
2003-02-10 23:04:40 +00:00
Christophe Massiot
c3d6e18dec * I ran --update-po for the last time before the 0.5.1 release (and I
mean it !)
2003-02-10 22:22:06 +00:00
Derk-Jan Hartman
243abb5460 * The dock should no longer be visible in fullscreen mode. 2003-02-10 22:18:41 +00:00
Sam Hocevar
0dfd542075 * ./debian/rules: added code to avoid timestamp skews in the faad tree. 2003-02-10 21:56:25 +00:00
Derk-Jan Hartman
e1648eebb6 * only show last part of of file/url name in the playlist. 2003-02-10 21:54:03 +00:00
Sam Hocevar
b9acf7fa31 * ./debian/rules: added missing icon in the vlc and wxvlc packages. 2003-02-10 21:46:45 +00:00
Derk-Jan Hartman
adc787f4b2 * fixed the black bar issue with window half/normal/double window sizes in
OSX. i had forgotten the aspectratio.
2003-02-10 21:28:16 +00:00
Sam Hocevar
63464c45dd * ./debian/rules: removed Debian kludges that do not really belong to the
official VLC tree.
2003-02-10 21:11:17 +00:00
Sam Hocevar
76bff24d42 * ./debian/control: added the "VideoLAN" word in the long description so
that "apt-cache search videolan" returns vlc.
2003-02-10 20:57:58 +00:00
Sam Hocevar
360d2a9bf3 * ./src/misc/modules_plugin.h.in: when opening the KDE plugin, we first
dlopen(libstdc++) to avoid dlopen(kde_plugin) from crashing. Call me evil.
2003-02-10 20:11:14 +00:00
Sam Hocevar
ec473b5090 * ./configure.ac.in: disabled the i420_yuy2_mmx plugin when profiling with
gprof, because gcc is unable to build it without -fomit-frame-pointer
    (Closes: #260).
2003-02-10 18:12:30 +00:00
Christophe Massiot
359975f5ae * modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
* Minor fixes.
2003-02-10 17:43:21 +00:00
Sam Hocevar
f6aa39f202 * ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
(partially fixes #260)
2003-02-10 16:53:34 +00:00
Eric Petit
71ea4eb9c5 Move the messages update function to another thread. It prevents it from
freezing the main window (cannot seek anymore, etc).
2003-02-10 15:23:46 +00:00
Derk-Jan Hartman
2d68f9c1be * another proof that the copy command in IE for Mac sucks. stupid stray chars. 2003-02-10 00:41:45 +00:00
Christophe Massiot
dc35ed341d * Enabled the gestures module by default,
* Run --update-po.
2003-02-10 00:16:53 +00:00
Derk-Jan Hartman
83eee353a8 * restored old deinterlace menu. The on the fly code does not work as long
as the vout.m issue exists. but this is better then the current 'dummy'
  code we have.
2003-02-10 00:16:51 +00:00
Sigmund Augdal Helberg
3dcb1349a9 *: a new mouse gestures interface, currently supporting back, forward, quit
fullscreen and a nice debug message when you draw a clockwise square. Video
output modules needs to be modified for this to work, but it should be minor
in modules supporting dvd navigation.

btw: it should be easy to add new gestures, ideas appreciated
2003-02-09 23:42:06 +00:00
Christophe Massiot
6a741bd304 * Minor typographic corrections,
* Fixed a segfault in the Preferences window.
2003-02-09 19:28:43 +00:00
Stephan Assmus
ea3e2be62a modules/gui/beos/PreferenceWindow.h/.cpp
- added settings for screenshot path and image format

	- removed "Save" button, added "Cancel" and "Revert" buttons

	- added revert functionality

	- changed class design for cleaner functionality,
		separated ApplyChanges() into more functions
		to have finer control

	- added more error checking and fixed memory leaks
		(config_GetPsz() returns char*, not const char*!)

	- all settings are now correctly saved and restored

	- some more cosmetic changes


modules/gui/beos/InterfaceWindow.h/.cpp

	- updated vlc way of saving settings to be on par with BeOS way
		and made it selectable in the code which way is used.
		However, the VideoSettings are still only savable in
		the BeOS way.

	- if dvd menus are used, the navigation menu enables a
		"Goto Menu" item. Unfortunately, I don't see a clean
		way to really detect the usage of dvd/dvdold in the
		currently playing stream. I wouldn't want to see
		if a playlist item has "dvd:" or "dvdold:" prepended
		at each interface update.
2003-02-09 17:10:52 +00:00
Laurent Aimar
0d558bdfce * sub.c : begun clean up 2003-02-09 13:25:42 +00:00
Sam Hocevar
211ab3eff9 * ./configure.ac.in: fiddled with linking flags for the KDE plugin. 2003-02-09 12:23:28 +00:00
Sam Hocevar
0ea89b2353 * ./debian/control: made lintian happier with package descriptions.
* ./debian/rules: added extra touch calls to prevent autobuilders from
    launching autoconf/automake.
2003-02-09 12:21:05 +00:00
Sam Hocevar
53d8010826 * ./modules/video_filter/transform.c: fixed a stupid typo preventing
initialization of the plugin.
2003-02-09 12:19:09 +00:00
Sam Hocevar
46db017d59 * ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation. 2003-02-09 12:18:40 +00:00
Eric Petit
59e3f0e2f0 Simplified volume functions 2003-02-09 11:51:36 +00:00
Olivier Teulière
7d3c9e875b * modules/gui/win32/mainframe.cpp: simplifications using the new
aout_Volume* API
2003-02-09 02:01:21 +00:00
Christophe Massiot
df8f67476b Fixed GTK compilation. 2003-02-09 01:56:21 +00:00
Christophe Massiot
cdb11969bf * Added Step forward/Step backward feature. 2003-02-09 01:50:35 +00:00
Christophe Massiot
f055f01f00 * aout_Volume* functions now do their own vlc_object_find() on the
audio output. Consequently, the first argument can be any vlc_object_t.
* modules/gui/macosx/*: greatly simplified volume functions ; you can now
  call aout_Volume* even when there is no audio output, and the volume
  will be saved for later use.
2003-02-09 01:13:43 +00:00
Christophe Massiot
65a1532391 Fixed previous commit. 2003-02-08 22:43:02 +00:00
Christophe Massiot
461358ec4a * src/extras/libc.c: New vlc_wraptext function,
* modules/gui/macosx/prefs.m: Wrap tool tips to 60 characters,
* src/input/input.c: Correctly parse MRL of the type
  /Volumes/toto:titi/coincoin.mpg (closes #238 & #186)
* modules/access/*: Changed some msg_Warn into msg_Err
* po/fr.po: Updated French translation,
* configure.ac.in: Re-enabled Swedish translation,
* Makefile.am: Do not recompile everything everytime someone changes a .h
2003-02-08 22:20:28 +00:00
Derk-Jan Hartman
3d9124d0b6 * window half/normal/double Size commands
- black bar issue is not fixed. i removed 'myfix'
2003-02-08 21:43:26 +00:00
Christophe Massiot
a8d4925334 * modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
* modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
2003-02-08 20:32:44 +00:00
Cyril Deguet
b01c9f78a4 * fixed the encoding
(Meuuh you can re-enable swedish ;)
2003-02-08 19:14:36 +00:00
Christophe Massiot
35a0bc34c5 * Fixed misc typos in strings,
* Updated po files,
* New --buggy-psi options, to supports streams which don't update the
continuity counter in their PSI packets (walkenizes #sam).
2003-02-08 19:10:22 +00:00
Christophe Massiot
64b58623ec * configure.ac.in: Disabled Swedish translation since it doesn't use the
right charset,
* Implemented localization for audio-channels and video-device variables.
2003-02-08 17:26:00 +00:00
Marc Ariberti
4b664e9ca0 glibc 2.1 port for linupy (linux on a yopy pda)
* modules/access/*.c : added include <sys/time.h> for struct timeval
* ipv6.c : ipv6 is not fully supported under glibc2.1 (especially multicast)

VLC rulz on Yopy !
2003-02-07 23:36:55 +00:00
Derk-Jan Hartman
84bfb7f243 * Resize window fixes
- we should not resize the window in fullscreen
  - fixed the black bars bug in half and double size
  - position of top left corner should not change
  - more efficient code
2003-02-07 21:30:25 +00:00
Alexis de Lattre
c25947e798 - FAQ : the first question of the "troubleshooting" section now tells the
user to delete VLC's configuration file.
2003-02-07 20:49:10 +00:00
Derk-Jan Hartman
a2cc5e1a1c * added half, normal and full size videowindow menuitems.
there seems to be a bug though somewhere. you end up with black bars in
  half and double size.
2003-02-07 20:23:17 +00:00
Olivier Teulière
f8f366cce7 * Fixed the "RichEdit line insertion error" bug (closes #246)
* Added a popup menu to copy log messages to the clipboard
2003-02-07 18:43:27 +00:00
Christophe Massiot
c5968aaaed Fixed a buffer leak with slice-I streams (thanks sam). 2003-02-07 16:51:39 +00:00
Yves Duret
3a9f7aa4dc - added missing buildrequires
- now autodetect on wich system we are:
  rpm --rebuild should work out of box on rh and previous mdk systems.
- NO buildrequires on rh-like system. rh does not have a devel policy
- more redhat stuff: NO menu (i do not know their "propriatory" menu system yet)
2003-02-07 09:17:37 +00:00
Derk-Jan Hartman
d213c15eb7 * grrr changed the project file by accident. revert 2003-02-07 01:32:34 +00:00
Derk-Jan Hartman
6527874638 * When you push backspace or delete in the playlist, it removes the selected item. 2003-02-07 01:31:14 +00:00
Laurent Aimar
7518bb92dd * ffmpeg/audio : removed an old error (anyway it was harmless).
* mp4 : removed a bad initialisation. Erased all ending spaces.
 * mpeg/audio : send i_rate to decoder (not yet usefull but ...)
2003-02-07 01:22:55 +00:00
Sam Hocevar
0b8b405cbb * ./src/interface/interface.c: interface variable is "intf", not "interface". 2003-02-07 01:09:12 +00:00