Sam Hocevar
50e5262462
* ./configure.in: tried to fix the -lavcodec detection.
25 years ago
Christophe Massiot
ff4bf779fb
* Bumped up version number to 0.4.0 ;
* Updated changelog.
25 years ago
Gildas Bazin
3ce5cf5966
* First try for IPv6 support on Win32. This hasn't been tested so it
25 years ago
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.
25 years ago
Christophe Massiot
dec3c9e9b1
* Fixes for ffmpeg and mad.
25 years ago
Christophe Massiot
35fa354401
* New --with-ffmpeg option for standard installations.
25 years ago
Christophe Massiot
80b9aa2b0a
* Menu item to maximize the volume in Mac OS X ;
* Dropped dependancy on autoconf 2.52.
25 years ago
Sam Hocevar
3425b2e6d5
* ./src/misc/mtime.c: we use nanosleep whenever possible (patch from Meuuh).
25 years ago
Sam Hocevar
bb347b6a8f
* ./configure.in: added libdvbpsi version check.
25 years ago
Gildas Bazin
9a9e873cb1
* new --with-mad-tree configure option.
25 years ago
Sam Hocevar
d75890a891
* ./plugins/filter/clone.c: New filter, `--filter clone', duplicates
display. To duplicate 12 times, use `--filter clone:12'.
25 years ago
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
25 years ago
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
25 years ago
Sam Hocevar
8e9f4dc514
* ./plugins/network/ipv4.c: fixed ipv4.so compilation under QNX.
* ./configure.in: deactivated ipv6.so under QNX for now.
25 years ago
Sam Hocevar
9e00d13571
* ./configure.in: we check support for variadic macros (screw Borland!).
25 years ago
Christophe Massiot
f7cee4f2da
* Misc sound fixes [Mac OS X port]
* Fixed VCD double detection
25 years ago
Gildas Bazin
a833d9d840
* added a --with-a52-tree option to the configure script.
25 years ago
Gildas Bazin
9d6920b9ea
* moved the function definitions from threads.h into threads_funcs.h. This
25 years ago
Johan Bilien
30046622c5
* ALL : better FreeBSD detection for VCD input
25 years ago
Christophe Massiot
7eb66813ac
Fixed a typo in libdvbpsi handling.
25 years ago
Johan Bilien
1c26af817b
* plugins/vcd/cdrom_tools : FreeBSD 4.5 port of the vcd input.
25 years ago
Sam Hocevar
ebf1f25531
* ./configure.in: dropped usage of $withval and $enableval in favor of the
safer variants $with_foo and $enable_foo.
25 years ago
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
25 years ago
Jon Lech Johansen
4397dc74f0
* Fixed MacOS X module linking problem.
25 years ago
Sam Hocevar
fbe65af695
* ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
upcoming work.
25 years ago
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.
25 years ago
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.
25 years ago
Sam Hocevar
62ffd1a0bf
* ./vlc.spec: fixed build dependencies.
25 years ago
Sam Hocevar
9e607c8036
* ./configure.in: switched version to 0.3.1.
25 years ago
Sam Hocevar
e81cf378be
* ./configure.in, ./plugins/network/ipv6.c: support for the GNU glibc
25 years ago
Sam Hocevar
db10e796ee
* ./AUTHORS: added people locations, just for fun.
25 years ago
Sam Hocevar
6d8b08a432
* ./configure.in: fixed a bug in the libdvdread detection.
25 years ago
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.
25 years ago
Sam Hocevar
a0249c48f6
* ./configure.in: wrote a better test for libdvdread detection.
25 years ago
Sam Hocevar
db7581242a
* ./Makefile, ./configure.in: misc BeOS build fixes.
25 years ago
Sam Hocevar
1b0868ed29
* ./plugins/win32/win32.cpp: fixed `--intf intfwin' which wasn't working.
25 years ago
Sam Hocevar
0d691469a7
* ./configure.in: added --enable-intfwin to enable the win32 interface and
25 years ago
Sam Hocevar
e98aae28c0
* ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
25 years ago
Gildas Bazin
cf5b3832dc
* introduced a memalign wrapper that will align the memory manually if
25 years ago
Christophe Massiot
a33d6accd4
* FINALLY fixed HTTP input bug (I'm SO HAPPY with this !)
* Disabled memcpyaltivec since it's buggy
25 years ago
Christophe Massiot
054b90aa1d
* Fixed intf_eject for iPAQ (untested)
* asm memcpyaltivec for Linux/PPC
25 years ago
Sam Hocevar
71b4ea0ba4
* ./plugins/gtk/gtk.glade, plugins/gtk/gnome.glade, ./plugins/kde/kde.cpp:
25 years ago
Sam Hocevar
b29f85e06c
* ./src/video_output/video_output.c: fixed a vout4 image starvation bug.
25 years ago
Christophe Massiot
439f10a65c
* Fix for iPAQ familiar Linux (untested)
* HTTP files now find the EOF (though HTTP input is still broken)
25 years ago
Christophe Massiot
928d731dba
Fixed altivec memcpy module [OS X port]
25 years ago
Sam Hocevar
dd5d92a425
* ./Makefile.modules: modules now depend on Makefile.opts.
25 years ago
Sam Hocevar
5ba63c6664
* ./plugins/ogg/*: added preliminary files for an Ogg/Vorbis decoder a
25 years ago
Sam Hocevar
0beab2c2c8
* ALL: removed libdvdcss from the vlc tree.
25 years ago
Sam Hocevar
981c5ccad6
* ./po/ja.po: added Japanese translation from Fumio Nakayama
25 years ago
Gildas Bazin
22b05cefc6
* Got rid of the DVD_DEVICE macro. We now use the dvd_device config option.
25 years ago