- 10 Mar, 2005 1 commit
-
-
dionoea authored
-
- 09 Mar, 2005 2 commits
-
-
gbazin authored
-
Eric Petit authored
always defined)
-
- 07 Mar, 2005 2 commits
-
-
dionoea authored
doing something
-
Christophe Massiot authored
reuses a given picture_t without allocating a new one. * modules/video_output/picture.c: New --picture-height and width options to do the scaling in the vout thread. Misc bug corrections. * modules/video_filter/mosaic.c: Less overhead. * modules/codec/ffmpeg/video_filter.c: Do the scaling before the conversion in case the original size is bigger than the destination.
-
- 03 Mar, 2005 2 commits
-
-
zorglub authored
+ put access and demux in the right place
-
Eric Petit authored
-
- 02 Mar, 2005 1 commit
-
-
dionoea authored
is specified
-
- 01 Mar, 2005 3 commits
-
-
dionoea authored
* picture.* : add picture-id option. its a string that identifies the video. * mosaic.c : add mosaic-order option. its a comma separated list of picture-ids. Any picture who's id isn't found in the list will be placed after skiping the necessary number of slots needed to place all pictures defined in this list.
-
dionoea authored
-
dionoea authored
-
- 28 Feb, 2005 1 commit
-
-
dionoea authored
parameters on the fly * mosaic.c : center image in rectangle when keep aspect ratio is enabled * picture.c : remove debug message
-
- 21 Feb, 2005 3 commits
-
-
dionoea authored
* mosaic.c : add a switch to keep aspect ratio when resizing
-
dionoea authored
-
dionoea authored
* picture.c picture.h : vout that copies the rendered image in a libvlc object. * mosaic.c : sub filter that takes all the images created by the picture module and blends them over the current video I think i still have loads of things to fix (like memleaks) Simple vlm configuration file to see this work : <<<< new chan1 broadcast enabled setup chan1 input somevideo1.avi setup chan1 option vout=picture new chan2 broadcast enabled setup chan2 input somevideo2.avi setup chan2 option vout=picture new bg broadcast enabled setup bg input somevideo0.avi setup bg option sub-filter=mosaic control bg play control chan1 play control chan2 play >>>> You just have to launch : ./vlc -I telnet --vlm-conf vlm.conf
-