An error occurred fetching the project authors.
- 14 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed a crash in subtitle rendering. * Activated old crappy subtitle rendering in overlay mode (ugly but probably better than having no subtitles at all).
-
- 10 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Added proper Conflicts: rules in debian/control. * configure.in fixes for BSD/OS.
-
- 09 Aug, 2001 2 commits
-
-
Sam Hocevar authored
* Added BSD/OS libdvd by Steven M. Schultz <sms@TO.GD-ES.COM> in extras/BSDI_dvdioctl after he suggested it. License is GPL. * ./configure now checks for an installed libdvd under BSD/OS and falls back to ours if not found. * Fixed harmless typos in yesterday's Solaris libdvd patches. * Bumped libdvdcss version number up to 0.0.3 ; release will probably follow once the BSDI changes have been tested.
-
Sam Hocevar authored
* Fixed a bug in the gtk interface which caused vlc to go amok after having met a zero-sized area. * Found out how to type '�' in vim :-) * Added missing bloat to modules_export.h. * 'snapshot*' rules do not depend on 'clean', and don't use /tmp anymore. * Added vlc:loop playlist command to go back at the beginning. Usage: vlc file1.mpeg file2.mpeg ... fileN.mpeg vlc:loop This change isn't very elegant but there are already bugs in the playlist handling, I'll try to polish it once the playlist is fixed.
-
- 08 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Solaris DVD decryption support by H}kan Hjort <d95hjort@dtek.chalmers.se>.
-
- 07 Aug, 2001 1 commit
-
-
Sam Hocevar authored
* Updated version number to 0.2.82. * Updated ChangeLog. * Fixed a typo in Makefile.dep.
-
- 30 Jul, 2001 1 commit
-
-
Sam Hocevar authored
* VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
-
- 29 Jul, 2001 1 commit
-
-
Sam Hocevar authored
* Better gtk-config detection. * Removed duplicate checks in configure.in. * Fixed a typo in vlc.spec.
-
- 28 Jul, 2001 1 commit
-
-
Sam Hocevar authored
* Fix in libdvdcss in the key caching code. * Removed useless variables in configure.in which caused all subsequent compilation tests to fail.
-
- 27 Jul, 2001 3 commits
-
-
Sam Hocevar authored
* Additional fixes to the sdl-config detection.
-
Sam Hocevar authored
* Added a make uninstall rule.
-
Sam Hocevar authored
* Updated version numbers for imminent release. * Fixed the --with-dvdcss flag: o --with-dvdcss - build libdvdcss, link statically (also default behaviour) o --with-dvdcss=local-static - build libdvdcss, link statically o --with-dvdcss=local-shared - build libdvdcss, link dynamically o --with-dvdcss=/foo/bar - don't build libdvdcss, use libdvdcss in /foo/bar * Fixed an omission in the dvdcss.h header.
-
- 25 Jul, 2001 2 commits
-
-
Gildas Bazin authored
* dvdcss_readv optimisations for Win32. We now send only one read command to the DVD drive for the whole iovec. * Fixed _win32_dvdcss_aread to work around the WinASPI32 64kb transfer size restriction. * New and theoretically better Win32 pthread implementation which fixes a problem I was having when changing title on a DVD (netlist related). vlc_cond_multicast may or may not work. * Fixed the "quit" event handling in directx/vout_events.c. * dvd_ifo.c now takes into account error messages from UDFFindFile. * Temporarily disabled aout_Probe() in aout_SDL (this function is creating an awful lot of problems - libSDL bug ).
-
Sam Hocevar authored
* Updated ChangeLog.
-
- 19 Jul, 2001 2 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 18 Jul, 2001 1 commit
-
-
Christophe Massiot authored
the scroll bar are now correct for MPEG-2 streams. There is probably a better way to do it, but I haven't found in months.
-
- 16 Jul, 2001 1 commit
-
-
Christophe Massiot authored
* Updated ChangeLog and TODO.
-
- 19 Jun, 2001 1 commit
-
-
Sam Hocevar authored
* FreeBSD (and probably QNX) shared memory handling fix.
-
- 15 Jun, 2001 1 commit
-
-
Sam Hocevar authored
* Unrolled two loops in dvd_netlist.c to prevent flooding. * DVD input stuttering fix by Jon Lech Johansen.
-
- 14 Jun, 2001 2 commits
-
-
Sam Hocevar authored
* Added gprof profiling support with --enable-profiling. It works at last! configure with --enable-profiling, build, run vlc (you may want to add --noaudio, it currently segfaults with sound here) and launch "gprof vlc" when finished. To make gprof work with multithreaded programs, one needs to set the internal ITIMER_PROF timer for each new thread launched. I did this through a wrapper in vlc_thread_create (see include/threads.h).
-
Sam Hocevar authored
* Fully working Windows DVD ioctl support by Jon Lech Johansen. * Usual weekly ChangeLog mass-update.
-
- 07 Jun, 2001 1 commit
-
-
Sam Hocevar authored
* Put most builtins in plugins again due to performances issues (more about this in a forthcoming post here). * Fixed the painfully slow build process (at last!). * Moved the null plugin together with the dummy one. * Added new dummy input plugin. More on the dummy input plugin: we'll use it to insert commands in the playlist. Currently implemented are the "quit" and "pause" functions, here are examples on how they are used: vlc file.mpeg vlc:quit # exit after file.mpeg has been read. vlc file1.mpeg vlc:pause:3 file2.mpeg # pause 3 seconds before playing # the next file. From now we can more efficiently benchmark vlc. For instance, to test the video output changes I am doing, I use such a command: time vlc -I dummy --noaudio file.mpeg vlc:quit Future extentions might include more interesting stuff like "switch to full screen", "repeat next file 3 times", "switch to SDL video output"...
-
- 05 Jun, 2001 1 commit
-
-
Sam Hocevar authored
* Updated things and stuff for 0.2.80 release.
-
- 15 May, 2001 1 commit
-
-
Sam Hocevar authored
* FreeBSD pthread fixes.
-
- 12 May, 2001 1 commit
-
-
Henri Fallon authored
Put a little note in the doc about "dvd devices"
-
- 11 May, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed a deadlock in spudec.
-
- 10 May, 2001 1 commit
-
-
Sam Hocevar authored
* Added SPU cropping. * Gnome interface segfault fix. * BeOS interface segfault fix by AnEvilYak (what's you real name btw?). Note: if you want to have a look at the currently buggy YUV subpictures, uncomment line 1999 of src/video_output/video_output.c. Don't report bugs about this, I _know_ it's a quick hack.
-
- 08 May, 2001 2 commits
-
-
Sam Hocevar authored
* Fixed an aspect ratio issue in the SPU decoder, and optimized the SPU renderer.
-
Sam Hocevar authored
* Speed optimization in the handling of the unusual ephemer DVD subtitles. * Little optimization to bozo's UnalignedShowBits fix. * Race fix in the packet cache by Jon Lech Johansen <jon-vl@nanocrew.net>.
-
- 06 May, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed a few warnings with gcc 3.0. * aout and vout are now allocated in banks, making it possible to have several of them at the same time. * configure now checks for MMX and MMX EXT support in the assembler. * Removed all MMX code from the main program and moved it to the existing idct modules (Closes: Debian bug #96036). Don't forget to make distclean before building vlc again.
-
- 02 May, 2001 2 commits
-
-
Sam Hocevar authored
* FreeBSD CSS decryption support.
-
Henri Fallon authored
* Corrected vlc-howto thanks to Arnaud Gomes-do-Vale * Fixed a segfault in TS input. Some stream still do not work, or work very slowly with many error messages. I'll try to have a look.
-
- 01 May, 2001 3 commits
-
-
Sam Hocevar authored
* Fixed a remaining buffer overflow in the Gnome interface and applied the patches to the Gtk+ interface.
-
Sam Hocevar authored
* Fixed a segfault in the SPU decoder initialization.
-
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>.
-
- 29 Apr, 2001 2 commits
-
-
Stéphane Borel authored
-I haven't forgotten the chagelog this time :)
-
Sam Hocevar authored
* BeOS crash fix by Wade Majors <guru@startrek.com>. Please, try no to forget the ChangeLog when commiting!
-
- 28 Apr, 2001 2 commits
-
-
Henri Fallon authored
Updated files for 0.2.73 release
-
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.
-