]> git.sesse.net Git - vlc/log
vlc
18 years ago* fix a timecode/stuttering problem with VFW tracks
Steve Lhomme [Sat, 3 Sep 2005 20:56:32 +0000 (20:56 +0000)]
* fix a timecode/stuttering problem with VFW tracks

18 years ago * skins2/controls/ctrl_tree.cpp: Fixed a nasty bug. The tree playlist should
Olivier Teulière [Sat, 3 Sep 2005 19:22:47 +0000 (19:22 +0000)]
 * skins2/controls/ctrl_tree.cpp: Fixed a nasty bug. The tree playlist should
   now be much more stable.

18 years ago* config.in: fixed typos
Cyril Deguet [Sat, 3 Sep 2005 17:11:23 +0000 (17:11 +0000)]
* config.in: fixed typos

18 years ago* prevent crashes when a stream is not opened correctly
Steve Lhomme [Sat, 3 Sep 2005 15:55:52 +0000 (15:55 +0000)]
* prevent crashes when a stream is not opened correctly

18 years ago * skins2 (tree playlist):
Olivier Teulière [Sat, 3 Sep 2005 15:17:57 +0000 (15:17 +0000)]
 * skins2 (tree playlist):
     - Fixed a selection bug in CtrlTree
     - Simplified some algorithms using helper methods
     - A few coding style fixes

18 years agosilence random access indicator
Jean-Paul Saman [Sat, 3 Sep 2005 15:06:39 +0000 (15:06 +0000)]
silence random access indicator

18 years ago* fix an uninitialized buffer use
Steve Lhomme [Sat, 3 Sep 2005 14:49:58 +0000 (14:49 +0000)]
* fix an uninitialized buffer use

18 years ago* configure.ac: allow building vlc's mozilla plugin against gecko-sdk. Patch by Diego...
Gildas Bazin [Sat, 3 Sep 2005 13:56:53 +0000 (13:56 +0000)]
* configure.ac: allow building vlc's mozilla plugin against gecko-sdk. Patch by Diego Petteno (flameeyes at gentoo) + modifications by me.

18 years ago* modules/gui/wxwidgets/preferences.cpp: unicode build fix (bugzilla #2117). Patch...
Gildas Bazin [Sat, 3 Sep 2005 13:27:01 +0000 (13:27 +0000)]
* modules/gui/wxwidgets/preferences.cpp: unicode build fix (bugzilla #2117). Patch by Diego Petteno (flameeyes at gentoo).

18 years agoRemove some useless code
Benjamin Pracht [Sat, 3 Sep 2005 12:06:57 +0000 (12:06 +0000)]
Remove some useless code

18 years agoFixes item ordering on drag'n'drop
Benjamin Pracht [Sat, 3 Sep 2005 11:24:00 +0000 (11:24 +0000)]
Fixes item ordering on drag'n'drop

18 years ago * extras/contrib/src/Makefile: Fixed libdvdcss compilation.
Christophe Massiot [Sat, 3 Sep 2005 10:22:03 +0000 (10:22 +0000)]
 * extras/contrib/src/Makefile: Fixed libdvdcss compilation.

18 years ago* src/control/audio_video.c: forgot this file in last commit.
Gildas Bazin [Sat, 3 Sep 2005 09:32:17 +0000 (09:32 +0000)]
* src/control/audio_video.c: forgot this file in last commit.

18 years ago* include/vlc/vlc.h, include/vlc/control.h, src/control/util.c: introduced vlc_int64_...
Gildas Bazin [Sat, 3 Sep 2005 09:16:11 +0000 (09:16 +0000)]
* include/vlc/vlc.h, include/vlc/control.h, src/control/util.c: introduced vlc_int64_t in the libvlc headers instead of using long long which isn't portable + fixed a function prototype in control.h. Thanks to Brian Robb (vascy at hotmail) for pointing out the problem.

18 years ago* httpd.c: added missing dummy functions
Cyril Deguet [Fri, 2 Sep 2005 23:47:19 +0000 (23:47 +0000)]
* httpd.c: added missing dummy functions

18 years agoRemove some useless code
Benjamin Pracht [Fri, 2 Sep 2005 18:57:11 +0000 (18:57 +0000)]
Remove some useless code

18 years agoAllow to drop an item *on* a node.
Benjamin Pracht [Fri, 2 Sep 2005 18:33:46 +0000 (18:33 +0000)]
Allow to drop an item *on* a node.

18 years ago* configure.ac, modules/access/smb.c: compilation fix for new libsmbclient versions...
Gildas Bazin [Fri, 2 Sep 2005 18:18:03 +0000 (18:18 +0000)]
* configure.ac, modules/access/smb.c: compilation fix for new libsmbclient versions. Patch by Diego Petteno (flameeyes at gentoo dot org).

18 years agoSome small cleaning
Benjamin Pracht [Fri, 2 Sep 2005 18:00:41 +0000 (18:00 +0000)]
Some small cleaning

18 years ago * modules/control/http/http.c: Added a small hack, when multiple http
Christophe Massiot [Fri, 2 Sep 2005 17:11:23 +0000 (17:11 +0000)]
 * modules/control/http/http.c: Added a small hack, when multiple http
   control interfaces are specified, to automatically increment the port.

18 years ago * src/misc/httpd.c: Fixed HTTPd closing when several HTTPd instances are
Christophe Massiot [Fri, 2 Sep 2005 17:10:06 +0000 (17:10 +0000)]
 * src/misc/httpd.c: Fixed HTTPd closing when several HTTPd instances are
   running.

18 years ago * modules/codec/fake.c: Added missing ToLocale().
Christophe Massiot [Fri, 2 Sep 2005 16:01:23 +0000 (16:01 +0000)]
 * modules/codec/fake.c: Added missing ToLocale().

18 years ago * extras/contrib: Fixed theora and x264-svn compilation.
Christophe Massiot [Fri, 2 Sep 2005 15:16:08 +0000 (15:16 +0000)]
 * extras/contrib: Fixed theora and x264-svn compilation.

18 years ago* Don't try to release NULL
Benjamin Pracht [Fri, 2 Sep 2005 14:00:20 +0000 (14:00 +0000)]
* Don't try to release NULL
* Fixes the "vlc would crash when hitting play" bug

18 years ago * INSTALL.win32: Added SDL.
Christophe Massiot [Thu, 1 Sep 2005 17:41:01 +0000 (17:41 +0000)]
 * INSTALL.win32: Added SDL.

18 years ago * modules/control/http/http.c: Fixed PATH environment variable, and
Christophe Massiot [Thu, 1 Sep 2005 15:05:26 +0000 (15:05 +0000)]
 * modules/control/http/http.c: Fixed PATH environment variable, and
   under Win32 set SYSTEMROOT variable.

18 years ago * modules/control/http/http.c: Added a SERVER_PATH environment variable
Christophe Massiot [Thu, 1 Sep 2005 13:02:38 +0000 (13:02 +0000)]
 * modules/control/http/http.c: Added a SERVER_PATH environment variable
   for CGIs.

18 years ago * extras/contrib/src/Makefile: Fixed opendaap installation.
Christophe Massiot [Thu, 1 Sep 2005 13:02:11 +0000 (13:02 +0000)]
 * extras/contrib/src/Makefile: Fixed opendaap installation.

18 years ago * extras/contrib/src/Makefile: Added missing $(INSTALL_NAME) for opendaap.
Christophe Massiot [Wed, 31 Aug 2005 22:41:58 +0000 (22:41 +0000)]
 * extras/contrib/src/Makefile: Added missing $(INSTALL_NAME) for opendaap.

18 years ago* modules/gui/wxwidgets/streamout.cpp: stream output dialog re-arrangement patch...
Gildas Bazin [Wed, 31 Aug 2005 21:19:54 +0000 (21:19 +0000)]
* modules/gui/wxwidgets/streamout.cpp: stream output dialog re-arrangement patch by CUTMAN ~CW~ (cutmancw at hotmail) + changes by me to remove the SLP announce options.

18 years ago* modules/stream_out/transcode.c, src/input/decoder.c, src/input/control.c: fixed...
Gildas Bazin [Wed, 31 Aug 2005 20:37:23 +0000 (20:37 +0000)]
* modules/stream_out/transcode.c, src/input/decoder.c, src/input/control.c: fixed a bunch of memory leaks. Patch courtesy of Wallace Wadge (wwadge at gmail) + modifications by me.

18 years ago * ALL: Do no longer assume a default DVD drive. If no DVD drive is
Christophe Massiot [Wed, 31 Aug 2005 19:09:50 +0000 (19:09 +0000)]
 * ALL: Do no longer assume a default DVD drive. If no DVD drive is
   specified (an empty string), forward the empty string to libdvdcss
   and let it do autodetection.
 * extras/contrib/src/Patches: Patched libdvdread to accept an empty
   string as a device path.

18 years ago* NSC demuxer and decoder based on jlj's nscdec: http://nanocrew.net/?p=128
Derk-Jan Hartman [Wed, 31 Aug 2005 19:00:21 +0000 (19:00 +0000)]
* NSC demuxer and decoder based on jlj's nscdec: http://nanocrew.net/?p=128
  Be AWARE that this currently doesn't do anything. It just reads the file and prints the values to debug. I'll see if I can get a stream running tomorrow.

18 years ago * modules/access/dvdnav.c: When no path is specified, use libdvdcss
Christophe Massiot [Tue, 30 Aug 2005 17:06:25 +0000 (17:06 +0000)]
 * modules/access/dvdnav.c: When no path is specified, use libdvdcss
   autodetection.

18 years ago* When we read the IPv6 address from the SDP, it is not bracketed (unless the SDP...
Derk-Jan Hartman [Tue, 30 Aug 2005 15:26:25 +0000 (15:26 +0000)]
* When we read the IPv6 address from the SDP, it is not bracketed (unless the SDP is broken). If not []'ed then add them before we create out playlist entry.

18 years ago * modules/control/http/http.c: Fixed argv[1] in CGI mode.
Christophe Massiot [Tue, 30 Aug 2005 12:01:26 +0000 (12:01 +0000)]
 * modules/control/http/http.c: Fixed argv[1] in CGI mode.

18 years ago * src/extras/libc.c:vlc_execve() : Do not open a new window under Win32.
Christophe Massiot [Tue, 30 Aug 2005 11:59:24 +0000 (11:59 +0000)]
 * src/extras/libc.c:vlc_execve() : Do not open a new window under Win32.

18 years ago * extras/contrib/src/Makefile: Fixed libogg dependancies.
Christophe Massiot [Tue, 30 Aug 2005 09:54:52 +0000 (09:54 +0000)]
 * extras/contrib/src/Makefile: Fixed libogg dependancies.

18 years ago* loadNibNamed:withOwner calls awakeFromNib on owner. Therefore opening panels result...
Derk-Jan Hartman [Mon, 29 Aug 2005 20:10:59 +0000 (20:10 +0000)]
* loadNibNamed:withOwner calls awakeFromNib on owner. Therefore opening panels resulted in reinitializing some of VLCMain's stuff. This included evalutation of p_intf->b_play, which triggered an unintended call to playlist_Play().
  this fixes #323

18 years ago* Add the hdv2 fourcc which is simply HD MPEG2
Derk-Jan Hartman [Mon, 29 Aug 2005 19:04:05 +0000 (19:04 +0000)]
* Add the hdv2 fourcc which is simply HD MPEG2
  See: http://forum.videolan.org/viewtopic.php?t=11842

18 years ago * ALL: New p_vlc->psz_userdir. This is different from psz_homedir in
Christophe Massiot [Mon, 29 Aug 2005 16:34:32 +0000 (16:34 +0000)]
 * ALL: New p_vlc->psz_userdir. This is different from psz_homedir in
   that under Win32 psz_homedir points to Application Data directory
   whereas psz_homedir points to the user's directory.
 * modules/control/http/util.c: When the target charset isn't UTF-8,
   manually convert Unicode quotes to ASCII quotes (yes this is ugly
   but libiconv doesn't handle it).

18 years ago * src/extras/libc.c: Implemented vlc_execve() for the Win32 platform.
Christophe Massiot [Mon, 29 Aug 2005 16:30:38 +0000 (16:30 +0000)]
 * src/extras/libc.c: Implemented vlc_execve() for the Win32 platform.
 * modules/control/http/http.c: Enabled --http-handlers under Win32.
   Beware to espace backslashes as in --http-handlers="php=C:\\php\\php.exe".

18 years ago* modules/demux/livedotcom.cpp: fixed segfaults.
Gildas Bazin [Mon, 29 Aug 2005 16:27:53 +0000 (16:27 +0000)]
* modules/demux/livedotcom.cpp: fixed segfaults.

18 years ago * modules/control/http/mvar.c: Under Windows do not call stat() on
Christophe Massiot [Mon, 29 Aug 2005 16:27:30 +0000 (16:27 +0000)]
 * modules/control/http/mvar.c: Under Windows do not call stat() on
   drive letters because it seems to cause problems with removable devices.

18 years ago * modules/gui/wxwidgets/interface.cpp: Missing FromLocale() for the drag'n
Christophe Massiot [Mon, 29 Aug 2005 16:25:01 +0000 (16:25 +0000)]
 * modules/gui/wxwidgets/interface.cpp: Missing FromLocale() for the drag'n
   drop code.

18 years ago* new paramaters added to the MSVC build
Steve Lhomme [Mon, 29 Aug 2005 12:12:40 +0000 (12:12 +0000)]
* new paramaters added to the MSVC build

18 years ago * fixed breakage of MSVC files in commit 12161.
Sam Hocevar [Mon, 29 Aug 2005 08:48:27 +0000 (08:48 +0000)]
  * fixed breakage of MSVC files in commit 12161.

18 years agoForce the EOL to the native Windows one
Steve Lhomme [Mon, 29 Aug 2005 08:39:02 +0000 (08:39 +0000)]
Force the EOL to the native Windows one

18 years ago* Fix the case of duration == -1 in M3U playlists. closes #331
Derk-Jan Hartman [Sun, 28 Aug 2005 21:50:32 +0000 (21:50 +0000)]
* Fix the case of duration == -1 in M3U playlists. closes #331

18 years ago* Define a couple of dummy 4cc's for vorbis in avi streams (vor1,vo1+,vor2,vo2+,vor3...
Derk-Jan Hartman [Sun, 28 Aug 2005 20:57:48 +0000 (20:57 +0000)]
* Define a couple of dummy 4cc's for vorbis in avi streams (vor1,vo1+,vor2,vo2+,vor3,vo3+).
  We cannot handle these formats but at least we will be able to recognize bugreports from this now. refs #224
  B.T.W. the ticket DOES contain some info on these formats. Someone who know ogg/vorbis can probably implement support for this with this information.

18 years ago* Add glib, libIDL and gecko-sdk to OSX contrib. Now we just need a way to find how...
Derk-Jan Hartman [Sun, 28 Aug 2005 20:38:07 +0000 (20:38 +0000)]
* Add glib, libIDL and gecko-sdk to OSX contrib. Now we just need a way to find how to let configure.ac recognize it.

18 years ago* Add some NEWS
Derk-Jan Hartman [Sun, 28 Aug 2005 20:08:26 +0000 (20:08 +0000)]
* Add some NEWS

18 years ago* Add the shout (services discovery) module again
Derk-Jan Hartman [Sun, 28 Aug 2005 19:22:36 +0000 (19:22 +0000)]
* Add the shout (services discovery) module again

18 years ago* Update some comments
Derk-Jan Hartman [Sun, 28 Aug 2005 18:59:53 +0000 (18:59 +0000)]
* Update some comments

18 years ago* Export unselect.png
Clément Stenac [Sun, 28 Aug 2005 10:52:00 +0000 (10:52 +0000)]
* Export unselect.png
* Fix paths when installed in Debian package

18 years agoFix typo
Rémi Denis-Courmont [Sun, 28 Aug 2005 10:34:24 +0000 (10:34 +0000)]
Fix typo

18 years agoMerged OSD functionality on the same core functions. All OSD functionality is describ...
Jean-Paul Saman [Sat, 27 Aug 2005 16:40:23 +0000 (16:40 +0000)]
Merged OSD functionality on the same core functions. All OSD functionality is described in include/vlc_osd.h now, which entirely replace include/osd.h. The file src/video_output/video_widgets.c uses functionality from src/osd/osd_widgets.c now.

18 years agocosmetics
Jean-Paul Saman [Sat, 27 Aug 2005 13:51:53 +0000 (13:51 +0000)]
cosmetics

18 years ago * toolbox: Removed a bash-ism.
Christophe Massiot [Sat, 27 Aug 2005 13:38:26 +0000 (13:38 +0000)]
 * toolbox: Removed a bash-ism.

18 years ago * src/extras/libc.c: Fixed Win32 compilation.
Christophe Massiot [Fri, 26 Aug 2005 19:05:04 +0000 (19:05 +0000)]
 * src/extras/libc.c: Fixed Win32 compilation.
 * modules/control/http/http.c: Fixed a memory leak with the CGI environment.

18 years ago * src/extras/libc.c: Implemented a wrapper around fork() and execve()
Christophe Massiot [Fri, 26 Aug 2005 18:15:21 +0000 (18:15 +0000)]
 * src/extras/libc.c: Implemented a wrapper around fork() and execve()
   to spawn an external process and get its output. Only implemented for
   UNIX-style systems at present.
 * src/misc/httpd.c: New "handler" node type which bypasses the internal
   HTTPD behaviour.
 * modules/control/http: New --http-handlers option to dedicate
   particular extensions to external programs (PHP or Perl for instance).
   This is in accordance with the CGI/1.1 specification.

18 years ago* added --sout-shout-name to set a stream name
Derk-Jan Hartman [Fri, 26 Aug 2005 17:01:48 +0000 (17:01 +0000)]
* added --sout-shout-name to set a stream name
* added --sout-shout-description to set a channel description
* added --sout-shout-mp3 to allow you to upload mp3 streams instead of ogg. (BEWARE, no autodetection)
* fixed the free of a string
* some general coding style cleanup

18 years ago* Fix liveMedia
Derk-Jan Hartman [Fri, 26 Aug 2005 14:02:46 +0000 (14:02 +0000)]
* Fix liveMedia

18 years ago* The same getopt problem that theora has, exists in speex as well.
Derk-Jan Hartman [Fri, 26 Aug 2005 12:55:36 +0000 (12:55 +0000)]
* The same getopt problem that theora has, exists in speex as well.

18 years agoAdd new spectrum analyzer effect, patch from zcot.
Clément Stenac [Thu, 25 Aug 2005 19:57:12 +0000 (19:57 +0000)]
Add new spectrum analyzer effect, patch from zcot.
Remove the "random" effect

18 years ago* libtheora examples don't compile on 10.2 Remove from Makefiles. This issue is now...
Derk-Jan Hartman [Thu, 25 Aug 2005 19:10:21 +0000 (19:10 +0000)]
* libtheora examples don't compile on 10.2 Remove from Makefiles. This issue is now fixed upstream thanks to rillian from #theora

18 years agoCompile fix tentative
Christophe Mutricy [Thu, 25 Aug 2005 18:35:09 +0000 (18:35 +0000)]
Compile fix tentative

18 years agoAdd the compile information
Christophe Mutricy [Thu, 25 Aug 2005 17:39:21 +0000 (17:39 +0000)]
Add the compile information

18 years ago* link the headline to the http-intf-main-page instead of videolan.org
Felix Paul Kühne [Thu, 25 Aug 2005 17:39:17 +0000 (17:39 +0000)]
* link the headline to the http-intf-main-page instead of videolan.org
* don't print a space in front of a colon, since this is a French style only

18 years ago* disable all theora test programs. they use getopt which is not present in default...
Derk-Jan Hartman [Thu, 25 Aug 2005 17:28:04 +0000 (17:28 +0000)]
* disable all theora test programs. they use getopt which is not present in default OSX 10.2

18 years agoGrrr, i should have checked previous commit
Christophe Mutricy [Thu, 25 Aug 2005 16:59:42 +0000 (16:59 +0000)]
Grrr, i should have checked previous commit

18 years agoTypo
Christophe Mutricy [Thu, 25 Aug 2005 16:57:01 +0000 (16:57 +0000)]
Typo

18 years ago* patch ogg because it's broken (userdefined defines in public headers are WAY evil)
Derk-Jan Hartman [Thu, 25 Aug 2005 16:46:52 +0000 (16:46 +0000)]
* patch ogg because it's broken (userdefined defines in public headers are WAY evil)

18 years ago * extras/contrib/src/Makefile: Do not try and compile theora SDL test
Christophe Massiot [Thu, 25 Aug 2005 16:42:36 +0000 (16:42 +0000)]
 * extras/contrib/src/Makefile: Do not try and compile theora SDL test
   programs.

18 years ago * modules/gui/wxwidgets: Fix charset when getting file names from the
Christophe Massiot [Thu, 25 Aug 2005 16:36:39 +0000 (16:36 +0000)]
 * modules/gui/wxwidgets: Fix charset when getting file names from the
   filesystem.

18 years agoFix build breakage of revision12392
Jean-Paul Saman [Thu, 25 Aug 2005 16:33:08 +0000 (16:33 +0000)]
Fix build breakage of revision12392

18 years agoRemoving osd_widgets.c.
Jean-Paul Saman [Thu, 25 Aug 2005 15:02:30 +0000 (15:02 +0000)]
Removing osd_widgets.c.

18 years agoRemoval of dead code
Jean-Paul Saman [Thu, 25 Aug 2005 14:58:27 +0000 (14:58 +0000)]
Removal of dead code

18 years ago* vorbis comments can be mixed case. strstr -> strcasestr
Derk-Jan Hartman [Thu, 25 Aug 2005 14:09:50 +0000 (14:09 +0000)]
* vorbis comments can be mixed case. strstr -> strcasestr

18 years agoReverting to revision 12383 to 12340. This make wxwidgets 2.6.1 work but breaks older...
Jean-Paul Saman [Thu, 25 Aug 2005 09:48:33 +0000 (09:48 +0000)]
Reverting to revision 12383 to 12340. This make wxwidgets 2.6.1 work but breaks older versions.

18 years agoRemoving old familiar images, these are exactly the same images as the one prefixed...
Jean-Paul Saman [Thu, 25 Aug 2005 08:47:56 +0000 (08:47 +0000)]
Removing old familiar images, these are exactly the same images as the one prefixed with pda-.

18 years ago vlc_keys.h: fixed ACTIONID_JUMP_BACKWARD_1MIN
Eric Petit [Wed, 24 Aug 2005 22:27:28 +0000 (22:27 +0000)]
 vlc_keys.h: fixed ACTIONID_JUMP_BACKWARD_1MIN

18 years ago* Updated speex to 1.1.10
Derk-Jan Hartman [Wed, 24 Aug 2005 20:56:14 +0000 (20:56 +0000)]
* Updated speex to 1.1.10
* Updated theora to alpha5
* Added libshout

18 years ago* build libx264 from svn, if available. Since we need to patch it slightly different...
Felix Paul Kühne [Wed, 24 Aug 2005 20:01:33 +0000 (20:01 +0000)]
* build libx264 from svn, if available. Since we need to patch it slightly different, I added a separate patch-file.

18 years ago* include/network.h: fixed compilation with c++ files.
Gildas Bazin [Wed, 24 Aug 2005 19:49:47 +0000 (19:49 +0000)]
* include/network.h: fixed compilation with c++ files.

18 years agoProperly update the right ToolTip on the volumebar.
Jean-Paul Saman [Wed, 24 Aug 2005 19:02:59 +0000 (19:02 +0000)]
Properly update the right ToolTip on the volumebar.

18 years ago * modules/codec/fake.c: Fixed compilation.
Christophe Massiot [Wed, 24 Aug 2005 18:01:18 +0000 (18:01 +0000)]
 * modules/codec/fake.c: Fixed compilation.

18 years agoShorten the short description of --osdmenu-update
Jean-Paul Saman [Wed, 24 Aug 2005 17:52:41 +0000 (17:52 +0000)]
Shorten the short description of --osdmenu-update

18 years ago * modules/codec/fake.c: Fixed a segfault when outputting images locally.
Christophe Massiot [Wed, 24 Aug 2005 17:33:57 +0000 (17:33 +0000)]
 * modules/codec/fake.c: Fixed a segfault when outputting images locally.

18 years ago * configure.ac: fixed thinko in the AltiVec detection with gcc 3.x.
Sam Hocevar [Wed, 24 Aug 2005 16:21:49 +0000 (16:21 +0000)]
  * configure.ac: fixed thinko in the AltiVec detection with gcc 3.x.

18 years ago * modules/access/udp.c: Disabled ts forcing on streamtype 33 because it
Christophe Massiot [Wed, 24 Aug 2005 14:42:15 +0000 (14:42 +0000)]
 * modules/access/udp.c: Disabled ts forcing on streamtype 33 because it
   is autodetected (refs http://forum.videolan.org/viewtopic.php?t=10257).

18 years ago* sync up the outgoing shoutcast stream.
Derk-Jan Hartman [Wed, 24 Aug 2005 14:19:48 +0000 (14:19 +0000)]
* sync up the outgoing shoutcast stream.

18 years ago* Fix access_output_shout and add RTSP to the description of live.com module. (so...
Derk-Jan Hartman [Wed, 24 Aug 2005 13:30:27 +0000 (13:30 +0000)]
* Fix access_output_shout and add RTSP to the description of live.com module. (so ppl know what it's for)

18 years ago * configure.ac: Fixed libavformat detection.
Christophe Massiot [Wed, 24 Aug 2005 10:16:03 +0000 (10:16 +0000)]
 * configure.ac: Fixed libavformat detection.

18 years agolibiconv.patch: BeOS compile fix
Eric Petit [Wed, 24 Aug 2005 00:52:56 +0000 (00:52 +0000)]
libiconv.patch: BeOS compile fix

18 years ago * configure.ac: reworked the AltiVec checks.
Sam Hocevar [Tue, 23 Aug 2005 22:57:07 +0000 (22:57 +0000)]
  * configure.ac: reworked the AltiVec checks.

18 years ago * modules/access_output/shout.c: Shoutcast output support, courtesy of
Sam Hocevar [Tue, 23 Aug 2005 20:50:56 +0000 (20:50 +0000)]
  * modules/access_output/shout.c: Shoutcast output support, courtesy of
    Daniel Fischer <dan at subsignal dot org>.

18 years ago * modules/video_chroma/i420_yuy2.c: only include <altivec.h> when building
Sam Hocevar [Tue, 23 Aug 2005 18:23:20 +0000 (18:23 +0000)]
  * modules/video_chroma/i420_yuy2.c: only include <altivec.h> when building
    the AltiVec version of this module.

18 years agoReworked revision 12361. Added a new option --osdmenu-update <n> in ms [range is...
Jean-Paul Saman [Tue, 23 Aug 2005 18:03:28 +0000 (18:03 +0000)]
Reworked revision 12361. Added a new option --osdmenu-update <n> in ms [range is 0:1000 ms] that regulates how often the OSD menu subpicture is updated. This is especially important when streaming using UDP in a noisy networking environment.

18 years agoFix segmentation fault
Jean-Paul Saman [Tue, 23 Aug 2005 17:59:49 +0000 (17:59 +0000)]
Fix segmentation fault