- 22 Feb, 2005 1 commit
-
-
Damien Fouilleul authored
- changed dshow plugin to use common IID defined in libuuid.a (prevents linking problems if plugin is built-in)
-
- 21 Feb, 2005 3 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Antoine Cellerier 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
-
- 20 Feb, 2005 1 commit
-
-
Gildas Bazin authored
-
- 19 Feb, 2005 1 commit
-
-
Eric Petit authored
Makefile.am: in package-beos, use $(STRIP) instead of strip since we might be cross-compiling
-
- 17 Feb, 2005 1 commit
-
-
Damien Fouilleul authored
- self registration (Internet installation now possible)
-
- 16 Feb, 2005 3 commits
-
-
Felix Paul Kühne authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 15 Feb, 2005 6 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 12 Feb, 2005 1 commit
-
-
Felix Paul Kühne authored
* all: initial translations to Hindi, Pashto, Burmese, Tetum, Tagalog and Bengali by Simos Xenitellis' team
-
- 09 Feb, 2005 1 commit
-
-
Gildas Bazin authored
* modules/demux/mkv.cpp: Patch by Steve Lhomme (steve dot lhomme at free dot fr) to allow the Matroska demuxer to find all files in the same "family" in the same directory as the source file. This will be useful to find segments corresponding to the different titles/domains (as in DVDs).
-
- 06 Feb, 2005 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
VLC can now be built in a subdirectory
-
- 31 Jan, 2005 1 commit
-
-
Gildas Bazin authored
-
- 30 Jan, 2005 1 commit
-
-
Sam Hocevar authored
-
- 29 Jan, 2005 1 commit
-
-
Sam Hocevar authored
-
- 28 Jan, 2005 1 commit
-
-
Sam Hocevar authored
-
- 27 Jan, 2005 2 commits
-
-
Gildas Bazin authored
* modules/access/smb.c: win32 implementation which doesn't depend on libsmbclient + proper URI parsing.
-
Gildas Bazin authored
-
- 26 Jan, 2005 1 commit
-
-
Rocky Bernstein authored
cdda/*: add basic cd-paranoia mode via libcdio. vcdx/*: changes dictated by new regime
-
- 20 Jan, 2005 3 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 19 Jan, 2005 2 commits
-
-
Clément Stenac authored
one todo item less !
-
Damien Fouilleul authored
-
- 18 Jan, 2005 1 commit
-
-
Felix Paul Kühne authored
* configure.ac: updated the copyright string to 2005
-
- 17 Jan, 2005 1 commit
-
-
Derk-Jan Hartman authored
* cleaned up some alignment in configure --help
-
- 13 Jan, 2005 3 commits
-
-
Jérome Decoodt authored
This filter uses a description file which follows this format : x1,y1,x2,y2,level,downspeed,upspeed,mrl ... where x1,y1,x2,y2 describe a sensible rectangle, level is the minimum difference for an active pixel, downspeed an upspeed are to integers. mrl is a mrl to go when the filter has detected movement in the rectangle. This is fun with vlm. For example, you should try to launch vlc normaly with vlm and then type : new camera broadcast setup camera enabled setup camera input mrl to your camera setup camera option filter=motiondetect,transform #setup camera option transform-type=vflip #indeed, I did not reach to make this working control camera play Have fun ;)
-
Clément Stenac authored
http://crazney.net/programs/itunes/libopendaap.html Problems : - At the moment, the file is downloaded entirely in memory before being played. The library offers another possibility : download the file on demand to a pipe, but I don't think it would be a very good idea (portability issues ? where to download to ?). I hope a "download on demand to memory" feature will be added - Sometimes, it looses connection to the peers. * Increased wx playlist font size
-
Gildas Bazin authored
-
- 11 Jan, 2005 1 commit
-
-
Andre Pang authored
-
- 10 Jan, 2005 1 commit
-
-
Sam Hocevar authored
-
- 07 Jan, 2005 1 commit
-
-
Christophe Massiot authored
- Rewrote QPSK frontend tuning functions, after reading the doc - it should hopefully fix the infamous "Operation not permitted" problem. - Permanently monitor the frontend status, and reinit it if it crashes. - New --dvb-high-voltage option for very long cables. - Moved all EN 50 221-related code from ts.c to en50221.c. We no longer need the --ts-capmt-sysid option because the sysid is determined automatically from the CAM. - Also changed the way we send the CAPMTs to the CAM, hoping to fix a bug with Aston professional CAMs which all of sudden stop descrambling a program after a few days.
-