]> git.sesse.net Git - vlc/log
vlc
20 years ago* src/input/input_ext-plugins.c: fixed previous commit.
Gildas Bazin [Sun, 20 Jul 2003 20:33:17 +0000 (20:33 +0000)]
* src/input/input_ext-plugins.c: fixed previous commit.
* modules/gui/wxwindows/interface.cpp: fixed a couple of bugs.

20 years ago* README.MacOSX.rtf: updated section on subtitles.
Derk-Jan Hartman [Sun, 20 Jul 2003 19:48:30 +0000 (19:48 +0000)]
* README.MacOSX.rtf: updated section on subtitles.
* vlc.ebuild: added amd64 keyword. changed script to use emake again.
  Removed MODULES from the doc installation.
* src/libvlc.h: added the new ffmpeg a/v encoders to the list for the prefs.
* share/vlc_win32_rc.rc: Changed the Win32 name of VLC from,
  "An Opensource Media Player" to "VLC media player".
* other: added the new transcoding codecs, channels option and SAP option
  to the stream output dialog.

20 years ago * modules/misc/freetype.c: compilation fix for windows
Olivier Teulière [Sun, 20 Jul 2003 16:56:58 +0000 (16:56 +0000)]
 * modules/misc/freetype.c: compilation fix for windows

20 years agoDraw the text in the U and V planes as well. Removes the transparency effect.
Sigmund Augdal Helberg [Sun, 20 Jul 2003 16:26:33 +0000 (16:26 +0000)]
Draw the text in the U and V planes as well. Removes the transparency effect.
Also check which chroma is in use and give an error message if it isn't
supported.

Someone (possibly me) should write some renderer functions for other
colorspaces.

20 years ago* Added MPEG 1 to the list of encapsulation methods (useful to produce files playable...
Gildas Bazin [Sun, 20 Jul 2003 15:33:53 +0000 (15:33 +0000)]
* Added MPEG 1 to the list of encapsulation methods (useful to produce files playable by WMP).

20 years ago* src/input/input_ext-plugins.c: in input_FillBuffer(), if we can't immediately alloc...
Gildas Bazin [Sun, 20 Jul 2003 15:17:47 +0000 (15:17 +0000)]
* src/input/input_ext-plugins.c: in input_FillBuffer(), if we can't immediately allocate a new buffer, try until we manage to get one.

20 years agosome cleanup in file info code, add fourccs in hex form ( some users want
Sigmund Augdal Helberg [Sun, 20 Jul 2003 12:34:36 +0000 (12:34 +0000)]
some cleanup in file info code, add fourccs in hex form ( some users want
that ), add audio bitrate when available (untested)

20 years ago* modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file...
Gildas Bazin [Sun, 20 Jul 2003 12:22:32 +0000 (12:22 +0000)]
* modules/gui/wxwindows/preferences.cpp: windows can't have open _and_ save file dialogs so only use open file dialogs on win32 in the preferences menu.
* Makefile.am: removed INSTALL.win32 from the win32 package as it's only useful for developpers anyway.

20 years ago* modules/gui/wxwindows/*, include/vlc_interface.h: new generic "open file" dialog.
Gildas Bazin [Sun, 20 Jul 2003 10:38:49 +0000 (10:38 +0000)]
* modules/gui/wxwindows/*, include/vlc_interface.h: new generic "open file" dialog.
* modules/gui/skins/*: use the new generic "open file" dialog to load skins.

20 years agomodules/control/joystick.c: Joystick control module (linux only)
Clément Stenac [Sun, 20 Jul 2003 08:30:41 +0000 (08:30 +0000)]
modules/control/joystick.c: Joystick control module (linux only)

disabled by default, use --enable-joystick & --extraintf joystick

actions are:
left-right: variable speed seek
up-down: browse the playlist
button 1: play/pause
button 2: fullscreen

20 years ago* modules/gui/wxwindows/*: proper characters encoding conversions.
Gildas Bazin [Sat, 19 Jul 2003 16:33:55 +0000 (16:33 +0000)]
* modules/gui/wxwindows/*: proper characters encoding conversions.
   Override the popup menu only for the main interface.

20 years agoalsa is only available on linux
Sigmund Augdal Helberg [Sat, 19 Jul 2003 15:25:47 +0000 (15:25 +0000)]
alsa is only available on linux

20 years agoRender the glyph for each character only once, and not once for each frame.
Sigmund Augdal Helberg [Sat, 19 Jul 2003 15:15:01 +0000 (15:15 +0000)]
Render the glyph for each character only once, and not once for each frame.
Should speed up things a bit.

20 years ago * mp4: parse another box.
Laurent Aimar [Sat, 19 Jul 2003 15:12:10 +0000 (15:12 +0000)]
 * mp4: parse another box.

20 years agoUse proper linespacing
Sigmund Augdal Helberg [Sat, 19 Jul 2003 14:41:30 +0000 (14:41 +0000)]
Use proper linespacing

20 years ago* src/libvlc.c: use UTF-8 internally on win32.
Gildas Bazin [Sat, 19 Jul 2003 14:22:08 +0000 (14:22 +0000)]
* src/libvlc.c: use UTF-8 internally on win32.

20 years agofix linking with iconv for the spudec module
Sigmund Augdal Helberg [Sat, 19 Jul 2003 14:14:22 +0000 (14:14 +0000)]
fix linking with iconv for the spudec module

20 years ago * Makefile.am: Fixed the plugins' target directory location.
Sam Hocevar [Sat, 19 Jul 2003 11:29:20 +0000 (11:29 +0000)]
  * Makefile.am: Fixed the plugins' target directory location.

20 years ago* NEWS: added some more stuff for the upcoming 0.6.1
Derk-Jan Hartman [Sat, 19 Jul 2003 00:02:35 +0000 (00:02 +0000)]
* NEWS: added some more stuff for the upcoming 0.6.1
* vlc.ebuild: removed xvid and added the debug USE variable. Also some formatting fixes.

20 years ago* add a #include <errno.h>
Derk-Jan Hartman [Fri, 18 Jul 2003 23:50:32 +0000 (23:50 +0000)]
* add a #include <errno.h>

20 years ago* Add -liconv to the ldflags of the spudec module.
Derk-Jan Hartman [Fri, 18 Jul 2003 23:41:09 +0000 (23:41 +0000)]
* Add -liconv to the ldflags of the spudec module.
* Add -framework Carbon to the ldflags of the spudec module when Carbon is
  present. freetype-config unfortunatly omits this on MacOSX.

I think I did this correctly, but it might be wise to review this :)

20 years ago* src/libvlc.h: disabled the encoders config options (encoders are not used anymore...
Gildas Bazin [Fri, 18 Jul 2003 20:52:11 +0000 (20:52 +0000)]
* src/libvlc.h: disabled the encoders config options (encoders are not used anymore, all the encoding is done in the stream output transcode module).
* src/misc/win32_specific.c: added an --high-priority config option on win32 to increase the priority of the process (default enabled for now so the behaviour isn't changed.)

20 years ago* had forgotten to actually activate mozilla :)
Derk-Jan Hartman [Fri, 18 Jul 2003 20:16:53 +0000 (20:16 +0000)]
* had forgotten to actually activate mozilla :)

20 years ago* modules/audio_output/alsa.c: alsa is now the default audio output.
Gildas Bazin [Fri, 18 Jul 2003 20:06:00 +0000 (20:06 +0000)]
* modules/audio_output/alsa.c: alsa is now the default audio output.
* src/misc/configuration.c: removed unnecessary line.
* modules/gui/skins/parser.*: small cosmetic change.

20 years ago* mozilla support enabled
Derk-Jan Hartman [Fri, 18 Jul 2003 20:00:02 +0000 (20:00 +0000)]
* mozilla support enabled
* added USE mad and libid3tag
* added mp3lame capability to ffmpeg.
* updated wxGTK requirements to 2.4.1

20 years ago Added 'CDVC' fourcc (another one for DV video)
Eric Petit [Fri, 18 Jul 2003 19:26:22 +0000 (19:26 +0000)]
 Added 'CDVC' fourcc (another one for DV video)

20 years ago* modules/gui/wxwindows/wxwindows.cpp: oops.
Gildas Bazin [Fri, 18 Jul 2003 14:18:08 +0000 (14:18 +0000)]
* modules/gui/wxwindows/wxwindows.cpp: oops.

20 years ago* modules/gui/wxwindows/*: avoid queuing popup menu events while one is already...
Gildas Bazin [Fri, 18 Jul 2003 13:22:07 +0000 (13:22 +0000)]
*  modules/gui/wxwindows/*: avoid queuing popup menu events while one is already being displayed.

20 years ago* modules/video_output/directx/events.c: closing the video window doesn't doesn't...
Gildas Bazin [Fri, 18 Jul 2003 11:39:39 +0000 (11:39 +0000)]
* modules/video_output/directx/events.c: closing the video window doesn't doesn't exit vlc anymore, it just stops the current stream.
* modules/gui/wxwindows/*: fix for popup menu placement.

20 years ago* src/playlist/playlist.c: fixed recent playlist breakage.
Gildas Bazin [Thu, 17 Jul 2003 22:54:40 +0000 (22:54 +0000)]
* src/playlist/playlist.c: fixed recent playlist breakage.

20 years ago* modules/gui/wxwindows/*: enable popup menu support in the "dialogs provider".
Gildas Bazin [Thu, 17 Jul 2003 18:58:23 +0000 (18:58 +0000)]
* modules/gui/wxwindows/*: enable popup menu support in the "dialogs provider".

20 years ago* modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module...
Gildas Bazin [Thu, 17 Jul 2003 17:30:40 +0000 (17:30 +0000)]
* modules/gui/wxwindows/*: The wxwindows interface is now a "dialogs provider" module as well as a normal "interface".
   Dialog providers expose an api that allow other modules to use the GUI dialogs the module provides (open dialogs, etc...).
   + misc small enhancements.

* modules/gui/skins/*: completely removed the dependancy on the wxwindows code (which also eliminates the need for the basic_skins module).
   The skins module will now try to load a "dialogs provider" to display the open, messages, file info and preferences dialogs.

20 years ago * Makefile.am: Parse mozilla after . so that the mozilla plugin gets its
Sam Hocevar [Thu, 17 Jul 2003 16:34:40 +0000 (16:34 +0000)]
  * Makefile.am: Parse mozilla after . so that the mozilla plugin gets its
    dependencies right.
  * src/stream_output/announce.c: Compilation fix.

20 years ago * m4/vlc.m4: Looks like POSIX shell reduces "`eval echo '$'FOO`" to "" even
Sam Hocevar [Thu, 17 Jul 2003 15:49:37 +0000 (15:49 +0000)]
  * m4/vlc.m4: Looks like POSIX shell reduces "`eval echo '$'FOO`" to "" even
    if $FOO contains spaces. Worked around the problem.

20 years ago * configure.ac vlc-config.in.in: Oops, vlc-config needs top_builddir, not
Sam Hocevar [Thu, 17 Jul 2003 14:54:26 +0000 (14:54 +0000)]
  * configure.ac vlc-config.in.in: Oops, vlc-config needs top_builddir, not
    top_srcdir.

20 years ago * src/stream_output/announce.c:
Sam Hocevar [Thu, 17 Jul 2003 14:28:13 +0000 (14:28 +0000)]
  * src/stream_output/announce.c:
    + Fixed Win32 port.
    + Speed optimizations in split().
    + More coding style fixes.

20 years ago * src/stream_output/announce.c:
Sam Hocevar [Thu, 17 Jul 2003 14:10:08 +0000 (14:10 +0000)]
  * src/stream_output/announce.c:
    + Coding style fixes.
    + Use memcpy() instead of for() loops.

20 years ago * mozilla/Makefile.am: Fixed stamp-pic generation, it was created in the
Sam Hocevar [Thu, 17 Jul 2003 13:09:46 +0000 (13:09 +0000)]
  * mozilla/Makefile.am: Fixed stamp-pic generation, it was created in the
    current directory but looked for in the parent directory.

20 years ago * debian/compat:
Sam Hocevar [Thu, 17 Jul 2003 13:01:59 +0000 (13:01 +0000)]
  * debian/compat:
    + New debhelper file.
  * debian/control:
    + Updated debhelper build-dependency to (>= 3.4.4) because we now
      use debian/compat.
    + Use ${misc:Depends} everywhere.

20 years ago * mozilla/Makefile.am: Moved mozilla plugin generation directives here.
Sam Hocevar [Thu, 17 Jul 2003 12:06:10 +0000 (12:06 +0000)]
  * mozilla/Makefile.am: Moved mozilla plugin generation directives here.
  * configure.ac: Propagate $(top_srcdir) to the vlc-config call.

20 years agomozilla/vlcplugin.h: added the video/x-ms-wmv mime type
Sigmund Augdal Helberg [Thu, 17 Jul 2003 09:25:58 +0000 (09:25 +0000)]
mozilla/vlcplugin.h: added the video/x-ms-wmv mime type
mozilla/npvlc_rc.rc: added all the missing types from vlcplugin.h

20 years ago * Makefile.am: added /usr/lib/mozilla/include/idl to the xpidl include
Sam Hocevar [Wed, 16 Jul 2003 21:42:53 +0000 (21:42 +0000)]
  * Makefile.am: added /usr/lib/mozilla/include/idl to the xpidl include
    directory, because that's where Gentoo puts it.

20 years ago* modules/codec/spudec/spudec.c: oops, proper fix for the proper initialization of...
Gildas Bazin [Wed, 16 Jul 2003 17:19:06 +0000 (17:19 +0000)]
* modules/codec/spudec/spudec.c: oops, proper fix for the proper initialization of the proper iconv handle ;)

20 years ago* modules/codec/spudec/spudec.c: proper initialization of the iconv handle.
Gildas Bazin [Wed, 16 Jul 2003 17:17:05 +0000 (17:17 +0000)]
* modules/codec/spudec/spudec.c: proper initialization of the iconv handle.

20 years ago * mozilla/*: Additional Mozilla 1.4 compilation fixes.
Sam Hocevar [Wed, 16 Jul 2003 16:33:59 +0000 (16:33 +0000)]
  * mozilla/*: Additional Mozilla 1.4 compilation fixes.

20 years ago * configure.ac: complain when mozilla-config isn't found.
Sam Hocevar [Wed, 16 Jul 2003 16:06:56 +0000 (16:06 +0000)]
  * configure.ac: complain when mozilla-config isn't found.

20 years ago * bootstrap:
Sam Hocevar [Wed, 16 Jul 2003 15:52:05 +0000 (15:52 +0000)]
  * bootstrap:
    + Minor indentation fix.
  * toolbox:
    + Exclude vlc_symbols.h and modules_{plugins,builtins}.h from POTFILES.in.
  * po/*:
    + Re-ran toolbox --update po.

20 years ago * debian/changelog:
Sam Hocevar [Wed, 16 Jul 2003 15:40:53 +0000 (15:40 +0000)]
  * debian/changelog:
    + Prepared my next Debian upload.
  * debian/control:
    + Set policy to 3.6.0. No changes required.
    + Extended the package description.

20 years ago * modules/access/http.c:
Sam Hocevar [Wed, 16 Jul 2003 15:32:41 +0000 (15:32 +0000)]
  * modules/access/http.c:
    + Fixed gcc 3 warnings (type punning).
  * modules/access/mms/mmstu.c:
    + Fixed a gcc 3 warning (long constant).

20 years ago * modules/video_output/x11/xcommon.c: Select events in the video subwindow
Sam Hocevar [Wed, 16 Jul 2003 15:25:32 +0000 (15:25 +0000)]
  * modules/video_output/x11/xcommon.c: Select events in the video subwindow
    instead of the base window, because newer versions of Mozilla select
    ButtonPress for the window it gives us, and XSelectInput only allows
    one client to select this event.

20 years agomoved Doxyfile to doc/ to make sam happy. Changed Doxyfile so the generated
Sigmund Augdal Helberg [Tue, 15 Jul 2003 18:12:05 +0000 (18:12 +0000)]
moved Doxyfile to doc/ to make sam happy. Changed Doxyfile so the generated
documentation does not include information on which headers each file
includes, since this information isn't correct.

Clarified and doxygenized some of the documentation on subpictures

20 years agoUpdate for the spec files.
Alexis de Lattre [Tue, 15 Jul 2003 18:01:42 +0000 (18:01 +0000)]
Update for the spec files.

20 years ago* modules/mux/mpeg/ps.c: save pack and system headers for http streaming.
Gildas Bazin [Tue, 15 Jul 2003 16:07:33 +0000 (16:07 +0000)]
* modules/mux/mpeg/ps.c: save pack and system headers for http streaming.

20 years ago* modules/mux/mpeg/ps.c,ps.c: the ps muxer can now create mpeg system (mpeg1) files...
Gildas Bazin [Tue, 15 Jul 2003 13:12:00 +0000 (13:12 +0000)]
*  modules/mux/mpeg/ps.c,ps.c: the ps muxer can now create mpeg system (mpeg1) files as well. Also modified the ps muxer to output streams with system headers.

20 years ago had to forget something :)
Sigmund Augdal Helberg [Mon, 14 Jul 2003 22:25:13 +0000 (22:25 +0000)]
 had to forget something :)

20 years agoAll: My shot at improving subtitle rendering in vlc. Now each vout uses a "text rende...
Sigmund Augdal Helberg [Mon, 14 Jul 2003 21:32:59 +0000 (21:32 +0000)]
All: My shot at improving subtitle rendering in vlc. Now each vout uses a "text renderer" module to render text on the video when needed. I decieded to make this a module type, because other api's (win32 and macosx) is supposed to do better than freetype under some circumstances.

include/video_output.h: added some members needed by text renderer modules
src/video_output/video_output.c: load and unload text renderer module when needed
src/video_output/video_text.c: implemented some functions to show text on the video
include/osd.h: exported the functions to show text
modules/misc/Modules.am, module/misc/freetype.c: new text renderer module, largly based on the old osdtext module.
modules/video_filter/Modules.am, modules/video_filter/osd_text.c: removed the osdtext module
configure.ac: changes "osdtext" to "freetype" some places
modules/codec/spudec/*: when iconv is available, use it to convert textual subtitles from the encoding given by --sub-encoding to utf8. Use new code to render subtitles
modules/control/lirc/lirc.c: use new code to give feedback on buttons pressed. untested.
modules/demux/util/sub.c: remove all traces of the ugly old osdtext module
modules/misc/dummy/*: added a "text renderer" submodule in the dummy module
src/misc/modules.c: included osd.h as it seems to be needed to export symbols

final notes: you need to give a proper value to --freetype-font. This should be the path to a font file freetype2 can handle (almost any format afaik) with a unicode translation table in it. Windows ttf files will do. In linux at least openoffice distributes some fonts that work. I think macosx and beos also has useable fonts.

20 years agotoolbox: made a --add-include that can be used by doxygen to get proper
Sigmund Augdal Helberg [Mon, 14 Jul 2003 20:36:55 +0000 (20:36 +0000)]
toolbox: made a --add-include that can be used by doxygen to get proper
         includes in the .h files, since they are parsed out of context by
 doxygen
Doxyfile: misc fixes, use ./toolbox --add-include as filter for sources.
include/vlc_common.h: doxygenized VLC_COMMON_MEMBERS

With these changes, and a slightly patched version of doxygen (which you can
get here: http://www.idi.ntnu.no/~sigmunau/doxygen-vlcpatched.tgz ) you should
be able to get some useful documentation out of the vlc sources.

20 years ago* configure.ac, modules/control/http.c: compilation fix for platforms without ctime_r().
Gildas Bazin [Mon, 14 Jul 2003 16:10:20 +0000 (16:10 +0000)]
* configure.ac, modules/control/http.c: compilation fix for platforms without ctime_r().

20 years ago* Only allow 4x fast-forward, since 8x won't work on low-end machines,
Christophe Massiot [Sun, 13 Jul 2003 19:58:41 +0000 (19:58 +0000)]
* Only allow 4x fast-forward, since 8x won't work on low-end machines,
  and our dear users report it as a bug.

20 years ago* modules/gui/skins/*: removed unused GTK2_SKINS code.
Gildas Bazin [Sun, 13 Jul 2003 14:55:17 +0000 (14:55 +0000)]
* modules/gui/skins/*: removed unused GTK2_SKINS code.

20 years ago* modules/stream_out/transcode.c: implemented some very basic channels downmixing...
Gildas Bazin [Sun, 13 Jul 2003 13:18:25 +0000 (13:18 +0000)]
* modules/stream_out/transcode.c: implemented some very basic channels downmixing. Was necessary to be able to transcode a52 > stereo to mpga.

20 years agocleanup comments
Sigmund Augdal Helberg [Sun, 13 Jul 2003 12:52:40 +0000 (12:52 +0000)]
cleanup comments

20 years ago* modules/demux/mpeg: 0x06 stream type can be used for something else
Christophe Massiot [Sun, 13 Jul 2003 12:35:13 +0000 (12:35 +0000)]
* modules/demux/mpeg: 0x06 stream type can be used for something else
  than A/52, so disabled it for the moment (we should actually check for
  the presence of a descriptor).

20 years ago* modules/codec/libmpeg2.c: Fixed a major bug where the picture heap
Christophe Massiot [Sun, 13 Jul 2003 12:15:23 +0000 (12:15 +0000)]
* modules/codec/libmpeg2.c: Fixed a major bug where the picture heap
  would progressively empty on some DVDs.

20 years ago* modules/gui/wxwindows/*: added a "simple open" entry to the "File" menu of the...
Gildas Bazin [Sat, 12 Jul 2003 13:33:10 +0000 (13:33 +0000)]
* modules/gui/wxwindows/*: added a "simple open" entry to the "File" menu of the interface and playlist. That entry just opens a wxFileDialog().

20 years ago * http.c : fix definition conflict under OS X (at least).
Laurent Aimar [Sat, 12 Jul 2003 00:56:18 +0000 (00:56 +0000)]
 * http.c : fix definition conflict under OS X (at least).

20 years ago* modules/gui/wxwindows/streamout.cpp, wxwindows.h: added an audio channels combobox...
Gildas Bazin [Fri, 11 Jul 2003 23:36:01 +0000 (23:36 +0000)]
* modules/gui/wxwindows/streamout.cpp, wxwindows.h: added an audio channels combobox for transcoding.
* NEWS: update in preparation for 0.6.1.

20 years ago* modules/audio_output/directx.c: 5.1 audio output now works on sblive/audigy as...
Gildas Bazin [Fri, 11 Jul 2003 23:14:03 +0000 (23:14 +0000)]
* modules/audio_output/directx.c: 5.1 audio output now works on sblive/audigy as well :)
* modules/audio_output/waveout.c: fixed the waveOut plugin so works on NT4 as well... that complicates the plugin a bit more than I would have wanted, but hey.
* modules/gui/wxwindows/messages.cpp: the verbose checkbox is set to the value of the --verbose config option.

20 years ago * disabled by default. (It's a nice security hole for those)
Laurent Aimar [Fri, 11 Jul 2003 19:29:37 +0000 (19:29 +0000)]
 * disabled by default. (It's a nice security hole for those)

20 years ago * index: little fix for refresh url.
Laurent Aimar [Fri, 11 Jul 2003 18:21:30 +0000 (18:21 +0000)]
 * index: little fix for refresh url.
 * browse: example.

20 years ago * http: * fix for double // under linux.
Laurent Aimar [Fri, 11 Jul 2003 18:19:43 +0000 (18:19 +0000)]
 * http: * fix for double // under linux.
         * another useless feature: can browse local files (for sout)

20 years ago* configure.ac: always use the built-in getop on win32 (cygwin's one is buggy).
Gildas Bazin [Fri, 11 Jul 2003 11:58:12 +0000 (11:58 +0000)]
* configure.ac: always use the built-in getop on win32 (cygwin's one is buggy).
    Disable the gtk2/gnome2 interfaces as they are currently unuseable and this option was confusing users more than anything else.
    Enabled the mp4 muxer (Although it doesn't yet produce streams compatible with quicktime).

20 years ago* include/httpd.h: compilation fix.
Gildas Bazin [Fri, 11 Jul 2003 09:50:10 +0000 (09:50 +0000)]
* include/httpd.h: compilation fix.
* modules/control/http.c: win32 fixes.

20 years ago * po/POTFILES.in: Updated this file from a pristine CVS tree to avoid cruft.
Sam Hocevar [Fri, 11 Jul 2003 08:04:30 +0000 (08:04 +0000)]
  * po/POTFILES.in: Updated this file from a pristine CVS tree to avoid cruft.

20 years ago* modules/audio_output/alsa.c: enabled 4 and 5.1 channels modes (although stereo...
Gildas Bazin [Fri, 11 Jul 2003 07:13:27 +0000 (07:13 +0000)]
* modules/audio_output/alsa.c: enabled 4 and 5.1 channels modes (although stereo stays the default).

20 years ago * mmstu: workaround for some streams. (missing 0x11 answer).
Laurent Aimar [Thu, 10 Jul 2003 23:55:14 +0000 (23:55 +0000)]
 * mmstu: workaround for some streams. (missing 0x11 answer).

20 years ago * httpd: fix a segfault.
Laurent Aimar [Thu, 10 Jul 2003 22:37:02 +0000 (22:37 +0000)]
 * httpd: fix a segfault.

20 years ago * all: samples pages for http interface.
Laurent Aimar [Thu, 10 Jul 2003 22:29:59 +0000 (22:29 +0000)]
 * all: samples pages for http interface.

20 years ago * http: rework of the http interface.
Laurent Aimar [Thu, 10 Jul 2003 22:24:09 +0000 (22:24 +0000)]
 * http: rework of the http interface.

 There is no more hardcoded html page. The interface recursively parse a
directory, exporting all  files. All .htm/.html are  parsed, and special
macro are  used. I will commit  somes samples pages in  share/http and I
hope documentations.

 TODO: - (re)implement access control in httpd (but in a useable way).
       - clean login/password management. (for now .access protects
       a whole directory).
       - doc ;)

20 years ago* http: added support for user/pass (--http-user & --http-pass)
Clément Stenac [Thu, 10 Jul 2003 18:29:41 +0000 (18:29 +0000)]
* http: added support for user/pass (--http-user & --http-pass)

* httpd: removed hard-coded user/pass for admin page.
   (now: --http-admin-pass & --http-admin-user )

20 years agonow messages can be saved to a file
Mohammed Adnène Trojette [Thu, 10 Jul 2003 11:15:18 +0000 (11:15 +0000)]
now messages can be saved to a file

20 years ago * vlc.spec.redhat: Renamed this file to vlc.spec again. It's the expected
Sam Hocevar [Thu, 10 Jul 2003 07:08:41 +0000 (07:08 +0000)]
  * vlc.spec.redhat: Renamed this file to vlc.spec again. It's the expected
    filename in a package.

20 years ago * ffmpeg: some clean. Added a mutex to avoid multiple initialisation.
Laurent Aimar [Thu, 10 Jul 2003 01:33:41 +0000 (01:33 +0000)]
 * ffmpeg: some clean. Added a mutex to avoid multiple initialisation.

20 years ago* fixed glide header detection
Derk-Jan Hartman [Thu, 10 Jul 2003 00:47:42 +0000 (00:47 +0000)]
* fixed glide header detection
* added matroska, dvb and pvr USE vars.
* enabled support for flac.
* removed libdv support since it's deprecated
* enabled freetype support if USE=truetype
* enabled satellite support if USE=dvb
* added local USE variable pvr to compile with pvr support
* added local USE variable matroska to compile with experimental matroska
  support/ebuilds. See also http://forums.gentoo.org/viewtopic.php?t=63722&highlight=matroska.

20 years ago* modules/demux/ogg.c: latest change for web radios support did affect the quality...
Gildas Bazin [Wed, 9 Jul 2003 22:10:13 +0000 (22:10 +0000)]
* modules/demux/ogg.c: latest change for web radios support did affect the quality of normal
ogg files. Make the check a bit more strict.

20 years ago* modules/gui/wxwindows/interface.cpp: resume after pause was broken recently.
Gildas Bazin [Wed, 9 Jul 2003 21:42:28 +0000 (21:42 +0000)]
* modules/gui/wxwindows/interface.cpp: resume after pause was broken recently.
* src/audio_output/output.c: reverted a recent change that was screwing up the proper scheduling of audio samples after a starvation. That should improve the heavy resampling we currently have after a pause.
* modules/audio_output/alsa.c: improvements and fixes to the alsa audio output.

20 years ago * mozilla/vlcshell.cpp: free() requires <stdlib.h>.
Sam Hocevar [Wed, 9 Jul 2003 13:52:22 +0000 (13:52 +0000)]
  * mozilla/vlcshell.cpp: free() requires <stdlib.h>.

20 years agocorrected a newbie notation
Mohammed Adnène Trojette [Wed, 9 Jul 2003 10:59:11 +0000 (10:59 +0000)]
corrected a newbie notation

20 years agoa "clear" button now allows to clear the messages' text window
Mohammed Adnène Trojette [Wed, 9 Jul 2003 09:30:23 +0000 (09:30 +0000)]
a "clear" button now allows to clear the messages' text window

20 years ago* don't sleep while committing.
Derk-Jan Hartman [Wed, 9 Jul 2003 01:31:25 +0000 (01:31 +0000)]
* don't sleep while committing.

20 years ago* Update next/previous item routines. it descends from next chapter to
Derk-Jan Hartman [Wed, 9 Jul 2003 01:30:41 +0000 (01:30 +0000)]
* Update next/previous item routines. it descends from next chapter to
  next title to next playlistitem. The old code for this was buggy. This
  should work better. Especially for CDDA's, since we previously didn't support
  titles.

20 years ago * toolbox: we cannot use `printf '\r'` under Cygwin; use a real ^M character
Sam Hocevar [Tue, 8 Jul 2003 16:21:00 +0000 (16:21 +0000)]
  * toolbox: we cannot use `printf '\r'` under Cygwin; use a real ^M character
    instead.

20 years ago * bootstrap: Removed dashes from makefile variables.
Sam Hocevar [Tue, 8 Jul 2003 13:40:57 +0000 (13:40 +0000)]
  * bootstrap: Removed dashes from makefile variables.

20 years ago * po/: Updated pofiles using the new toolbox.
Sam Hocevar [Tue, 8 Jul 2003 13:13:12 +0000 (13:13 +0000)]
  * po/: Updated pofiles using the new toolbox.

20 years ago * bootstrap:
Sam Hocevar [Tue, 8 Jul 2003 13:09:30 +0000 (13:09 +0000)]
  * bootstrap:
    + Removed a useless use of cut.
    + Do not fail in the "clean" rule if no targets were built.
  * Makefile.am:
    + Propagate $(srcdir) to toolbox.
  * toolbox:
    + Do not include .moc files in POTFILES.in.
    + Fixed the generation of MSVC project files (untested).

20 years ago * Makefile.am: Do not try to install PIC builtins if --enable-mozilla was
Sam Hocevar [Mon, 7 Jul 2003 18:14:17 +0000 (18:14 +0000)]
  * Makefile.am: Do not try to install PIC builtins if --enable-mozilla was
    not specified.

20 years ago * AUTHORS: Added Olivier Aubert.
Sam Hocevar [Mon, 7 Jul 2003 17:01:16 +0000 (17:01 +0000)]
  * AUTHORS: Added Olivier Aubert.
  * HACKING: Elaborated on how to add a new module as suggested by Joe Kraft.

20 years ago * modules/control/corba/: Olivier Aubert's CORBA plugin. Almost verbatim,
Sam Hocevar [Mon, 7 Jul 2003 16:59:00 +0000 (16:59 +0000)]
  * modules/control/corba/: Olivier Aubert's CORBA plugin. Almost verbatim,
    compiles cleanly (to build the medicacontrol.so library you need to cd to
    that directory and "make medicacontrol.so") but untested.
  * src/playlist/playlist.c: Mostly harmless fix to playlist.c suggested by
    Olivier.

20 years ago * bootstrap: The "clean" rule now also removes generated sources.
Sam Hocevar [Mon, 7 Jul 2003 16:53:48 +0000 (16:53 +0000)]
  * bootstrap: The "clean" rule now also removes generated sources.

20 years ago* modules/gui/wxwindows/streamout.cpp: added vorbis transcoding + fixed default codec...
Gildas Bazin [Mon, 7 Jul 2003 15:50:44 +0000 (15:50 +0000)]
* modules/gui/wxwindows/streamout.cpp: added vorbis transcoding + fixed default codec selection.
* modules/stream_out/transcode.c: fixed segfault when muxer doesn't handle an audio codec, fixed mp3 transcoding support.
* modules/stream_out/standard.c: clean-up.