- 14 Jan, 2002 7 commits
-
-
Christophe Massiot authored
-
Stéphane Borel authored
*With DVDCSS_METHOD=disc or key, the keys are no longer buffered on start. The title key is still read at each block but it is checked for change before decryption.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Cyril Deguet authored
- le coup de gr�ce: all the code in audio output is now factorized (except for ac3 spdif) in aout_common.c/.h - aout thread functions are declared with a macro TODO: - test unsigned 8 bit output, and implement S8 and U16 outputs - multi-channel support - check if resampling takes the PTS into account (and fix it)
-
Cyril Deguet authored
HUGE cleanings in audio output: - removed AOUT_INTF_*_FIFO, which where not used - factorized S16StereoPlay, U8MonoPlay, and so on.., in a single function aout_FillBuffer (in aout_common.c) (unsigned 8bit may be broken, but I have no stream to test with :( - last step to be done: factorize aout_s8, aout_s16, ... thanks to a macro
-
- 13 Jan, 2002 2 commits
-
-
Gildas Bazin authored
* A few fixes for the Win32 build.
-
Gildas Bazin authored
* Fixed all the problems related to ToggleFullScreen().
-
- 12 Jan, 2002 3 commits
-
-
Jon Lech Johansen authored
HAVE_DYNAMIC_PLUGINS.
-
Jon Lech Johansen authored
-
Sam Hocevar authored
* ./plugins/chroma/i420_rgb16.c: 24/32 bpp software YUV. * ./plugins/ggi/ggi.c: activated double buffering. * ./src/video_output/vout_pictures.c: we create more Xv pictures to get smoother rendering.
-
- 11 Jan, 2002 2 commits
-
-
Jean-Paul Saman authored
-
Sam Hocevar authored
* BSD compilation fix suggested by Steven M. Schultz.
-
- 10 Jan, 2002 2 commits
-
-
Cyril Deguet authored
- beginning of code factorization in aout_s16 (more cleaning will come) - As for libmad, I have tried to create the aout fifo in libmad_output, to open it with the right sample rate, but strangely it didn't work.
-
Sam Hocevar authored
* ./src/input/input.c: fixed a few segfaults caused by the dummy plugin. * ./plugins/mpeg_adec/mpeg_adec.c: fixed a segfault due to misuse of DecoderError. * ./plugins/x11/xcommon.c: replaced XFlush with XSync. This must be the fourth time someone has to commit this, so I added a reminder :-)
-
- 09 Jan, 2002 4 commits
-
-
Stéphane Borel authored
no network stream. Please, have a look at the fix to check it doesn't break anything else.
-
Sam Hocevar authored
* ./src/interface/intf_eject.c: BSD/OS port by Steven M. Schultz.
-
Sam Hocevar authored
* ./include/modules_inner.h: replaced _X with __VLC_SYMBOL because _X was already a system macro under MacOS X. * ./plugins/dummy/dummy.c: fixed vlc:loop, vlc:quit, etc. entries. * ./plugins/glide/glide.c: activated double buffering. * ./plugins/mga/xmga.c: started writing an xmga plugin; doesn't work yet. * ./src/input/input.c: fixed the input memory leak, and the insane thread spawning we got with vlc:loop. * ./src/misc/intf_eject.c: disc ejection routine courtesy of Julien Blache, currently Linux-only.
-
Cyril Deguet authored
are now opened directly in the right mode (works with mpeg_adec and ac3_adec, not tested with mad) - first attempt to implement mono output (doesn't work yet)
-
- 08 Jan, 2002 2 commits
-
-
Stéphane Borel authored
It is selected by default if you have it compiled.
-
Christophe Massiot authored
<twood@lucent.com> !
-
- 07 Jan, 2002 2 commits
-
-
Sam Hocevar authored
./debian/control: updated list of supported architectures. ./share/*: added 16x16 and 32x32 versions of PNG icons.
-
Sam Hocevar authored
* ./plugins/mga/mga.c: removed the mgammx module and put the code in the chroma_i420_ymga module instead. This introduces a slight performance issue as we now need to memcpy() the Y plane, but I have some vout4 enhancements on their way which make this point moot. * ./debian/changelog: imported official Debian changelog. * ./debian/control: activated the vlc-mad and vlc-arts packages; package builds should now work again. * ./plugins/dvd/dvd.c: solved a symbol resolution issue when vlc was compiled without libdvdcss which overflowed the return stack. * ./plugins/ggi/ggi.c: ported the GGI plugin to vout4. * ./plugins/glide/glide.c: ported the Glide plugin to vout4 (untested). * ./src/input/input.c: prepared everything for multi-input mode; since no interface is yet prepared to handle this, I changed them so that they just use the first available input for now. This may break other things, but I promise I'll eventually repair everything :-)
-
- 06 Jan, 2002 4 commits
-
-
Sam Hocevar authored
* ./plugins/mga/mga.c: pipeline and cache optimizations.
-
Sam Hocevar authored
* ./plugins/mga/mga.c: MMX-accelerated version of the MGA plugin. * ./plugins/mpeg_vdec/Makefile: Little workaround for PA-Risc compilation.
-
Jean-Paul Saman authored
-
Sam Hocevar authored
* ./plugins/fb/fb.c: ported the framebuffer video output to vout4.
-
- 05 Jan, 2002 9 commits
-
-
Sam Hocevar authored
* ./src/audio_output/aout_s16.c: fixed a segfault. It may have unexpected side effects because I don't know this part of the code, but at least it doesn't crash anymore. * ./plugins/beos/beos.cpp: first attempt at porting the BeOS plugin to the new video output and module systems. Doesn't work nor even compile yet. * ./configure.in: we now check the gtk-config version.
-
Sam Hocevar authored
* ./plugins/mga/mga.c: we use the MGA_VID_FSEL ioctl to select the frame to be displayed. Unfortunately, increasing the number of frames doesn't seem to work and makes the picture stutter...
-
Sam Hocevar authored
* ./Makefile: fixed a bug when no builtins were selected. * ./plugins/mga/mga.c: ported the MGA video output to vout4. Only does YV12 for the moment, and there is a strange bug with some streams which gives only a green image. Needs to be looked at. * ./plugins/x11/xcommon.c: fixed a few typos.
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
-
Sam Hocevar authored
* ./configure.in: fix for obscure architectures like hppa where target_os isn't properly detected. * ./include/video_output.h: got rid of pf_setpalette; I'll find a nicer way. * ./plugins/mga.c: fixed MGA module compilation. Doesn't work yet, though.
-
Sam Hocevar authored
* ./include/common.h: hton64 is now an inline function. * ./src/video_output/vout_pictures.c et al.: vout4 now automatically detects when two chroma formats are the same, such as UYVY/Y422, or roughly equivalent, such as I420/YV12. Plugins need not worry about conversion anymore.
-
- 04 Jan, 2002 1 commit
-
-
Sam Hocevar authored
* ./BUGS: added a list of known bugs. Please add your findings! * ./MODULES: added a short description of each module. Maybe we should add more details to make this file really useful. * ./doc/bugreport-howto.txt: wishful thinking... * ./Makefile: added a workaround for the fact that .c files don't depend on <videolan/vlc.h>. * ./plugins/memcpy/memcpy.c: all memcpy modules are now built from the same single file. * ./src/interface/main.c: added the --nommx, --no3dnow, --nommxext, --nosse and --noaltivec options to vlc. * ./configure.in: removed the --disable-mmx option, now useless because of the vlc --no* options. * ./src/interface/main.c: fixed a crash caused by the memcpy module being released too early. * ./include/video.h: more vout4 changes, including margin support, more FOURCC formats recognized, transparent support of identical or almost identical FOURCC formats. * ./include/video_output.h: added a vout_Render function to video output modules which is to be executed before vout_Display. * ./include/common.h: this header is back. * ./plugins/chroma/i420_rgb.c: planar YUV 4:2:0 to packed RGB conversion functions, mostly taken from vout3's yuv functions, but heavily modified to use FAST_MEMCPY and to handle image dimensions which are not multiples of 16. Not all functions have been written yet, though. * ./plugins/chroma/i420_yuy2.c: planar YUV 4:2:0 to packed YUV conversion functions, various targets such as 4:2:2 YUYV, YVYU, UYVY, or 2:1:1 YUYV, with accelerated MMX versions. * ./plugins/chroma/i422_yuy2.c: same as i420_yuy2.c but takes planar YUV 4:2:2 pictures in input. With accelerated MMX versions as well. This plugin makes it possible to display 4:2:2 files on most video cards without the quality loss of 4:2:0 downsampling. * ./plugins/filter/*: thanks to the vout_Render function, all filters now output their data perfectly in sync. * ./plugins/dvdread/Makefile: fix to prevent unnecessary target rebuilds. * ./plugins/sdl/vout_sdl.c: support for YV12, UYVY, YUY2 and YVYU overlays. * ./plugins/x11/xcommon.c: support for I420, YV12, YUY2 and Y211 overlays.
-
- 02 Jan, 2002 2 commits
-
-
Sam Hocevar authored
* ./ChangeLog: imported the 0.2.92 changes, unrolled current CVS changes. * ./include/config.h et al.: this file is no longer generated. * ./include/video.h: we use the FOURCC definition of a chroma format to describe picture types (see http://www.webartz.com/fourcc/). * ./plugins/dvdread/input_dvdread.c: compilation fix by Eyal Lebedinsky. * ./plugins/x11/xcommon.c: fixed the XShm operations order.
-
Gildas Bazin authored
* Small optimizations * Removed unused code * Your old window position and size are now restored when you come out of fullscreen mode.
-