- 06 Jun, 2003 9 commits
-
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/gui/skins/src/themeloader.cpp: small fix for tgz skins.
-
Gildas Bazin authored
* modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown bug (not tested).
-
Gildas Bazin authored
* modules/misc/network/ipv6.c: oups, ipv6 multicast wasn't enabled on win32. Also fixed the interface name parsing in the MRL.
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
There is a lot of improvement left here.
-
Derk-Jan Hartman authored
- Changed modules list to use Default instead of None. probably clearer to users. - Have a warning before resetting the prefs.
-
- 05 Jun, 2003 3 commits
-
-
Cyril Deguet authored
* controls/text.cpp : text scrolling works ! (at least in the main window)
-
Gildas Bazin authored
* modules/gui/skins/*, modules/gui/wxwindows/*: added the wxWin popup menu to the skins interface.
-
Gildas Bazin authored
* include/vlc_common.h: fixed the I64C() macro for mingw. * src/misc/mtime.c: implemented the heuristic described in http://www.cs.man.ac.uk/fellowsd-bin/TIP/7.html to test whether the win32 performance counter is reliable. That should fix the clock problems that a few users reported on win32.
-
- 04 Jun, 2003 6 commits
-
-
Christophe Massiot authored
-
Eric Petit authored
It allows to change the frequency and such things quite easily, from VLC. You'll have to --enable-pvr to build it.
-
Cyril Deguet authored
-
Gildas Bazin authored
* modules/gui/skins/x11/x11_api.cpp: implemented OSAPI_GetTime() and OSAPI_RmDir().
-
Gildas Bazin authored
* modules/gui/skins/src/vlcproc.cpp: compilation fix.
-
Gildas Bazin authored
* modules/gui/skins/*: misc fixes and clean-up. There are still thread issues when passing messages between the skins thread and the wxWindows dialogs thread that will need to be fixed. * modules/gui/wxwindows/timer.cpp: fixed comment.
-
- 03 Jun, 2003 5 commits
-
-
Christophe Massiot authored
-
Derk-Jan Hartman authored
do the actual execution of this command. this is a (very ugly) workaround to the problem we were having with the deinterlace menu on osx. It works now, but now i'm running into the black screen and continous "late picture skipped (-218000)" again which is also plagueing us when you enter fullscreen with a filter enabled. This ought to be fixed before 0.6.0 as well.
-
Gildas Bazin authored
* modules/gui/skins/src/*: oops, forgot to add a bunch of files.
-
Gildas Bazin authored
* configure.ac.in: bail out with an error message if the x11 skins are enabled and we couldn't find imlib2. * modules/gui/wxwindows/*: fixed bug in sout dialog box. * modules/gui/skins/*: factorised the wxwindows dialogs code in dialogs.cpp. wxWindows is also initialised earlier on to allow opening a skins file with a wxWin dialog box. (Note: I badly broke the GTK2 skins).
-
Eric Petit authored
-
- 02 Jun, 2003 2 commits
-
-
Sigmund Augdal Helberg authored
-
Derk-Jan Hartman authored
* modules/gui/macosx/playlist.m: better fix for playlists on 10.1
-
- 01 Jun, 2003 5 commits
-
-
Derk-Jan Hartman authored
- Changed the autogenerated menu's in a system working similar to wxWindows. - The deinterlace menu is autogenerated now. However it seems the problem with on the fly filter changes still exists.
-
Cyril Deguet authored
* all: added locks around X calls to make them thread safe (will be useful in the next commit ;-)
-
Cyril Deguet authored
-
Cyril Deguet authored
* modules/gui/skins/*: - fixed the wxwindows bug, due to a huge bug with broadcast events - beginning of fonts in X11 skins so, you can test the X11 skins module: it should work now !
-
Laurent Aimar authored
-
- 31 May, 2003 7 commits
-
-
Sam Hocevar authored
-
Olivier Teulière authored
* skins/controls/generic.h: Some public fields are now protected * skins/src/window.cpp: - Added a few debug messages - Invisible controls don't receive events anymore Note: There are still a few bugs in the code handling the controls and their different states, and I think they will be difficult to fix with the current code structure. A rewrite of this part of code could be a good idea (perhaps using states and transitions between states, like Zinf does?).
-
Laurent Aimar authored
-
Laurent Aimar authored
muxer but this will break compatibility).
-
Eric Petit authored
quite more convenient than, e.g, calling input_SetStatus( STATUS_FASTER ) two times if you want to switch from 1:1 to 4:1 from the interface. Old functions still work. * modules/gui/beos/VlcWrapper.cpp : use it
-
Laurent Aimar authored
that had done all the work. Paul Forgey's notes: -------------------- Unfortunatley, the v4l interface shows how much it sucks here. I can't wait for v4l2 to become more common. Anyway, the mjpeg mechanism captures completely differently than the uncompressed frame capture mechanism. This means the code has to split off a bunch to do similar things depending on mjpeg being set or not. For some reason, I can't use non v4l2 calls to capture uncompressed frames from the lml33, however I do have another bttv card on my system to test that I didn't break the non-mjpeg stuff. The Zoran encoders don't use square pixels. So the 4:3 (or 16:9) picture is going to show up as 720x480. I don't know my way around the code well enough to know how to specify a non-square pixel aspect ratio. If there isn't a way to do it, it would be nice to be able to specify as an option the aspect ratio of the sourc. Either 4:3 or 16:9 in the case of anamorphic S-Video, which does occur. I stole the videodev_mjpeg.h header from the lavrec project. Despite the linux kernels having support for the Zoran cards, there doesn't seem to be a reliable way to pick up this header, which is probably why lavrec did it this way. Since it only defines ioctl definitions, I don't think using it is a legal problem. I also modified the audio handling a bit. If the card supports audio, great, we'll set the card's parameters as we did before. But if adev= is specified, use it regardless. The reason to do this is to capture audio from the sound card with video coming from, say, a web cam or in my case, an encoder card which doesn't have any audio capabilities at all.
-
Laurent Aimar authored
* demux/ts.c : fixed an endian problem with such private stream.
-
- 30 May, 2003 2 commits
-
-
Eric Petit authored
-
Eric Petit authored
-
- 29 May, 2003 1 commit
-
-
Cyril Deguet authored
wxwindows dialogs are not supposed to work yet, if they do you are lucky ;)
-