- 29 May, 2001 1 commit
-
-
Stéphane Borel authored
-
- 28 May, 2001 5 commits
-
-
Sam Hocevar authored
* Added a wrapper for readv() on platforms which don't support it. The network support now compiles under Win32, but still doesn't work, the select in plugins/mpeg/input_ts.c never returns any data. Is there anything like strace(1) under Win32 to debug this ?
-
Xavier Marchesini authored
It compiles under Linux and Win32 (yeeaaahaaa, haven't broken anything :-)) (added the WinSock library initialization and cleanup) Could someone test if it does really function ?
-
Sam Hocevar authored
* Of course my Win32 patch broke the Un*x version.
-
Sam Hocevar authored
* Forgot a little #ifdef, sorry.
-
Sam Hocevar authored
* Win32 compilation fixes, esp. the MAC retrieval.
-
- 27 May, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed my latest BeOS support breakage.
-
- 25 May, 2001 3 commits
-
-
Sam Hocevar authored
* Fixed a warning for *BSD compilation. * Fixed a typo in yesterday's Darwin ioctl fixes. * Patch by Eugenio so that the OS X interface and video output handle the aout and vout banks.
-
Sam Hocevar authored
* Forgot a file for BeOS.
-
Sam Hocevar authored
OS X fixes: * Applied Eugenio's fix to the DVDioctl driver. I didn't test it, but it should not hang the kernel anymore. * Ported most dvd_ioctl.c functions to the DVDioctl driver: ReportAgid, ReportChallenge, ReportKey1, ReportASF, InvalidateAgid, SendChallenge, SendKey2. They should comply with the "Mt. Fuji Commands for Multimedia Devices" paper. Last remaining problem: ReadCopyright and ReadKey. The version of Darwin I have here only has reportKey() and sendKey() functions in the IODVDBlockStorageDevice class (pages 413 and 449 of the Mt. Fuji paper), but we also need the READ_STRUCTURE (page 357) which I couldn't find anywhere in the kernel headers. Either I missed it, or we'll have to wait for Apple to implement it (or maybe we can emulate this command with some other IOKit commands).
-
- 24 May, 2001 1 commit
-
-
Stéphane Borel authored
-
- 23 May, 2001 3 commits
-
-
Stéphane Borel authored
-
Stéphane Borel authored
Specific files are glade generated files and intf_* files. All the remainders are common to gtk and gnome and contain all the callbacks for both interfaces.
-
Stéphane Borel authored
-
- 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.
-