]> git.sesse.net Git - vlc/log
vlc
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

18 years agosanity checking
Jean-Paul Saman [Tue, 23 Aug 2005 17:58:55 +0000 (17:58 +0000)]
sanity checking

18 years ago * configure.ac: on OS X ppc, prefer -maltivec to -faltivec if possible.
Sam Hocevar [Tue, 23 Aug 2005 17:57:08 +0000 (17:57 +0000)]
  * configure.ac: on OS X ppc, prefer -maltivec to -faltivec if possible.

18 years agoconfigure.ac: Add a --without-contrib option
Christophe Mutricy [Tue, 23 Aug 2005 16:30:28 +0000 (16:30 +0000)]
configure.ac: Add a --without-contrib option

18 years ago * Synchronised Debian build files with 0.8.4-svn20050823-1 upload.
Sam Hocevar [Tue, 23 Aug 2005 15:29:18 +0000 (15:29 +0000)]
  * Synchronised Debian build files with 0.8.4-svn20050823-1 upload.

18 years ago * Added missing svn:ignore properties.
Sam Hocevar [Tue, 23 Aug 2005 15:25:00 +0000 (15:25 +0000)]
  * Added missing svn:ignore properties.

18 years ago* updated questions 11 (the setting is at a different location now) and 12 (the setti...
Felix Paul Kühne [Tue, 23 Aug 2005 15:03:22 +0000 (15:03 +0000)]
* updated questions 11 (the setting is at a different location now) and 12 (the setting is hidden by default)

18 years ago * toolbox: Removed compilation information from version.c to reduce the
Christophe Massiot [Tue, 23 Aug 2005 14:24:35 +0000 (14:24 +0000)]
 * toolbox: Removed compilation information from version.c to reduce the
   compilation time.
 * configure.ac: Compilation information are now determined at
   configure-time. Fixed libSDL_image static linking.
 * src/libvlc.c: Removed VLC_CompileTime() since this is not possible
   without increasing the compilation time.

18 years agoForward port of revision 12360.
Jean-Paul Saman [Tue, 23 Aug 2005 12:27:59 +0000 (12:27 +0000)]
Forward port of revision 12360.

18 years ago * extras/contrib/src/Makefile: Fixed installation of ffmpeg. Added libtiff
Christophe Massiot [Tue, 23 Aug 2005 10:07:06 +0000 (10:07 +0000)]
 * extras/contrib/src/Makefile: Fixed installation of ffmpeg. Added libtiff
   in libSDL_image.

18 years ago * configure.ac: on Linux PPC and gcc 4.x, we need to check for the -maltivec
Sam Hocevar [Tue, 23 Aug 2005 09:44:45 +0000 (09:44 +0000)]
  * configure.ac: on Linux PPC and gcc 4.x, we need to check for the -maltivec
    flag before trying to use <altivec.h>.

18 years ago* src/misc/net.c: fixed segfault.
Gildas Bazin [Mon, 22 Aug 2005 21:31:51 +0000 (21:31 +0000)]
* src/misc/net.c: fixed segfault.

18 years ago* src/input/es_out.c: when removing an active track, re-run the track selection algo.
Gildas Bazin [Mon, 22 Aug 2005 20:24:20 +0000 (20:24 +0000)]
* src/input/es_out.c: when removing an active track, re-run the track selection algo.

18 years ago* modules/codec/dvbsub.c: fixed segfault.
Gildas Bazin [Mon, 22 Aug 2005 19:30:52 +0000 (19:30 +0000)]
* modules/codec/dvbsub.c: fixed segfault.

18 years agoWork-around automake being a bit too clever
Rémi Denis-Courmont [Mon, 22 Aug 2005 19:00:19 +0000 (19:00 +0000)]
Work-around automake being a bit too clever

18 years ago* use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago)
Felix Paul Kühne [Mon, 22 Aug 2005 18:51:23 +0000 (18:51 +0000)]
* use latest ffmpeg-cvs again (gibalou fixed our module some weeks ago)

18 years ago * modules/control/hotkeys.c: replaced pow(2,x) constructs with (1<<x). (P.S.: mouah...
Sam Hocevar [Mon, 22 Aug 2005 18:37:43 +0000 (18:37 +0000)]
  * modules/control/hotkeys.c: replaced pow(2,x) constructs with (1<<x). (P.S.: mouahahaha)

18 years ago * src/extras/libc.c: Compilation fix for non-Win32 platforms.
Christophe Massiot [Mon, 22 Aug 2005 18:22:55 +0000 (18:22 +0000)]
 * src/extras/libc.c: Compilation fix for non-Win32 platforms.

18 years ago* modules/codec/dvbsub.c: fixed recent breakage of subtitles positionning.
Gildas Bazin [Mon, 22 Aug 2005 18:12:50 +0000 (18:12 +0000)]
* modules/codec/dvbsub.c: fixed recent breakage of subtitles positionning.

18 years ago * src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This
Christophe Massiot [Mon, 22 Aug 2005 17:58:20 +0000 (17:58 +0000)]
 * src/extras/libc.c: Implemented a vlc_readdir_wrapper under Win32. This
   allows to call vlc_readdir_wrapper("\\") and get a list of Windows drives.
   This is a bit kludgy but so convenient to change drives under Windows.
 * modules/control/http: Adapted to use vlc_readdir_wrapper in foreach
   directory. Thou shalt escape all exported functions with E_() to avoid
   potential namespace collisions !
 * po: Re-run make update-po since POTFILES.in has changed.