Commit Graph

396 Commits

Author SHA1 Message Date
Laurent Aimar aeb8f8596a * all : enable cinepak decoder, I hope I haven't break anything. 2002-07-21 15:18:29 +00:00
Christophe Massiot c7fe104b1c * Added -lrt for HP/UX port. 2002-07-20 22:31:08 +00:00
Sam Hocevar bf9b62a4ea * ALL: changed "struct foo_s" into "struct foo_t" to make greppers happy.
* ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the
    libvlc API.
  * ./src/vlc.c: vlc uses the non-reentrant libvlc functions.
  * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions.
  * ./debian/*: created packages for libvlc0-dev.
2002-07-20 18:01:43 +00:00
Sam Hocevar b2da054480 * ./configure.in: we no longer check for a specific function in -lphtread
because some systems (such as HP-UX...) have them inlined.
2002-07-18 01:23:44 +00:00
Jon Lech Johansen ed74b8c7d1 * ./configure.in: fixed description of MP4 module 2002-07-18 00:59:12 +00:00
Jon Lech Johansen e58ef94f5a * ./configure.in: added mp4 module, default disabled 2002-07-18 00:54:17 +00:00
Christophe Massiot 29e74ec577 * ./configure : fixed Mac OS X compilation which was broken on some machines
* ./include/vlc/vlc.h : include os_specific.h
2002-07-17 21:58:21 +00:00
Christophe Massiot a2447211a2 Fixed nanosleep detection on some platforms. 2002-07-17 21:38:48 +00:00
Sam Hocevar 7076def3b0 * ./configure.in: plugin compilation fix for HP-UX. 2002-07-17 12:21:44 +00:00
Sam Hocevar 30a057c91e * ./configure.in: better protection of CFLAGS and LDFLAGS. Should also fix
remaining issues with XvPutImage detection, please confirm!
2002-07-17 10:01:12 +00:00
Sam Hocevar 55545622ab * ./configure.in: fixed a typo in my previous commit (thx fenrir). 2002-07-15 22:05:59 +00:00
Sam Hocevar d87d5035c3 * ./configure.in: we now look for XvPutImage instead of XvSetPortAttribute
because XvSetPortAttribute isn't always available.
2002-07-15 19:08:51 +00:00
Jon Lech Johansen 57e1951e64 * MacOS X changes:
- added messages and playlist panel
    - simple dock menu (play, pause, stop)
    - context menu in video view
    - localization support: http://nanocrew.net/vlc/vlc-osx-ja.png
    - no longer broken :)
2002-07-15 01:54:04 +00:00
Sam Hocevar dd4f2531ca * ./src/misc/darwin_specific.c, ./src/misc/extras.c: moved our custom
strndup to a separate file so that Win32 can benefit from it.
  * ./include/vlc_threads.h: Borland compilation fix.
2002-07-05 11:18:56 +00:00
Sam Hocevar 4565dc6ee0 * ./mozilla/*: preliminary Mozilla plugin. Only works under Unix for now.
* ./debian/rules: activated the vlc-xosd, vlc-kde and mozilla-plugin-vlc
    Debian packages.
  * ./po/*: updated potfiles.
2002-07-04 18:11:57 +00:00
Jon Lech Johansen 3266cd725c * darwin_specific.[ch]: added strndup needed by video_output.c.
* configure.in: added -lintl to plugins_LDFLAGS.
2002-07-02 22:07:02 +00:00
Christophe Massiot e405691afc Ported previous stable commits. 2002-06-18 23:18:40 +00:00
Gildas Bazin cecb7e869d * ./include/configuration.h: renamed MODULE_CONFIG_* macros into
CONFIG_*.
* ./include/configuration.h, ./plugins/gtk/gtk_preferences.c,
./plugins/filter/transform.c, ./plugins/filter/distort.c,
./plugins/filter/deinterlace.c: added an ADD_STRING_FROM_LIST()
configuration macro.
* ./include/modules.h, ./include/video_output.h,
./src/video_output/video_output.c, ./plugins/filters/*: added a
VOUT_FILTER capability. Having a clear distinction between VOUTs and
VOUT_FILTERs allows us to get rid of ugly hacks. The filters are also
stackable now (use --filter=foo:bar:foo etc..).
* ./include/configuration.h, ./src/libvlc.h, ./src/libvlc.c: clean-up +
added an ADD_USAGE_HINT() configuration macro.
2002-06-11 09:44:22 +00:00
Sam Hocevar dbbbbc3ac3 * ./configure.in: fixed inet_pton detection.
* ./plugins/filter/deinterlace.c: the blend mode is now a lot smoother, but
    also a bit slower, so I also kept the old version, optimized it, and
    called it "mean".
2002-06-10 00:41:08 +00:00
Loïc Minier 2e8031b40a * ./configure.in: checking for the header should be enough in most cases
* ./plugins/xosd/xosd.c: configuration options
2002-06-08 01:41:22 +00:00
Loïc Minier 6c46a708b1 * fixed my typos in configure.in 2002-06-07 22:32:18 +00:00
Loïc Minier 9edc2a4634 * basic On Screen Display intf-plugin based on libxosd 2002-06-07 22:24:04 +00:00
Sam Hocevar 7291e0a7e2 (new in MAIN)
* ./src/interface/interface.c: interfaces are no longer attached only to
    p_vlc.
  * ./src/libvlc.c, ./src/misc/modules.c, ./src/playlist/playlist.c,
    ./src/input/input.c: improvements in the playlist handling (not quite that
    yet though).
(ported from v0_4_1_branch)
  * ./configure.in, ./plugins/mpeg_system/mpeg_ts.c: fixed libdvbpsi handling.
  * ./src/misc/configuration.c: fixed the --nofoo option handling.
  * ./src/interface/main.c: fixed two compilation warnings under Solaris.
2002-06-04 00:11:12 +00:00
Olivier Teulière c4c5b603a2 * added the --with-dvbpsi-tree option 2002-06-03 21:43:41 +00:00
Arnaud de Bossoreille de Ribou 40592166a8 * Makefile, configure.in, configure, MODULES: added a52_system input module.
* plugins/a52_system/Makefile, plugins/a52_system/a52_system.c: a52 input
    module.
  * plugins/ac3_spdif/ac3_spdif.c: added a little mwait to avoid a flood from
    the a52 input module.

Note: the new module aims at reading ac3 streams but it works only with the
ac3_spdif "decoder" since it is the only one which dates each frame contrary
to the others which can't avoid a flood from the input module.
2002-06-02 23:43:38 +00:00
Christophe Massiot dfac0d1dd9 Bumped up version number to 0.5.0-cvs. 2002-06-02 22:45:31 +00:00
Sam Hocevar 211d6badd6 * ./src/video_output/video_output.c: fixed the "picture has invalid status"
bug which might have been the cause of crashes.
  * ./plugins/filter/crop.c: attempt at an automatic border cropping filter,
    using "--filter crop --autocrop".
  * ./vlc.spec: added missing filters to the RPM generation.
  * ./src/misc/objects.c: commented all functions.
  * ./src/misc/objects.c: implemented vlc_object_find( , , FIND_ANYWHERE).
  * ./src/misc/objects.c: renamed vlc_object_unlink to vlc_object_detach.
2002-06-02 09:03:54 +00:00
Sam Hocevar 1dedf688ba * ./plugins/dummy/intf_dummy.c, ./plugins/chroma/i420_yuy2.c,
src/interface/intf_eject.c, src/misc/threads.c: win32 compilation fix.
  * ./plugins/directx/aout_directx.c, plugins/directx/vout_directx.c,
    ./plugins/directx/vout_events.c: the DirectX notification and event threads
    now use the vlc_thread_create / vlc_thread_ready scheme. Untested.
  * ./configure.in: added a check for inttypes.h and sys/int_types.h.
  * ./configure.in: fixed the HTTP plugin compilation under BeOS.
  * ./plugins/network/ipv6.c: reactivated IPv6 module.
2002-06-01 16:45:35 +00:00
Sam Hocevar 9e3ab283c2 * ALL: the first libvlc commit.
As for video output 4, this breaks almost everything, but I'll slowly
  do what remains to be fixed during the weekend.

   Changes in vlc:
   ===============

  * vlc is now a very small program (20 lines) which uses the libvlc API;
   it is quite simple for the moment but can be extended in the future.

  * interfaces, decoders, video outputs, etc. are now almost the same
   objects (yes, I know, this is C++ redone in C) and are structured in
   a tree. More about this later, but basically it allows the following
   nice features:
    - several interfaces
    - several playlists with several outputs
    - input plugins spawning helper interfaces (will be used for DVD menus)
    - anything spawning anything; I swear there are useful uses for this!

  * libvlc can be used in other programs; I'm currently writing a Mozilla
   plugin for my employer.

   Things currently broken:
   ========================

  * most interfaces, most ports
  * the playlist handling (almost finished rewriting this though). This means
   no file can be played from the GUI, you need to use the commandline. This
   also means it segfaults at EOF, when exiting the program, and it sometimes
   refuses to open a file when asked to.
2002-06-01 12:32:02 +00:00
Sam Hocevar 6c4fa3740c * ./po/vlc.pot: updated potfile.
* ./po/pl.po: polish translation, courtesy of Arkadiusz Lipiec
    <A.Lipiec@elka.pw.edu.pl>.
2002-05-27 18:34:33 +00:00
Christophe Massiot 64845e08f5 Fixed HTTP input under Win32 (thanks ipkiss). 2002-05-22 23:11:00 +00:00
Sam Hocevar 50e5262462 * ./configure.in: tried to fix the -lavcodec detection. 2002-05-20 22:26:01 +00:00
Christophe Massiot ff4bf779fb * Bumped up version number to 0.4.0 ;
* Updated changelog.
2002-05-20 20:58:58 +00:00
Gildas Bazin 3ce5cf5966 * First try for IPv6 support on Win32. This hasn't been tested so it
might not work! To compile this stuff you need a mingw compiler with
  w32api-1.3.

The win32 code uses the getaddrinfo function because inet_pton is
supposed to be deprecated and not supported by Microsoft. gethostbyname2
isn't supported as well. Maybe we could try to unify the ipv6 plugin and
have all the ports use getaddrinfo ? (I didn't dare to do it because I
don't want to break anything before a release ;-)
2002-05-20 19:49:18 +00:00
Sam Hocevar b4985b910a * ./Makefile.opts.in: removed configuration stuff which does not need to
rebuild anything to Makefile.config, so that editing it will not cause
    a complete rebuild.
2002-05-20 14:12:15 +00:00
Christophe Massiot dec3c9e9b1 * Fixes for ffmpeg and mad. 2002-05-19 22:46:53 +00:00
Christophe Massiot 35fa354401 * New --with-ffmpeg option for standard installations. 2002-05-19 11:29:51 +00:00
Christophe Massiot 80b9aa2b0a * Menu item to maximize the volume in Mac OS X ;
* Dropped dependancy on autoconf 2.52.
2002-05-18 13:33:44 +00:00
Sam Hocevar 3425b2e6d5 * ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh). 2002-05-17 16:38:41 +00:00
Sam Hocevar bb347b6a8f * ./configure.in: added libdvbpsi version check. 2002-05-15 00:04:52 +00:00
Gildas Bazin 9a9e873cb1 * new --with-mad-tree configure option.
* updated BUGS file.
2002-05-14 20:39:23 +00:00
Sam Hocevar d75890a891 * ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
display. To duplicate 12 times, use `--filter clone:12'.
2002-05-13 19:30:40 +00:00
Christophe Massiot 4bef8ffbce * Fixed menus [Mac OS X port]
* Objective-C files are now .m
* Fixed a major bug in the spu decoder
* Disabled auto-hiding of mouse cursor since it doesn't work when browsing
  menus ; instead, click in the video window
2002-05-12 20:56:34 +00:00
Laurent Aimar 94bda0d1bf * include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins.
* plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...)
    * Makefile configure.in : to compile it
2002-05-10 02:04:17 +00:00
Sam Hocevar 8e9f4dc514 * ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
* ./configure.in: deactivated ipv6.so under QNX for now.
2002-05-04 15:49:56 +00:00
Sam Hocevar 9e00d13571 * ./configure.in: we check support for variadic macros (screw Borland!). 2002-05-03 18:40:21 +00:00
Christophe Massiot f7cee4f2da * Misc sound fixes [Mac OS X port]
* Fixed VCD double detection
2002-05-01 22:32:27 +00:00
Gildas Bazin a833d9d840 * added a --with-a52-tree option to the configure script. 2002-05-01 19:59:42 +00:00
Gildas Bazin 9d6920b9ea * moved the function definitions from threads.h into threads_funcs.h. This
allows us to move p_main_sys into p_main (p_main->p_sys).
* fixed the --with-gtk-config-path and --with-sdl-config-path options in
   configure.in
2002-04-27 22:11:22 +00:00
Johan Bilien 30046622c5 * ALL : better FreeBSD detection for VCD input 2002-04-27 02:20:32 +00:00
Christophe Massiot 7eb66813ac Fixed a typo in libdvbpsi handling. 2002-04-26 23:52:04 +00:00
Johan Bilien 1c26af817b * plugins/vcd/cdrom_tools : FreeBSD 4.5 port of the vcd input. 2002-04-26 23:32:23 +00:00
Sam Hocevar ebf1f25531 * ./configure.in: dropped usage of $withval and $enableval in favor of the
safer variants $with_foo and $enable_foo.
2002-04-25 21:35:31 +00:00
Johan Bilien 5a70322c5f * Moved Program Specific Information decoder to the ts demux module
* Added a mpeg_ts_dvbpsi module tha uses libdvbpsi to decode PSIs. It is
  used by default if the lib is found. It shares much code with mpeg_ts
2002-04-25 02:10:33 +00:00
Jon Lech Johansen 4397dc74f0 * Fixed MacOS X module linking problem. 2002-04-24 22:56:43 +00:00
Sam Hocevar fbe65af695 * ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
upcoming work.
2002-04-23 23:06:05 +00:00
Sam Hocevar a6bccb1c29 * ./src/interface/main.c: tidied the help output code.
* ALL: removed underscores from option names and made a few options more
    self-explanatory, for instance --input_channel becomes --audio-channel;
    run vlc -H to see what has changed.
  * ALL: replaced many occurences of "plugin" with the word "module".
  * ./src/interface/main.c: moved all satellite-specific configuration options
    to the satellite plugin.
  * ./po/*: updated translations.
2002-04-23 14:16:21 +00:00
Sam Hocevar 1521d766d4 * ./src/interface/main.c: i_warning_level is set to 0 to avoid unwanted
verbose messages.
  * ./po/en_GB.po: British translation.
2002-04-22 08:20:26 +00:00
Sam Hocevar 62ffd1a0bf * ./vlc.spec: fixed build dependencies.
* ./configure.in: when -lintl is available, we now also link plugins with it.
2002-04-18 19:38:57 +00:00
Sam Hocevar 9e607c8036 * ./configure.in: switched version to 0.3.1.
* ./vlc.spec: imported Mandrakesoft's latest enhancements.
  * ./ChangeLog: updated ChangeLog.
2002-04-18 05:11:30 +00:00
Sam Hocevar e81cf378be * ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
extension gethostbyname2(), thanks to Thomas Graf.
2002-04-18 04:34:37 +00:00
Sam Hocevar db10e796ee * ./AUTHORS: added people locations, just for fun.
* ./configure.in: disabled SSE plugins when using mingw32.
  * ./src/misc/configuration.c: disabled the AltiVec warning message on the
    PowerPC platform because it was misleading.
2002-04-17 11:43:31 +00:00
Sam Hocevar 6d8b08a432 * ./configure.in: fixed a bug in the libdvdread detection.
* ./configure.in: fixed plugin compilation under Win32.
2002-04-10 00:08:36 +00:00
Christophe Massiot 0393b2535b * Fixed Altivec-enabled version of fastmemcpy
* Fixed --memcpy switch
* Changed CFLAGS_VLC to vlc_CFLAGS (last-minute changes are great ideas :p)
* New README file for MacOS X.
2002-04-07 23:08:44 +00:00
Sam Hocevar a0249c48f6 * ./configure.in: wrote a better test for libdvdread detection.
* ./plugins/gtk/gtk.glade: added lines this #@%$! Glade had munched, fixes
    a segfault in the Gtk+ popup menu when toggling the interface.
  * ./plugins/motion/motion.c: fixed a compilation issue on compilers which
    do not accept empty macro arguments.
2002-04-07 06:48:48 +00:00
Sam Hocevar db7581242a * ./Makefile, ./configure.in: misc BeOS build fixes. 2002-04-05 21:26:29 +00:00
Sam Hocevar 1b0868ed29 * ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
* ./Makefile: we don't include the Gtk+ and SDL DLLs in the win32 package
    anymore, the package is now 700k instead of 4MB.
  * ./configure.in, ./Makefile, ./Makefile.opts.in: replaced LIB_FOO with
    foo_LDFLAGS and CFLAGS_BAR with bar_CFLAGS for faster builds, and moved a
    lot of stuff from Makefile.opts.in back to configure.in.
  * ./install-win32: updated script for NSIS 1.96.

   I hope this doesn't break too many other architectures...
2002-04-05 20:44:23 +00:00
Sam Hocevar 0d691469a7 * ./configure.in: added --enable-intfwin to enable the win32 interface and
--with-bcbuilder to tell make where to find Borland C++ Builder.
2002-04-05 12:35:47 +00:00
Sam Hocevar e98aae28c0 * ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
* ./plugins/win32/Makefile: intfwin.so can be built using commandline.
  * ./configure.in, ./include/threads.h, ./include/common.h: a custom defs.h
    file isn't needed for the intfwin plugin anymore.
  * ./INSTALL.win32: updated compilation instructions for the intfwin plugin.
2002-04-05 03:27:27 +00:00
Gildas Bazin cf5b3832dc * introduced a memalign wrapper that will align the memory manually if
memalign doesn't exist.

  void *vlc_memalign( size_t align, size_t size, void **pp_orig )
  where the return value is the aligned pointer and *pp_orig is the pointer
  that has to be freed afterwards.

  the arithmetic I'm doing on the pointer to align it is not portable to
  64bits architectures. If someone knows how to something portable, please
  tell me ( and no I don't want to do if(sizeof(void *) == blabla) ).

  Other little problem, I was planning to use posix_memalign by default in
  the wrapper implementation but it doesn't work (someone can tell me what
  I'm doing wrong ?)

* re-enabled the sse plugins on win32 as we don't have anymore alignment
  issues.

* fixed typo in vout_directx.c
2002-04-05 01:05:22 +00:00
Christophe Massiot a33d6accd4 * FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
* Disabled memcpyaltivec since it's buggy
2002-04-04 22:51:01 +00:00
Christophe Massiot 054b90aa1d * Fixed intf_eject for iPAQ (untested)
* asm memcpyaltivec for Linux/PPC
2002-04-04 22:08:05 +00:00
Sam Hocevar 71b4ea0ba4 * ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
replaced the outdated author list with a "VideoLAN Team" entry.
  * ./debian/rules, ./debian/control: deactivated the vlc-kde package because
    it does not work, and removed the vlc-a52 package because liba52 is
    statically linked into vlc.
  * ./debian/control: added more helpful package descriptions.
  * ALL: changed version to 0.3.0. Yeah, it's coming.
  * ./Makefile: fixed make dist.
2002-04-04 15:35:09 +00:00
Sam Hocevar b29f85e06c * ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
* ./plugins/dvd/dvd.c: we look for libdvdcss.so.2 as well as -.so.1.
  * ./configure.in: BSD/OS fixes thanks to Steven M. Schultz.
  * ./Makefile: renamed the `snapshot' rule to `dist'.
  * ./Makefile: removed the `snapshot-nocss' rule which isn't needed anymore.
2002-04-04 05:08:05 +00:00
Christophe Massiot 439f10a65c * Fix for iPAQ familiar Linux (untested)
* HTTP files now find the EOF (though HTTP input is still broken)
2002-04-03 23:24:42 +00:00
Christophe Massiot 928d731dba Fixed altivec memcpy module [OS X port] 2002-04-03 22:36:50 +00:00
Sam Hocevar dd5d92a425 * ./Makefile.modules: modules now depend on Makefile.opts.
* ./configure.in: added (hopefully) explicit messages on how to get
    libdvdcss and link vlc with it.
  * ./plugins/dvdread/input_dvdread.c: removed inclusion of dvd_udf.h.
2002-04-03 16:22:23 +00:00
Sam Hocevar 5ba63c6664 * ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
contributor is currently working on.
2002-04-03 06:45:36 +00:00
Sam Hocevar 0beab2c2c8 * ALL: removed libdvdcss from the vlc tree.
* ALL: removed libdvdread from the vlc tree.
  * ./acconfig.h: removed this file.
  * ./plugins/dvd/dummy_dvdcss.c: merged this file into dvd.c.
  * ./AUTHORS: moved a few gentlemen to the libdvdcss AUTHORS file.
2002-04-03 06:23:08 +00:00
Sam Hocevar 981c5ccad6 * ./po/ja.po: added Japanese translation from Fumio Nakayama
<endymion@ca2.so-net.ne.jp>.
  * ./plugins/gtk/gtk_callbacks.c: fixed disc ejection code.
  * ./ChangeLog: how about a nice cup of 870 lines of ChangeLog for the 0.3.0
    release?
2002-04-03 02:43:14 +00:00
Gildas Bazin 22b05cefc6 * Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
( this creates a small memory leak as we don't free the string obtained
    from config_GetPszVariable, but I think we can live with it for now )

* the SSE plugins are disable on the mingw32 build as they don't work.
  ( because memalign is not implemented on win32, and malloc only aligns
    on an 8 bytes boundary )

* fixed small mistake in INSTALL.win32
2002-04-02 23:27:07 +00:00
Christophe Massiot 75824aafc4 Added memcpyaltivec. 2002-04-02 23:00:27 +00:00
Sam Hocevar 77d515ff6d * ./configure.in: BeOS, liba52 and chroma plugin compilation fixes.
* ./plugins/dvd/dvd_access.c: removed a warning.
  * ./src/misc/configuration.c: Solaris fixes by Meuuh.
  * ./FAQ: removed outdated stuff.
2002-04-02 10:17:08 +00:00
Jean-Paul Saman 396805bf24 Added Netherlands translation (nl) to configure.in 2002-03-27 19:53:38 +00:00
Christophe Massiot 9e82d79bfd * GNU make detection
* Deleted non-working fullscreen menu item [OS X]
* udp and http no longer modify p_input->psz_name
2002-03-26 23:39:43 +00:00
Xavier Marchesini c58149f510 * Win32 fix. 2002-03-22 00:24:17 +00:00
Christophe Massiot 022983ea98 Miscellaneous fixes for the OS X port. 2002-03-21 23:49:20 +00:00
Gildas Bazin fb3f8ba53d * moved GetConfigurationFromCmdLine() into configuration.c and renamed it
into config_LoadCmdLine()
* config_GetHomeDir doesn't use getpwuid_r anymore as this was creating
   some problems on solaris. This function now uses getpwuid and is called
   only once to store the home directory into the p_main structure.
2002-03-21 07:11:57 +00:00
Johan Bilien 6d7c226153 *** empty log message *** 2002-03-21 02:27:04 +00:00
Christophe Massiot 1c7d942747 Fixed a typo. Grmbl. 2002-03-19 23:47:48 +00:00
Christophe Massiot a77d93f0e6 Better IPv6 detection. IPv6 is disabled under MacOS X (no inet_pton
call).
2002-03-19 23:44:44 +00:00
Sam Hocevar 8ce5aeea91 * ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
* ./configure.in: fixed a few bashisms.
  * ./src/misc/configuration.c: fixed build under Solaris.
  * ./TODO: updated todo list.
2002-03-19 14:00:50 +00:00
Sam Hocevar fde2aaeaf2 * ./configure.in: BeOS compilation fixes.
* ./debian/rules: activated (broken) KDE interface.
  * ./plugins/access/http.c: fixed a segfault.
  * ./plugins/alsa/aout_alsa.c: fixed a segfault.
2002-03-19 05:49:31 +00:00
Jon Lech Johansen 5dcebef960 * MacOS X aout now uses AudioConverter for int->float
* Various MacOS X intf improvements and bug fixes
2002-03-19 03:33:52 +00:00
Christophe Massiot 64439677ba MacOS X compile fixes. 2002-03-19 00:12:26 +00:00
Sam Hocevar aaee289a1e * ./configure.in: fixed linking of the ipv4 plugin. 2002-03-18 17:09:54 +00:00
Xavier Marchesini 1d1ede1dad * DirectX plugin is now correctly detected and configured. 2002-03-18 16:38:33 +00:00
Sam Hocevar ced4c0f627 * ./BUGS: updated bug list.
* ./configure.in: ./configure --help should be a lot clearer now.
2002-03-17 21:59:52 +00:00
Sam Hocevar 4c8afc762f * ./plugins/chroma/i420_rgb8.c: plain C 8 bpp transformation.
* ./plugins/chroma/i420_rgb16.c: plain C 24/32 bpp transformations.
  * ./plugins/ggi/ggi.c: support for 8 bpp displays.
  * ./plugins/sdl/vout_sdl.c: support for 8 bpp displays.
  * ./plugins/x11/xcommon.c: support for 8 bpp displays.
  * ./src/video_output/video_output.c: fixed a segfault.
2002-03-17 17:00:38 +00:00
Sam Hocevar 2f4af9df22 * ./configure.in: more modules are plugins.
* ./src/misc/configuration.c: changed ~/.VideoLan/vlc to ~/.videolan/vlcrc,
    and a few cosmetic changes (sorry Gildas for the butchery).
  * ./plugins/chroma/i420_rgb16.c: C version of the I420 to RV15/16 chroma.
2002-03-16 23:03:19 +00:00