- 21 May, 2001 1 commit
-
-
Tony Castley authored
-
- 19 May, 2001 1 commit
-
-
Stéphane Borel authored
title/chapter/audio/spu/angle, we tell the input to do intead of doing it inside the interface. It results in fewer locks during the changes. *The dvd plugin reads again blocks of 32 sectors to gain speed since there are no more lock-ups during stream change. I've also created a new file that contain function to described video and audio streams with ifo datas. The changes are made only for gtk. We should update the other interfaces soon (beos at least). There is a memory corruption somewhere that make the vlc crash. I've no idea where to search.
-
- 18 May, 2001 1 commit
-
-
Xavier Marchesini authored
-
- 16 May, 2001 2 commits
-
-
Renaud Dartus authored
* Remove kmudge for ac3 on MacOS X
-
Sam Hocevar authored
* We now do pthread detection for FreeBSD like the XMMS guys do. It works even better.
-
- 15 May, 2001 4 commits
-
-
Sam Hocevar authored
* FreeBSD pthread fixes.
-
Sam Hocevar authored
* AC3 IMDCT and downmix functions are now in plugins, --imdct and --downmix options added.
-
Stéphane Borel authored
-
Stéphane Borel authored
*added a b_stopped flag to interface playlist to have a stop function in interface plugins. As a consequence, the playlist no longer loops on end but wait for the user to press 'play' or to add another item (gtk/gnome interface). I think that other plugins are broken but it shouldn't be difficult to repair: just add a 'p_main->p_playlist->b_stopped = 0' in play functions and 'p_main->p_playlist->b_stopped = 1' when you have to stop. *Updated gtk interface so that it has the same features as gnome. I think I will merge the code so that we don't have to copy and paste each change. Only the .glade file would be different.
-
- 14 May, 2001 1 commit
-
-
Renaud Dartus authored
If you have a PIII or a Athlon and you want to try this, just comment #if 0 in ac3_downmix.c and ac3_imdct.c and add in AC3_DECODER section of Makefile : src/ac3_decoder/ac3_imdct_sse.o \ src/ac3_decoder/ac3_srfft_sse.o \ src/ac3_decoder/ac3_downmix_sse.o \ src/ac3_decoder/ac3_downmix_3dn.o \
-
- 12 May, 2001 1 commit
-
-
Henri Fallon authored
Put a little note in the doc about "dvd devices"
-
- 11 May, 2001 2 commits
-
-
Sam Hocevar authored
* Fixed a deadlock in spudec.
-
Henri Fallon authored
(jwbaker@acm.org) Please notice that even if if builds with alsa 0.9beta, it's hardly usable as it goes very often un Xrun mode. Though, it works fine with current alsa CVS.
-
- 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 5 commits
-
-
Sam Hocevar authored
* Fixed an aspect ratio issue in the SPU decoder, and optimized the SPU renderer.
-
Arnaud de Bossoreille de Ribou authored
-
Arnaud de Bossoreille de Ribou authored
-
Arnaud de Bossoreille de Ribou authored
Henri: a 0.5s timeout is not (time_t)0.5 sec and (time_t)0 usec but (time_t)0 sec and (time_t)500000 usec Now the input doesn't eat all the cpu any more :p
-
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>.
-
- 07 May, 2001 4 commits
-
-
Arnaud de Bossoreille de Ribou authored
not wotk correctly (for instance VLS' generated TS streams)
-
Sam Hocevar authored
* Added support for some terribly braindead DVD subtitles in Kenshin which do not have a "stop display" command. Anime fans rejoice! * Fixed the BeOS interface to use p_aout_bank instead of p_main->p_aout. * Coding-style butchery (mostly tabs).
-
Henri Fallon authored
-
Stéphane Borel authored
level corresponds now to the nb of -v to display the message. *added functionnal preference window in gnome: it changes the envirronment variables *added jump window in gnome to jump to a precise time.
-
- 06 May, 2001 3 commits
-
-
Stéphane Borel authored
-
Stéphane Borel authored
tuned appearence, added preferences window (with no features yet), jump window to go to specified time (not functionnal yet), and fixed some bugs. *moved b_fullscreen from p_vout->p_sys to p_vout and unified way of toggling fullscreen in sdl in x11/xvideo output (using p_vout->i_ch nges) so that an interface plugin can toogle fullscreen (implemented in gnome) *added p_input->stream.p_selected_area->i_tell in input TS so that the slider work with ts files ( however, the time counter doesn't since we have no mux_rate ) *improved ac3 spdif output ( and made it work again :)). It uses a true blank frame now, and it allows to switch languages like a traditionnal output. It doesn't support multiplexing though, neither can we switch between spdif/analogical mode on-the-fly. *beginning of the back port of gnome to gtk for those who do not have gnome.
-
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.
-
- 05 May, 2001 1 commit
-
-
Andres Krapf authored
the playlist and the popup are unimplemented.
-
- 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>.
-
- 30 Apr, 2001 4 commits
-
-
Renaud Dartus authored
-
Renaud Dartus authored
- New ac3_imdct - New ac3_downmix
-
Christophe Massiot authored
-
Christophe Massiot authored
-
- 29 Apr, 2001 4 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!
-
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
-