Christophe Massiot
848637d07e
* MacOS X port :
- New creator ID : VLC#
- Borders in fullscreen mode are now black and the movie is centered
(jlj P0\/\/3r)
- A/V sync should be much more precise
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
Sam Hocevar
fbe65af695
* ./plugins/avi, ./plugins/ffmpeg: created empty directories for fenrir's
upcoming work.
25 years ago
Sam Hocevar
5a55a34a9f
* ./Makefile: fixed the Win32 interface under Win2k/XP.
* ./src/misc/modules_plugins.h: implemented a dlerror()-like wrapper
for the Win32 API.
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
bff02b4d4b
* ./plugins/win32/mainframe.dfm: swapped two mixed up tooltips.
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
e98aae28c0
* ./plugins/win32/intfwin.bpr: we now build intfwin.so at the right place.
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
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
Christophe Massiot
ecbcf0b312
* Altivec-enabled version of fastmemcpy
* Use ImageBuffer instead of ScreenBuffer in OS X video output (should be
faster)
25 years ago
Gildas Bazin
65e17139ec
* updated the "package-win32" rule
25 years ago
Johan Bilien
6d7c226153
*** empty log message ***
25 years ago
Sam Hocevar
8ce5aeea91
* ./plugins/aa: aalib output plugin courtesy of Sigmund Augdal.
25 years ago
Sam Hocevar
0d972bf52f
* ./Makefile: fixed OS X vlc.app compilation dependencies.
25 years ago
Christophe Massiot
5658c1d960
* IPv6 network module, courtesy of Alexis Guillard <alexis.guillard@bt.com>,
for BT ;
* --6 and --4 options to force IPv6 or IPv4 (FIXME: it should be -6 and
-4 but I don't know how to do it with the new configuration module) ;
* Channel manager now uses a socket from the network plug-in and is more
portable (and probably broken, too :) ;
* input_ReadPS and input_ReadTS are now in mpeg_system.c to be more
easily reused by plug-ins other than mpeg_ps and mpeg_ts.
That's all for tonight.
25 years ago
Gildas Bazin
ddc7a493d3
* added network to the list of the plugins directories in Makefile
25 years ago
Christophe Massiot
d0bf23fa73
Input III (Episode 1).
- Major rewrite of the buffer core functions
- Modularity of access plugins (file, udp, http)
- Modularity of network stack (ipv4, soon ipv6)
- Autodetection of the type of stream
And a new killing feature : HTTP streams are now seekable.
Please note that dvd, dvdread and vcd plug-ins are broken and thus disabled.
25 years ago
Sam Hocevar
1c467b80a5
* ./plugins/gtk/gtk_menu.c: fixed a compile issue on IA64.
25 years ago
Sam Hocevar
d4243d5979
* Fixed a quite old bug in the audio output which made the sound stutter
25 years ago
Gildas Bazin
c40571df60
This is the first part of the new configuration architecture for vlc.
25 years ago
Sam Hocevar
8cc8d9579d
* ./configure.in: removed a bashism.
25 years ago
Sam Hocevar
38ed5ffcae
* ./Makefile: the win32 port now uses a more recent version of gtk+.
25 years ago
Sam Hocevar
730cc399c5
* Got rid of TRACE and intf_DbgMsg which were seldom used anyway.
25 years ago
Jon Lech Johansen
89be0ac8de
* MacOS X vout improvements
* MacOS X intf now returns, allowing vlc to terminate properly
* Added a new make target: package-macosx
25 years ago
Gildas Bazin
622b440047
* Just renamed the liba52_adec plugin into a52 to comply with the naming
25 years ago
Sam Hocevar
f5c0a050bd
* ./plugins/lirc/lirc.c: IR remote control plugin by Sigmund Augdal
<sigmunau@stud.ntnu.no>, activate with --enable-lirc.
* ./configure.in: put liba52_adec in a builtin for PIC/non-PIC reasons.
25 years ago
Gildas Bazin
5e7b466d87
* New AC3 decoder plugin using liba52 from Aaron Holtzman and
25 years ago
Gildas Bazin
595d768452
* Added a new very simple audio plugin for Win32. This plugin uses the
25 years ago
Stéphane Borel
8c0d4cd70f
Configure and Makefile tweaking for dvdread module.
It is now activated with option --with-dvdread, that takes the same options
as --with-dvdcss.
If you link with libdvdread statically dvdread is compiled builtin ; if you
link dynamically, it is compiled as a plugin.
25 years ago
Sam Hocevar
641382a2dc
* ./configure.in: added extra checks for strange compilers such as
25 years ago
Sam Hocevar
ddec0b930e
* ./plugins/win32: skeleton for the win32 interface Ipkiss is developing.
25 years ago
Cyril Deguet
c1aa8904b1
- le coup de gr�ce: all the code in audio output is now factorized (except
25 years ago
Cyril Deguet
d33deda2fe
HUGE cleanings in audio output:
25 years ago
Sam Hocevar
c7b1c474c6
* ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was
25 years ago
Sam Hocevar
1e053ea0ed
* ./plugins/mga/mga.c: removed the mgammx module and put the code in
25 years ago
Sam Hocevar
0d65984a11
* ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin.
25 years ago
Sam Hocevar
2ccbfd77fd
* ./Makefile: fixed a bug when no builtins were selected.
25 years ago
Sam Hocevar
53b978f865
* ./BUGS: added a list of known bugs. Please add your findings!
25 years ago
Sam Hocevar
bf7ee74f8f
* ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes.
25 years ago
Sam Hocevar
cc0f0bb6fd
Some heavy changes today:
25 years ago
Christophe Massiot
abde4bbfb7
* Changed the way decoder_fifo_t works ;
* Minor optimizations in the Next Generation Buffer Manager.
25 years ago
Sam Hocevar
e48d619555
* Added Jeffrey Baker to the AUTHORS file.
25 years ago
Sam Hocevar
2d90188b73
* Initialize SDL before opening the SDL audio output.
25 years ago
Sam Hocevar
8acfd9b406
* Ultimate fixes to the win32 package generation.
25 years ago
Sam Hocevar
d4a83aef09
* Pathetic attempt at a 4:2:2 renderer and deinterlacer, combining the
25 years ago
Sam Hocevar
c1ba1b4951
* CPU detection under BeOS.
25 years ago