- 23 Feb, 2001 3 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 22 Feb, 2001 5 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
purposes).
-
Stéphane Borel authored
better now. :p
-
Stéphane Borel authored
found one DVD for which ifo seems false). -Title and chapter selection on the command line (see -t and -T options) It will allow to watch some DVD that went through menus by default. -beginning of menus in gnome interface.
-
Renaud Dartus authored
-
- 21 Feb, 2001 5 commits
-
-
Jean-Marc Dressler authored
- New video output method, the vlc now uses BBitmap instead of BDirectWindow (better performances) - Added resizing - Added beta support for overlay
-
Sam Hocevar authored
Hrm. Some strange phenomenon known as sleepiness made me commit a bunch of .o's. Blame me.
-
Sam Hocevar authored
(note: empty CVS mails mean that a new directory has been created, don't forget to use the -p option if you cvs update) * Added a plain Gtk+ port of the Gnome interface, for the gnome-impaired people. Gtk+ is now compiled by default, while Gnome isn't (you will have to add --enable-gnome when running configure) * Replaced -lcurses with -lncurses in configure.in.
-
Henri Fallon authored
TS Input : - Added DemuxPSI, DecodePAT and DecodePMT. Never tested which streams where PAT or PMT are splitted in more than one section. - Some TS files still don't work (matrix.ts i.e : no sound ), others do ... i'll have to investigate. Todo : - What if data get unaligned ? - Write NetworkOpen - Try to find why I get no sound on matrix.ts - Support Stream and program selection.
-
Sam Hocevar authored
* Forgot to fix the vlc.spec. * Added Bozo to the author list.
-
- 20 Feb, 2001 11 commits
-
-
Sam Hocevar authored
* Updated version number to 0.2.62. Release tonight. * DVD plugin is still non-functional when you don't have DVD ioctls, but at least it compiles under BeOS as well. * Minor cosmetic changes here and there.
-
Jean-Marc Dressler authored
-
Christophe Massiot authored
-
Christophe Massiot authored
fucking holy piece of *�$^%� !
-
Renaud Dartus authored
* Adding authors * Prepared to add asm imdct and downmix
-
Sam Hocevar authored
-
Sam Hocevar authored
* Fixed a segfault in input.c when no input plugin was found for a given file. * Fixed a deadlock in the Gnome interface. Next time I'll initialize my mutexes, I promise. * Added Oct to the authors list in intf_gnome.glade :)
-
Stéphane Borel authored
title handling; it is coming :)
-
Sam Hocevar authored
* Ported Glide and MGA plugins to the new module API. MGA never worked, so this didn't make it work better. * Started thinking about built-in modules, and added some code to make it easier eventually. * Added Oct in the AUTHORS file. * Fixed a mistake in configure.in. * All your base are belong to us. * Fixed a bug in src/misc/modules which prevented loading modules when launched from the Tracker. * Fixed a similar bug in src/video_output/video_text.c. * BeOS CSS support, thanks to Markus Kuespert <ltlBeBoy@beosmail.com> who ported the Linux DVD ioctls. We can now read encrypted DVDs under BeOS ! Woohoo.
-
Stéphane Borel authored
-
Stéphane Borel authored
First serie of changes in DVD module for the forthcoming interface menus There is a new capability in input type modules for setting the attributes of a new area. It is set to NULL for PS and TS plugins. It should be called for every title change, chapter change, audio mode change or spu channel change. But this part of code is not used at the moment, and is not completed yet.
-
- 19 Feb, 2001 5 commits
-
-
Christophe Massiot authored
activating YUV overlay on startup whenever hardware acceleration is available. Thanks for bearing with us, stay tuned.
-
Christophe Massiot authored
* Changed video decoder's error messages into warnings.
-
Renaud Dartus authored
* Some cosmetic changes
-
Sam Hocevar authored
* Drag and drop support under BeOS.
-
Stéphane Borel authored
but still fails with some DVD for which the movie is not the first Program. As a consequence some DVD that worked before don't work anymore. -Beginning of ideas to handle chapters and ES selection
-
- 18 Feb, 2001 4 commits
-
-
Sam Hocevar authored
* configure.in and Makefile.in patches for better SDL support and support for $(bindir) $(datadir) and $(libdir) stuff, courtesy of Arkadiusz Miskiewicz <misiek@pld.ORG.PL> * Ported ggi.so to the new modules API. As for the other modules, only the "q" key works. Moreover, VLC doesn't exit cleanly if you close the GGI window. * Deactivated non-working widgets in the Gnome interface. * Added CONTRIBUTORS file. Hint of the day: don't expect to code quite long in your bed when sleepy.
-
Sam Hocevar authored
* Ported the framebuffer plugin to the new module API. As for most of the other video output modules, keyboard doesn't work. Except ^C to quit.
-
Jean-Marc Dressler authored
The BeOS port seems to work again. I used this command to play an unencrypted DVD, but maybe there is a better solution: ./vlc dvd:/dev/disk/ide/atapi/1/master/0/raw Current problems: gcc doesn't like MMX-EXT instructions, and refuses to have register %ebx being used in the main application. Grr. ,-- don't trust the CVS bot, it's Sam speaking here :) /
-
Stéphane Borel authored
related file with 100% reliability (great change that should make DVDs with binaries and extra stuff work with vlc). -Correction of a bug in ifo reading that falsified the adress of video titles. -Changed the method for selecting title at start. It is _not_ reliable though, but it is better than the preceding one.
-
- 17 Feb, 2001 1 commit
-
-
Sam Hocevar authored
* Tried to fix the BeOS interface and video output. Any BeOS developers listening ? I can't even test that code, it probably wants additional fixing. * Added a workaround in modules.c for broken libc's which happen to truncate filenames in dentry structures when using 64bits offsets. The kind of stuff you only see in RedHats <g>. * Made the SDL error messages a bit more useful. * The Gnome menu is now created when mouse is released, not when it is pressed. It may sound stupid, but it really makes a difference.
-
- 16 Feb, 2001 2 commits
-
-
Sam Hocevar authored
* Upgraded version number to 0.2.61. Release is today. * Fixed package building (both RPMs and .debs). * Fixed `make snapshot' rule. * Added some magic to filename detection. To read a DVD you now just need to run 'vlc dvd:/dev/hdc' for instance. Same for file:// URIs. * Fixed a segfault in the slider when no stream was playing. * Made the slider go from 0 to 100 (instead of 99 :) * The vlc now doesn't exit when finished playing. As a side effect of the playlist code being very recent, it continuously loops.
-
Sam Hocevar authored
* Fixed a segfault in the input thread creation, as well as a possible deadlock. This happened mostly when opening non-existing files. * Created input_SetStatus to do input_SetRate's job. input_SetRate will be used to set an arbitrary rate, for people who want to read DVDs at 1/2.71828 times the actual speed. * Stubs for the ncurses control interface. No working code yet, but the holes just need to be filled. * Improved X11 support. Still not as functional as before. * The output window now states the method name, so that people know whether they are using X11 or SDL. * The Gnome interface is now drag'n'drop aware, you can drop a file on it just like Xine does (or so I guess).
-
- 15 Feb, 2001 3 commits
-
-
Stéphane Borel authored
-Beginning of udf support (not in Makefile)
-
Sam Hocevar authored
* made the vout_sdl.c functions static * ported vout_x11.c to the modules API; code isn't very nice yet though
-
Sam Hocevar authored
* X11 output works again. It's just the output, but it works; I now need to clean the code and add event handling.
-
- 14 Feb, 2001 1 commit
-
-
Henri Fallon authored
Begining of TS Input Done : - fixed netlist - embryo : support TS video trough file ( kludgy ... ) Next : - Write DecodePSI and DemuxPSI, wich will clean the kludges off Then : - Write NetworkOpen ( shouldn't be difficult ) Eventually : - Deal with lost/corrupt packets
-