An error occurred fetching the project authors.
- 31 May, 2001 2 commits
-
-
Sam Hocevar authored
* BeOS fixes. renamed iovec.h to input_iovec.h because of namespace issues.
-
Sam Hocevar authored
* Applied patch from Jon Lech Johansen <jon-vl@nanocrew.net> to compile vlc with MS and Intel C/C++ compilers.
-
- 28 May, 2001 1 commit
-
-
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 ?
-
- 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.
-
- 28 Apr, 2001 2 commits
-
-
Henri Fallon authored
- Fixed a bug in TS input. It should be more smooth now - Fixed the pace control. Meuuh, could you check ?
-
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 ?)
-
- 06 Apr, 2001 1 commit
-
-
Sam Hocevar authored
* Code cleanup: removed a few tabulations. * Fixed inline asm routines to remove all read/write operands. * Added <string.h> to most files to prevent warnings under FreeBSD. * Added "break;" after "default:" in case switches to prevent warnings when compiling with GCC 3.0pre.
-
- 10 Mar, 2001 1 commit
-
-
Henri Fallon authored
Small optim.
-
- 14 Feb, 2001 1 commit
-
-
Henri Fallon authored
Begining of TS Input Done : - fixed netlist - embryo : support TS video trough file ( kludgy ... ) Next : - Write DecodePSI and DemuxPSI, wich will clean the kludges off Then : - Write NetworkOpen ( shouldn't be difficult ) Eventually : - Deal with lost/corrupt packets
-
- 08 Feb, 2001 2 commits
-
-
Christophe Massiot authored
GNU/Linux options ; * Changed fseek() to fseeko() for 64-bit offsets ; * Reset frame predictors on a stream discontinuity.
-
Stéphane Borel authored
2048 bytes. -Some modifications in netlist to make it work with DVD. -Fixed � bug in mpeg_system.c We use INPUT_READ_ONCE many times in the input code. I think that we should replace it with a field in input_thread_t to give more flexibility to modules. I have done it in DVD plugin but it can't work if input.c is limited by INPUT_READ_ONCE. The DVD method is slower than input_ps ; but there are things to improve. CSS descrambling is broken.
-
- 07 Jan, 2001 1 commit
-
-
Henri Fallon authored
- Added vlc_mutex_destroy and vlc_cond_destroy function, for pthreads. - Used them before quitting, every lock and cond is destroyed - Checked the return value of malloc and realloc in input_programs - Cosmetic changes TODO: add vlc_*_destroy for beos and C_thread
-
- 06 Jan, 2001 2 commits
-
-
Henri Fallon authored
Fixed a typo than prevented from building ...
-
Henri Fallon authored
Fixed initialization of payload_start and payload_end It should be finished now.
-
- 05 Jan, 2001 1 commit
-
-
Christophe Massiot authored
* --enable-sdl and some others are now --with-sdl[=name] to supply an optional library name ; * deleted all unnecessary #include <sys/uio.h> ; * /usr/include is now searched when looking for libraries and headers. It seems to compile and run on BSD. Under Linux Sam's latest commit makes vlc crash on startup, so I can't really tell, but hey it compiles.
-
- 30 Dec, 2000 1 commit
-
-
Christophe Massiot authored
-
- 29 Dec, 2000 1 commit
-
-
Henri Fallon authored
- Removed i_iovec_start and i_iovec_end. Used i_data instead - Meuuh : some questions for you in the commentaries Happy new year !
-
- 27 Dec, 2000 1 commit
-
-
Christophe Massiot authored
NB : b_has_pts has disappeared for brevity reasons, use i_pts != 0 instead.
-
- 22 Dec, 2000 1 commit
-
-
Sam Hocevar authored
. no need to add "\n" at the end of intf_*Msg() messages anymore.
-
- 21 Dec, 2000 2 commits
-
-
Christophe Massiot authored
-
Henri Fallon authored
Added netlist support. Warning : it has not been tested. It just make no error at build time.
-
- 15 Dec, 2000 1 commit
-
-
Christophe Massiot authored
-
- 14 Dec, 2000 2 commits
-
-
Christophe Massiot authored
-
Henri Fallon authored
Netlist embryo : - pes netlist - data netlist Still to do : - iovect netlist It hasen't been tested yet. Meuuh, could you tell me if it works ? ( if yes, gimme some more work :p )
-
- 11 Dec, 2000 1 commit
-
-
Christophe Massiot authored
-
- 24 May, 2000 1 commit
-
-
Sam Hocevar authored
licences. Et puis �a peut arriver � tout le monde :)
-
- 09 Mar, 2000 1 commit
-
-
Sam Hocevar authored
top scripts de tibob. . suppression de Makefile . rajout de include/defs.h.in qui g�n�re include/defs.h pour g�n�rer le Makefile et defs.h il faut lancer ./configure pour ceux qui voudraient toucher � configure.in, "include/defs.h.in" est g�n�r� par la commande autoheader, et "configure" est g�n�r� par autoconf
-
- 03 Mar, 2000 1 commit
-
-
Sam Hocevar authored
le flood, c'est la derni�re fois. . apr�s le demoronifier, le GPLifier: il y a les ent�tes de la GPL dans chaque fichier ; votre mission, si vous l'acceptez, est de mettre votre nom dans chaque fichier qui est votre oeuvre ou auquel vous avez particip�, pour qu'on sache qui a fait quoi. Pas de fausse modestie, c'est plus pour des raisons pratiques que pour la gloire. . rajout de -lthreads pour que �a linke sous Hurd . rajout de quelques #include pour que �a compile sous FreeBSD (d'ailleurs �a compile mais �a ne linke pas, je ne sais pas comment linker avec la libpthread sur la machine de Dae) . quelques #ifdef SYS_BSD �� et l�.
-
- 23 Feb, 2000 1 commit
-
-
Sam Hocevar authored
. 11 moronic long lines destroyed . 1282 trailing spaces eradicated . 4 ugly macros fixed . 5 innocent a_bit_long lines shortened . 5987 tabulations transform�es en espaces . 153 '??' transform�s en 'XXX??' ou 'FIXME??' (ptyx, j'esp�re que ce compromis te convient) . commentaires en // corrig�s en /* */ (je parle bien des commentaires, pas des morceaux de code mis en // comme les printf de debug par exemple) Au passage : . version du vlc modifi�e en 0.1.99 (la release sera la 0.2.0) . suppression de video_x11.h . correction d'un warning dans intf_ctrl.c
-
- 13 Feb, 2000 1 commit
-
-
Sam Hocevar authored
D�sol� pour le flood. Les en-t�tes de fonctions ne font plus 81 caract�res, et il n'y a plus d'espaces inutiles, Tous les trailing spaces ont disparu, j'ai essay� de v�rifier que �a ne p�tait rien, mais j'ai pu oublier un truc con. J'accepte tous types de ch�timents � base d'orties fra�ches. D�sol� d'avoir aussi modifi� les fichiers de ceux qui formataient bien proprement leurs en-t�tes � 80 et pas 79 sans emb�ter personne, mais j'ai d� choisir entre les deux. Dor�navant ce serait bien de formater les en-t�tes et les commentaires justifi�s � droite � 79 colonnes, ou au pire � 80. . 1343 moronic long lines destroyed . 12893 trailing spaces eradicated . 115 ugly macros fixed . 959 innocent a_bit_long lines shortened But hey, 40054 lines were OK !
-
- 10 Jan, 2000 1 commit
-
-
Vincent Seguin authored
-