An error occurred fetching the project authors.
- 01 May, 2001 1 commit
-
-
Sam Hocevar authored
* Mandatory step for video output IV and the audio output quality fix: the output threads are now spawned when a decoder needs one, so it can decide the audio frequency or the video window size. Still under heavy construction, so don't get too excited at finding bugs in it yet. Note: this change broke the XVideo module, so I made its score much lower than before. I suspect xvideo.so had a bug before which only appears now. Other video output plugins may be broken as well, but again this might be due to old existing bugs showing their ugly head. * Fixed a few buffer overflows in the Gnome interface. * The module bank is now a global variable. The video output bank and the audio output bank might follow (when they exist). * Coding style and organization fixes to the spdif decoder. * autoconf and Makefile changes by Arnaud Gomes-do-Vale <arnaud@carrosse.frmug.org>.
-
- 30 Apr, 2001 3 commits
-
-
Renaud Dartus authored
-
Renaud Dartus authored
- New ac3_imdct - New ac3_downmix
-
Christophe Massiot authored
-
- 29 Apr, 2001 4 commits
-
-
Sam Hocevar authored
* BeOS crash fix by Wade Majors <guru@startrek.com>. Please, try no to forget the ChangeLog when commiting!
-
Stéphane Borel authored
do the mwait and re-init last-cr so that there no date irregularity. Such a thing is necessary for dvd playback at cell change ; however, Meuuh, could you look at that since you might think we should do otherwise. -turned the "bitsream callback discontinuity" message to debug. -removed modification of the title environnement variable in input dvd at title change since we no longer restart the input at title change.
-
Stéphane Borel authored
-
Stéphane Borel authored
cards: it sends raw ac3 frames to an external ac3 decoder. It is very experimental yet, hasn't any synchro ... but it works well with my sblive and my dtt3500 speakers (note that you need a patched emu10k1 driver for this to work). -bug fix in gnome intf thanks to Shane Harper. -bug fix in input_dvd for chapter change.
-
- 28 Apr, 2001 3 commits
-
-
Henri Fallon authored
- Fixed a bug in TS input. It should be more smooth now - Fixed the pace control. Meuuh, could you check ?
-
Sam Hocevar authored
* Fixed a nonsense in configure.in preventing to build sdl.so. * Removed a few stupid debug instructions in aout_s16.c that should have never been commited. Sorry about that.
-
Sam Hocevar authored
* Coding style fixes here and there. * Miscellaneous QNX compile fixes. * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>. * Added Marcari and Gildas to the AUTHORS file. (I commited the mingw32 port because it doesn't add any new code outside the #ifdefs, but we won't tell a word about it for the moment. We don't really need windows users whining about bugs, do we ?)
-
- 27 Apr, 2001 3 commits
-
-
Christophe Massiot authored
--enable-debug still exists, but only activates -g and additional safety checks. I hope I didn't break anything :))
-
Henri Fallon authored
Repaired broadcast support : binding INADDR_ANY doesn't seem to work. You now have to specify the broadcast address as an argument. Btw, thanks to sam, you can now use ts://server:port style, which gives for broadcast : vlc --broadcast broadcast_addr ts://server[:port]
-
Sam Hocevar authored
* Fixed the continuous 'seeking position' bug in network mode. * rc interface plugin for vlc control through /dev/stdin courtesy of Peter Surda <shurdeek@panorama.sth.ac.at>. * Support for `ts://foo:42' style input source: vlc ts://vls.via.ecp.fr:1234 vlc ts://vls.via.ecp.fr vlc ts:vls vlc ts:vls:4321 As a side effect, the Gnome and Gtk "network input" buttons work.
-
- 26 Apr, 2001 3 commits
-
-
Sam Hocevar authored
* Fixed the ac3dec compilation under BeOS. * Removed a useless #include in aout_sdl.c.
-
Sam Hocevar authored
* Commited Shane's XVideo patches. It works here (tm). * Fixed the XVideo aspect ratio (AR_SQUARE_PICTURE means square pixels, not square image).
-
Renaud Dartus authored
- 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)
-
- 25 Apr, 2001 4 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
callback on startup - InitBitstream prototype has changed ; * Removed a buffer zeroing in video output - doesn't change anything for me, does it for you ?
-
Sam Hocevar authored
* Updated the TODO list. * Fixed benny's latest C++ism. * Fonts not found are no longer fatal to the video output.
-
Benoit Steiner authored
check if the new code still compiles everywhere, but it should.
-
- 22 Apr, 2001 1 commit
-
-
Stéphane Borel authored
-removed � bug added at my last commit in css code; cleaned CSSGetKey -various changes and bugfixes in the gnome interface.
-
- 20 Apr, 2001 3 commits
-
-
Renaud Dartus authored
- New ac3_decoder_thread (we now use GetBits) Please warn me if you encounter some problem
-
Sam Hocevar authored
* Fixed build process when no plugins or no builtins were chosen. * Makefile changes to get around MacOS X's brain-damaged gcc. * FreeBSD configure and Makefile patches, courtesy of Espen Skoglund <esk@ira.uka.de>.
-
Stéphane Borel authored
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.
-
- 17 Apr, 2001 2 commits
-
-
Marc Ariberti authored
-
Christophe Massiot authored
-
- 16 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Added .cvsignore files in the plugins directories. * Additional Makefile cleaning for built-in modules. * Fixed Makefile for Solaris target.
-
- 15 Apr, 2001 2 commits
-
-
Sam Hocevar authored
* Updated TODO list with Henri's Apr 6th post. * Built-in modules support almost finished. Now you can compile any module within vlc, even the Gnome, Qt, SDL and GGI modules at the same time, resulting in an awful extra fat vlc binary with gazillons of library dependecies. The only exception is that the Gnome and Gtk+ modules can't be compiled together into vlc. But you can have one compiled built-in and the other as a plugin. Another consequence is that libdl should no longer be needed under MacOS X. I'll check this as soon as possible.
-
Sam Hocevar authored
* Beginning of the built-in modules support. A few words about the changes: - heavy Makefile butchery has taken place, each plugin now has its own Makefile. I know recursive make blablah harmful, but it was just so much easier to do this way. - Makefile.in has disappeared, we now generate Makefile.opts with the overall configuration options, and Makefile.modules which is specific to module compilation. - After ./configure has been run you may want to modify Makefile.opts to check which modules will be compiled built-in or as plugins. - Some modules cannot be compiled built-in right now because proper linkage doesn't work yet. We don't really care since they're the interface or video output modules. The most important stuff works (iDCT, motion, YUV, input). - It's perfectly valid to compile a module both as built-in and as a plugin. vlc will only load the built-in one, but I'll add an option to ignore built-in modules for testing purposes. - We *should* see a performance increase here. I didn't have much time to test it, but if anyone can confirm and perhaps give a rough estimate of how much we gain...
-
- 14 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Got rid of the sleep() hack in beos_specific.cpp * Fixed a segfault when launched without argument under Darwin.
-
- 13 Apr, 2001 3 commits
-
-
Sam Hocevar authored
* Fix for Darwin program path handling. I mistakenly assumed that the program path was always absolute.
-
Stéphane Borel authored
*Added checks in dvd_ifo *Cleanings in gnome interface : the interface should be dependant on the input method.
-
Henri Fallon authored
TS input : only one audio & spu ES selected at a time Intf : ts streams in menu fixed a typo There be certainly need for debug on the TS input as vls complains about wrong sized PES packets, and that many streams do not seem to work. btw, I forgot to mention in my last commit the function that nooone will ever use : "right button" key of 105 keys keybords support under X11, Xv, Sdl
-
- 12 Apr, 2001 4 commits
-
-
Sam Hocevar authored
* Fixed a typo in yesterday's BeOS changes.
-
Stéphane Borel authored
change (useful in network mode)
-
Stéphane Borel authored
-Change the way ifo are read ; I hope this fixes problems with some compilers -Added error checks in dvd input
-
Sam Hocevar authored
* BeOS icon and MIME resources courtesy of Wade Majors <guru@startrek.com>. * Updated icons. * Removed redefinition of NULL in src/audio_decoder/adec_layer?.c. * Created darwin_specific.c to store the program path at boot time. (XXX: check that it didn't break the OS X port) * Fixed a warning in netutils.c.
-
- 11 Apr, 2001 2 commits
-
-
Eugenio Jarosiewicz authored
-
Eugenio Jarosiewicz authored
function support and a no-frills About box Created macosx_common.h in plugins/macosx/ to hold , well, common stuff (the way I see it, there is inherently a difficult separation of intf and vout on Mac OS, if anyone has suggestions I'm open) Cleaned up debug spew I left in modules.c and video_text.c Hacked main.c to disregard argv[1] when compiled for OSX & run as a full app (ie., double clicked and not launched from command line)... read the file for more details. UGLY. Updated Makefile.in to make vlc.app by default on Mac OS X & Darwin, added clean code for it as well
-