Sam Hocevar
3bc51b846d
* Renamed all tags (eg. v0_2_83 -> 0.2.83).
23 years ago
Unknown
0ead5be65e
This commit was manufactured by cvs2svn to create tag 'v0_2_73'.
23 years ago
Henri Fallon
40fe3b4801
Updated files for 0.2.73 release
26 years ago
Sam Hocevar
60d9438c8c
* Fixed a nonsense in configure.in preventing to build sdl.so.
26 years ago
Sam Hocevar
1c5ddd940e
* Don't use the #@%&$! autoconf-suggested CFLAGS.
26 years ago
Sam Hocevar
0a4aeaa67c
* Coding style fixes here and there.
26 years ago
Henri Fallon
eb7f7ca00a
Added a howto. Feel free to correct it. I'll put it on the website soon.
26 years ago
Stéphane Borel
da011cf41a
-fixed a segfault added in last commit: initilisation of p_cache was
done inside a #ifdef DEBUG
It still segfaults for me on exit.
26 years ago
Christophe Massiot
3d72706295
Change --enable-debug into --enable-trace. Same with DEBUG_*.
--enable-debug still exists, but only activates -g and additional
safety checks.
I hope I didn't break anything :))
26 years ago
Henri Fallon
092858e0c8
Repaired broadcast support : binding INADDR_ANY doesn't seem to work.
26 years ago
Sam Hocevar
c0138ec5ec
* Fixed the continuous 'seeking position' bug in network mode.
26 years ago
Sam Hocevar
f2975c712d
* Fixed the ac3dec compilation under BeOS.
26 years ago
Sam Hocevar
fdd0e7d360
* Commited Shane's XVideo patches. It works here (tm).
26 years ago
Renaud Dartus
2715946fd4
* Follow of the new ac3_decoder ;)
- New ac3_mantissa (use of dithflag, new unpack)
- Correction of an introducing counting bug in ac3_parse
(i forget 2 bits in total_bits_read)
26 years ago
Christophe Massiot
c1458b725f
* Removed my optimization attempt.
26 years ago
Christophe Massiot
6783b216ef
* Fixed an alignment issue with the bit stream and the bit stream
callback on startup - InitBitstream prototype has changed ;
* Removed a buffer zeroing in video output - doesn't change anything
for me, does it for you ?
26 years ago
Sam Hocevar
3bc1ec7a6d
* Updated the TODO list.
26 years ago
Benoit Steiner
022a684598
Get rid of the asprintf that were slow and not available on Solaris. Didn't
check if the new code still compiles everywhere, but it should.
26 years ago
Stéphane Borel
26300bb99a
-better handling of angles: you should be able to change on the fly now
-removed � bug added at my last commit in css code; cleaned CSSGetKey
-various changes and bugfixes in the gnome interface.
26 years ago
Sam Hocevar
224c0e0be6
* XVideo fullscreen mode by David Kennedy <dkennedy@tinytoad.com>.
26 years ago
Sam Hocevar
9268862b2b
* X11 fullscreen mode, courtesy of David Kennedy <dkennedy@tinytoad.com>
26 years ago
Sam Hocevar
90510c53db
* Added prototypes for the Elementary Stream input module for Alexis.
26 years ago
Renaud Dartus
3b94a56f8d
* Begin of the new ac3_decoder ;)
- New ac3_decoder_thread (we now use GetBits)
Please warn me if you encounter some problem
26 years ago
Sam Hocevar
39db76ab86
* Fixed build process when no plugins or no builtins were chosen.
26 years ago
Stéphane Borel
b2e1b231bc
-corrected some bugs in gnome interface: language menu are now
synchronized ; and menus have less chances to be changed when they're opened.
-added basic angle support ; this is a first try. It works with my 2
test-DVDs, but I'd like that people having DVDs with repeated scenes to
test it. We can choose angle with command line option -u (don't ask me
why :)
-a cosmetic change in css decryption.
Since config.h.in has changed, you have to re-run ./configure.
26 years ago
Marc Ariberti
9f8fcf88eb
*** empty log message ***
26 years ago
Christophe Massiot
a1c76679d4
Removed a "1" from an intf_DbgMsg() (courtesy of Steve Brown
<sbrown@cortland.com>)
26 years ago
Colin Delacroix
05b2c1efc2
fix MacOS X icon
26 years ago
Christophe Massiot
bb652ac245
Fixed optional PES size bug, courtesy of Steve Brown <sbrown@cortland.com>.
26 years ago
Sam Hocevar
8fc52975d2
OS X fixes:
26 years ago
Sam Hocevar
28b0b9af6b
* Fixed a typo in configure.in
26 years ago
Sam Hocevar
372813ac34
* Merged Makefile.common and Makefile.modules.in into Makefile.modules
26 years ago
Cyril Deguet
adff2a8501
Re-added the new packet allocation method in PS input, using packet caches.
26 years ago
Sam Hocevar
6116299e39
* Added .cvsignore files in the plugins directories.
26 years ago
Stéphane Borel
5427a369c4
-I hope I have fixed the ifo bug lastly !
26 years ago
Stéphane Borel
c01112adc6
-Maybe fixed the "cell not found" bug. I can't test it because I don't
have a dvd drive here, but it should work now.
26 years ago
Sam Hocevar
4a5e3b56ce
* All Debian packages are now lintian-clean.
26 years ago
Sam Hocevar
79a45f72ac
* Updated TODO list with Henri's Apr 6th post.
26 years ago
Sam Hocevar
5b51669f92
* A few Makefile fixes for BeOS
26 years ago
Sam Hocevar
6b3c854071
* Beginning of the built-in modules support.
26 years ago
Sam Hocevar
dc4cad8f9f
* Got rid of the sleep() hack in beos_specific.cpp
26 years ago
Sam Hocevar
e0e2dcdd71
* Fix for Darwin program path handling. I mistakenly assumed that the
26 years ago
Sam Hocevar
a3d70339ee
* Updated version number to 0.2.71 (release today).
26 years ago
Stéphane Borel
f11b9a96dd
*Added udf fix by Billy Biggs
*Added checks in dvd_ifo
*Cleanings in gnome interface : the interface should be dependant on the
input method.
26 years ago
Henri Fallon
c7df0042b1
TS input : only one audio & spu ES selected at a time
26 years ago
Colin Delacroix
bbd9bc5c74
MacOS X
make vlc.app now correctly updates vlc.app
added an icon to the MacOS X vlc
removed the build of the vlc app from the install target
26 years ago
Tony Castley
b9f4c2bd2e
Fixed menu problem in 0.2.7.0
26 years ago
Sam Hocevar
ae157b7220
* Fixed a typo in yesterday's BeOS changes.
26 years ago
Stéphane Borel
7f66cfcadf
-added a field to p_input->stream to inform the interface of a stream
change (useful in network mode)
26 years ago
Stéphane Borel
7fecb798eb
-Fixed a bug in area management added in my last commit
-Change the way ifo are read ; I hope this fixes problems with some
compilers
-Added error checks in dvd input
26 years ago