]> git.sesse.net Git - vlc/log
vlc
21 years ago * minor updates to pofiles.
Sam Hocevar [Tue, 7 Jan 2003 13:26:22 +0000 (13:26 +0000)]
  * minor updates to pofiles.

21 years agoFixed a compilation issue.
Christophe Massiot [Mon, 6 Jan 2003 22:57:47 +0000 (22:57 +0000)]
Fixed a compilation issue.

21 years ago* Bumped up revision number to 0.5.0-test2,
Christophe Massiot [Mon, 6 Jan 2003 22:07:47 +0000 (22:07 +0000)]
* Bumped up revision number to 0.5.0-test2,
* MacOS X port: new error dialog displaying error messages,
* Updated localization files,
* Comestic fixes.

21 years ago- Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
Yves Duret [Mon, 6 Jan 2003 20:08:59 +0000 (20:08 +0000)]
- Mandrake %configure2_5x rpm macro is now fixed (was in cross-compil mode).
- removed access/rtp plugin (merged in access/udp).
- removed codec/imdct and codec/downmix plugins (deprecated).
- libvlc0-devel provides libvlc-devel.
- mmx/3dn plugins are only for x86 arch (use %ifarch %ix86 to list them)
  ie. fix rpm building on ppc thx Olivier Thauvin <olivier.thauvin@aerov.jussieu.fr>

21 years ago * modules/gui/win32/network.cpp: added support for ftp and mms
Olivier Teulière [Mon, 6 Jan 2003 15:39:22 +0000 (15:39 +0000)]
 * modules/gui/win32/network.cpp: added support for ftp and mms
 * modules/gui/win32/disc.cpp: cosmetic

21 years agoMacOS X port :
Christophe Massiot [Mon, 6 Jan 2003 02:45:09 +0000 (02:45 +0000)]
MacOS X port :
* New "stream output" area in the open panel.

21 years ago * added a i_min, i_max, f_min and f_max in module_config_t structure
Simon Latapie [Mon, 6 Jan 2003 00:37:30 +0000 (00:37 +0000)]
 * added a i_min, i_max, f_min and f_max in module_config_t structure
 * added a add_integer_with_range() and add_float_with_range()
 * gtk interface: now uses a slider when a min or a max is specified

21 years ago modules/demux/asf/*: added some file info code
Sigmund Augdal Helberg [Sun, 5 Jan 2003 21:03:58 +0000 (21:03 +0000)]
 modules/demux/asf/*: added some file info code
 modules/demux/util/id3tag.c: do not parse id3v1 tags at the end of file, as
these cause to much trubble

21 years agoFixed the "stream has changed" bug.
Christophe Massiot [Sun, 5 Jan 2003 20:45:29 +0000 (20:45 +0000)]
Fixed the "stream has changed" bug.

21 years agoMacOS X port :
Christophe Massiot [Sun, 5 Jan 2003 16:23:57 +0000 (16:23 +0000)]
MacOS X port :
* Fixed a segfault in the "Close Window" code,
* Fullscreen state is now retained between files,
* Preferences items now feature LONGTEXT tooltips (maybe we should wrap them ?).

21 years ago* modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
Gildas Bazin [Sun, 5 Jan 2003 13:39:32 +0000 (13:39 +0000)]
* modules/audio_output/directx.c: use VLC_THREAD_PRIORITY_HIGHEST for
the audio output thread. That should make Win9x/Me happier.

21 years ago MacOS X port:
Jon Lech Johansen [Sun, 5 Jan 2003 03:21:50 +0000 (03:21 +0000)]
  MacOS X port:
  * replaced playlist panel with drawer.
  * implemented context menu for playlist tableview.

21 years ago* Added the possibility to select DVD menus with VIDEO_TS folder in the
Christophe Massiot [Sun, 5 Jan 2003 02:39:48 +0000 (02:39 +0000)]
* Added the possibility to select DVD menus with VIDEO_TS folder in the
  OS X open panel.

21 years ago* Added a Close Window and a close box to our QuickTime video output.
Christophe Massiot [Sun, 5 Jan 2003 01:55:07 +0000 (01:55 +0000)]
* Added a Close Window and a close box to our QuickTime video output.

21 years ago* configure.ac.in: fixed typo in wxWindows headers detection code.
Gildas Bazin [Sat, 4 Jan 2003 23:49:58 +0000 (23:49 +0000)]
* configure.ac.in: fixed typo in wxWindows headers detection code.

21 years ago We now check if the BSoundPlayer's buffer size is not the one we
Eric Petit [Sat, 4 Jan 2003 17:14:22 +0000 (17:14 +0000)]
 We now check if the BSoundPlayer's buffer size is not the one we
 were expecting.

21 years ago* src/audio_output/output.c: don't forget to free the audio buffer when
Gildas Bazin [Sat, 4 Jan 2003 16:27:49 +0000 (16:27 +0000)]
* src/audio_output/output.c: don't forget to free the audio buffer when
we are trashing it.

21 years agoCosmetic changes.
Jean-Paul Saman [Sat, 4 Jan 2003 13:50:16 +0000 (13:50 +0000)]
Cosmetic changes.

21 years agoRemoved define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detecti...
Jean-Paul Saman [Sat, 4 Jan 2003 13:30:02 +0000 (13:30 +0000)]
Removed define in favor of (p_intf->p_libvlc->i_cpu & CPU_CAPABILITY_FPU) for detection of FPU hardware support.

21 years ago MacOS X port:
Jon Lech Johansen [Sat, 4 Jan 2003 04:11:08 +0000 (04:11 +0000)]
  MacOS X port:
  * main window controls are back. based on suggestion by Dan Macpherson.

21 years agoUpdating slider status uses no longer FPU calculations when compiled for strongarm1100.
Jean-Paul Saman [Sat, 4 Jan 2003 00:21:00 +0000 (00:21 +0000)]
Updating slider status uses no longer FPU calculations when compiled for strongarm1100.

21 years agoUpdated package release number
Jean-Paul Saman [Fri, 3 Jan 2003 23:58:02 +0000 (23:58 +0000)]
Updated package release number

21 years ago * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)
Jon Lech Johansen [Fri, 3 Jan 2003 21:38:37 +0000 (21:38 +0000)]
  * ./Makefile.am: Meuuh, did you mean TAB instead of 8 spaces? :-)

21 years agoSlider functionality for Familiar interface.
Jean-Paul Saman [Fri, 3 Jan 2003 20:55:01 +0000 (20:55 +0000)]
Slider functionality for Familiar interface.

21 years ago * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
Sam Hocevar [Fri, 3 Jan 2003 14:44:46 +0000 (14:44 +0000)]
  * ./modules/gui/gtk/gtk.c, ./modules/gui/gtk/gnome.c: fixed drag'n'drop
    support in the Gtk+ and GNOME interfaces.

21 years ago* modules/access/file.c: we now regularly check the size of the file, in
Christophe Massiot [Fri, 3 Jan 2003 13:07:17 +0000 (13:07 +0000)]
* modules/access/file.c: we now regularly check the size of the file, in
  case it is being downloaded.

21 years agoAutomatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
Christophe Massiot [Fri, 3 Jan 2003 00:11:44 +0000 (00:11 +0000)]
Automatically create the vlc.app/Contents/PkgInfo (otherwise I keep forgetting
it).

21 years ago * ./src/misc/darwin_specific.m:
Jon Lech Johansen [Fri, 3 Jan 2003 00:03:13 +0000 (00:03 +0000)]
  * ./src/misc/darwin_specific.m:
    Fixed (really!) segfault. Don't release o_lang objects, they're managed
    by NSUserDefaults.

21 years agoCosmetic.
Christophe Massiot [Thu, 2 Jan 2003 23:50:55 +0000 (23:50 +0000)]
Cosmetic.

21 years agoMacOS X port :
Christophe Massiot [Thu, 2 Jan 2003 23:09:30 +0000 (23:09 +0000)]
MacOS X port :
* Fixed the Device submenu,
* There is still a segfault in darwin_specific.m.

21 years ago * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.
Jon Lech Johansen [Thu, 2 Jan 2003 22:49:19 +0000 (22:49 +0000)]
  * ./modules/gui/macosx/aout.m: added support for 4 Channel PCM.

21 years ago* modules/codec/*: reverted my previous patch that explicitly set
Gildas Bazin [Thu, 2 Jan 2003 20:48:28 +0000 (20:48 +0000)]
* modules/codec/*: reverted my previous patch that explicitly set
i_bytes_per_frame and i_frame_length in each audio decoder.
* src/audio_output/dec.c: proper fix to correctly set i_bytes_per_frame
and i_frame_length.

21 years ago * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep.
Jon Lech Johansen [Wed, 1 Jan 2003 11:14:50 +0000 (11:14 +0000)]
  * ./modules/gui/macosx/aout.m: cleaned up the code, removed intf dep.
  * ./src/misc/darwin_specific.m: fixed segfault (o_enumerator was being
                                  released twice) and memory leak.

    Bonne Ann�e!

21 years agoLess verbosity.
Christophe Massiot [Tue, 31 Dec 2002 01:59:46 +0000 (01:59 +0000)]
Less verbosity.

21 years ago* src/misc/darwin_specific.m: Partial attempt at fixing a memory leak,
Christophe Massiot [Tue, 31 Dec 2002 01:54:36 +0000 (01:54 +0000)]
* src/misc/darwin_specific.m: Partial attempt at fixing a memory leak,
* input: new b_connected field, allowing to correctly detect the EOF of TCP
  streams (closes #35),
* input: fixed a deadlock when opening a zero-sized file,
* input: fixed a deadlock when opening an unconnected FIFO (closes #54).

21 years ago* OS X interface : Added new access modules to the Open panel,
Christophe Massiot [Mon, 30 Dec 2002 23:45:22 +0000 (23:45 +0000)]
* OS X interface : Added new access modules to the Open panel,
* Updated po files,
* Fixed a very nasty side effect in the dvd and dvdread plug-ins,
regarding the audio-channel and spu-channel configuration variables.

21 years ago* src/misc/messages.c: don't try to decorate logs on win32.
Gildas Bazin [Mon, 30 Dec 2002 17:36:01 +0000 (17:36 +0000)]
* src/misc/messages.c: don't try to decorate logs on win32.
* include/vlc_common.h, include/vlc_threads.h: we now use different
thread priorities for WinNT/2k/XP or Win9x/Me.

21 years ago* modules/codec/*: make sure all audio decoders set
Gildas Bazin [Mon, 30 Dec 2002 17:28:31 +0000 (17:28 +0000)]
* modules/codec/*: make sure all audio decoders set
output_format.i_bytes_per_frame and output_format.i_frame_length
properly.

21 years ago * ./configure.ac.in: fixed the strncasecmp detection.
Sam Hocevar [Mon, 30 Dec 2002 13:34:03 +0000 (13:34 +0000)]
  * ./configure.ac.in: fixed the strncasecmp detection.
  * ./src/extras/libc.c: fixed a bug in our built-in strncasecmp.

21 years agoAdded RTP shortcuts to udp.c for backwards compatibility.
Christophe Massiot [Mon, 30 Dec 2002 11:49:32 +0000 (11:49 +0000)]
Added RTP shortcuts to udp.c for backwards compatibility.

21 years ago* modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
Christophe Massiot [Mon, 30 Dec 2002 08:56:19 +0000 (08:56 +0000)]
* modules/access/udp.c: Merged the UDP and RTP plug-ins, with autodetection of RTP,
* src/misc/darwin_specific.m: if $LANG isn't set, retrieve NSUserDefaults.

21 years agono time to fix the playlist save&restore issue before the release (and
Boris Dorès [Sun, 29 Dec 2002 21:00:39 +0000 (21:00 +0000)]
no time to fix the playlist save&restore issue before the release (and
wouldn't be wise anyway), so deactivated it in the win32 interface.

21 years agoPTS calculation fix for the mad plug-in, courtesy of KKI_ on IRC.
Christophe Massiot [Sun, 29 Dec 2002 01:33:35 +0000 (01:33 +0000)]
PTS calculation fix for the mad plug-in, courtesy of KKI_ on IRC.

21 years agoOS X port :
Christophe Massiot [Sun, 29 Dec 2002 01:16:28 +0000 (01:16 +0000)]
OS X port :
* Reenabled fullscreen shortcut, due to popular requests,
* Fixed charset encoding in the Preferences window,
* New implementation of --loop.

21 years ago * ./debian/control: fixed various dependencies.
Sam Hocevar [Sat, 28 Dec 2002 15:04:22 +0000 (15:04 +0000)]
  * ./debian/control: fixed various dependencies.

21 years agoYet another typo. :p
Christophe Massiot [Sat, 28 Dec 2002 13:35:40 +0000 (13:35 +0000)]
Yet another typo. :p

21 years agoAdded support for 32 kHz LPCM streams (thanks _Demo_ !).
Christophe Massiot [Sat, 28 Dec 2002 02:02:18 +0000 (02:02 +0000)]
Added support for 32 kHz LPCM streams (thanks _Demo_ !).

21 years ago * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
Sam Hocevar [Sat, 28 Dec 2002 01:53:40 +0000 (01:53 +0000)]
  * ./configure.ac.in: removed AC_PROG_EGREP because it's for autoconf 2.54+
    and used AC_EGREP_CPP instead.

21 years ago * ./configure.ac.in: we don't link with -lintl if building against our
Sam Hocevar [Sat, 28 Dec 2002 01:20:23 +0000 (01:20 +0000)]
  * ./configure.ac.in: we don't link with -lintl if building against our
    internal one.

21 years ago * ./modules/demux/avi/avi.c: replaced a useless asprintf with sprintf.
Sam Hocevar [Fri, 27 Dec 2002 15:40:52 +0000 (15:40 +0000)]
  * ./modules/demux/avi/avi.c: replaced a useless asprintf with sprintf.

21 years ago * ./src/extras/libc.c: if configure is called with --with-included-gettext,
Sam Hocevar [Fri, 27 Dec 2002 15:31:56 +0000 (15:31 +0000)]
  * ./src/extras/libc.c: if configure is called with --with-included-gettext,
    we export vlc_dgettext to plugins so that their messages can be translated
    as well.

21 years ago * ./configure.ac.in: added a check for $EGREP at the beginning, so that
Sam Hocevar [Fri, 27 Dec 2002 14:16:13 +0000 (14:16 +0000)]
  * ./configure.ac.in: added a check for $EGREP at the beginning, so that
    it's not done in an obscure "if" statement.
  * ./configure.ac.in: added verbosity around all EGREP calls so that we
    know what's going on.

21 years ago * ./Makefile.am: we don't try to distribute mozilla/vlcintf.h since it's
Sam Hocevar [Fri, 27 Dec 2002 12:44:36 +0000 (12:44 +0000)]
  * ./Makefile.am: we don't try to distribute mozilla/vlcintf.h since it's
    created at compile time.

21 years agoAudio output.
Christophe Massiot [Fri, 27 Dec 2002 09:57:23 +0000 (09:57 +0000)]
Audio output.

21 years agoAdded Bruno Vella <allevb@tin.it>, author of the Italian localization.
Christophe Massiot [Fri, 27 Dec 2002 09:47:55 +0000 (09:47 +0000)]
Added Bruno Vella <allevb@tin.it>, author of the Italian localization.

21 years agoFixed a typo.
Christophe Massiot [Fri, 27 Dec 2002 08:37:25 +0000 (08:37 +0000)]
Fixed a typo.

21 years ago* Italien translation, courtesy of Bruno <allevb@tin.it>,
Christophe Massiot [Fri, 27 Dec 2002 00:17:49 +0000 (00:17 +0000)]
* Italien translation, courtesy of Bruno <allevb@tin.it>,
* Compilation fixes for gettext 0.11.5 on MacOS X.

21 years agoadded 'extern "C"' to some includes
Stephan Assmus [Thu, 26 Dec 2002 18:17:38 +0000 (18:17 +0000)]
added 'extern "C"' to some includes

21 years agoDo not compile imdct and downmix modules anymore.
Christophe Massiot [Thu, 26 Dec 2002 13:58:12 +0000 (13:58 +0000)]
Do not compile imdct and downmix modules anymore.

21 years agoCheck for the presence of arguments (--help ?) before rebuilding everything.
Christophe Massiot [Thu, 26 Dec 2002 10:55:35 +0000 (10:55 +0000)]
Check for the presence of arguments (--help ?) before rebuilding everything.

21 years ago * ./src/libvlc.c: added a debug message to test the translation system.
Sam Hocevar [Wed, 25 Dec 2002 23:39:01 +0000 (23:39 +0000)]
  * ./src/libvlc.c: added a debug message to test the translation system.
  * updated the .po files.

21 years ago * ./bootstrap: fixed an automake 1.5 check.
Sam Hocevar [Wed, 25 Dec 2002 22:36:14 +0000 (22:36 +0000)]
  * ./bootstrap: fixed an automake 1.5 check.
  * ./toolbox: removed code from bootstrap that wasn't related to the
    bootstrapping sequence and put it here.

21 years ago * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
Sam Hocevar [Wed, 25 Dec 2002 22:05:16 +0000 (22:05 +0000)]
  * ./configure.ac.in: lured xggettext into thinking _NS is a keyword.
  * ./bootstrap: bootstrap --update-po also updates vlc.pot.

21 years ago* Re-enabled package-* Makefile rules,
Christophe Massiot [Wed, 25 Dec 2002 21:02:35 +0000 (21:02 +0000)]
* Re-enabled package-* Makefile rules,
* Worked around automake stack overflow bug on Darwin.

21 years ago... _with_ the actual Italian placeholder (can you believe it ?).
Christophe Massiot [Wed, 25 Dec 2002 02:25:29 +0000 (02:25 +0000)]
... _with_ the actual Italian placeholder (can you believe it ?).

21 years agoSanta Claus brings to you :
Christophe Massiot [Wed, 25 Dec 2002 02:23:37 +0000 (02:23 +0000)]
Santa Claus brings to you :
* A placeholder for the Italian translation,
* A bug fix for mono streams on stereo speakers,
* A fix for a possible crash in the FTP access,
* Correct coordinates in OS X fullscreen modes (closing #47),
* Cosmetic fixes.

21 years ago * ./ipkg/Makefile.am: added missing files to the distribution.
Sam Hocevar [Tue, 24 Dec 2002 23:31:49 +0000 (23:31 +0000)]
  * ./ipkg/Makefile.am: added missing files to the distribution.

21 years ago* Use BeginFullScreen() to hide the mouse cursor ;
Christophe Massiot [Tue, 24 Dec 2002 23:00:51 +0000 (23:00 +0000)]
* Use BeginFullScreen() to hide the mouse cursor ;
* Cheat with the screen saver (closes #46).

21 years agoAdded gpe and gpe-vlc to Conflicts list for only X11/GTK+ packages.
Jean-Paul Saman [Tue, 24 Dec 2002 20:15:34 +0000 (20:15 +0000)]
Added gpe and gpe-vlc to Conflicts list for only X11/GTK+ packages.

21 years agoBuild and packaging scripts for building Familiar Linux interface with only GTK+...
Jean-Paul Saman [Tue, 24 Dec 2002 20:11:45 +0000 (20:11 +0000)]
Build and packaging scripts for building Familiar Linux interface with only GTK+ support.

21 years agoForget some.
Jean-Paul Saman [Tue, 24 Dec 2002 19:26:50 +0000 (19:26 +0000)]
Forget some.

21 years agoAdded some debug info.
Jean-Paul Saman [Tue, 24 Dec 2002 19:25:54 +0000 (19:25 +0000)]
Added some debug info.

21 years agoCosmetic changes.
Jean-Paul Saman [Tue, 24 Dec 2002 19:25:35 +0000 (19:25 +0000)]
Cosmetic changes.

21 years agoCosmetic changes.
Jean-Paul Saman [Tue, 24 Dec 2002 19:09:12 +0000 (19:09 +0000)]
Cosmetic changes.

21 years agoUpdate packaging scripts.
Jean-Paul Saman [Tue, 24 Dec 2002 19:08:21 +0000 (19:08 +0000)]
Update packaging scripts.

21 years agoAdded esddsp package to dependency list.
Jean-Paul Saman [Tue, 24 Dec 2002 18:23:12 +0000 (18:23 +0000)]
Added esddsp package to dependency list.

21 years agoFixed a major bug in fixed32tos16.c.
Christophe Massiot [Tue, 24 Dec 2002 15:28:57 +0000 (15:28 +0000)]
Fixed a major bug in fixed32tos16.c.

21 years ago * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).
Sam Hocevar [Tue, 24 Dec 2002 09:49:25 +0000 (09:49 +0000)]
  * ./configure.ac.in: fixed dpms.h detection (missing prerequisite headers).

21 years agoEnabled --with-gpe-prefix in buildscript.
Jean-Paul Saman [Mon, 23 Dec 2002 22:00:01 +0000 (22:00 +0000)]
Enabled --with-gpe-prefix in buildscript.

21 years agoSet priority of sdl video output to 60 iso 40. So it is now the default choice for...
Jean-Paul Saman [Mon, 23 Dec 2002 21:58:33 +0000 (21:58 +0000)]
Set priority of sdl video output to 60 iso 40. So it is now the default choice for iPaq iso x11.

21 years agoLittle fixes.
Arnaud de Bossoreille de Ribou [Mon, 23 Dec 2002 17:22:46 +0000 (17:22 +0000)]
Little fixes.

21 years agoFixed my fix :p.
Christophe Massiot [Mon, 23 Dec 2002 16:21:54 +0000 (16:21 +0000)]
Fixed my fix :p.

21 years agoFixed a side-effect bug with IPv6 addresses (thanks Xag).
Christophe Massiot [Mon, 23 Dec 2002 16:05:04 +0000 (16:05 +0000)]
Fixed a side-effect bug with IPv6 addresses (thanks Xag).

21 years agoFamiliar interface now uses define NEED_GTK_MAIN define.
Jean-Paul Saman [Mon, 23 Dec 2002 15:39:17 +0000 (15:39 +0000)]
Familiar interface now uses define NEED_GTK_MAIN define.

21 years agoFixed an IPv6-related bug (thanks Xag).
Christophe Massiot [Mon, 23 Dec 2002 15:39:07 +0000 (15:39 +0000)]
Fixed an IPv6-related bug (thanks Xag).

21 years agoCosmetic (thanks Heiko).
Christophe Massiot [Mon, 23 Dec 2002 13:58:46 +0000 (13:58 +0000)]
Cosmetic (thanks Heiko).

21 years agoCosmetic.
Christophe Massiot [Mon, 23 Dec 2002 13:49:11 +0000 (13:49 +0000)]
Cosmetic.

21 years agoUse SDL output as default for iPaq.
Jean-Paul Saman [Sun, 22 Dec 2002 23:23:45 +0000 (23:23 +0000)]
Use SDL output as default for iPaq.

21 years agoTyping file locations in URL combo without "file://" prefix is possible again.
Jean-Paul Saman [Sun, 22 Dec 2002 21:46:50 +0000 (21:46 +0000)]
Typing file locations in URL combo without "file://" prefix is possible again.

21 years agoFamiliar GPE interface support fixes. Only Manage() function does not seem to work...
Jean-Paul Saman [Sun, 22 Dec 2002 21:08:36 +0000 (21:08 +0000)]
Familiar GPE interface support fixes. Only Manage() function does not seem to work properly.

21 years ago * ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
Sam Hocevar [Sun, 22 Dec 2002 17:08:42 +0000 (17:08 +0000)]
  * ./src/audio_output/input.c: fixed a side-effect problem in buffer dates
    recalculation (spotted by KKI).

21 years ago first shot at a file info dialog for the wxwindows interface. It still
Sigmund Augdal Helberg [Sat, 21 Dec 2002 11:20:30 +0000 (11:20 +0000)]
 first shot at a file info dialog for the wxwindows interface. It still
needs to get a sane default size and some cleanups of the code, but I commit
now in case anyone wants it during cristmas

21 years agoDefenitely fixed segmentation fault on directory change.
Jean-Paul Saman [Fri, 20 Dec 2002 21:33:40 +0000 (21:33 +0000)]
Defenitely fixed segmentation fault on directory change.

21 years agoremoved the code that was not supposed to be in my last commit
Sigmund Augdal Helberg [Fri, 20 Dec 2002 15:18:56 +0000 (15:18 +0000)]
removed the code that was not supposed to be in my last commit

21 years agoFixed path to pixmaps for GPE menu system.
Jean-Paul Saman [Fri, 20 Dec 2002 14:28:10 +0000 (14:28 +0000)]
Fixed path to pixmaps for GPE menu system.

21 years agofixed my entry.
Yves Duret [Fri, 20 Dec 2002 07:35:56 +0000 (07:35 +0000)]
fixed my entry.

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.