]> git.sesse.net Git - vlc/log
vlc
22 years agoChanges to ensure the BeOS compile still works.
Tony Castley [Wed, 3 Oct 2001 02:19:21 +0000 (02:19 +0000)]
Changes to ensure the BeOS compile still works.

22 years ago * Added HTTP virtualhost support in the HTTP input.
Sam Hocevar [Tue, 2 Oct 2001 17:09:44 +0000 (17:09 +0000)]
  * Added HTTP virtualhost support in the HTTP input.
  * Enabled mouse clicks in the GGI plugin.
  * Minor Makefile alteration.

22 years ago* Fixed a warning in input_es.c ;
Christophe Massiot [Tue, 2 Oct 2001 17:04:43 +0000 (17:04 +0000)]
* Fixed a warning in input_es.c ;
* Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer
  <mathias@research.att.com>.

22 years ago* Cleaned up sam's mess with input's pf_open and pf_close (not completely) ;
Christophe Massiot [Tue, 2 Oct 2001 16:46:59 +0000 (16:46 +0000)]
* Cleaned up sam's mess with input's pf_open and pf_close (not completely) ;
* With -vvv modules now show up their scores ;

This afternoon I have been a little bored, so the feature of the day is :
* HTTP input support.

You can test it with :
./vlc http://mysite.com:80/mystream.mpg
It doesn't implement any kind of buffering, so make sure you have enough
bandwidth, otherwise you'll just get nothing.

It is compatible with HTTP proxy, just set http_proxy :
export http_proxy="http://proxy.mycompany.com:3128/"

Enjoy !

22 years ago* Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec ;
Christophe Massiot [Tue, 2 Oct 2001 13:34:56 +0000 (13:34 +0000)]
* Borrowed Mandrakesoft's vlc.spec and libdvdcss.spec ;
* New configure option --with-tuning=[arch], extending --enable-pentiumpro ;
for Pentium, use --with-tuning=pentium, for PowerPC 604 use --with-tuning=604,
and so on.

22 years agoDramatically improve compilation time, with a negligible performance
Christophe Massiot [Mon, 1 Oct 2001 16:44:07 +0000 (16:44 +0000)]
Dramatically improve compilation time, with a negligible performance
tradeoff.

22 years ago* Removed -march=pentiumpro ; should now work on pentium-class machines ;
Christophe Massiot [Mon, 1 Oct 2001 16:18:49 +0000 (16:18 +0000)]
* Removed -march=pentiumpro ; should now work on pentium-class machines ;
* Removed --enable-stats configuration directive. Stats are now activated
at runtime with --stats ;
* New intf_StatMsg() call ;
* Vout picture heap is now 8 pictures instead of 5 (better synchro) ;
* Tremendous enhancements in statistics display ;
* Better capabilities handling.

22 years agoError checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.
Christophe Massiot [Mon, 1 Oct 2001 12:48:01 +0000 (12:48 +0000)]
Error checks in debug mode : pthread ERRORCHECK_MUTEX and MALLOC_CHECK_=2.

22 years ago"added support for an unusual construct at the start of some
Christophe Massiot [Mon, 1 Oct 2001 10:27:17 +0000 (10:27 +0000)]
"added support for an unusual construct at the start of some
slices", says walken :-).

22 years agoSmall optimisation of my previous commit.
Arnaud de Bossoreille de Ribou [Sun, 30 Sep 2001 20:25:13 +0000 (20:25 +0000)]
Small optimisation of my previous commit.

22 years ago. in spdif ac3 in selected by default
Stéphane Borel [Sun, 30 Sep 2001 01:26:44 +0000 (01:26 +0000)]
. in spdif ac3 in selected by default

22 years ago. video output grows to respect acpect ratio instead of shrinking (not
Stéphane Borel [Sun, 30 Sep 2001 01:05:37 +0000 (01:05 +0000)]
. video output grows to respect acpect ratio instead of shrinking (not
in x11 because it takes cpu to resize a picture)

. disable dpms in xvideo

22 years ago.better handling of the buffer of the sound driver to try to remove
Stéphane Borel [Sun, 30 Sep 2001 00:33:22 +0000 (00:33 +0000)]
.better handling of the buffer of the sound driver to try to remove
 sratches in spdif.

Thanx to bozo for his help :)

22 years agoFix bad dates in ac3 spdif "decoder" (playing with the bit stream is very
Arnaud de Bossoreille de Ribou [Sat, 29 Sep 2001 14:52:01 +0000 (14:52 +0000)]
Fix bad dates in ac3 spdif "decoder" (playing with the bit stream is very
funny).
Thanks to Stef for his ideas, Meuuh for his bit stream, and Sam for his
trolls :)

22 years agoDarwin ioctl, courtesy of ej0.
Christophe Massiot [Fri, 28 Sep 2001 15:24:11 +0000 (15:24 +0000)]
Darwin ioctl, courtesy of ej0.

22 years agoFixed bugs in the MacOS X port.
Christophe Massiot [Fri, 28 Sep 2001 15:08:40 +0000 (15:08 +0000)]
Fixed bugs in the MacOS X port.

22 years agoFaster configure script and as-yet untested Darwin patches.
Christophe Massiot [Fri, 28 Sep 2001 14:17:16 +0000 (14:17 +0000)]
Faster configure script and as-yet untested Darwin patches.

22 years agoTest for Altivec C extensions.
Christophe Massiot [Fri, 28 Sep 2001 10:39:40 +0000 (10:39 +0000)]
Test for Altivec C extensions.

22 years agoIf memalign isn't available, fall back on valloc.
Christophe Massiot [Fri, 28 Sep 2001 09:57:08 +0000 (09:57 +0000)]
If memalign isn't available, fall back on valloc.

22 years agoFixed a stupid mistake in NormScan().
Christophe Massiot [Fri, 28 Sep 2001 09:55:20 +0000 (09:55 +0000)]
Fixed a stupid mistake in NormScan().

22 years agoBy default, use the real size of the stream for the video output size.
Christophe Massiot [Wed, 26 Sep 2001 12:32:25 +0000 (12:32 +0000)]
By default, use the real size of the stream for the video output size.

22 years agoAltivec IDCT and motion compensation, courtesy of Michel Lespinasse for
Christophe Massiot [Tue, 25 Sep 2001 11:46:14 +0000 (11:46 +0000)]
Altivec IDCT and motion compensation, courtesy of Michel Lespinasse for
mpeg2dec (untested).

22 years agoFixed many alignment issues.
Christophe Massiot [Mon, 24 Sep 2001 11:17:49 +0000 (11:17 +0000)]
Fixed many alignment issues.

22 years agoMiscellaneous updates to configure, especially for cross-compilation.
Christophe Massiot [Fri, 14 Sep 2001 15:36:36 +0000 (15:36 +0000)]
Miscellaneous updates to configure, especially for cross-compilation.

22 years agoFixed Slider overflow and slider behaviour.
Tony Castley [Wed, 12 Sep 2001 01:31:37 +0000 (01:31 +0000)]
Fixed Slider overflow and slider behaviour.
Also corrected the button status behavour.

22 years agoFixed the slider overflow problem.
Tony Castley [Wed, 12 Sep 2001 01:30:07 +0000 (01:30 +0000)]
Fixed the slider overflow problem.
Corrected Slider behaviour.
Simplified Code in the vout_beos ready for another developer to implement
more advanced video output.

22 years agoFixed typos, courtesy of Michel Lanners <mlan@cpu.lu>
Christophe Massiot [Tue, 11 Sep 2001 22:22:31 +0000 (22:22 +0000)]
Fixed typos, courtesy of Michel Lanners <mlan@cpu.lu>

22 years ago Changes to vlc:
Sam Hocevar [Sun, 9 Sep 2001 13:43:25 +0000 (13:43 +0000)]
 Changes to vlc:

  * Fixed arch-dependant build dependencies (Closes Debian bug #109722).
  * Minor changes to the (non-working) ncurses interface.

 Changes to libdvdcss (courtesy of H�kan Hjort <d95hjort@dtek.chalmers.se>):

  * If we see 3000 unencrypted blocks assume that the title is unencrypted.
  * If we have not seen any encrypted block and then discover that the block
    just read is not a valid block of an MPEG2 Program stream, assume that the
    title is unencrypted.
  * Empty keys (for unscrambled sectors) are now cached as well.
  * We try to decrypt the file even if DVD ioctls are not available.

22 years ago- Fixed a netlist packet leak in demuxPSI (Mark Gritter <mgritter@kealia.com>).
Henri Fallon [Thu, 6 Sep 2001 18:21:02 +0000 (18:21 +0000)]
- Fixed a netlist packet leak in demuxPSI (Mark Gritter <mgritter@kealia.com>).

- Removed the nuts message "unable to allocate memory" when the netlist got
empty.

- Cosmetic changes.

22 years agoVarious fixes for GCC 3.0.
Christophe Massiot [Thu, 6 Sep 2001 14:02:56 +0000 (14:02 +0000)]
Various fixes for GCC 3.0.

22 years agoAnother fix for the altivec detection.
Christophe Massiot [Thu, 6 Sep 2001 13:24:21 +0000 (13:24 +0000)]
Another fix for the altivec detection.

22 years agoReworked jlj's patch for field pictures.
Christophe Massiot [Thu, 6 Sep 2001 13:16:26 +0000 (13:16 +0000)]
Reworked jlj's patch for field pictures.

22 years agoFixed numerous bugs with the Altivec IDCT (still not compiling).
Christophe Massiot [Thu, 6 Sep 2001 10:39:10 +0000 (10:39 +0000)]
Fixed numerous bugs with the Altivec IDCT (still not compiling).

22 years agoFixed a warning.
Christophe Massiot [Thu, 6 Sep 2001 10:19:18 +0000 (10:19 +0000)]
Fixed a warning.

22 years agoAdded gnome.h check and cleaned the error messages in the configure
Henri Fallon [Thu, 6 Sep 2001 07:31:39 +0000 (07:31 +0000)]
Added gnome.h check and cleaned the error messages in the configure
script

22 years agoA very tiny small useless optimization in the LPCM decoder
Henri Fallon [Thu, 6 Sep 2001 04:28:36 +0000 (04:28 +0000)]
A very tiny small useless optimization in the LPCM decoder

22 years ago* MPEG audio emphasis fix, courtesy of Matthieu Lochegnies
Christophe Massiot [Wed, 5 Sep 2001 16:46:10 +0000 (16:46 +0000)]
* MPEG audio emphasis fix, courtesy of Matthieu Lochegnies
<lochegm1@cti.ecp.fr> ;
* ac3dec uninitialized data structure fix, courtesy of Damian Ivereigh
<damian@cisco.com>.

22 years ago* Fixed a compilation bug.
Christophe Massiot [Wed, 5 Sep 2001 16:20:23 +0000 (16:20 +0000)]
* Fixed a compilation bug.

22 years ago* Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec
Christophe Massiot [Wed, 5 Sep 2001 16:07:50 +0000 (16:07 +0000)]
* Altivec IDCT and motion compensation, based on Paul Mackerras's mpeg2dec
(untested !) ;
* Local minor optimizations in IDCT ;
* Removed a hopeless kludge in input_clock.c

22 years ago * Fixed a problem with field streams not working with new video decoder.
Jon Lech Johansen [Tue, 4 Sep 2001 23:21:34 +0000 (23:21 +0000)]
  * Fixed a problem with field streams not working with new video decoder.

22 years agoIP Multicast support, courtesy of Mathias Kretschmer <mathias@research.att.com>.
Christophe Massiot [Mon, 27 Aug 2001 16:13:20 +0000 (16:13 +0000)]
IP Multicast support, courtesy of Mathias Kretschmer <mathias@research.att.com>.

22 years ago* Removed O_NONBLCK in aout_Play because we don't use it and some drivers
Christophe Massiot [Fri, 24 Aug 2001 16:28:49 +0000 (16:28 +0000)]
* Removed O_NONBLCK in aout_Play because we don't use it and some drivers
(e.g. have problems with this) ;
* Added warning messages.

22 years ago * Fixed build dependencies for architectures not supporting libasound2
Sam Hocevar [Fri, 24 Aug 2001 10:51:53 +0000 (10:51 +0000)]
  * Fixed build dependencies for architectures not supporting libasound2
    (Closes Debian bug #109722).

22 years agoInstall doesn't explode if libdvdcss hasn't been compiled.
Christophe Massiot [Fri, 24 Aug 2001 09:20:05 +0000 (09:20 +0000)]
Install doesn't explode if libdvdcss hasn't been compiled.

22 years ago * Attempt to fix the SDL detection under *BSD.
Sam Hocevar [Thu, 23 Aug 2001 15:39:46 +0000 (15:39 +0000)]
  * Attempt to fix the SDL detection under *BSD.

22 years agoRemoved /usr/local/include, because it is unsafe in a cross-compilation
Christophe Massiot [Thu, 23 Aug 2001 13:24:38 +0000 (13:24 +0000)]
Removed /usr/local/include, because it is unsafe in a cross-compilation
environment. If you have problems with this, tell me and we'll find an
alternate solution.

22 years agoVery small enhancements.
Christophe Massiot [Thu, 23 Aug 2001 10:08:26 +0000 (10:08 +0000)]
Very small enhancements.

22 years ago- The win32 port is once again using msvcrt.dll instead of msvcrt40.dll
Gildas Bazin [Wed, 22 Aug 2001 21:18:43 +0000 (21:18 +0000)]
- The win32 port is once again using msvcrt.dll instead of msvcrt40.dll
- Fixed a synchro bug (typo) in video_output.c

22 years ago* Added a documentation to use VLC as a netscape plug-in and do some
Christophe Massiot [Wed, 22 Aug 2001 18:47:52 +0000 (18:47 +0000)]
* Added a documentation to use VLC as a netscape plug-in and do some
(buggy) web streaming.

22 years ago* Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
Christophe Massiot [Wed, 22 Aug 2001 17:21:46 +0000 (17:21 +0000)]
* Totally rewrote the video decoder (inspired by walken's mpeg2dec), implying :
- performance boost ;
- fixed the "Dual Prime Arithmetic" bug ;
- 3DNow! motion compensation module ;
* BTW, fixed numerous bugs ;
* AC3dec statistics do not show up with --enable-stats, because I doubt
they're understandable by a normal human being, and they pollute the output.

22 years ago * Grmbl. Forgot to update the libdvdcss changelog.
Sam Hocevar [Wed, 22 Aug 2001 15:16:02 +0000 (15:16 +0000)]
  * Grmbl. Forgot to update the libdvdcss changelog.

22 years ago * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
Sam Hocevar [Wed, 22 Aug 2001 14:23:57 +0000 (14:23 +0000)]
  * Split ChangeLog into ChangeLog and ChangeLog.libdvdcss.
  * Added --xvadaptor flag to select the XVideo adaptor to use.
  * Everything is ready for the 0.2.83 release.

22 years ago * Switched QNX audio output to block mode as stream mode is no
Jon Lech Johansen [Mon, 20 Aug 2001 01:03:28 +0000 (01:03 +0000)]
  * Switched QNX audio output to block mode as stream mode is no
    longer supported under the latest QNX release.

22 years ago * Added support in ./configure for the cprof profiler.
Sam Hocevar [Sun, 19 Aug 2001 23:35:13 +0000 (23:35 +0000)]
  * Added support in ./configure for the cprof profiler.
  * Activated -D_FILE_OFFSET_BITS=64 -D__USE_UNIX98 on all platforms, fixes
    issues under Solaris and QNX.
  * Additional checks for SSE-specific (non-MMXEXT) instructions, as
    reported in <20010817114220.A23480@slartibartfast.angrypacket.com>.

22 years ago * Overlay now works under latest QNX release.
Jon Lech Johansen [Fri, 17 Aug 2001 01:26:45 +0000 (01:26 +0000)]
  * Overlay now works under latest QNX release.

22 years ago * Fixed yesterday's pthread detection fix.
Sam Hocevar [Tue, 14 Aug 2001 17:53:23 +0000 (17:53 +0000)]
  * Fixed yesterday's pthread detection fix.

22 years agoRewritten vout for BeOS. Now does not support overlay however code is simpler
Tony Castley [Tue, 14 Aug 2001 12:09:03 +0000 (12:09 +0000)]
Rewritten vout for BeOS.  Now does not support overlay however code is simpler
and easier to implement overlay and DirectWindow.

22 years ago * GNU/Hurd configuration and compilation fixes.
Sam Hocevar [Tue, 14 Aug 2001 04:52:39 +0000 (04:52 +0000)]
  * GNU/Hurd configuration and compilation fixes.

22 years ago * Fixed a crash in subtitle rendering.
Sam Hocevar [Tue, 14 Aug 2001 00:00:04 +0000 (00:00 +0000)]
  * Fixed a crash in subtitle rendering.
  * Activated old crappy subtitle rendering in overlay mode (ugly but
    probably better than having no subtitles at all).

22 years ago * Added missing debian files I forgot to add a long time ago.
Sam Hocevar [Mon, 13 Aug 2001 12:24:58 +0000 (12:24 +0000)]
  * Added missing debian files I forgot to add a long time ago.
  * Fixed libglide2/libglide3 inconsistency in debian/control.

22 years ago * Another stupid typo (hope I got it right this time :p).
Sam Hocevar [Fri, 10 Aug 2001 17:53:48 +0000 (17:53 +0000)]
  * Another stupid typo (hope I got it right this time :p).

22 years ago * Another mistake in the BSD/OS configuration process.
Sam Hocevar [Fri, 10 Aug 2001 17:43:50 +0000 (17:43 +0000)]
  * Another mistake in the BSD/OS configuration process.

22 years agoAdded --with-sdl-config-path option if you sdl-config is not in $PATH.
Christophe Massiot [Fri, 10 Aug 2001 17:14:11 +0000 (17:14 +0000)]
Added --with-sdl-config-path option if you sdl-config is not in $PATH.

22 years ago * Added proper Conflicts: rules in debian/control.
Sam Hocevar [Fri, 10 Aug 2001 16:38:59 +0000 (16:38 +0000)]
  * Added proper Conflicts: rules in debian/control.
  * configure.in fixes for BSD/OS.

22 years agoFixed a bug in System End Code handling. Contact me in case of problem.
Christophe Massiot [Fri, 10 Aug 2001 16:38:09 +0000 (16:38 +0000)]
Fixed a bug in System End Code handling. Contact me in case of problem.

22 years ago * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
Sam Hocevar [Thu, 9 Aug 2001 23:12:36 +0000 (23:12 +0000)]
  * Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in
    extras/BSDI_dvdioctl after he suggested it. License is GPL.
  * ./configure now checks for an installed libdvd under BSD/OS and
    falls back to ours if not found.
  * Fixed harmless typos in yesterday's Solaris libdvd patches.
  * Bumped libdvdcss version number up to 0.0.3 ; release will probably
    follow once the BSDI changes have been tested.

22 years agoFixed a memory leak in the ifo parser and input_EndStream
Jon Lech Johansen [Thu, 9 Aug 2001 20:16:17 +0000 (20:16 +0000)]
Fixed a memory leak in the ifo parser and input_EndStream

22 years ago * Fixed a bug in the gtk interface which caused vlc to go amok after
Sam Hocevar [Thu, 9 Aug 2001 08:20:26 +0000 (08:20 +0000)]
  * Fixed a bug in the gtk interface which caused vlc to go amok after
    having met a zero-sized area.
  * Found out how to type '�' in vim :-)
  * Added missing bloat to modules_export.h.
  * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore.
  * Added vlc:loop playlist command to go back at the beginning.
    Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop
    This change isn't very elegant but there are already bugs in the
    playlist handling, I'll try to polish it once the playlist is fixed.

22 years ago * Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
Sam Hocevar [Wed, 8 Aug 2001 02:48:44 +0000 (02:48 +0000)]
  * Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.

22 years ago * Updated version number to 0.2.82.
Sam Hocevar [Tue, 7 Aug 2001 10:54:51 +0000 (10:54 +0000)]
  * Updated version number to 0.2.82.
  * Updated ChangeLog.
  * Fixed a typo in Makefile.dep.

22 years ago * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
Sam Hocevar [Tue, 7 Aug 2001 02:48:25 +0000 (02:48 +0000)]
  * Got Makefile to launch ./configure almost properly. $(MAKECMDGOALS) rules !
  * Various debian scripts fixes.
  * Added -lmsvcrt40 to the win32 flags for proper execution under Wine.
  * Fixed broken soname setting under Solaris (and OS X, sort of).
  * Made the illegal instruction report more explicit.
  * BSD/OS 4.3beta1 fixes by Steven M. Schultz <sms@TO.GD-ES.COM>.

22 years ago* Fixed the sdl video output plugin that I broke 2 days ago.
Gildas Bazin [Mon, 6 Aug 2001 20:45:55 +0000 (20:45 +0000)]
* Fixed the sdl video output plugin that I broke 2 days ago.

22 years ago * libdvdcss* packages are now a bit more policy-compliant.
Sam Hocevar [Mon, 6 Aug 2001 13:46:54 +0000 (13:46 +0000)]
  * libdvdcss* packages are now a bit more policy-compliant.

22 years ago * Added a dummy libdvdcss so that the DVD plugin can be used without
Sam Hocevar [Mon, 6 Aug 2001 13:28:01 +0000 (13:28 +0000)]
  * Added a dummy libdvdcss so that the DVD plugin can be used without
    libdvdcss. It will try to dlopen() libdvdcss at runtime, though,
    and will use the dummy functions only if it couldn't find a valid
    libdvdcss. This is probably only useful to package maintainers.

  * Tidied the snapshot-* Makefile rules.
  * Tidied the modules Makefiles.
  * Removed useless stuff in the debian/ directory.
  * Removed the "make all" kludge in the Makefile.opts rule. I hope this
    patch is harmless on all systems.

22 years ago * Made the remote command plugin usable even with no stream.
Sam Hocevar [Mon, 6 Aug 2001 13:13:06 +0000 (13:13 +0000)]
  * Made the remote command plugin usable even with no stream.
  * Fixed a deadlock in the remote command plugin.
  * Fixed a deadlock in the SPU decoder.

22 years ago* Minor bug fix to aout_directx.c
Gildas Bazin [Sun, 5 Aug 2001 18:57:59 +0000 (18:57 +0000)]
* Minor bug fix to aout_directx.c

22 years ago* Big rewrite of the DirectX audio plugin. The audio output is now (almost)
Gildas Bazin [Sun, 5 Aug 2001 15:32:47 +0000 (15:32 +0000)]
* Big rewrite of the DirectX audio plugin. The audio output is now (almost)
    perfect on Win32.
* Fixed a bug in ac3dec_CreateThread() in ac3_decoder_thread.
* On Win32, open() will now open files in binary mode by default.
* A few minor changes to vout_xvideo.c

22 years agoOops, forgot to commit this file.
Gildas Bazin [Fri, 3 Aug 2001 18:03:32 +0000 (18:03 +0000)]
Oops, forgot to commit this file.

22 years ago* Fixed a segfault in yuv_End() in video_yuvmmx.c
Gildas Bazin [Fri, 3 Aug 2001 16:04:17 +0000 (16:04 +0000)]
* Fixed a segfault in yuv_End() in video_yuvmmx.c
* Fixed the "Gdk-ERROR **: BadCursor" bug in the x11 and xvideo plugins
* Fixed a segfault in SetBufferPicture() in video_output.c. This segfault
    only happened with the xvideo plugin because this one is not using
    SetBuffers().

PS: The last fix broke the overlay output of SDL (black screen) I will
  investigate this later on.

22 years ago* Fixed a segfault in PSEnd in input_ps.c
Gildas Bazin [Tue, 31 Jul 2001 21:13:30 +0000 (21:13 +0000)]
* Fixed a segfault in PSEnd in input_ps.c
* The video decoder thread is now also reniced to a lower priority on
  Win32 (as in the linux version). This slightly increases the responsiveness of vlc.

22 years ago* Fixed a Win32 bug in libdvdcss. This bug was appearing on title change.
Gildas Bazin [Mon, 30 Jul 2001 18:56:36 +0000 (18:56 +0000)]
* Fixed a Win32 bug in libdvdcss. This bug was appearing on title change.
* Modified input_dvd so you can now go directly to the selected chapter
  when you change the title.
* Implemented the Probe function in the Xvideo plugin. Xvideo is now the
  default video output plugin when it is supported.

22 years ago* Now use SDL_CFLAGS for searching SDL/SDL.h.
Christophe Massiot [Mon, 30 Jul 2001 14:13:35 +0000 (14:13 +0000)]
* Now use SDL_CFLAGS for searching SDL/SDL.h.

22 years ago* Don't miserably die in `make` when ./configure hasn't be run ;
Christophe Massiot [Mon, 30 Jul 2001 13:57:46 +0000 (13:57 +0000)]
* Don't miserably die in `make` when ./configure hasn't be run ;
* Fixed a bug when compiling KDE plug-in without Qt plug-in ;
* Now taking into account $KDEDIR ;
* Made SDL configure error messages more explicit ;
* --disable-sdl is now correctly taken into account ;
* Changed the order of evaluation of sdl-config and sdl11-config ;
* Finally fixed SDL*/SDL.h check ;

22 years ago * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
Sam Hocevar [Mon, 30 Jul 2001 00:53:05 +0000 (00:53 +0000)]
  * VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.

22 years ago * Better gtk-config detection.
Sam Hocevar [Sun, 29 Jul 2001 22:54:29 +0000 (22:54 +0000)]
  * Better gtk-config detection.
  * Removed duplicate checks in configure.in.
  * Fixed a typo in vlc.spec.

22 years ago * Fix in libdvdcss in the key caching code.
Sam Hocevar [Sat, 28 Jul 2001 02:17:37 +0000 (02:17 +0000)]
  * Fix in libdvdcss in the key caching code.
  * Removed useless variables in configure.in which caused all subsequent
    compilation tests to fail.

22 years agoFixed a FreeBSD bug (again).
Christophe Massiot [Fri, 27 Jul 2001 16:40:20 +0000 (16:40 +0000)]
Fixed a FreeBSD bug (again).

22 years ago * Additional fixes to the sdl-config detection.
Sam Hocevar [Fri, 27 Jul 2001 16:23:14 +0000 (16:23 +0000)]
  * Additional fixes to the sdl-config detection.

22 years ago * Added a make uninstall rule.
Sam Hocevar [Fri, 27 Jul 2001 16:14:58 +0000 (16:14 +0000)]
  * Added a make uninstall rule.

22 years ago * Updated version numbers for imminent release.
Sam Hocevar [Fri, 27 Jul 2001 14:43:30 +0000 (14:43 +0000)]
  * Updated version numbers for imminent release.
  * Fixed the --with-dvdcss flag:
     o --with-dvdcss - build libdvdcss, link statically (also default behaviour)
     o --with-dvdcss=local-static - build libdvdcss, link statically
     o --with-dvdcss=local-shared - build libdvdcss, link dynamically
     o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar
  * Fixed an omission in the dvdcss.h header.

22 years agoDisabled Dual Prime Arithmetic message for the release :-p.
Christophe Massiot [Fri, 27 Jul 2001 09:17:38 +0000 (09:17 +0000)]
Disabled Dual Prime Arithmetic message for the release :-p.

22 years agoFix another little silly thing.
Arnaud de Bossoreille de Ribou [Fri, 27 Jul 2001 01:19:24 +0000 (01:19 +0000)]
Fix another little silly thing.

22 years ago * Changed libdvdcss API to force binary incompatibility. Yeah, this is
Sam Hocevar [Fri, 27 Jul 2001 01:05:17 +0000 (01:05 +0000)]
  * Changed libdvdcss API to force binary incompatibility. Yeah, this is
    evil, but if we don't do it now we'll have to do it when more people
    are using it.
  * Fixed minor libdvdcss stuff such as the soname and compilation flags.
  * New --with-dvdcss flag.
    Explanation:
     o default: build libdvdcss, statically link vlc against it.
     o --with-dvdcss=no: build libdvdcss, dynamically link vlc against it.
     o --with-dvdcss=yes: don't build libdvdcss, use already installed one.
     o --with-dvdcss=/foo: don't build libdvdcss, use libdvdcss from /foo/*.
    (this looks a bit strange to me, I'll find better flag settings)

22 years agoFix a bug in aout spdif with dolby stereo (use of obsolete PTS).
Arnaud de Bossoreille de Ribou [Fri, 27 Jul 2001 00:49:46 +0000 (00:49 +0000)]
Fix a bug in aout spdif with dolby stereo (use of obsolete PTS).

Bozo and Stef : the dream team of bozos. Stef you're gonna die (dunga).

22 years ago* Format asm functions for gcc
Renaud Dartus [Thu, 26 Jul 2001 20:00:33 +0000 (20:00 +0000)]
* Format asm functions for gcc
  -> fixed the segfaults with imdct_sse
  -> sound is hugly with imdct_sse in debug mode

22 years agoNow using gcc -pipe.
Christophe Massiot [Thu, 26 Jul 2001 14:53:24 +0000 (14:53 +0000)]
Now using gcc -pipe.

22 years ago(Hopefully) fixed the #@!$ field pictures bug.
Christophe Massiot [Thu, 26 Jul 2001 11:36:52 +0000 (11:36 +0000)]
(Hopefully) fixed the #@!$ field pictures bug.

22 years agoAccept SDL 1.1.5 or later.
Christophe Massiot [Thu, 26 Jul 2001 09:08:57 +0000 (09:08 +0000)]
Accept SDL 1.1.5 or later.

22 years ago * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
Sam Hocevar [Thu, 26 Jul 2001 03:13:30 +0000 (03:13 +0000)]
  * Fixed the MMX YUV plugin issues with gcc 2.96 and 3.0.
  * Updated TODO, cosmetic changes.

22 years agoNow use sdl-config for SDL.
Christophe Massiot [Wed, 25 Jul 2001 19:14:06 +0000 (19:14 +0000)]
Now use sdl-config for SDL.