An error occurred fetching the project authors.
- 30 Dec, 2001 1 commit
-
-
Sam Hocevar authored
* Fixed a segfault at EOF in input_es.c and input_ts.c (when i_read == 0). * Improved error recovery and avoided memleaks in the various input plugins. * Fixed a deadloop inserted by someone else into input_vcd.c :-)
-
- 29 Dec, 2001 1 commit
-
-
Christophe Massiot authored
-
- 27 Dec, 2001 2 commits
-
-
Christophe Massiot authored
-
Christophe Massiot authored
* Minor optimizations in the Next Generation Buffer Manager.
-
- 19 Dec, 2001 1 commit
-
-
Christophe Massiot authored
-
- 13 Dec, 2001 1 commit
-
-
Johan Bilien authored
-
- 12 Dec, 2001 1 commit
-
-
Christophe Massiot authored
-
- 10 Dec, 2001 2 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
* Removed unused code (intf_channels.c, keystrokes.h). * Put common_win32.h back into common.h -- it wasn't that big and we should not multiply header files. * Added gettext support by Thomas Graf <reeler@reeler.org>, may be broken on other platforms but we'll only see it when I'm finished with vout 4 :-) * Fixed a segfault on exit when no fast_memcpy module was found.
-
- 09 Dec, 2001 1 commit
-
-
Sam Hocevar authored
* COMPLETE CVS BREAKAGE !! The MAIN branch is going to be a playground for my nevrotic and destructive pulsions during the next few hours! * If you want to test vlc, please use the v0_2_92_branch branch. * Stuff currently working: - direct to YUV buffer decoding - non-ugly subtitle blending - XVideo and SDL video output * Stuff currently utterly broken: - aspect ratio - software rendering (ie, all other video output plugins) * Additional misc changes: - Renamed spu_dec to spudec and mad_adec to mad to stay coherent with other plugins. Also, renamed mpeg to mpeg_system. - Added jobi to the AUTHORS file. - Factored code common to vout_x11.c and vout_xvideo.c.
-
- 07 Dec, 2001 2 commits
-
-
Sam Hocevar authored
* Fixed a total breakage of decoder plugins introduced by fast_memcpy. * Got rid of #include "main.h", included it in common.h instead ; got rid of #include "config.h" in most files as well.
-
Johan Bilien authored
them do nothing) All inputs should now have a pf_setprogram function. A default one is provided in input_programs.c.
-
- 28 Nov, 2001 1 commit
-
-
Christophe Massiot authored
now be included *before* threads.h ; * Changed all files to include intf_msg.h before threads.h ; while I was at it, I update the copyright notices ; * Removed the obsolete darwin plug-in.
-
- 25 Nov, 2001 1 commit
-
-
Gildas Bazin authored
* Big clean-up to allow compiling every module as plugins. * Added bytes_swap.h to provide ntoh() and htol() on Win32. With this change we don't have to link winsock2 with every plugin anymore. This should also give us a slight speed increase. * Added #define WIN32_LEAN_AND_MEAN in threads.h to speed-up compilation on Win32. * Modified ac_downmix_3dn and sse so they compile with the latest gcc for Win32. (PS: the dvdread plugin doesn't compile yet on Win32)
-
- 11 Nov, 2001 1 commit
-
-
Stéphane Borel authored
Basically, this adds the ability for the netlist to handle transport packets that carry more than one data_packet.
-
- 02 Oct, 2001 2 commits
-
-
Christophe Massiot authored
* Don't connect on INADDR_ANY, patch courtesy of Mathias Kretschmer <mathias@research.att.com>.
-
Christophe Massiot authored
* With -vvv modules now show up their scores ; This afternoon I have been a little bored, so the feature of the day is : * HTTP input support. You can test it with : ./vlc http://mysite.com:80/mystream.mpg It doesn't implement any kind of buffering, so make sure you have enough bandwidth, otherwise you'll just get nothing. It is compatible with HTTP proxy, just set http_proxy : export http_proxy="http://proxy.mycompany.com:3128/" Enjoy !
-
- 30 Jul, 2001 1 commit
-
-
Sam Hocevar authored
* VC++/Intel compiler fixes by Jon Lech Johansen <jon-vl@nanocrew.net>.
-
- 17 Jul, 2001 1 commit
-
-
Christophe Massiot authored
under src/. (eat that)
-
- 27 Jun, 2001 1 commit
-
-
Christophe Massiot authored
video streams at the moment.
-
- 07 Jun, 2001 1 commit
-
-
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.
-
- 31 May, 2001 2 commits
-
-
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 1 commit
-
-
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.
-
- 28 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Coding style fixes here and there. * Miscellaneous QNX compile fixes. * Beginning of the mingw32 port by Gildas Bazin <gbazin@netcourrier.com>. * Added Marcari and Gildas to the AUTHORS file. (I commited the mingw32 port because it doesn't add any new code outside the #ifdefs, but we won't tell a word about it for the moment. We don't really need windows users whining about bugs, do we ?)
-
- 20 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Added prototypes for the Elementary Stream input module for Alexis. it's compiled by default, to activate it: "vlc --input es <file.mpeg>"
-