- 07 Jun, 2001 2 commits
-
-
Sam Hocevar authored
* Applied old FreeBSD patch for dvd input by German Tischler. * Found what was causing the slowdowns: a namespace collision. Put all plugins into builtins again.
-
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.
-
- 03 Jun, 2001 1 commit
-
-
Sam Hocevar authored
* Various little fixes - BeOS interface compilation fix by Rene Gollent. - DirectX plugin compilation fix by Gildas Bazin. - removed %ebx spill in the iMDCT plugins.
-
- 02 Jun, 2001 4 commits
-
-
Tony Castley authored
Change to the set out of the BeOS code to allow more logical updates.
-
Tony Castley authored
allow more logical updates.
-
Sam Hocevar authored
* Moved modules_builtins.h.in into src/misc. Please remove include/modules_builtins.h in your local tree.
-
Sam Hocevar authored
* DirectX plugin by Gildas Bazin <gbazin@netcourrier.com>. Notes: o I called it 'directx' instead of 'windx' because it made a lot more sense to me. o Completely untested. I didn't manage to compile it yet. o Code in vout_directx.c will go through a big rewrite when vout 4 is finished. Xav is already working on this.
-
- 31 May, 2001 6 commits
-
-
Stéphane Borel authored
*fixed a lock issue in the interface introduced in my last commit
-
Sam Hocevar authored
* Win32 plugin support by Gildas Bazin <gbazin@netcourrier.com>.
-
Sam Hocevar authored
* BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
-
Sam Hocevar authored
* miscellaneous Win32 fixes by Gildas Bazin <gbazin@netcourrier.com>, sorry for the 2 weeks delay.
-
Sam Hocevar authored
* Win2000 DVD input by Jon Lech Johansen <jon-vl@nanocrew.net>.
-
Sam Hocevar authored
* Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile vlc with MS and Intel C/C++ compilers.
-
- 30 May, 2001 5 commits
-
-
Stéphane Borel authored
-Fixed some bugs in interface (language menus in ts, misnamed fields) -Play/Stop work in network mode to start/stop decoding of the stream I have a segfault in imdct_3dn(93). But I can't underdand assembly.
-
Sam Hocevar authored
* Fixed a bug introduced in my previous commit which broke DVD input.
-
Sam Hocevar authored
* Hrmpf. Forgot the most important file.
-
Sam Hocevar authored
* Fixed the BeOS compile typo. * The ALSA plugin is back. * A gift for Gildas: plugins don't rely on backlinking any more. The drawback is the dirty magic in include/modules_export.h which has to be included whenever a module needs one of the functions in it. But a) we should less and less rely on those functions b) no plugin code modification was needed The BeOS and MacOS X modules may be broken when compiled as plugins, I'll check this later when I can reboot under BeOS.
-
Stéphane Borel authored
-Bugfix in the interface to access the network specific features. -Some base of synchro in ac3 spdif
-
- 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 2 commits
-
-
Sam Hocevar authored
* FreeBSD pthread fixes.
-
Sam Hocevar authored
* AC3 IMDCT and downmix functions are now in plugins, --imdct and --downmix options added.
-