Christophe Massiot [Tue, 11 Feb 2003 18:05:43 +0000 (18:05 +0000)]
* 0.5.1 German translation, courtesy of Felix K�hne <FK@aenneburghardt.de>.
Boris Dorès [Tue, 11 Feb 2003 17:20:44 +0000 (17:20 +0000)]
- Dolby Surround fix
- support for 6.1, 7.1, and possibly even 8.1 ! Not so sure though about
6.1 since there is a doubt about where should be the Rear Center
coefficient in a decoded sample.
-> if anybody has an idea or even better a test stream...
Derk-Jan Hartman [Tue, 11 Feb 2003 16:19:59 +0000 (16:19 +0000)]
* updated dutch strings
Derk-Jan Hartman [Tue, 11 Feb 2003 15:35:29 +0000 (15:35 +0000)]
ALL: - changed vlc.app into VLC.app
modules/gui/macosx/vout.m: fixed a potential issue with the hiding of the
mousecursor.
Derk-Jan Hartman [Tue, 11 Feb 2003 15:24:58 +0000 (15:24 +0000)]
* Updated ReadMe file
- some spelling issues
- remark about the current troubles with sound
- readded deinterlace remark
- Added info on multiple screens and sound devices
- updated the bugreporting URL
- Changed all occurences of vlc into VLC where appropriate
Christophe Massiot [Tue, 11 Feb 2003 11:16:04 +0000 (11:16 +0000)]
* modules/codec/lpcm.c: Attempt at supporting all channel configurations,
* Support for 7 and 7.1 channel configurations.
Christophe Massiot [Mon, 10 Feb 2003 23:50:08 +0000 (23:50 +0000)]
* modules/video_output/sdl.c: Real fix for the aout_Volume* problem.
Marc Ariberti [Mon, 10 Feb 2003 23:16:37 +0000 (23:16 +0000)]
* sdl.c : added includes (vlc/aout.h & aout_internal.h)
=> to make volumeup/down compile
Derk-Jan Hartman [Mon, 10 Feb 2003 23:04:40 +0000 (23:04 +0000)]
* 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.
Christophe Massiot [Mon, 10 Feb 2003 22:22:06 +0000 (22:22 +0000)]
* I ran --update-po for the last time before the 0.5.1 release (and I
mean it !)
Derk-Jan Hartman [Mon, 10 Feb 2003 22:18:41 +0000 (22:18 +0000)]
* The dock should no longer be visible in fullscreen mode.
Sam Hocevar [Mon, 10 Feb 2003 21:56:25 +0000 (21:56 +0000)]
* ./debian/rules: added code to avoid timestamp skews in the faad tree.
Derk-Jan Hartman [Mon, 10 Feb 2003 21:54:03 +0000 (21:54 +0000)]
* only show last part of of file/url name in the playlist.
Sam Hocevar [Mon, 10 Feb 2003 21:46:45 +0000 (21:46 +0000)]
* ./debian/rules: added missing icon in the vlc and wxvlc packages.
Derk-Jan Hartman [Mon, 10 Feb 2003 21:28:16 +0000 (21:28 +0000)]
* fixed the black bar issue with window half/normal/double window sizes in
OSX. i had forgotten the aspectratio.
Sam Hocevar [Mon, 10 Feb 2003 21:11:17 +0000 (21:11 +0000)]
* ./debian/rules: removed Debian kludges that do not really belong to the
official VLC tree.
Sam Hocevar [Mon, 10 Feb 2003 20:57:58 +0000 (20:57 +0000)]
* ./debian/control: added the "VideoLAN" word in the long description so
that "apt-cache search videolan" returns vlc.
Sam Hocevar [Mon, 10 Feb 2003 20:11:14 +0000 (20:11 +0000)]
* ./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.
Sam Hocevar [Mon, 10 Feb 2003 18:12:30 +0000 (18:12 +0000)]
* ./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).
Christophe Massiot [Mon, 10 Feb 2003 17:43:21 +0000 (17:43 +0000)]
* modules/audio_output/alsa.c: Fixed mono files output (thanks bozo !),
* Minor fixes.
Sam Hocevar [Mon, 10 Feb 2003 16:53:34 +0000 (16:53 +0000)]
* ./src/misc/threads.c: fixed compilation of the gprof wrapper trick.
(partially fixes #260)
Eric Petit [Mon, 10 Feb 2003 15:23:46 +0000 (15:23 +0000)]
Move the messages update function to another thread. It prevents it from
freezing the main window (cannot seek anymore, etc).
Derk-Jan Hartman [Mon, 10 Feb 2003 00:41:45 +0000 (00:41 +0000)]
* another proof that the copy command in IE for Mac sucks. stupid stray chars.
Christophe Massiot [Mon, 10 Feb 2003 00:16:53 +0000 (00:16 +0000)]
* Enabled the gestures module by default,
* Run --update-po.
Derk-Jan Hartman [Mon, 10 Feb 2003 00:16:51 +0000 (00:16 +0000)]
* 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.
Sigmund Augdal Helberg [Sun, 9 Feb 2003 23:42:06 +0000 (23:42 +0000)]
*: 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
Christophe Massiot [Sun, 9 Feb 2003 19:28:43 +0000 (19:28 +0000)]
* Minor typographic corrections,
* Fixed a segfault in the Preferences window.
Stephan Assmus [Sun, 9 Feb 2003 17:10:52 +0000 (17:10 +0000)]
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.
Laurent Aimar [Sun, 9 Feb 2003 13:25:42 +0000 (13:25 +0000)]
* sub.c : begun clean up
Sam Hocevar [Sun, 9 Feb 2003 12:23:28 +0000 (12:23 +0000)]
* ./configure.ac.in: fiddled with linking flags for the KDE plugin.
Sam Hocevar [Sun, 9 Feb 2003 12:21:05 +0000 (12:21 +0000)]
* ./debian/control: made lintian happier with package descriptions.
* ./debian/rules: added extra touch calls to prevent autobuilders from
launching autoconf/automake.
Sam Hocevar [Sun, 9 Feb 2003 12:19:09 +0000 (12:19 +0000)]
* ./modules/video_filter/transform.c: fixed a stupid typo preventing
initialization of the plugin.
Sam Hocevar [Sun, 9 Feb 2003 12:18:40 +0000 (12:18 +0000)]
* ./modules/gui/kde/preferences.cpp: fixed KDE 3.1 compilation.
Eric Petit [Sun, 9 Feb 2003 11:51:36 +0000 (11:51 +0000)]
Simplified volume functions
Olivier Teulière [Sun, 9 Feb 2003 02:01:21 +0000 (02:01 +0000)]
* modules/gui/win32/mainframe.cpp: simplifications using the new
aout_Volume* API
Christophe Massiot [Sun, 9 Feb 2003 01:56:21 +0000 (01:56 +0000)]
Fixed GTK compilation.
Christophe Massiot [Sun, 9 Feb 2003 01:50:35 +0000 (01:50 +0000)]
* Added Step forward/Step backward feature.
Christophe Massiot [Sun, 9 Feb 2003 01:13:43 +0000 (01:13 +0000)]
* 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.
Christophe Massiot [Sat, 8 Feb 2003 22:43:02 +0000 (22:43 +0000)]
Fixed previous commit.
Christophe Massiot [Sat, 8 Feb 2003 22:20:28 +0000 (22:20 +0000)]
* 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
Derk-Jan Hartman [Sat, 8 Feb 2003 21:43:26 +0000 (21:43 +0000)]
* window half/normal/double Size commands
- black bar issue is not fixed. i removed 'myfix'
Christophe Massiot [Sat, 8 Feb 2003 20:32:44 +0000 (20:32 +0000)]
* modules/codec/mpeg_video/parser.c: Do not stop decoding on SEQUENCE_END_CODE
* modules/gui/macosx/intf.m: VLC _m_edia _p_layer.
Cyril Deguet [Sat, 8 Feb 2003 19:14:36 +0000 (19:14 +0000)]
* fixed the encoding
(Meuuh you can re-enable swedish ;)
Christophe Massiot [Sat, 8 Feb 2003 19:10:22 +0000 (19:10 +0000)]
* 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).
Christophe Massiot [Sat, 8 Feb 2003 17:26:00 +0000 (17:26 +0000)]
* configure.ac.in: Disabled Swedish translation since it doesn't use the
right charset,
* Implemented localization for audio-channels and video-device variables.
Marc Ariberti [Fri, 7 Feb 2003 23:36:55 +0000 (23:36 +0000)]
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 !
Derk-Jan Hartman [Fri, 7 Feb 2003 21:30:25 +0000 (21:30 +0000)]
* 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
Alexis de Lattre [Fri, 7 Feb 2003 20:49:10 +0000 (20:49 +0000)]
- FAQ : the first question of the "troubleshooting" section now tells the
user to delete VLC's configuration file.
Derk-Jan Hartman [Fri, 7 Feb 2003 20:23:17 +0000 (20:23 +0000)]
* 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.
Olivier Teulière [Fri, 7 Feb 2003 18:43:27 +0000 (18:43 +0000)]
* Fixed the "RichEdit line insertion error" bug (closes #246)
* Added a popup menu to copy log messages to the clipboard
Christophe Massiot [Fri, 7 Feb 2003 16:51:39 +0000 (16:51 +0000)]
Fixed a buffer leak with slice-I streams (thanks sam).
Yves Duret [Fri, 7 Feb 2003 09:17:37 +0000 (09:17 +0000)]
- 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)
Derk-Jan Hartman [Fri, 7 Feb 2003 01:32:34 +0000 (01:32 +0000)]
* grrr changed the project file by accident. revert
Derk-Jan Hartman [Fri, 7 Feb 2003 01:31:14 +0000 (01:31 +0000)]
* When you push backspace or delete in the playlist, it removes the selected item.
Laurent Aimar [Fri, 7 Feb 2003 01:22:55 +0000 (01:22 +0000)]
* 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 ...)
Sam Hocevar [Fri, 7 Feb 2003 01:09:12 +0000 (01:09 +0000)]
* ./src/interface/interface.c: interface variable is "intf", not "interface".
Sam Hocevar [Fri, 7 Feb 2003 00:29:53 +0000 (00:29 +0000)]
* ./include/interface.h: grmbl, I forgot VLC_EXPORT did not support multiline
declarations. Should fix that later.
Sam Hocevar [Fri, 7 Feb 2003 00:26:23 +0000 (00:26 +0000)]
* ./modules/access/dvdplay/demux.c: fixed a minor warning.
Sam Hocevar [Thu, 6 Feb 2003 23:59:40 +0000 (23:59 +0000)]
* ./modules/access/dvdplay/demux.c: the dvdplay plugin no longer sets the
"interface" variable to "dvdplay" (Closes: #178, #210, and probably a
bunch of others).
* ./src/interface/interface.c: added a safety check to circumvent the bug,
allowing a smooth upgrade.
Christophe Massiot [Thu, 6 Feb 2003 23:55:29 +0000 (23:55 +0000)]
Fixed interface freezes in the OS X interface.
Sam Hocevar [Thu, 6 Feb 2003 23:01:31 +0000 (23:01 +0000)]
* ./src/misc/darwin_specific.m: completed our list of known languages and
made code simpler to read.
Sam Hocevar [Thu, 6 Feb 2003 21:56:37 +0000 (21:56 +0000)]
* ./debian/rules: build the SLP plugin by default.
Eric Petit [Thu, 6 Feb 2003 21:39:34 +0000 (21:39 +0000)]
Tuned BeOS priorities for a better playback on low-end computers.
Christophe Massiot [Thu, 6 Feb 2003 15:14:41 +0000 (15:14 +0000)]
Fixed AFMT_AC3 and AFMT_S16_NE handling.
Derk-Jan Hartman [Thu, 6 Feb 2003 13:47:04 +0000 (13:47 +0000)]
* Changed a failed DecompressSequenceFrameS error into a warning. We don't
want to bug users with this when we resize a video.
Sam Hocevar [Thu, 6 Feb 2003 03:22:08 +0000 (03:22 +0000)]
* ./modules/misc/screensaver.c: screen saver disabling plugin; runs a thread
in the background to disable xscreensaver the jwz way (Closes: #58).
It's an interface plugin, trigger with "--extraintf screensaver".
Sam Hocevar [Thu, 6 Feb 2003 02:37:00 +0000 (02:37 +0000)]
* ./configure.ac.in: libmad and liba52 need to be explicitely disabled,
otherwise we fail with an error when they are not found.
Sam Hocevar [Thu, 6 Feb 2003 00:45:26 +0000 (00:45 +0000)]
* ./doc/faq/faq.sgml: updated config file location for OS X.
Derk-Jan Hartman [Wed, 5 Feb 2003 22:48:13 +0000 (22:48 +0000)]
* Changed the wrong property in my recent commit. FIXED
Sam Hocevar [Wed, 5 Feb 2003 22:11:52 +0000 (22:11 +0000)]
* ./modules/gui/gtk/gtk_callbacks.c: fixed a bug that caused crashes when
doing fullscreen or volume up from the popup menu.
Derk-Jan Hartman [Wed, 5 Feb 2003 16:23:06 +0000 (16:23 +0000)]
* added a "Open CrashLog" button to the messages window in OSX.
Derk-Jan Hartman [Wed, 5 Feb 2003 14:58:15 +0000 (14:58 +0000)]
* Added AppleScript support
* We can now handle mms:// etc on a systemwide level.
- No way to set this other then trough Explorer Prefs at the moment
Derk-Jan Hartman [Wed, 5 Feb 2003 02:31:27 +0000 (02:31 +0000)]
* More support for handling URLs. Still need to create the scriptsuite.
Derk-Jan Hartman [Wed, 5 Feb 2003 01:36:00 +0000 (01:36 +0000)]
* Added a Next and Previous item to the dockmenu
* Prelimanary support for making VLC the handler of ftp http mms and udp
URLs (on a systemwide level)
Jean-Paul Saman [Tue, 4 Feb 2003 21:01:51 +0000 (21:01 +0000)]
Closes bug #170
Derk-Jan Hartman [Tue, 4 Feb 2003 20:45:24 +0000 (20:45 +0000)]
* We released an array that was in a autorelease pool. That's not necesarry
Christophe Massiot [Tue, 4 Feb 2003 11:51:21 +0000 (11:51 +0000)]
* modules/codec/mpeg_video/*: Support for Slice-I (aka intra slice refresh)
streams.
Christophe Massiot [Tue, 4 Feb 2003 11:07:45 +0000 (11:07 +0000)]
* modules/demux/mpeg/*: Fixed an uninitialized variable with TS streams
(thanks gibalou !).
Christophe Massiot [Tue, 4 Feb 2003 10:07:40 +0000 (10:07 +0000)]
* modules/access/*: Fixed compilation problems with "struct timeval".
Sam Hocevar [Mon, 3 Feb 2003 21:47:08 +0000 (21:47 +0000)]
* ./bootstrap: we don't fail if gettext is too old and there is no
ABOUT-NLS in the tree.
Christophe Massiot [Mon, 3 Feb 2003 21:38:54 +0000 (21:38 +0000)]
Now developing 0.5.1-cvs.
Sam Hocevar [Mon, 3 Feb 2003 19:45:29 +0000 (19:45 +0000)]
* ./debian/woody-buildpackage: enabled build-deps checking.
Stephan Assmus [Mon, 3 Feb 2003 17:18:48 +0000 (17:18 +0000)]
modules/gui/beos/InterfaceWindow.h/.cpp
- improved file loading:
- contents of sub folders can optionally be loaded too
- files are loaded in expected order from filepanel
_and_ drag'n'drop
- file panel accepts folders to load
- saving of playlist's display mode
- added updating of interface when playlist is modified
while nothing is playing
- added compatibility for SoundPlay's drag'n'drop message format
modules/gui/beos/ListViews.h/.cpp
- implemented reversal of playlist
- list can display full path or file name only
- drag'n'drop interaction with SoundPlay
modules/gui/beos/MediaControlView.cpp
- cosmetic fix
modules/gui/beos/PlayListWindow.h/.cpp
- added reverse sort command to edit menu
- added view menu, to allow the user to display paths
or only names in the list
Alexis de Lattre [Mon, 3 Feb 2003 16:07:50 +0000 (16:07 +0000)]
Small fix.
Alexis de Lattre [Mon, 3 Feb 2003 11:25:44 +0000 (11:25 +0000)]
Article format, instead of book format.
Few typos.
Sam Hocevar [Mon, 3 Feb 2003 02:26:28 +0000 (02:26 +0000)]
* ./debian/rules: more Debian Woody fixes. Grrrr!
Sam Hocevar [Mon, 3 Feb 2003 01:32:37 +0000 (01:32 +0000)]
* ./modules/visualization/xosd/xosd.c: Woody compilation fixed.
* ./debian/woody-buildpackage: sed syntax fixed.
Sam Hocevar [Mon, 3 Feb 2003 00:56:39 +0000 (00:56 +0000)]
* ./share/Makefile.am: we weren't distributing the font!
Sam Hocevar [Mon, 3 Feb 2003 00:43:12 +0000 (00:43 +0000)]
* Updated ChangeLog and pofiles.
Sam Hocevar [Mon, 3 Feb 2003 00:39:42 +0000 (00:39 +0000)]
* ./modules/audio_output/alsa.c: Woody ALSA compilation fix.
Sam Hocevar [Mon, 3 Feb 2003 00:23:18 +0000 (00:23 +0000)]
* ./debian/control: missing build dependencies.
Christophe Massiot [Mon, 3 Feb 2003 00:00:42 +0000 (00:00 +0000)]
German translation, croutesy of Felix Kuehne.
Christophe Massiot [Sun, 2 Feb 2003 23:11:17 +0000 (23:11 +0000)]
Worked around a bug with the Screens menu and localization.
Derk-Jan Hartman [Sun, 2 Feb 2003 20:59:32 +0000 (20:59 +0000)]
* OSX version can open .asx files. so we need to let the os know that ;)
Sam Hocevar [Sun, 2 Feb 2003 20:21:02 +0000 (20:21 +0000)]
* ./include/vlc_config.h: changed "VideoLAN Client" into VLC.
Sam Hocevar [Sun, 2 Feb 2003 20:07:22 +0000 (20:07 +0000)]
* ./debian/vlc.desktop: removed unnecessary file.
Sam Hocevar [Sun, 2 Feb 2003 20:01:53 +0000 (20:01 +0000)]
* ./debian/Makefile.am: added woody-buildpackage, removed *.woody.
Sam Hocevar [Sun, 2 Feb 2003 20:01:03 +0000 (20:01 +0000)]
* ./debian/changelog: updated Debian changelog.
Sam Hocevar [Sun, 2 Feb 2003 19:45:17 +0000 (19:45 +0000)]
* ./ChangeLog: used cvs2cl (./cvs2cl.pl --hide-filenames --no-wrap -w
--stdout | sed -e 's/^[^0-9]/ /' -e 's/^ *$//' | uniq).
Sam Hocevar [Sun, 2 Feb 2003 18:57:01 +0000 (18:57 +0000)]
* ./debian/woody-buildpackage: finished Woody build script.