- 06 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Code cleanup: removed a few tabulations. * Fixed inline asm routines to remove all read/write operands. * Added <string.h> to most files to prevent warnings under FreeBSD. * Added "break;" after "default:" in case switches to prevent warnings when compiling with GCC 3.0pre.
-
- 05 Apr, 2001 3 commits
-
-
Cyril Deguet authored
switched back to the old packet allocation method for PS input, because Sam does not want the new one ;)
-
Cyril Deguet authored
Added a new packet allocation method that punish one's mother in PS input. I hope there won't be too many segfaults because of it ;) A few parameters must be adjusted to optimize this method; I'll do it later because Proba Stat sucks ;)
-
Sam Hocevar authored
* added the GNU getopt library, which gets compiled in when getopt_long isn't available on the desired platform. * replaced the `--warning' flag with the standard cumulative `-v' flag. `-v' is like `--warning 3', and `-vvvv' is like `--warning 0' (`--warning' is still valid for those used to it) * cleaning in configure.in and Makefile.in, the Solaris port now builds and runs properly.
-
- 04 Apr, 2001 2 commits
-
-
Sam Hocevar authored
* compilation fixes for the BeOS DVD ioctls * XVideo plugin enhancements by Shane Harper <shanegh@optusnet.com.au>
-
Sam Hocevar authored
* additional enhancements to the OS X DVD ioctl module * big cleaning of the BeOS DVD ioctl code, got rid of all Linuxisms
-
- 03 Apr, 2001 1 commit
-
-
Stéphane Borel authored
seems to have a bug that make the vlc crash on title/audio/spu change. I hope that this bug will be fixed soon for the performance is poorer now -add-ons and changes in gnome interface: *menu subdivision is done only if there are over 20 items, *in DVD mode next/prev apply to title, *in DVD mode, added a box with button to navigate through chapters. This has not been finished yet (and it is not in gtk plugin then). And I think I will leave toolbar next/prev buttons for playlist and add button specifically for title change like for chapters.*
-
- 02 Apr, 2001 2 commits
-
-
Sam Hocevar authored
* fixes for the Qt plugin compilation under Debian * heavy butchering in the CSS and DVD ioctl code to put all architecture- dependent code in dvd_ioctl.c * added almost fully-functional /dev/dvd driver for MacOS X in extras/DVDioctl; to build it: % cd extras/DVDioctl % pbxbuild % kextload build/DVDioctl.kext # note: kextload has to be run as root be aware that the license for the DVDioctl kernel extension is not GPL but APSL, because I borrowed some code from the Darwin kernel.
-
Richard Shepherd authored
This (for some reason) improves audio/video sync
-
- 01 Apr, 2001 3 commits
-
-
Stéphane Borel authored
-New function input_ToggleES for interaction with interface. -Changes in gnome interface : navigation menus are now splited, there are radio item in menus and the code should be better. -First step for dvd_ifo rewritting. Now allocation/disallocation is being done as it has to be. -Fixed a bug in title management that make dvd like Seven work.
-
Sam Hocevar authored
* fixed a typo
-
Sam Hocevar authored
* XVideo plugin courtesy of Shane Harper <shanegh@optusnet.com.au> * Makefile.in and configure.in fixes by Nilmoni Deb <ndeb@ece.cmu.edu> * A few syntax fixes in the plain X11 plugin
-
- 26 Mar, 2001 1 commit
-
-
Sam Hocevar authored
- fixed SDL compilation, thanks to Colin. - disabled Altivec iDCT until it works.
-
- 25 Mar, 2001 1 commit
-
-
Richard Shepherd authored
-
- 22 Mar, 2001 1 commit
-
-
Stéphane Borel authored
multi-angle streams -Changed seek function to prevent jump-at-will and to remove two bugs in sector computing. -Initialize some values in netlist (payload_discard wasn't which caused frame dropping) -Come back of multi-sector read which should make reading faster Now, theyre should be very few reading error, and we have got back the performance we had before my netlist polioting :p
-
- 21 Mar, 2001 2 commits
-
-
Sam Hocevar authored
* Header cleaning: filled all empty authors fields, added CVS $Id stuff. * Fixes to aout_darwin.c by Colin Delacroix <colin@zoy.org>. * Fixes to configure.in, Makefile.in and main.c (Altivec detection) by Eugenio Jarosiewicz <ej0@cise.ufl.edu>. * Added Colin and Eugenio to the AUTHORS file.
-
Sam Hocevar authored
* Fixed a typo in the Altivec iDCT module declaration. * Made a few enhancements to the Makefile.
-
- 20 Mar, 2001 9 commits
-
-
Sam Hocevar authored
* Altivec instructions autodetection.
-
Sam Hocevar authored
* SDL fixes and enhancements by Shane Harper <shanegh@optusnet.com.au> Shane, I removed the static variables from your code because static is not thread-safe, and one can imagine having several video output windows launched at the same time. Also, I made your feature work in windowed mode as well, because people kept asking how to hide the mouse pointer. Also, if you want to work on the XVideo extension, you are welcome ; most of us are quite busy at the moment. Damien Lucas <nitrox@via.ecp.fr> had offered to work on it, but he seems to be a bit lost, so you may want to take over his job. As for the "zoom" feature, I suggest you wait until version 4 of the video output is done, it'll be easier to do then. Regards,
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Christophe Massiot authored
* Added warnings for ac3 mantissa (we still have problems with AC3 on MacOS X) ; * Renamed WriteResource to avoid a namespace clash with Darwin's WriteResource.
-
Sam Hocevar authored
* Split audio output into several separate files to make it easier to debug. Removed a few redundancies as well.
-
- 19 Mar, 2001 3 commits
-
-
Henri Fallon authored
Added a #include that prevented when compiling on redhat.
-
Sam Hocevar authored
* vlc core compiles under QNX RTOS. Now if anyone feels like tidying it and writing output and interface plugins...
-
Sam Hocevar authored
* Fixed Debian sparc build for real (Closes: Debian bug #89285).
-
- 18 Mar, 2001 4 commits
-
-
Henri Fallon authored
Replaced ( a < b/c ) by ( a*c < b ).
-
Henri Fallon authored
- Changed read method : we now use select, so we are now able to quit even if no packet has benn receivced. - Put more exmplicit error messages I noticed that now I have "Seeking to position ...." messages even with network input. If someone can do a quick fix, thanks about it.
-
Sam Hocevar authored
* Forgot to remove a prototype when creating skeleton plugin.
-
Sam Hocevar authored
* Function prototypes for the forthcoming Darwin and MacOS X port. * Gtk+ interface: fixed a precision issue in the scale. * Qt interface: somebody pop up us the menu!!
-
- 17 Mar, 2001 2 commits
-
-
Stéphane Borel authored
-
Richard Shepherd authored
-
- 16 Mar, 2001 1 commit
-
-
Christophe Massiot authored
* Changed files so that the MacOS X port compiles & runs [MacOS X port] ; * If SDL/GTK/DSP is not available, don't compile the associated module.
-
- 15 Mar, 2001 3 commits
-
-
Stéphane Borel authored
-
Sam Hocevar authored
* Bug fixes and enhancements in the Gtk+/Gnome interfaces. o the slider should behave correctly and stop jumping here and there (this bug is _not_ related to Stef's similar bug) o added an "open network" menu (useless since the input doesn't handle it properly yet) o tried to reorganize gnome_callbacks.c and gtk_callbacks.c o stream date is now displayed instead of percentage o renamed gnome_sys.h to intf_gnome.h, and gtk_sys.h to intf_gtk.h * Changed documentation and package creation files. o added versioned conflicts/replaces to vlc-gtk (Closes Debian bug #88796) o removed useless or outdated documentation from doc/* o moved vlc.1 manpage from debian/vlc.1 to doc/vlc.1 * Added basic Qt interface. o working features: slide bar, open file, toolbar, popup menu o added "qvlc" alias, equivalent to "vlc -I qt" o known issues : no "open disc" or "open network" menus yet the IntfWindow class is never cleaned on destruction the popup menu always pop at the middle of the screen * Misc fixes/updates. o renamed netutils.h functions from input_* to network_* o renamed *plst* files and functions to *playlist* (it was stupid from me to name them "plst") o made a few input error messages more meaningful o added -I, -A and -V short flags, corresponding to --intf, --audio and --video I got a lot of conflicts on this commit, lart me if I forgot a file or made old bugs reappear.
-
Stéphane Borel authored
-Added radio checks in menu items. There are still issues with default selected item but it works well.
-
- 14 Mar, 2001 1 commit
-
-
Pierre Baillet authored
-