]> git.sesse.net Git - vlc/log
vlc
21 years ago- added rawdv plugin.
Yves Duret [Fri, 20 Dec 2002 07:35:39 +0000 (07:35 +0000)]
- added rawdv plugin.
- make it working again with daily CVS snapshot.
- some typos fixed.
- better workaround for broken mdk configure macro (aka don't harcore arch in name).

21 years ago* modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
Sigmund Augdal Helberg [Thu, 19 Dec 2002 23:23:25 +0000 (23:23 +0000)]
* modules/demux/ogg.c: provide some file info. Tested with the tarzan.ogm
* modules/codec/vorbis.c: parse the vorbis comment (can anyone tell me why the
comment is embedded in the logical stream and not directly in the
container?). The vorbis comments are in utf8, so extended characters
currently get messed up.

Still tring to close #51

21 years agoFixed an HTTP compliance issue (thanks Xag).
Christophe Massiot [Thu, 19 Dec 2002 17:29:13 +0000 (17:29 +0000)]
Fixed an HTTP compliance issue (thanks Xag).

21 years agothe avi demux now gives some info about the file being played. One step
Sigmund Augdal Helberg [Thu, 19 Dec 2002 16:59:31 +0000 (16:59 +0000)]
the avi demux now gives some info about the file being played. One step
towards closing bug #51. Type 'info' in the rc interface to test.

21 years ago* src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
Gildas Bazin [Wed, 18 Dec 2002 17:52:23 +0000 (17:52 +0000)]
* src/libvlc.h, src/input/input_dec.c: added an "sout-video" and
"sout-audio" config option that allows to selectively enable audio or
video stream output. This is very useful if you want to play video on
one computer and audio on another one ;)

21 years ago * mpeg4video: repeat vol headers every 30 frames (But it is buggy)
Laurent Aimar [Wed, 18 Dec 2002 16:33:09 +0000 (16:33 +0000)]
 * mpeg4video: repeat vol headers every 30 frames (But it is buggy)

21 years ago * video.c: with mpeg4 stream, we try to decode a picture only when we have
Laurent Aimar [Wed, 18 Dec 2002 16:31:25 +0000 (16:31 +0000)]
 * video.c: with mpeg4 stream, we try to decode a picture only when we have
received an header (vol). (It prevents some segfaults with mpeg4 streaming).

21 years ago * ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
Laurent Aimar [Wed, 18 Dec 2002 16:27:56 +0000 (16:27 +0000)]
 * ts.c: add preliminary support for mpeg-4 streams in mpeg2-TS.
Becareful that up to now, it's more a hack. (I need to add SL streams
managments)

21 years ago * ./modules/demux/avi/libavi.c: added an additional sanity check for
Sam Hocevar [Wed, 18 Dec 2002 16:16:30 +0000 (16:16 +0000)]
  * ./modules/demux/avi/libavi.c: added an additional sanity check for
    corrupted headers.

21 years ago * libavi.c: a sanity check to prevent some segfault with corrupted
Laurent Aimar [Wed, 18 Dec 2002 15:52:06 +0000 (15:52 +0000)]
 * libavi.c: a sanity check to prevent some segfault with corrupted
header.

21 years ago * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
Sam Hocevar [Wed, 18 Dec 2002 15:03:48 +0000 (15:03 +0000)]
  * ./modules/codec/ffmpeg/ffmpeg.c: cosmetic change, the ffmpeg module now
    tells what libavcodec build it was built with.

21 years ago * fixed several format string inconsistencies and deprecated C constructions.
Sam Hocevar [Wed, 18 Dec 2002 14:17:11 +0000 (14:17 +0000)]
  * fixed several format string inconsistencies and deprecated C constructions.

21 years ago * ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
Sam Hocevar [Wed, 18 Dec 2002 12:18:06 +0000 (12:18 +0000)]
  * ./src/misc/messages.c: woops, __attribute__(format) is only needed in the
    prototype.

21 years ago * ./include/vlc_messages.h: msg_* functions now use the same argument type
Sam Hocevar [Wed, 18 Dec 2002 11:47:35 +0000 (11:47 +0000)]
  * ./include/vlc_messages.h: msg_* functions now use the same argument type
    checks as printf. Only works with gcc 3.2 it seems.

21 years ago * ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
Sam Hocevar [Wed, 18 Dec 2002 09:27:26 +0000 (09:27 +0000)]
  * ./modules/video_output/qte/.cvsignore: added a missing .cvsignore.
  * ./modules/video_chroma/Modules.am: added i420_rgb_c.h to the distribution,
    thanks to Stepan Roh for spotting this.

21 years ago* src/video_output/video_output.c: fixed a bug concerning the aspect
Gildas Bazin [Wed, 18 Dec 2002 08:08:30 +0000 (08:08 +0000)]
* src/video_output/video_output.c: fixed a bug concerning the aspect
ratio in vout_Request().

* INSTALL.win32: small update to the documentation.

21 years ago* mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.
Laurent Aimar [Wed, 18 Dec 2002 01:34:44 +0000 (01:34 +0000)]
* mpegaudio: fixed another stupid bug for mpeg audio layer 3 only.

21 years ago * bits.h: fixed a stupid bug.
Laurent Aimar [Tue, 17 Dec 2002 21:58:03 +0000 (21:58 +0000)]
 * bits.h: fixed a stupid bug.
 * ts.c: removed an unused variable.

21 years ago* modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
Gildas Bazin [Tue, 17 Dec 2002 21:15:43 +0000 (21:15 +0000)]
* modules/demux/rawdv.c: new raw dv demuxer (only video for now). I
didn't find a way to detect correctly a raw dv file so for now we just
check the file extension (.dv). You can additionaly force this demuxer.

PS: the ffmpeg plugin works quite well for decoding dv videos.

21 years agoFunctionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith...
Jean-Paul Saman [Tue, 17 Dec 2002 21:04:49 +0000 (21:04 +0000)]
Functionality of Familiar Linux Gtk+ interface is finished. Only testing on iPaqwith libgpewidget0  still needs to be done.

21 years ago * ./bootstrap: added warning messages for old automake versions.
Sam Hocevar [Tue, 17 Dec 2002 14:39:05 +0000 (14:39 +0000)]
  * ./bootstrap: added warning messages for old automake versions.

21 years ago * ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.
Sam Hocevar [Tue, 17 Dec 2002 09:54:32 +0000 (09:54 +0000)]
  * ./modules/gui/kde/preferences.cpp: fixed a compilation issue and a crash.

21 years agoFixed (again) a rendering bug on big endian systems. :-p
Christophe Massiot [Mon, 16 Dec 2002 23:25:23 +0000 (23:25 +0000)]
Fixed (again) a rendering bug on big endian systems. :-p

21 years agoCleanup action.
Jean-Paul Saman [Mon, 16 Dec 2002 22:06:59 +0000 (22:06 +0000)]
Cleanup action.

21 years agoWorkaround for crash in ReadDirectory when called from the comboURL text box. For...
Jean-Paul Saman [Mon, 16 Dec 2002 21:48:17 +0000 (21:48 +0000)]
Workaround for crash in ReadDirectory when called from the comboURL text box. For now it is mandatory to prefix filepaths on local disk with "file://" when typing it in the comboURL box.

21 years ago Fixed a possible crash.
Eric Petit [Mon, 16 Dec 2002 20:18:42 +0000 (20:18 +0000)]
 Fixed a possible crash.

21 years ago* modules/demux/ogg.c: added support for the old type of headers produced by the...
Gildas Bazin [Mon, 16 Dec 2002 18:30:12 +0000 (18:30 +0000)]
* modules/demux/ogg.c: added support for the old type of headers produced by the first
versions of OggDS.

21 years ago* modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
Gildas Bazin [Mon, 16 Dec 2002 16:48:04 +0000 (16:48 +0000)]
* modules/access/udp.c, modules/access/rtp.c, modules/misc/network/ipv4.c: only check for
the "server-port" config variable in the access plugins. access_output plugins will now
pick a port at random, thus allowing sout to work out of the box on a localhost. (thanks
Meuuh)

21 years ago * compilation fix for Os X.
Laurent Aimar [Mon, 16 Dec 2002 15:17:12 +0000 (15:17 +0000)]
 * compilation fix for Os X.

21 years ago * libavi.c: improved parsing of some corrupted files.
Laurent Aimar [Mon, 16 Dec 2002 13:04:36 +0000 (13:04 +0000)]
 * libavi.c: improved parsing of some corrupted files.

21 years ago Should fix compilation/configuration with --with-ffmpeg options.
Laurent Aimar [Mon, 16 Dec 2002 10:49:16 +0000 (10:49 +0000)]
 Should fix compilation/configuration with --with-ffmpeg options.

21 years ago- disc.* : a few enhancements in the design of the "open disc" dialog
Boris Dorès [Mon, 16 Dec 2002 00:41:00 +0000 (00:41 +0000)]
- disc.* : a few enhancements in the design of the "open disc" dialog
  box, including the ability to select dvd menus instead of a particular
  title and chapter
- preferences.dfm : multiline tabs

21 years ago * modules/mux/mpeg/*: should fix builtin compilation
Laurent Aimar [Sun, 15 Dec 2002 23:39:41 +0000 (23:39 +0000)]
 * modules/mux/mpeg/*: should fix builtin compilation
 * modules/access/ftp.c : an ftp access, buggy but it begins to work.
The main issue is about password confidentiality so you must know
what you are doing :((

21 years agoyou can now build RPMs.
Yves Duret [Sun, 15 Dec 2002 22:55:12 +0000 (22:55 +0000)]
you can now build RPMs.
(ffmpeg still not working properly cause configure.ac seems to sucks)

21 years agoPackaging files for Familiar GPE and OPIE releases.
Jean-Paul Saman [Sun, 15 Dec 2002 22:54:58 +0000 (22:54 +0000)]
Packaging files for Familiar GPE and OPIE releases.

21 years agoFamiliar interface build with GPE support does not use NEED_GTK_MAIN.
Jean-Paul Saman [Sun, 15 Dec 2002 22:48:30 +0000 (22:48 +0000)]
Familiar interface build with GPE support does not use NEED_GTK_MAIN.

21 years agoMake distinction between GPE and GTK_NEED_MAIN way of handling interface.
Jean-Paul Saman [Sun, 15 Dec 2002 22:45:35 +0000 (22:45 +0000)]
Make distinction between GPE and GTK_NEED_MAIN way of handling interface.
Trying to fix change directory crash while entering keys in combobox.

21 years agoI forgot this file in my previous commit...
Olivier Teulière [Sun, 15 Dec 2002 22:45:09 +0000 (22:45 +0000)]
I forgot this file in my previous commit...

21 years agoFix crash on directory change.
Jean-Paul Saman [Sun, 15 Dec 2002 20:48:40 +0000 (20:48 +0000)]
Fix crash on directory change.

21 years ago * ./modules/gui/wxwindows: added a log window
Olivier Teulière [Sun, 15 Dec 2002 18:37:39 +0000 (18:37 +0000)]
 * ./modules/gui/wxwindows: added a log window

21 years ago* include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be...
Gildas Bazin [Sun, 15 Dec 2002 16:28:20 +0000 (16:28 +0000)]
* include/vlc/vlc.h: added a new pi_types field to vlc_list_t. This field will be used
later on by the object variables functions. I'm adding it now because it also happens to
solve a binary compatibility problem between gcc and bcc. (depending on compilers,
structs of 32 < size <= 64 bits can be returned either in a register or in the stack).

21 years agoFix for building Familiar interface with libgpewidget0 library.
Jean-Paul Saman [Sat, 14 Dec 2002 23:17:56 +0000 (23:17 +0000)]
Fix for building Familiar interface with libgpewidget0 library.

21 years ago * libvlc.h: Fix mux/access_output options.
Laurent Aimar [Sat, 14 Dec 2002 22:33:21 +0000 (22:33 +0000)]
 * libvlc.h: Fix mux/access_output options.

21 years ago Added stream output. (common work with titer).
Laurent Aimar [Sat, 14 Dec 2002 21:32:42 +0000 (21:32 +0000)]
 Added stream output. (common work with titer).

21 years ago* src/libvlc.c: oops, forgot to remove a debug message.
Gildas Bazin [Sat, 14 Dec 2002 19:43:25 +0000 (19:43 +0000)]
* src/libvlc.c: oops, forgot to remove a debug message.

21 years ago* src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
Gildas Bazin [Sat, 14 Dec 2002 19:34:07 +0000 (19:34 +0000)]
* src/misc/objects.c: implemented the FIND_CHILD mode for vlc_list_find().
   vlc_object_get() now increments the refcount of the object so you'll need to release
the object at some point.
* src/misc/variables.c, ALL: var_Change() with VLC_VAR_GETLIST now returns a vlc_value_t
which points to a vlc_list_t.

21 years ago* src/misc/threads.c: implemented vlc_thread_set_priority() for win32.
Gildas Bazin [Sat, 14 Dec 2002 19:19:08 +0000 (19:19 +0000)]
* src/misc/threads.c: implemented vlc_thread_set_priority() for win32.

21 years ago * all: with mpeg4 video I changed the way that some initialisation data
Laurent Aimar [Sat, 14 Dec 2002 18:57:34 +0000 (18:57 +0000)]
 * all: with mpeg4 video I changed the way that some initialisation data
are passed (more logical).

21 years ago- support for Windows style file names for relative paths
Boris Dorès [Sat, 14 Dec 2002 01:05:53 +0000 (01:05 +0000)]
- support for Windows style file names for relative paths
- when eol_tok is '\n', use last line even if eol_tok isn't present

21 years agoadaptation for 0.5 branch. almost working :)
Yves Duret [Fri, 13 Dec 2002 22:11:56 +0000 (22:11 +0000)]
adaptation for 0.5 branch. almost working :)

21 years ago- * : start playing only when opening a stream from the main window;
Boris Dorès [Fri, 13 Dec 2002 17:05:12 +0000 (17:05 +0000)]
- * : start playing only when opening a stream from the main window;
  when opening it from the playlist window, add it to the list, but
  don't change anything to the playing state and current stream.

- playlist.dfm : proper resizing behaviour

21 years ago- vlc_playlist.h, playlist.c: added the ability to save a playlist to
Boris Dorès [Fri, 13 Dec 2002 16:26:35 +0000 (16:26 +0000)]
- vlc_playlist.h, playlist.c: added the ability to save a playlist to
  and restore it from a file chosen by the user.

- win32/*:

  - implementation of the previous feature in the win32 interface
>   -> what the other interfaces need to do to support it is simply to
>      call the two following functions:
>       int playlist_LoadFile(playlist_t *p_playlist,const char *psz_filename);
>       int playlist_SaveFile(playlist_t *p_playlist,const char *psz_filename);
>      where psz_filename is the name of the destination/source file.

  - ability to open several files at a time

21 years ago * ./Makefile.am: added missing files for make dist.
Sam Hocevar [Fri, 13 Dec 2002 10:09:14 +0000 (10:09 +0000)]
  * ./Makefile.am: added missing files for make dist.
  * ./configure.ac.in: removed unpopular warnings.
  * ./po/*: updated potfiles.

21 years ago * ./modules/win32/menu.cpp: reorganized the code for menus generation,
VideoLAN [Fri, 13 Dec 2002 03:52:58 +0000 (03:52 +0000)]
 * ./modules/win32/menu.cpp: reorganized the code for menus generation,
   and got rid of the global variable (at last!) in the win32 interface.

Please check that navigation and language selection aren't too much
broken for DVDs...

21 years ago* ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release(...
Gildas Bazin [Fri, 13 Dec 2002 01:56:30 +0000 (01:56 +0000)]
* ALL: added a new vlc_list_t common type. vlc_list_find() and vlc_list_release() have been modified
to use this new type.

21 years ago* modules/gui/wxwindows/*: added skeleton for popup contextual menu.
Gildas Bazin [Fri, 13 Dec 2002 01:50:32 +0000 (01:50 +0000)]
* modules/gui/wxwindows/*: added skeleton for popup contextual menu.
* modules/access/dvdplay/access.c, modules/audio_filter/resampler/linear.c: a couple of warning
fixes.

21 years ago* src/input/input.c: forgot to commit this during my last commit :p
Gildas Bazin [Thu, 12 Dec 2002 15:23:43 +0000 (15:23 +0000)]
* src/input/input.c: forgot to commit this during my last commit :p

21 years ago* src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
Gildas Bazin [Thu, 12 Dec 2002 15:10:58 +0000 (15:10 +0000)]
* src/input/input_clock.c, include/input_ext-intf.h: introduced an i_pts_delay field in
input_thread_t (initialised to DEFAULT_PTS_DELAY).
* modules/access/*: i_pts_delay is now configurable on an access module basis. The pts
delay for http and mms have been raised to 4 * DEFAULT_PTS_DELAY, which is about 1.2
seconds worth of caching.

21 years ago * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
Sam Hocevar [Thu, 12 Dec 2002 13:09:52 +0000 (13:09 +0000)]
  * ./debian/vlc-plugin-ogg.dirs: added a missing file for Debian package
    builds.

21 years ago * ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.
Sam Hocevar [Thu, 12 Dec 2002 12:24:23 +0000 (12:24 +0000)]
  * ./modules/gui/familiar/*: compilation fixes. Crashes on directory change.

21 years ago * ./modules/gui/win32: added management for "float" config options
Olivier Teulière [Thu, 12 Dec 2002 11:37:34 +0000 (11:37 +0000)]
 * ./modules/gui/win32: added management for "float" config options
   (thanks Garf)

21 years agoFixed a possible deadlock.
Christophe Massiot [Thu, 12 Dec 2002 11:29:58 +0000 (11:29 +0000)]
Fixed a possible deadlock.

21 years ago * fixed one or two things (thanks sam)
Simon Latapie [Thu, 12 Dec 2002 10:56:24 +0000 (10:56 +0000)]
 * fixed one or two things (thanks sam)

21 years ago* modules/codec/mad/*: don't let mad drop corrupted mpeg frames without telling us...
Gildas Bazin [Wed, 11 Dec 2002 22:56:42 +0000 (22:56 +0000)]
* modules/codec/mad/*: don't let mad drop corrupted mpeg frames without telling us. When
this happens, we miscalculate the pts of the next valid frame, which in turn causes heavy
resampling. This fix should be most useful for web radios.

21 years agoFixed qte video output segmentation fault during initialization.
Jean-Paul Saman [Wed, 11 Dec 2002 21:50:03 +0000 (21:50 +0000)]
Fixed qte video output segmentation fault during initialization.
The following things have still to be fixed:
- segmentation fault on destroy
- video placing and
- orientation
- video line spacing is wrong

21 years ago * all: access plugins should not modify
Laurent Aimar [Wed, 11 Dec 2002 20:13:50 +0000 (20:13 +0000)]
 * all: access plugins should not modify
p_input->stream.p_selected_area->i_tell when reading data. (It's done in
input_SplitBuffer). (But access should still set it on a "seek")

21 years agoNew ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.
Arnaud de Bossoreille de Ribou [Wed, 11 Dec 2002 17:27:29 +0000 (17:27 +0000)]
New ALSA audio output. It works with ALSA 0.9.0rc4 and earlier versions.

21 years ago* modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.
Gildas Bazin [Tue, 10 Dec 2002 23:34:19 +0000 (23:34 +0000)]
* modules/demux/wav/wav.c: small bug-fix for screwed pts calculation.

21 years ago* src/audio_output/filters.c: fix for resampler buffer size.
Gildas Bazin [Tue, 10 Dec 2002 21:55:01 +0000 (21:55 +0000)]
* src/audio_output/filters.c: fix for resampler buffer size.

21 years ago* ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the...
Gildas Bazin [Tue, 10 Dec 2002 18:22:01 +0000 (18:22 +0000)]
* ALL: fixed a f*ckage I introduced recently ;) var_Type() now returns 0 when the variable
doesn't exist, but the rest of the code wasn't updated according to this new behaviour.
* modules/audio_output/waveout.c: changed a few error messages into warning messages.

21 years ago * ./modules/gui/win32: deletd a dependancy with a global variable
Olivier Teulière [Tue, 10 Dec 2002 15:51:59 +0000 (15:51 +0000)]
 * ./modules/gui/win32: deletd a dependancy with a global variable

21 years ago* include/configuration.h: fixed my previous fix.
Gildas Bazin [Tue, 10 Dec 2002 14:19:44 +0000 (14:19 +0000)]
* include/configuration.h: fixed my previous fix.

21 years ago* configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
Gildas Bazin [Tue, 10 Dec 2002 12:46:35 +0000 (12:46 +0000)]
* configure.ac.in: fixed ugly hack in sdl detection code (which also broke my build :p)
* include/configuration.h, include/modules_inner.h: proper fix for a bug that allowed gcc
to put things in the stack instead of the data segment.

21 years ago ffmpeg: adapted to current cvs version. It should still compile with older
Laurent Aimar [Tue, 10 Dec 2002 10:22:04 +0000 (10:22 +0000)]
 ffmpeg: adapted to current cvs version. It should still compile with older
one (Please reports if it doesn't).

21 years agofixed a segfault under windows.
Arnaud Schauly [Tue, 10 Dec 2002 00:02:29 +0000 (00:02 +0000)]
fixed a segfault under windows.

21 years ago* include/configuration.h: rolled back the last changes made to this file. There...
Gildas Bazin [Mon, 9 Dec 2002 23:37:54 +0000 (23:37 +0000)]
* include/configuration.h: rolled back the last changes made to this file. There is no
sense in manually initializing all the fields of module_config_t as it will be done by the
compiler anyway. Furthermore mingw32 gcc seems to have problems optimizing code
that manually initializes structures to 0.

21 years agoSyncing functionality with vlc-0.4.6
Jean-Paul Saman [Mon, 9 Dec 2002 21:37:41 +0000 (21:37 +0000)]
Syncing functionality with vlc-0.4.6

21 years agoFixed segfault in Qt Embedded Video Output.
Jean-Paul Saman [Mon, 9 Dec 2002 21:36:41 +0000 (21:36 +0000)]
Fixed segfault in Qt Embedded Video Output.

21 years ago * AudioOutput.cpp: added sanity tests;
Eric Petit [Mon, 9 Dec 2002 13:37:38 +0000 (13:37 +0000)]
 * AudioOutput.cpp: added sanity tests;
 * VlcWrapper.h, Interface.cpp: removed an unused variable.

21 years ago * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
Eric Petit [Mon, 9 Dec 2002 07:57:04 +0000 (07:57 +0000)]
 * AudioOutput.cpp: send zeros to BSoundPlayer if nothing comes from
    audio output;
 * VlcWrapper.cpp: handle volume using aout3 features.

21 years ago Default re-enabled dvd module.
Eric Petit [Mon, 9 Dec 2002 03:36:47 +0000 (03:36 +0000)]
 Default re-enabled dvd module.
  --disable-dvd works anyway.

21 years ago- new headphone channel mixer with virtual spatialization effect : This
Boris Dorès [Mon, 9 Dec 2002 00:52:42 +0000 (00:52 +0000)]
- new headphone channel mixer with virtual spatialization effect : This
  effect should give you the feeling that you stands in a real room with
  a complete 5.1 speaker set when using only a headphone, providing a
  more realistic sound experience. It should also be more comfortable
  and less tiring when listening to music for long periods of time.It
  works with any source format from mono to 5.1.

  -> please try it and feel free to give me some feedback. Some
     improvements are already planned (adding echo, more configuration
     options, ...).

NB: whereas the filter itself is in a (very first) stable version, the
    way it is integrated to the filter chain is only a _temporary_ hack
    since it's the audio ouput core (input.c actually) which is directly
    responsible for it. Integrating it in a more suitable way will
    probably require some work on the way the filters are selected as
    well as on the configuration level, but I'm working on it :)

21 years ago* Updated aout3 developer doc.
Christophe Massiot [Sun, 8 Dec 2002 23:38:02 +0000 (23:38 +0000)]
* Updated aout3 developer doc.
* Reworked the Open... menu items, and added the ability to use libdvdplay.
* Sound output menu is now under Controls.

21 years agoFixed build and linking for qte video output and made modifications to iPaq packaging...
Jean-Paul Saman [Sun, 8 Dec 2002 21:05:42 +0000 (21:05 +0000)]
Fixed build and linking for qte video output and made modifications to iPaq packaging files.

21 years ago* modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and...
Gildas Bazin [Sun, 8 Dec 2002 19:56:04 +0000 (19:56 +0000)]
* modules/gui/wxwindows/*: compilation fixes for wxX11 (it doesn't support drag and drop
yet). Compilation fix for MacOSX as well (wxEntry() not declared).
* src/misc/variables.c: added a FreeMutex() function.

21 years ago- Updated Maintainers file
Jean-Paul Saman [Sun, 8 Dec 2002 16:16:19 +0000 (16:16 +0000)]
- Updated Maintainers file
- fixed --disable-dvd, it did not work
- updated iPaq familiar buildscripts

21 years ago* configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.
Gildas Bazin [Sun, 8 Dec 2002 14:47:28 +0000 (14:47 +0000)]
* configure.ac.in: fix for dvdread and libdvdplay plugins linking stage.

21 years ago * ALL: Under Jaguar, vout no longer depends on any specific MacOS X
Jon Lech Johansen [Sun, 8 Dec 2002 05:30:47 +0000 (05:30 +0000)]
  * ALL: Under Jaguar, vout no longer depends on any specific MacOS X
         intf. wxWindows should work (not tested). Closes #33.

21 years agoNew vlc_thread_set_priority function, to set the priority of the main
Christophe Massiot [Sun, 8 Dec 2002 00:41:06 +0000 (00:41 +0000)]
New vlc_thread_set_priority function, to set the priority of the main
thread.

21 years ago* configure.ac.in: Disabled -Wtraditional as it produces much more bogus
Christophe Massiot [Sat, 7 Dec 2002 23:50:31 +0000 (23:50 +0000)]
* configure.ac.in: Disabled -Wtraditional as it produces much more bogus
  warnings than real ones.
* audio output: New intf-change variable to know when audio-channels
  and audio-device have changed.
* video output: New intf-change variable and vout_VarCallback, to know
  when video-device has changed (OS X port).
* modules/gui/macosx/*: Menus for audio channels, implemented volume
  management, added a menu for screen selection.

21 years ago * default disabled SAP under BeOS
Eric Petit [Sat, 7 Dec 2002 22:29:15 +0000 (22:29 +0000)]
 * default disabled SAP under BeOS

21 years agofixed my last commit.
Arnaud Schauly [Sat, 7 Dec 2002 22:15:10 +0000 (22:15 +0000)]
fixed my last commit.

21 years ago * use RGB32 BBitmap. That fixes the bad-looking picture in
Eric Petit [Sat, 7 Dec 2002 22:00:36 +0000 (22:00 +0000)]
 * use RGB32 BBitmap. That fixes the bad-looking picture in
   non-overlay mode (thanks Sam).

21 years ago* ALL: a few updates to the variables API:
Gildas Bazin [Sat, 7 Dec 2002 15:25:27 +0000 (15:25 +0000)]
* ALL: a few updates to the variables API:
  - got rid of the VLC_VAR_COMMAND variable type and introduced the VLC_VAR_ISCOMMAND flag
instead. This simplifies things and avoid the strange command variables behaviour. Command
variables will now trigger their callback on var_Set() like any other variables (look in
modules/control/rc/rc.c for an example).
  - Renamed the VLC_VAR_ISLIST flag into VLC_VAR_HASCHOICE.
  - Added a new VLC_VAR_VOID variable type. This can be useful in conjunction with
VLC_VAR_ISCOMMAND for instance.

21 years ago* sap.c : make it more compliant (as far as sdp is involved).
Arnaud Schauly [Fri, 6 Dec 2002 22:44:03 +0000 (22:44 +0000)]
* sap.c : make it more compliant (as far as sdp is involved).
* playlist.c : fixed a memory leak
* configure.ac.in : added link flags

21 years ago* configure.ac.in: fixed typo. For dvdread support we have to check for
Gildas Bazin [Fri, 6 Dec 2002 21:27:36 +0000 (21:27 +0000)]
* configure.ac.in: fixed typo. For dvdread support we have to check for
 dvdread/dvd_reader.h, not dvdread/dvdread.h.

21 years ago * ./configure.ac.in: removed -W in favour of -Wtraditional.
Sam Hocevar [Fri, 6 Dec 2002 16:34:08 +0000 (16:34 +0000)]
  * ./configure.ac.in: removed -W in favour of -Wtraditional.
  * ALL: a bunch of additional warning fixes.

21 years ago all: fix some minors warnings.
Laurent Aimar [Fri, 6 Dec 2002 14:22:55 +0000 (14:22 +0000)]
 all: fix some minors warnings.

21 years ago * ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
Sam Hocevar [Fri, 6 Dec 2002 13:05:22 +0000 (13:05 +0000)]
  * ./modules/access/mms/mms.c: fixed signed/unsigned comparisons, and fixed
    a bug I found in Read(). No idea whether it was triggered before nor what
    it was doing, though :)

21 years ago * ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
Sam Hocevar [Fri, 6 Dec 2002 12:54:30 +0000 (12:54 +0000)]
  * ./modules/access/http.c: code clean-up. removed sizeof()-1 calls where we
    meant strlen(), removed useless strcmp() calls, implemented atoll() for
    systems where it does not exist, fixed a memory leak, fixed a minor data
    corruption.