CVS Commit: vlc
cvs at videolan.org
cvs at videolan.org
Wed Dec 19 04:50:22 CET 2001
Update of /var/cvs/videolan/vlc
Modified Files:
Makefile Makefile.opts.in configure configure.in
Update of /var/cvs/videolan/vlc/debian
Modified Files:
changelog
Update of /var/cvs/videolan/vlc/include
Modified Files:
common.h modules_export.h video_output.h
Update of /var/cvs/videolan/vlc/plugins/alsa
Modified Files:
aout_alsa.c
Update of /var/cvs/videolan/vlc/plugins/filter
Modified Files:
Makefile bob.c invert.c wall.c
Added Files:
distort.c filter_common.h transform.c
Removed Files:
bob422.c
Update of /var/cvs/videolan/vlc/plugins/mpeg_system
Modified Files:
input_ps.c
Update of /var/cvs/videolan/vlc/plugins/sdl
Modified Files:
aout_sdl.c vout_sdl.c
Update of /var/cvs/videolan/vlc/plugins/x11
Modified Files:
vout_common.c
Update of /var/cvs/videolan/vlc/src/misc
Modified Files:
tests.c
Update of /var/cvs/videolan/vlc/src/video_output
Modified Files:
vout_pictures.c
Log Message:
* Initialize SDL before opening the SDL audio output.
* Prevent two SDL video outputs or audio outputs to be spawned at the
same time to avoid ugly crashes.
* The SDL plugin now says whether we are using software or hardware YUV
in its window title.
* We now stop at the first ':' when looking for a module name, to easily
pass information to the modules. Possible example: --vout sdl:software,
implementation of such an option is left as an exercise.
* Merged filter_bob and filter_bob422 into filter_bob. Use --filter bob
to deinterlace 422 into 420 as well.
* Factorized code common to most filters and the video output, optimized
a few filters by aligning data and reading 64 bits at a time.
* Two new absolutely useless, CPU-eating, resource-wasting, but fun
filters: enjoy `transform', which performs flips and 90° rotations, and
`distort', which performs animated image effects (currently only a naive
sine wave is implemented). Usage examples:
--filter transform:hflip
--filter transform:vflip
--filter transform:90
--filter transform:180
--filter transform:270
--filter distort:wave
--
sam
More information about the vlc-devel
mailing list