- 21 Jan, 2001 2 commits
-
-
Stéphane Borel authored
Now it generates a valid title key, but there is no sector descrambler yet.
-
Christophe Massiot authored
-
- 20 Jan, 2001 3 commits
-
-
Stéphane Borel authored
* It only tests encryption and authenticates disc. The decryption does not work now et it is very ugly but I'm working on it.
-
Sam Hocevar authored
-
Sam Hocevar authored
. the infamous Saturday morning mighty one-liner patch that fixes subtitles
-
- 19 Jan, 2001 1 commit
-
-
Sam Hocevar authored
. changed program version to 0.2.5 (preparing 0.3.0 release). . changed codename to Urumov . cleaned a lot of stuff in the Debian package generation. If anyone objects with the versioning scheme, let's fight in the dirt and sort that out. Or change it yourself. Debian packages can be tried here: http://armitage.via.ecp.fr/~sam/vlc/
-
- 18 Jan, 2001 2 commits
-
-
Christophe Massiot authored
-
Sam Hocevar authored
The motion compensation routines are now modules as well ; choose your implementation with `--motion motion', `--motion motionmmx' or `--motion motionmmxext'. Of course, the best implementation is chosen if you don't ask for any. There doesn't seem to be any performance hit due to the move to shared libs, which is a good thing. Please test actively if you have time, though. Updated --help result, manpage, INSTALL document, and a few files. I moved vdec_motion.h and vpar_blocks.h back to /include because they will be needed to build motion compensation modules, but perhaps we don't need to export everything which is in these files. /src/video_decoder/ now has only one .c file, perhaps it could now be merged with video_parser ?
-
- 17 Jan, 2001 3 commits
-
-
Christophe Massiot authored
This might break things. Expect a performance increase.
-
Sam Hocevar authored
. removed a few useless malloc() and unused variables in the audio SDL stuff . prepared the work for built-in modules (not yet finished)
-
Stéphane Borel authored
-
- 16 Jan, 2001 13 commits
-
-
Pierre Baillet authored
-
Sam Hocevar authored
. --aout sdl now works
-
Pierre Baillet authored
- modified alsa and sdl default level to 50.
-
Pierre Baillet authored
please try. - modified configure.in and all that stuff. Re-run configure - SDL audio, video and interface are all part of the same .so now. - remove YUV old files :->
-
Christophe Massiot authored
* Removed -fargument-noalias-global which causes problems with as (???).
-
Christophe Massiot authored
test it, replace vdec_motion_inner_mmx.c by vdec_motion_inner_mmxext.c. I'm interested in performance feedback.
-
Sam Hocevar authored
kernel and from mpeg2dec. I still don't know how to detect if code compiled with -mcpu=pentiumpro will run, since the cpuid arcanes are quite obtuse to me. Perhaps we should also have a way not to load modules if they have been compiled with a different CPU to avoid segfaults.
-
Sam Hocevar authored
. add check for MMX EXT extensions, which doesn't work, which is a good thing since there is no MMX EXT IDCT yet :)
-
Christophe Massiot authored
-
Sam Hocevar authored
need to touch plugins/idct/idct_mmxext.c (ok, the filenames suck).
-
Sam Hocevar authored
[ include/config.h.in has changed, don't forget tu run ./configure ] . fixed the --aout, --idct and --yuv flags . updated manpage and --(long)help output to reflect that change . removed a few unneeded #includes here and there . cosmetic changes in error messages in input.c Currently available flags are now : --aout dummy esd dsp alsa --idct idct idctclassic idctmmx --yuv yuv yuvmmx --vout works like before, but still uses the old plugin system for now.
-
Stéphane Borel authored
available information . Fixed a bug in parsing of VTS attributes . Fixed a bug in input.c that made input plugin initialize even though no stream is reachable (thanks Sam) I hope I'll be able to get the position of the movie soon. Meuuh : the seek function of the plugin now take off_t as argument which could be a problem later. Maybe it should take off64_t or time argument.
-
Sam Hocevar authored
duplication . YUV transformations now use the new module API ; now only the vout and interface still depend on the old plugin API . changed TestMMX to TestCPU because we will be able to test for other specific extensions (3DNow, SSE) for the forthcoming IDCT we'll borrow to mpeg2dec (as usual :P) . don't show "hiding module" messages anymore except in debug mode . swapped C IDCT and Classic IDCT scores since the classic one seems to be faster ; anyway you should use the MMX one . fixed a Makefile bug under BeOS . tried to fix the cpuid code so that it compiles under BeOS (Polux, can you test it when you have time ?)
-
- 15 Jan, 2001 8 commits
-
-
Christophe Massiot authored
* Fixed a bug in the DTS/PTS ordering. Our pts are _at last_ accurate.
-
Christophe Massiot authored
-
Christophe Massiot authored
-
Renaud Dartus authored
* Fixed --width and --height support in SDL
-
Sam Hocevar authored
OK, so I foired input.h once again. But this one works. For real.
-
Sam Hocevar authored
-
Sam Hocevar authored
. fixed the bug-that-made-the-vlc-segfault-on-exit, which means that more than ever, � le client ne segfaulte pas �. . there was still a problem upon quitting: sometimes the null packet wasn't big enough to reach a decoder breakpoint, so I now create 10 of them (since I can't make it bigger) to be sure. Meuuh, what do you think ? . fixed the Makefile to spare a few variables here and there. . reduced module hide delay, removed loading of the audio output plugins since they are now modules. . changed a few intf_Msg to intf_DbgMsg, and added "vout:", "intf:", and so on in a few other messages. . removed unused includes in the idct modules.
-
Stéphane Borel authored
initialized. It remains some segfaults but it globally works. . DVD mode is enabled with option --dvd. For the moment, it only read the first vts and find the movie if it is at the beginning of the title set. Coming soon: . udf filesystem management to access over 2Gb zones. . detection of the offset to the movie inside a vts when it is not at the beginning. Is there a chance that using fopen/fseek function instead of open/lseek system calls solve the 2Gb issue ?
-
- 14 Jan, 2001 1 commit
-
-
Stéphane Borel authored
. Parsing of ifo file almost completed. . Still does not work well.
-
- 13 Jan, 2001 2 commits
-
-
Sam Hocevar authored
. second part of the commit
-
Sam Hocevar authored
. the IDCT functions are now located in modules : the classic IDCT, our optimized IDCT, and MMX IDCT. . cosmetic changes for modules (pf_* instead of p_*) . fixes to the BeOS and dummy modules WARNING: a new directory has been added, which means you have to use `cvs update -dP' to update ; files have been removed , which means you either have to run `make distclean' or remove the .deps directory, and the configure script has changed, which means you have to run it again. Don't complain before having checked this :) Note about the IDCT modules: there is no way to choose the one we use, but you may remove the module in lib/ to prevent it from being loaded. The preference order is : MMX, Optimized, Classic.
-
- 12 Jan, 2001 5 commits
-
-
Christophe Massiot authored
INPUT_PTS_DELAY down to 200 ms ; video heap down from 10 to 5 pictures ; decoder fifo size from 1023 to 511 PES ; * Fixed various bugs in 32 bit-versions of input_ext-dec.h ; * Fixed a bug in GetChunk() ; * Renamed GetByte, GetWord, ShowWord to _GetByte, _GetWord, _ShowWord ; * Moved decoder_fifo-specific code from programs.c to dec.c ; * Fixed bugs in program.c that prevented vlc to close all decoders ; * Gave sam a lesson for the use of the bitstream in spu_decoder.c :ppp ; * Made the video parser unlock the reference pictures before quitting (still one left, yaknow why ?)
-
Sam Hocevar authored
the last time. henri, that'll be one binouze.
-
Sam Hocevar authored
probably need a few fixes to work or even compile.
-
Henri Fallon authored
Done : - ported the alsa plugin to the news vlc module API - cosmetic changes To do : - check if it works with the latest alsa release - add features ... prepare for 4 or more speakers
-
Christophe Massiot authored
-