Sam Hocevar [Mon, 10 Mar 2003 19:30:35 +0000 (19:30 +0000)]
* ./toolbox: added --update-changelog flag.
Gildas Bazin [Mon, 10 Mar 2003 18:26:33 +0000 (18:26 +0000)]
* src/video_output/vout_pictures.c: declaration of FOURCC_RV24, courtesy of Olivier Aubert.
Gildas Bazin [Mon, 10 Mar 2003 18:17:19 +0000 (18:17 +0000)]
* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: small change to the slider behaviour.
Sam Hocevar [Mon, 10 Mar 2003 17:12:08 +0000 (17:12 +0000)]
* ./configure.ac.in: moved an extra -lws2_32 to a win32 specific case.
Christophe Massiot [Mon, 10 Mar 2003 10:41:22 +0000 (10:41 +0000)]
Fixed a major bug with 5.1 output and the OSS plug-in.
Jon Lech Johansen [Mon, 10 Mar 2003 08:23:45 +0000 (08:23 +0000)]
* ./modules/codec/dts.c: minor fix.
Laurent Aimar [Mon, 10 Mar 2003 01:07:09 +0000 (01:07 +0000)]
* improved seeking and fixed play back when reading from stdin (when
reported size is null).
Gildas Bazin [Mon, 10 Mar 2003 00:12:53 +0000 (00:12 +0000)]
* modules/access/vcd/cdrom.c: small win32 bugfix.
* configure.ac.in: on win32 we link ws2_32 with the slp plugin.
Christophe Massiot [Mon, 10 Mar 2003 00:04:14 +0000 (00:04 +0000)]
* Bumped up version number to 0.5.2
* Fix for the "lock-up" problem under MacOS X. Removed the rt-priority
configuration variable.
Jon Lech Johansen [Sun, 9 Mar 2003 23:39:05 +0000 (23:39 +0000)]
* ./modules/demux/mpeg: DTS support.
Jon Lech Johansen [Sun, 9 Mar 2003 20:07:47 +0000 (20:07 +0000)]
* DTS S/PDIF support.
Gildas Bazin [Sun, 9 Mar 2003 19:44:16 +0000 (19:44 +0000)]
* configure.ac.in: fixed my previous commit.
* NEWS: added an entry about fixes in the dvd menu support.
Gildas Bazin [Sun, 9 Mar 2003 19:25:09 +0000 (19:25 +0000)]
* configure.ac.in: don't include the screensaver plugin on win32.
* src/misc/variables.c: fixed a bug in var_Change() and in var_DelCallback().
* modules/codec/spudec/parse.c: removed unnessecary code.
* modules/access/dvdplay/access.c: fixed some navigation problems.
Laurent Aimar [Sun, 9 Mar 2003 16:22:35 +0000 (16:22 +0000)]
* fixed a really stupid bug with compressed header, improved parsing
of audio stsd box. (handle qt3+ audio box)
(I still need to fix mp4.c to read audio track that aren't mp4a)
Sigmund Augdal Helberg [Sat, 8 Mar 2003 01:55:28 +0000 (01:55 +0000)]
added a down, right gesture to quit vlc and an up, right gesture that swaps
fullscreen on/off, removed the down gesture as it is now covered by the up,
right gesture
Gildas Bazin [Fri, 7 Mar 2003 00:53:09 +0000 (00:53 +0000)]
* modules/gui/gtk/gnome.c, modules/gui/gtk/gtk.c: clean up the gtk/gnome
messages window regularly.
Sigmund Augdal Helberg [Thu, 6 Mar 2003 23:52:31 +0000 (23:52 +0000)]
NEWS: added note about .pls handeling and the http audio fix
Gildas Bazin [Thu, 6 Mar 2003 23:10:11 +0000 (23:10 +0000)]
* src/audio_output/dec.c, include/aout_internal.h: the aout core was
automatically discarding audio samples that were above AOUT_MAX_ADVANCE_TIME
in the future. Problem is that p_input->i_pts_delay isn't a fixed value. We
now fetch this value from the input thread when we create an aout_instance_t.
This solves problems with the http access plugin.
Derk-Jan Hartman [Thu, 6 Mar 2003 22:17:11 +0000 (22:17 +0000)]
* Updated README on Mac OS X issues.
Sigmund Augdal Helberg [Thu, 6 Mar 2003 15:30:42 +0000 (15:30 +0000)]
the m3u demux now reads the pls files shoutcast uses.
Derk-Jan Hartman [Thu, 6 Mar 2003 15:24:12 +0000 (15:24 +0000)]
* the close window command was reacting irratic because of my meddling
with the responder chain. HANDS OFF you little devil ;)
Derk-Jan Hartman [Thu, 6 Mar 2003 14:40:43 +0000 (14:40 +0000)]
* not < but > ;)
time to stop for today
Derk-Jan Hartman [Thu, 6 Mar 2003 12:52:32 +0000 (12:52 +0000)]
* fixed an issue with blackbars at certain aspect ratios when you resize
the video window. (half, double)
Derk-Jan Hartman [Thu, 6 Mar 2003 12:05:05 +0000 (12:05 +0000)]
ALL: fixed: bugzilla.videolan.org/cgi-bin/bugzilla/show_bug.cgi?id=425
having two close buttons in one window goes against Apple's UIG.
Derk-Jan Hartman [Thu, 6 Mar 2003 11:43:07 +0000 (11:43 +0000)]
* modules/gui/macosx/applescript.?
* extras/MacOSX/Resources/vlc.scriptSuite
* extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology
- moved existing applescript commands to these files
- added several control commands. supported are: play/pause, stop,
previous, next, fullscreen, mute, volumeUp and volumeDown.
These correspond to the existing menuitems. This still requires work
in the future to make it more correct AppleScript, but it works for now.
* modules/gui/macosx/controls.?
- split up the controls.m into a .m and a .h
* modules/gui/macosx/intf.?
- added a getControls method to gain access to the controller object from
the AppleScript commands.
* modules/gui/macosx/open.?
- removed the applescript support existing here and moved it to applescript.?
* modules/gui/macosx/playlist.m
- made the tooltips for the add and remove buttons localizable.
* modules/gui/macosx/vout.m
- added a comment on the meaning of otherMouse events.
* ALL:
- updated copyright information to include the current year ;)
Laurent Aimar [Thu, 6 Mar 2003 11:15:55 +0000 (11:15 +0000)]
* http: lalala, forgot one line :)
Laurent Aimar [Thu, 6 Mar 2003 11:09:56 +0000 (11:09 +0000)]
* http: fixed a segfault while using it more than once.
Derk-Jan Hartman [Thu, 6 Mar 2003 10:15:37 +0000 (10:15 +0000)]
* If labels are nil, then it shouldn't disable the entire preference panel.
fixes #428 more permenantly. the cause was a missing rt-priority desc.
Jean-Paul Saman [Thu, 6 Mar 2003 10:11:33 +0000 (10:11 +0000)]
More sizing stuff.
Christophe Massiot [Thu, 6 Mar 2003 09:58:00 +0000 (09:58 +0000)]
Fixed a segfault in the OS X preferences panel.
Jean-Paul Saman [Thu, 6 Mar 2003 09:27:13 +0000 (09:27 +0000)]
Updated version number.
Sigmund Augdal Helberg [Thu, 6 Mar 2003 00:10:33 +0000 (00:10 +0000)]
we now insert playlist entries right after the playlist file, and not at the
end of playlist. Should close bug reported on mailing list by Stepan Roh
about "redirection".
Gildas Bazin [Wed, 5 Mar 2003 22:37:05 +0000 (22:37 +0000)]
* modules/audio_filter/resampler/bandlimited.c: another bug-fix ( should be the last one ;)
* install-win32: the FAQ wasn't being included in the package.
Gildas Bazin [Wed, 5 Mar 2003 19:58:47 +0000 (19:58 +0000)]
* Makefile.am: make package-win32 creates FAQ.htm not faq.htm.
Gildas Bazin [Wed, 5 Mar 2003 19:31:32 +0000 (19:31 +0000)]
* modules/audio_filter/resampler/bandlimited.c: added a few more sanity checks.
Derk-Jan Hartman [Wed, 5 Mar 2003 19:16:42 +0000 (19:16 +0000)]
* updated italian translation by Bruno <allevb@tin.it>
i had to merge it by hand, because it was pretty outdated.
Gildas Bazin [Wed, 5 Mar 2003 17:55:13 +0000 (17:55 +0000)]
* src/input/input_ext-plugins.c: added an msleep() call in case we fail to
allocate a new buffer in input_FillBuffer(). This is necessary because
the input thread has an high priority and we don't want it to loop
without any interruption.
Christophe Massiot [Wed, 5 Mar 2003 00:11:18 +0000 (00:11 +0000)]
* Fixed LDFLAGS_mp4 variable.
Sigmund Augdal Helberg [Wed, 5 Mar 2003 00:05:23 +0000 (00:05 +0000)]
added not that gestures are now supported on osx and windows, with a comment
telling that this isn't really useful yet.
Christophe Massiot [Tue, 4 Mar 2003 23:37:19 +0000 (23:37 +0000)]
Bumped up to 0.5.2-test3
Christophe Massiot [Tue, 4 Mar 2003 23:36:57 +0000 (23:36 +0000)]
* Made rt-priority a real-time variable (shut-up sam) and misc attempts
to improve responsiveness under OS X
Derk-Jan Hartman [Tue, 4 Mar 2003 23:32:06 +0000 (23:32 +0000)]
* this code should allow for the use of gestures under OS X.
Gildas Bazin [Tue, 4 Mar 2003 22:48:55 +0000 (22:48 +0000)]
* modules/video_output/directx: added support for the mouse gestures interface.
Derk-Jan Hartman [Tue, 4 Mar 2003 22:36:18 +0000 (22:36 +0000)]
* grrr debug message in the wild.
Gildas Bazin [Tue, 4 Mar 2003 22:08:33 +0000 (22:08 +0000)]
* modules/audio_filter/resampler/bandlimited.c: small bug-fixes.
* NEWS: added a note for the fixed MSVC project files.
Derk-Jan Hartman [Tue, 4 Mar 2003 21:54:03 +0000 (21:54 +0000)]
* NEWS:
- added item on fix of 'clicking' sound between stream changes.
- added item on new bandlimited resampler
* ALL:
- bumped up revision number to 0.5.2-test3
Gildas Bazin [Tue, 4 Mar 2003 21:12:04 +0000 (21:12 +0000)]
* include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
not declared).
* modules/access/file.c: use _lseeki64 instead of lseek on win32. This
should allow seeking on files > 1.2Gb (Hopefully closes #168).
Gildas Bazin [Tue, 4 Mar 2003 19:28:39 +0000 (19:28 +0000)]
* modules/audio_filter/resampler/bandlimited.c: fix bug that was affecting
quality badly + some clean-up.
Changed the module priority so it is now the default resampler.
Derk-Jan Hartman [Tue, 4 Mar 2003 17:31:45 +0000 (17:31 +0000)]
ALL:
- the german translation requires two different translations of the word
File. I added a _ANS() function to the macosx version that gets the
translation of 1:File and strips the first two characters of this
alternate translation.
- updated all .po files to make sure we don't break anything
- committed the March 1 version of the german translation by Felix
Kuhne <FK@aenneburghardt.de>
Christophe Massiot [Tue, 4 Mar 2003 13:21:19 +0000 (13:21 +0000)]
* Fixed a major bug in the LPCM codec.
* Moved input_ExtractPES to where it belongs, input_ext-dec.c.
Gildas Bazin [Tue, 4 Mar 2003 03:27:40 +0000 (03:27 +0000)]
* modules/audio_filter/resampler/bandlimited.[ch]: new high-quality
bandlimited interpolation resampler.
It is not yet enabled by default because it requires a bit more works
(not fully stable yet because of buffer overflows under certain conditions).
* src/audio_output/input.c: the resamplers are now always active (expcept
in spdif mode).
* modules/audio_filter/resampler/*: modified the resampler to return the
input buffer when no resampling is needed.
Derk-Jan Hartman [Mon, 3 Mar 2003 23:58:34 +0000 (23:58 +0000)]
* updated dutch strings.
Christophe Massiot [Mon, 3 Mar 2003 23:48:41 +0000 (23:48 +0000)]
* mpeg_video is back as a built-in because it is reproduceably faster than
as a plug-in,
* Another desperate attempt at fixing OS X lock-ups.
Derk-Jan Hartman [Mon, 3 Mar 2003 19:39:48 +0000 (19:39 +0000)]
* NEWS:
- added remarks on m-audio fixes and other OSX specific fixes.
- added improved ID3 detection item
* README.MacOSX.rtf
- updated to reflect M-Audio fixes.
* ./extras/MacOSX/Resources/English.lproj/MainMenu.nib/*:
- widened the Browse.. button to allow for the german word: durchsuchen.
Gildas Bazin [Mon, 3 Mar 2003 16:49:14 +0000 (16:49 +0000)]
* ALL: another bunch of fixes for the MSVC build.
Gildas Bazin [Mon, 3 Mar 2003 14:21:08 +0000 (14:21 +0000)]
* ALL: Finally fixed the MSVC project files.
Don't include io.h on win32 when not necessary.
A few build fixes for MSVC.
* src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when
present.
Christophe Massiot [Mon, 3 Mar 2003 14:19:09 +0000 (14:19 +0000)]
* Fixed a bug in LPCM codec.
* Changed an error into a warning.
Laurent Aimar [Mon, 3 Mar 2003 01:38:07 +0000 (01:38 +0000)]
* fixed play back of mms://viptvr.yacast.fr/encoderfranceinfo (asf
header send over multiples packets).
Gildas Bazin [Sun, 2 Mar 2003 19:07:01 +0000 (19:07 +0000)]
* configure.ac.in: fixed libid3tag detection.
Laurent Aimar [Sun, 2 Mar 2003 18:17:58 +0000 (18:17 +0000)]
* fixed seek flag with broadcasted data.
Laurent Aimar [Sun, 2 Mar 2003 17:13:33 +0000 (17:13 +0000)]
* forgot to initialize a variable.
Laurent Aimar [Sun, 2 Mar 2003 17:12:21 +0000 (17:12 +0000)]
* fixed a bug.
Gildas Bazin [Sun, 2 Mar 2003 12:10:46 +0000 (12:10 +0000)]
* NEWS: started filling in the NEWS file for the 0.5.2 release.
Gildas Bazin [Sun, 2 Mar 2003 02:47:19 +0000 (02:47 +0000)]
* configure.ac.in: Removed unused options.
We also don't link with lrt anymore when using GNU-pth (lrt depends on
lpthread).
Gildas Bazin [Sun, 2 Mar 2003 01:35:30 +0000 (01:35 +0000)]
* src/misc/threads.c, include/vlc_threads_funcs.h: another bunch of fixes
for the GNU-pth implementation.
Gildas Bazin [Sat, 1 Mar 2003 23:26:08 +0000 (23:26 +0000)]
* src/misc/threads.c, include/vlc_threads_funcs.h: fixed gnu-pth thread
implementation and fixed an initialization bug in libvlc.
Olivier Teulière [Sat, 1 Mar 2003 21:32:49 +0000 (21:32 +0000)]
- about.dfm: the layout of the "About" dialog box is slightly different
- misc.cpp: toolbar buttons are translated too
- mainframe.dfm: removed the "Back" and "Eject" toolbar buttons, which
were rather useless, and added an "Eject disc" menu entry
Also hid the caption for all the toolbar buttons
- win32.cpp: Added a config option to display or not these captions
- preferences.cpp: small modification to support non-advanced mode
Gildas Bazin [Sat, 1 Mar 2003 19:25:13 +0000 (19:25 +0000)]
* install-win32, Makefile.am: added the html faq to the win32 package.
* toolbox, msvc/*: few fixes to the msvc project files generation.
(compiling plugins won't work yet because there are a few hacks that
need to be done in order to compile dlls that use the c-runtime)
Laurent Aimar [Fri, 28 Feb 2003 17:23:35 +0000 (17:23 +0000)]
* try a workaround for BeOS MediaKit files.
Christophe Massiot [Fri, 28 Feb 2003 10:19:02 +0000 (10:19 +0000)]
German translation, courtesy of Felix K�hne <FK@aenneburghardt.de>.
Olivier Teulière [Fri, 28 Feb 2003 04:31:24 +0000 (04:31 +0000)]
Internationalization now works for the win32 interface (thanks Gildas).
I've voluntarily disabled the translation of the toolbar buttons
strings, because it looks really awful...
Olivier Teulière [Thu, 27 Feb 2003 22:09:24 +0000 (22:09 +0000)]
A few modifications to get closer to i18n in the win32 interface
Gildas Bazin [Thu, 27 Feb 2003 16:38:39 +0000 (16:38 +0000)]
* modules/demux/avi/avi.c: compilation fix.
Laurent Aimar [Thu, 27 Feb 2003 15:07:48 +0000 (15:07 +0000)]
* httpd: clean up, kick up unused connection (it waits 10s), use select
to way (instead of a hard coded sleep ;)
Gildas Bazin [Thu, 27 Feb 2003 13:19:44 +0000 (13:19 +0000)]
* ALL: i18n updates and fixes.
Marc Ariberti [Thu, 27 Feb 2003 12:44:01 +0000 (12:44 +0000)]
* updates for the YOPY ports (thx to Sebastien Chaumat !)
Christophe Massiot [Thu, 27 Feb 2003 08:19:02 +0000 (08:19 +0000)]
* Bumped up revision number to 0.5.2-test2
* Another attempt at fixing the "VLC is locking up OS X" problem
* Updated po files
Cyril Deguet [Wed, 26 Feb 2003 21:00:53 +0000 (21:00 +0000)]
* compilation fixes...
Gildas Bazin [Wed, 26 Feb 2003 19:39:43 +0000 (19:39 +0000)]
* configure.ac.in, Makefile.am, install-win32: fixed the package-win32 make
target, and included the locales in the installer script.
* src/libvlc.c: on win32 we look for the locales in vlc's directory.
Christophe Massiot [Wed, 26 Feb 2003 18:15:33 +0000 (18:15 +0000)]
* Added sanity checks for PTS in the future.
Marc Ariberti [Wed, 26 Feb 2003 15:47:26 +0000 (15:47 +0000)]
* implementation of the 'autoplay file' button callback
* when clicking a link : follows the link and don't try to open it
* yopy does not always sees the '.' and '..', so workaround :
- all the hidden files are not displayed
- the '..' directory is each time added by hand
Marc Ariberti [Wed, 26 Feb 2003 15:44:22 +0000 (15:44 +0000)]
* small modification for linupy :
- added a pixmpa directory
- added a set_usize (how do we maximize cleanly a gtk-window ?)
- chdir to '.' instead of '/mnt' (should it be '~' or '/' ?)
Gildas Bazin [Wed, 26 Feb 2003 13:51:36 +0000 (13:51 +0000)]
* src/input/input_ext-dec.c: added a few sanity checks that avoid crashing
badly when we reach the end of the stream (decoder stream).
* modules/packetizer/mpegvideo.c: fixed a bug that was causing an infinite
loop when the end of the stream was reached.
Laurent Aimar [Wed, 26 Feb 2003 12:38:17 +0000 (12:38 +0000)]
* ts.c: added "ts" shorcut for ts_dvbpsi.
Boris Dorès [Wed, 26 Feb 2003 04:23:55 +0000 (04:23 +0000)]
- link the headphone channel mixer with the math library
Gildas Bazin [Tue, 25 Feb 2003 21:09:34 +0000 (21:09 +0000)]
* modules/codec/libmpeg2.c: fixed pts handling.
Gildas Bazin [Tue, 25 Feb 2003 18:26:12 +0000 (18:26 +0000)]
* configure.ac.in: accidentaly changed AM_GNU_GETTEXT_VERSION to 0.11.5 in
my last commit.
* po/Makevars: file needed by newer versions of gettext.
Laurent Aimar [Tue, 25 Feb 2003 17:17:43 +0000 (17:17 +0000)]
* stream_output.* : added a flags variable to sout_buffer_t, allowing to
mark headers.
* httpd : added a way to use stream header, and changed the way that
stream data are stored (allow better client handling).
* http : use stream header, and add mime type detection by looking
at file extention (could be improved).
* ogg: fixed a segfault when removing a stream, mark header.
Gildas Bazin [Tue, 25 Feb 2003 17:15:32 +0000 (17:15 +0000)]
* configure.ac.in, modules/codec/Modules.am, modules/codec/libmpeg2.c:
Added a simple mpeg video decoder based on libmpeg2. It is mainly useful
for comparing the performance against our custom decoder as it is currently
missing some important features like the synchro stuff.
Laurent Aimar [Mon, 24 Feb 2003 23:28:18 +0000 (23:28 +0000)]
* stream_output.c : added a sanity check.
Laurent Aimar [Mon, 24 Feb 2003 23:27:20 +0000 (23:27 +0000)]
* all : ogg/ogm muxer. Yet very limited as it accepts only mp3/a52 audio
and mpeg4/divx3 video streams. (Created files seem to work only with vlc).
Jon Lech Johansen [Mon, 24 Feb 2003 17:06:21 +0000 (17:06 +0000)]
* a52tofloat32.c: changed an error into warning.
Sigmund Augdal Helberg [Mon, 24 Feb 2003 14:40:22 +0000 (14:40 +0000)]
updated documentation to reflect that input_AccessReinit should be called
before, and not after a random seek
Laurent Aimar [Mon, 24 Feb 2003 14:14:43 +0000 (14:14 +0000)]
* all : fix compilation.
Laurent Aimar [Mon, 24 Feb 2003 12:34:29 +0000 (12:34 +0000)]
* stream_output.c : fixed compilation.
* mux/* implemented pf_mux_capacity.
Gildas Bazin [Mon, 24 Feb 2003 11:14:16 +0000 (11:14 +0000)]
* configure.ac.in, modules/misc/httpd.c: compilation fixes for win32.
Laurent Aimar [Mon, 24 Feb 2003 11:00:54 +0000 (11:00 +0000)]
* stream_output.h : add a private parameter to sout_instance_t only used
by src/stream_output.c (avoid changing every time stream_output.h...)
Laurent Aimar [Mon, 24 Feb 2003 10:45:55 +0000 (10:45 +0000)]
* stream output: fixed name inconsistency, added a new exported
functions by muxer.
* wav: fixed a warning.
Laurent Aimar [Mon, 24 Feb 2003 09:26:26 +0000 (09:26 +0000)]
* asf: fix seek for http.
Laurent Aimar [Mon, 24 Feb 2003 09:18:07 +0000 (09:18 +0000)]
* wav: proper seek handling. (wav file readable over http).