]> git.sesse.net Git - vlc/log
vlc
20 years ago * m4/vlc.m4: CVS forgot to add this file. I swear.
Sam Hocevar [Fri, 27 Jun 2003 14:05:04 +0000 (14:05 +0000)]
  * m4/vlc.m4: CVS forgot to add this file. I swear.

20 years ago * bootstrap:
Sam Hocevar [Fri, 27 Jun 2003 13:50:13 +0000 (13:50 +0000)]
  * bootstrap:
    + New build system, using recursive makefiles. Due to the amount of code
      in VLC, this had become unavoidable.
    + Removed the check for OS X's stack size, since our automake targets are
      a lot less hungry now.
    + Ditto for Solaris's sed.
    + Since automake-1.6 is faster than 1.7, use it first if both are present.
  * m4/vlc.m4:
    + New AX_ADD_CPPFLAGS, AX_ADD_CFLAGS, AX_ADD_CXXFLAGS, AX_ADD_OBJCFLAGS
      and AX_ADD_LDFLAGS macros that do all the magic to detect possible
      modules and register their flags.
    + New AX_ADD_BUILTINS and AX_ADD_PLUGINS macros.
    + Some magic to generate vlc-config.
  * configure.ac:
    + Moved most code to the AX_ADD_* macros.
    + Explicitely added all target Makefiles.
  * modules/**/Modules.am:
    + Path to sources are now relative to Modules.am's directory level.

20 years ago * src/misc/configuration.c: minor fix in a comment.
Sam Hocevar [Fri, 27 Jun 2003 13:38:54 +0000 (13:38 +0000)]
  * src/misc/configuration.c: minor fix in a comment.
  * src/playlist/playlist.c: the -Z mode randomises the first item as well.

20 years ago* modules/demux/m3u.c :
Clément Stenac [Fri, 27 Jun 2003 10:31:02 +0000 (10:31 +0000)]
* modules/demux/m3u.c :
    Added name support. Only implemented for M3U and B4S playlists at the moment

* src/playlist/playlist.c
  include/vlc_playlist.h   : Added the playlist_AddName function to add an item with its name without filling an item structure.

20 years ago* modules/codec/mpeg_video/parser.c: fixed broken file.
Gildas Bazin [Thu, 26 Jun 2003 19:36:44 +0000 (19:36 +0000)]
* modules/codec/mpeg_video/parser.c: fixed broken file.

20 years ago * modules/demux/util/sub.c,
Sam Hocevar [Thu, 26 Jun 2003 18:14:56 +0000 (18:14 +0000)]
  * modules/demux/util/sub.c,
    modules/demux/avi/avi.c: fixed inclusion of vlc_video.h. Thanks Cif.

20 years ago * mkv: more ebml element parsing.
Laurent Aimar [Thu, 26 Jun 2003 16:46:19 +0000 (16:46 +0000)]
 * mkv: more ebml element parsing.

20 years ago* src/stream_output/announce.c: msvc compilation fix.
Gildas Bazin [Thu, 26 Jun 2003 16:04:36 +0000 (16:04 +0000)]
* src/stream_output/announce.c: msvc compilation fix.

20 years ago* ./modules/demux/m3u.c: added support for Winamp 3 B4S files
Clément Stenac [Thu, 26 Jun 2003 14:42:04 +0000 (14:42 +0000)]
* ./modules/demux/m3u.c: added support for Winamp 3 B4S files

Still need to add the support for the Names in all formats (we currently
only put the URL), but I do not have any ASX, HTML nor PLS sample file

20 years ago * include/video.h: renamed this file to vlc_video.h to avoid name collisions
Sam Hocevar [Thu, 26 Jun 2003 12:19:59 +0000 (12:19 +0000)]
  * include/video.h: renamed this file to vlc_video.h to avoid name collisions
    with a couple of modules.

20 years ago * src/stream_output/announce.c:
Sam Hocevar [Wed, 25 Jun 2003 23:46:19 +0000 (23:46 +0000)]
  * src/stream_output/announce.c:
    + Fixed a multiline string.
    + Coding style fixes.

20 years ago * transcode: fix a potential segfault.
Laurent Aimar [Wed, 25 Jun 2003 21:47:05 +0000 (21:47 +0000)]
 * transcode: fix a potential segfault.

20 years ago* modules/audio_output/esd: forced sample rate to ESD_DEFAULT_RATE
Cyril Deguet [Wed, 25 Jun 2003 21:17:21 +0000 (21:17 +0000)]
* modules/audio_output/esd: forced sample rate to ESD_DEFAULT_RATE
  At last closes bug #625 !

20 years ago* ./include/announce.h
Clément Stenac [Wed, 25 Jun 2003 21:03:16 +0000 (21:03 +0000)]
* ./include/announce.h
  ./src/stream_output/announce.c  : use send instead of sendto.

* ./modules/misc/sap.c : use a define

20 years ago * mkv: a little memory leak.
Laurent Aimar [Wed, 25 Jun 2003 20:37:37 +0000 (20:37 +0000)]
 * mkv: a little memory leak.

20 years ago * ts: set a fourcc for PAT/PMT to avoid garbage in logs.
Laurent Aimar [Wed, 25 Jun 2003 19:28:10 +0000 (19:28 +0000)]
 * ts: set a fourcc for PAT/PMT to avoid garbage in logs.

20 years ago * httpd: fix a memory and thread leak.
Laurent Aimar [Wed, 25 Jun 2003 15:50:52 +0000 (15:50 +0000)]
 * httpd: fix a memory and thread leak.

20 years ago * Makefile.am: using C++ linkage for vlc under OS X and BeOS.
Sam Hocevar [Wed, 25 Jun 2003 14:41:57 +0000 (14:41 +0000)]
  * Makefile.am: using C++ linkage for vlc under OS X and BeOS.

20 years ago* modules/demux/mkv.cpp: compile fix for systems not supporting gmtime_r().
Gildas Bazin [Wed, 25 Jun 2003 09:13:03 +0000 (09:13 +0000)]
* modules/demux/mkv.cpp: compile fix for systems not supporting gmtime_r().

20 years ago++
Christophe Massiot [Wed, 25 Jun 2003 08:59:16 +0000 (08:59 +0000)]
++

20 years ago * toolbox:
Sam Hocevar [Wed, 25 Jun 2003 03:08:57 +0000 (03:08 +0000)]
  * toolbox:
    + Disabled useless verbosity.
    + Fixed some incorrect ">/dev/null 2>&1" semantics.

20 years ago * mpeg_audio.c: fix segfault caused by free bitrate and padding set.
Laurent Aimar [Wed, 25 Jun 2003 00:40:41 +0000 (00:40 +0000)]
 * mpeg_audio.c: fix segfault caused by free bitrate and padding set.
 (the stream isn't free bitrate) SyncInfo think it's free bitrate but
return a frame size of 1. Now, I test bitrate.

20 years ago * lalala ;)
Laurent Aimar [Tue, 24 Jun 2003 23:11:35 +0000 (23:11 +0000)]
 * lalala ;)

20 years ago * mkv : spelling mistakes.
Laurent Aimar [Tue, 24 Jun 2003 23:00:32 +0000 (23:00 +0000)]
 * mkv : spelling mistakes.

20 years ago * avi: for interleaved file (audio_pos - video_pos < 2Mo), seek upon
Laurent Aimar [Tue, 24 Jun 2003 22:53:25 +0000 (22:53 +0000)]
 * avi: for interleaved file (audio_pos - video_pos < 2Mo), seek upon
 percent and not time, it's better.
 Please test.

20 years ago* all: show/hide the interface with middle-click on the vout
Cyril Deguet [Tue, 24 Jun 2003 22:26:01 +0000 (22:26 +0000)]
* all: show/hide the interface with middle-click on the vout
       (when the last vout is closed, the interface reappears)
       Works only with the skins interface and X11/Xvideo vouts, but it's
       very easy to implement (just add a callback on "intf-show" in the
       interface, and trigger it in the vout)

20 years ago * mkv: remove unnecessary header.
Laurent Aimar [Tue, 24 Jun 2003 19:59:27 +0000 (19:59 +0000)]
 * mkv: remove unnecessary header.

20 years ago * mkv: when seeking, by default, try to reach the file position not the
Laurent Aimar [Tue, 24 Jun 2003 19:35:46 +0000 (19:35 +0000)]
 * mkv: when seeking, by default, try to reach the file position not the
time (seek seems better).

20 years ago * mkv: clean up, more input infos, begin to parse Tags element (don't work
Laurent Aimar [Tue, 24 Jun 2003 18:42:50 +0000 (18:42 +0000)]
 * mkv: clean up, more input infos, begin to parse Tags element (don't work
 yet).

20 years ago * Makefile.am: changed interface.h to vlc_interface.h.
Sam Hocevar [Tue, 24 Jun 2003 15:50:47 +0000 (15:50 +0000)]
  * Makefile.am: changed interface.h to vlc_interface.h.

20 years ago * configure.ac: removed -lstdc++ LDFLAGS, and used CXXFLAGS to force C++
Sam Hocevar [Tue, 24 Jun 2003 15:37:40 +0000 (15:37 +0000)]
  * configure.ac: removed -lstdc++ LDFLAGS, and used CXXFLAGS to force C++
    linkage instead.

20 years ago * include/interface.h: renamed this file to vlc_interface.h to avoid name
Sam Hocevar [Tue, 24 Jun 2003 13:33:49 +0000 (13:33 +0000)]
  * include/interface.h: renamed this file to vlc_interface.h to avoid name
    collisions with a couple of plugins.

20 years ago* src/stream_output/announce.c: inet_pton() isn't supported on win32 so disabled...
Gildas Bazin [Tue, 24 Jun 2003 11:26:32 +0000 (11:26 +0000)]
* src/stream_output/announce.c: inet_pton() isn't supported on win32 so disabled ipv6 sap announces on win32.

Wouldn't it be possible to use send() instead of sendto() ? That would simplify the code and get rid of this problem.

20 years ago * modules/**/.cvsignore: added Makefile{,.in.am} to the ignore list, as
Sam Hocevar [Tue, 24 Jun 2003 09:31:16 +0000 (09:31 +0000)]
  * modules/**/.cvsignore: added Makefile{,.in.am} to the ignore list, as
    well as .lo/.la files.

20 years ago * mkv: use b_mute and add meta informations.
Laurent Aimar [Tue, 24 Jun 2003 06:07:14 +0000 (06:07 +0000)]
 * mkv: use b_mute and add meta informations.

20 years ago * avi : don't resynch on key frame for audio stream.
Laurent Aimar [Tue, 24 Jun 2003 00:50:52 +0000 (00:50 +0000)]
 * avi : don't resynch on key frame for audio stream.

20 years ago * mkv: avoid seeking at the same place (was sooooo slow 'cause of
Laurent Aimar [Tue, 24 Jun 2003 00:33:39 +0000 (00:33 +0000)]
 * mkv: avoid seeking at the same place (was sooooo slow 'cause of
          buffer filling)
        can seek in file without cues (slow)
        can play file over http and unseekable input.

20 years ago* modules/demux/ogg.c: fix for ogg web streams.
Gildas Bazin [Tue, 24 Jun 2003 00:31:34 +0000 (00:31 +0000)]
* modules/demux/ogg.c: fix for ogg web streams.

20 years ago* modules/packetizer/vorbis.c: vorbis data packetizer for the stream output.
Gildas Bazin [Mon, 23 Jun 2003 23:51:31 +0000 (23:51 +0000)]
* modules/packetizer/vorbis.c: vorbis data packetizer for the stream output.
* modules/mux/ogg.c: cleanup, bug fixes and vorbis support.
* modules/demux/ogg.c: added vorbis channels info.
* modules/misc/httpd.c: bug fix for stream header generation.

20 years ago* src/playlist/playlist.c: set "intf-change" in SkipItem
Cyril Deguet [Mon, 23 Jun 2003 20:35:36 +0000 (20:35 +0000)]
* src/playlist/playlist.c: set "intf-change" in SkipItem
* modules/gui/skin/*: InterfaceRefresh is now triggered by a
  callback on intf-change

20 years agoCopy / paste of code so that the pvr input parse all parameters. Doesn't
Benjamin Pracht [Mon, 23 Jun 2003 17:01:36 +0000 (17:01 +0000)]
Copy / paste of code so that the pvr input parse all parameters. Doesn't
work for the standard (PAL/SECAM/NTSC) yet.

20 years ago* src/misc/modules.c, modules/gui/wxwindows/timer.cpp: fixed 2 nasty bugs.
Gildas Bazin [Mon, 23 Jun 2003 16:09:13 +0000 (16:09 +0000)]
* src/misc/modules.c, modules/gui/wxwindows/timer.cpp: fixed 2 nasty bugs.
* modules/demux/util/id3tag.c: small cleanup.

20 years agoFixed a segfault that could happen if you have ipv6 support enabled, but no address
Clément Stenac [Mon, 23 Jun 2003 13:45:30 +0000 (13:45 +0000)]
Fixed a segfault that could happen if you have ipv6 support enabled, but no address

20 years ago* Stream output now support IPv6 SAP announces
Clément Stenac [Mon, 23 Jun 2003 11:41:26 +0000 (11:41 +0000)]
* Stream output now support IPv6 SAP announces
* Code cleanup in SAP

20 years ago * bootstrap: make errors less obscure when using gettext 0.11.3 or 0.11.4,
Sam Hocevar [Mon, 23 Jun 2003 10:21:25 +0000 (10:21 +0000)]
  * bootstrap: make errors less obscure when using gettext 0.11.3 or 0.11.4,
    due to Debian bug #158383 in gettext (upstream bug).

20 years ago * mkv: fix for blocks using lacing. (Now vorbis plays without any problem)
Laurent Aimar [Mon, 23 Jun 2003 00:30:41 +0000 (00:30 +0000)]
 * mkv: fix for blocks using lacing. (Now vorbis plays without any problem)

20 years ago* You check it three times and I still managed to miss a link.
Derk-Jan Hartman [Mon, 23 Jun 2003 00:18:50 +0000 (00:18 +0000)]
* You check it three times and I still managed to miss a link.
  Ebuild doesn't work in the 0.6.0 release :(

20 years ago * mkv: fix vorbis track. But sound quality is horrible ( probably
Laurent Aimar [Sun, 22 Jun 2003 23:22:11 +0000 (23:22 +0000)]
 * mkv: fix vorbis track. But sound quality is horrible ( probably
timestamps problems)

20 years ago* doc/Makefile.am: one more like this and I'll become crazy.
Gildas Bazin [Sun, 22 Jun 2003 18:56:28 +0000 (18:56 +0000)]
* doc/Makefile.am: one more like this and I'll become crazy.

20 years ago* doc/Makefile.am: fixed make dist
Gildas Bazin [Sun, 22 Jun 2003 18:30:35 +0000 (18:30 +0000)]
* doc/Makefile.am: fixed make dist

20 years ago* NEWS: added an entry for the experimental matroska demux.
Gildas Bazin [Sun, 22 Jun 2003 18:07:23 +0000 (18:07 +0000)]
* NEWS: added an entry for the experimental matroska demux.

20 years ago* configure.ac: removed -Winline which in fact was the culprit for the verbosity...
Gildas Bazin [Sun, 22 Jun 2003 17:52:12 +0000 (17:52 +0000)]
* configure.ac: removed -Winline which in fact was the culprit for the verbosity of gcc-3.3.
* modules/gui/skins/src/skin_main.cpp: fixed icon loading.

20 years ago* configure.ac: really removed -Wdisabled-optimization this time.
Gildas Bazin [Sun, 22 Jun 2003 16:52:31 +0000 (16:52 +0000)]
* configure.ac: really removed -Wdisabled-optimization this time.

20 years ago * mkv: fix a double delete.
Laurent Aimar [Sun, 22 Jun 2003 16:27:11 +0000 (16:27 +0000)]
 * mkv: fix a double delete.

20 years ago* ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
Gildas Bazin [Sun, 22 Jun 2003 16:00:57 +0000 (16:00 +0000)]
* ALL: bumped version number to 0.6.0 (finally :), updated po, ChangeLog, removed
the Wdisabled-optimization flag from the build (too verbose with gcc-3.3).

20 years ago* modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
Gildas Bazin [Sun, 22 Jun 2003 15:43:54 +0000 (15:43 +0000)]
* modules/gui/wxwindows/streamout.cpp: disabled mp4 muxer.
* include/interface.h: updated comment.

20 years ago* Removed mp4 muxer support (temporarily)
Derk-Jan Hartman [Sun, 22 Jun 2003 15:30:22 +0000 (15:30 +0000)]
* Removed mp4 muxer support (temporarily)

20 years ago* x11/x11_dragdrop.cpp: unbelievable, Xdnd works !!
Cyril Deguet [Sun, 22 Jun 2003 15:07:13 +0000 (15:07 +0000)]
* x11/x11_dragdrop.cpp: unbelievable, Xdnd works !!

20 years ago* NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling...
Derk-Jan Hartman [Sun, 22 Jun 2003 15:03:33 +0000 (15:03 +0000)]
* NEWS: Checked the NEWS file. added some missing items. Fixed a couple of spelling errors etc.
* vlc.ebuild: Set the correct urls for ffmpeg and mpeg2dec snapshots

20 years ago * mkv: better seeking support.
Laurent Aimar [Sun, 22 Jun 2003 14:36:34 +0000 (14:36 +0000)]
 * mkv: better seeking support.

20 years ago* configure.ac: compile fix for sunos
Gildas Bazin [Sun, 22 Jun 2003 14:06:59 +0000 (14:06 +0000)]
* configure.ac: compile fix for sunos

20 years ago* configure.ac, modules/demux/Modules.am: matroska configure detection (disabled...
Gildas Bazin [Sun, 22 Jun 2003 13:31:47 +0000 (13:31 +0000)]
* configure.ac, modules/demux/Modules.am: matroska configure detection (disabled by default).
Due to the way matroska headers directly reference ebml headers, you'll have to configure like this:
CPPFLAGS=-I/usr/local/include/ebml ./configure --enable-mkv

20 years agoturned a debug message into a comment
Sigmund Augdal Helberg [Sun, 22 Jun 2003 13:27:41 +0000 (13:27 +0000)]
turned a debug message into a comment

20 years ago* x11/x11_window.cpp: raise a window when clicking on it
Cyril Deguet [Sun, 22 Jun 2003 13:06:23 +0000 (13:06 +0000)]
* x11/x11_window.cpp: raise a window when clicking on it

20 years ago* at least it compiles now ;)
Cyril Deguet [Sun, 22 Jun 2003 12:54:03 +0000 (12:54 +0000)]
* at least it compiles now ;)

20 years ago* reverted my previous commit: cannot work as expected
Cyril Deguet [Sun, 22 Jun 2003 12:46:49 +0000 (12:46 +0000)]
* reverted my previous commit: cannot work as expected
* src/theme.cpp: fixed a delete[] / free mismatch

20 years ago * mkv: basic seek support (only with file with cues, it doesn't search key
Laurent Aimar [Sun, 22 Jun 2003 12:27:16 +0000 (12:27 +0000)]
 * mkv: basic seek support (only with file with cues, it doesn't search key
 frame, ...)
        clean up.

20 years ago * faad: can read stream with multiple frames per pes_packet_t (for mkv).
Laurent Aimar [Sun, 22 Jun 2003 08:49:11 +0000 (08:49 +0000)]
 * faad: can read stream with multiple frames per pes_packet_t (for mkv).

20 years ago * mkv.cpp : begin of a matroska demuxer
Laurent Aimar [Sun, 22 Jun 2003 07:39:39 +0000 (07:39 +0000)]
 * mkv.cpp : begin of a matroska demuxer
  TODO:
    * seek support
    * vorbis support (it's a decoder problem, as matroska embded raw
      vorbis data)
    * utf8 subtitles handling (probably at the decoder stage too)
    * clean up.
    * support of stream other than files.
    * ...

20 years ago * Makefile.dep: the file that would never die.
Sam Hocevar [Sun, 22 Jun 2003 01:08:33 +0000 (01:08 +0000)]
  * Makefile.dep: the file that would never die.

20 years ago beos/* : - cleaned the way to mute/unmute
Eric Petit [Sun, 22 Jun 2003 00:40:18 +0000 (00:40 +0000)]
 beos/* : - cleaned the way to mute/unmute
          - save the volume when exiting

20 years ago* src/theme.cpp, src/event.* : no more VLC_SHOW event
Cyril Deguet [Sun, 22 Jun 2003 00:00:28 +0000 (00:00 +0000)]
* src/theme.cpp, src/event.* : no more VLC_SHOW event
* src/window.* : replaced p_intf->p_sys->WindowList by a singleton
  class SkinWindowList (to be tested under windows)
* removed useless gtk2 files

20 years ago* added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY
Derk-Jan Hartman [Sat, 21 Jun 2003 22:30:21 +0000 (22:30 +0000)]
* added a new set of widgets for CONFIG_ITEM_FILE and DIRECTORY
* only set prefs on safe, not earlier.

20 years ago * src/libvlc.c: got rid of type-punning warnings.
Sam Hocevar [Sat, 21 Jun 2003 21:59:12 +0000 (21:59 +0000)]
  * src/libvlc.c: got rid of type-punning warnings.

20 years ago * THANKS: spelling fixes.
Sam Hocevar [Sat, 21 Jun 2003 20:45:53 +0000 (20:45 +0000)]
  * THANKS: spelling fixes.
  * configure.ac:
    + Added curly braces around variables.
    + Got rid of the "x$foo" constructs.
    + Renamed *_plugin conditionals into *_p.
  * debian/changelog:
    + Fixed a duplicate entry.
    + Added an entry for an old Debian upload that fixed #117180.
  * debian/control:
    + Added a build dependency on libimlib2-dev for skins.
  * debian/rules:
    + Activated support for skins.

20 years agoremoved a duplicate entry from the NEWS file
Sigmund Augdal Helberg [Sat, 21 Jun 2003 17:26:16 +0000 (17:26 +0000)]
removed a duplicate entry from the NEWS file

20 years ago * .cvsignore:
Sam Hocevar [Sat, 21 Jun 2003 17:05:42 +0000 (17:05 +0000)]
  * .cvsignore:
    + Removed configure.ac from the ignore list.

20 years ago * configure.ac.in is no more, we can now use configure.ac like normal people,
Sam Hocevar [Sat, 21 Jun 2003 17:04:20 +0000 (17:04 +0000)]
  * configure.ac.in is no more, we can now use configure.ac like normal people,
    bootstrap generates the proper magic for us.

20 years ago * debian/rules:
Sam Hocevar [Sat, 21 Jun 2003 16:09:13 +0000 (16:09 +0000)]
  * debian/rules:
    + Use the -s flag instead of -a so that debhelper properly handles the
      i386-only plugin packages.
    + Split the build rule into configure and build.

20 years ago* modules/access_output/file.c: make the output file writeable by the owner.
Gildas Bazin [Sat, 21 Jun 2003 14:24:30 +0000 (14:24 +0000)]
* modules/access_output/file.c: make the output file writeable by the owner.

20 years ago* added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs.
Derk-Jan Hartman [Fri, 20 Jun 2003 23:13:37 +0000 (23:13 +0000)]
* added missing support for CONFIG_ITEM_DIRECTORY to gtk prefs.

20 years ago * ./doc/skins/events-howto.txt: added some events
Olivier Teulière [Fri, 20 Jun 2003 21:34:37 +0000 (21:34 +0000)]
 * ./doc/skins/events-howto.txt: added some events
 * ./modules/gui/skins/*: fixed my last commit

20 years ago * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the
Olivier Teulière [Fri, 20 Jun 2003 19:50:29 +0000 (19:50 +0000)]
 * ./modules/gui/skins/src/vlcproc.cpp: added the "title" option to the
   "display" attribute of ControlText. It allows to show the title of
   the current stream, without the full path.
 * ./doc/skins/*: updated the doc

20 years ago* Made the search path configuration options, directory instead of string options.
Derk-Jan Hartman [Fri, 20 Jun 2003 15:34:51 +0000 (15:34 +0000)]
* Made the search path configuration options, directory instead of string options.

20 years agomodules/misc/sap.c: fix for the default scope of the IPv6 announces.
Alexis de Lattre [Fri, 20 Jun 2003 11:42:08 +0000 (11:42 +0000)]
modules/misc/sap.c: fix for the default scope of the IPv6 announces.
python/setup.py: a configuration that should work better.

20 years ago* vlc.ebuild: added support for faad2 and skins. See the wiki page for info.
Derk-Jan Hartman [Fri, 20 Jun 2003 01:27:55 +0000 (01:27 +0000)]
* vlc.ebuild: added support for faad2 and skins. See the wiki page for info.
* README.MacOSX.rtf: More updates because of new prefs dialog.

20 years ago* modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is
Gildas Bazin [Thu, 19 Jun 2003 21:09:27 +0000 (21:09 +0000)]
* modules/codec/ffmpeg/video.c: disabled direct rendering when hurry-up is
enabled. ffmpeg doesn't properly release old pictures when frames are skipped.

20 years ago* modules/access_output/udp.c: removed unnecessary code.
Gildas Bazin [Thu, 19 Jun 2003 18:45:06 +0000 (18:45 +0000)]
* modules/access_output/udp.c: removed unnecessary code.

20 years ago beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with
Eric Petit [Thu, 19 Jun 2003 18:44:16 +0000 (18:44 +0000)]
 beos/VideoOutput.cpp : fixed a visual bug in fullscreen that happens with
  a few Dano/Zeta themes

20 years ago* modules/access_output/udp.c: implemented a caching mechanism which solves all the...
Gildas Bazin [Thu, 19 Jun 2003 18:22:05 +0000 (18:22 +0000)]
* modules/access_output/udp.c: implemented a caching mechanism which solves all the bad quality streaming issues that have been reported. The caching value can be modified with the --udp-sout-caching config option (the default value being DEFAULT_PTS_DELAY ==  300 milisec).

20 years ago * ./modules/misc/screensaver.c: the screensaver was disabled way too often
Sam Hocevar [Thu, 19 Jun 2003 13:08:57 +0000 (13:08 +0000)]
  * ./modules/misc/screensaver.c: the screensaver was disabled way too often
    because I forgot to reinitialise an index.

20 years ago* modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float...
Gildas Bazin [Thu, 19 Jun 2003 12:21:53 +0000 (12:21 +0000)]
* modules/gui/wxwindows/*: changed the preferences panel to use textctrls for float values as spinctrls don't support floats. The advanced checkbox is only displayed if needed. Fixed the play/pause buttons tooltip.

20 years ago * debian/rules:
Sam Hocevar [Thu, 19 Jun 2003 02:14:30 +0000 (02:14 +0000)]
  * debian/rules:
    + Replaced $(DEB_BUILD_ARCH) with `dpkg-architecture -qDEB_BUILD_GNU_CPU`
      so that the rules can be called directly.
  * debian/control:
    + Removed leading "a"s from package descriptions.
    + Set policy to 3.5.10.
  * debian/copyright:
    + Removed debian/vlc.copyright.

20 years agoSAP can now listen for IPv6 announces
Clément Stenac [Wed, 18 Jun 2003 12:18:51 +0000 (12:18 +0000)]
SAP can now listen for IPv6 announces

To enable this, start vlc with --sap-ipv6
To disable IPv4 listening, use --no-sap-ipv4

You can also set the scope of the announces (default is 3)

20 years ago* moved the ttl help in the right section
Cyril Deguet [Tue, 17 Jun 2003 21:52:19 +0000 (21:52 +0000)]
* moved the ttl help in the right section

20 years ago* modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessin...
Gildas Bazin [Tue, 17 Jun 2003 21:07:50 +0000 (21:07 +0000)]
* modules/codec/ffmpeg/video.h: forgot to remove a reference to the old postprocessing code.

20 years ago* fixed another compilation issue of python module
Cyril Deguet [Tue, 17 Jun 2003 20:56:59 +0000 (20:56 +0000)]
* fixed another compilation issue of python module

20 years ago* fixed a very old bug preventing the whole thing from working :(
Cyril Deguet [Tue, 17 Jun 2003 20:47:20 +0000 (20:47 +0000)]
* fixed a very old bug preventing the whole thing from working :(

20 years ago* Fixes to the german translation
Derk-Jan Hartman [Tue, 17 Jun 2003 20:10:08 +0000 (20:10 +0000)]
* Fixes to the german translation

20 years ago* moved the capability definition up one line. the config options follow the capabili...
Derk-Jan Hartman [Tue, 17 Jun 2003 20:03:50 +0000 (20:03 +0000)]
* moved the capability definition up one line. the config options follow the capability now. Circumvents a bug with OSX prefs dialog.