An error occurred fetching the project authors.
- 28 Feb, 2004 1 commit
-
-
Eric Petit authored
fixed a segfault
-
- 26 Feb, 2004 2 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
--macosx-stretch mode. Ignore aspect ratio and stretch video to fill window.
-
- 25 Feb, 2004 1 commit
-
-
Eric Petit authored
-
- 12 Feb, 2004 1 commit
-
-
Eric Petit authored
-
- 09 Feb, 2004 3 commits
-
-
Eric Petit authored
-
Eric Petit authored
-
Eric Petit authored
"none" and "cube". Sorry, couldn't resist ;)
-
- 03 Feb, 2004 1 commit
-
-
Eric Petit authored
-
- 02 Feb, 2004 1 commit
-
-
Eric Petit authored
macosx/vout*: fixed quality problems introduced in my last commit (noticeably slower now, but fixed), cleaning
-
- 29 Jan, 2004 1 commit
-
-
Eric Petit authored
+ Unkludged a lot the way the OpenGL output was working until now + Optimized here and here. Please test!
-
- 28 Jan, 2004 2 commits
-
-
Eric Petit authored
-
Eric Petit authored
the monitor (fixed flickering effect)
-
- 27 Jan, 2004 1 commit
-
-
Eric Petit authored
-
- 26 Jan, 2004 2 commits
-
-
Eric Petit authored
-
Eric Petit authored
to give it a try (QT is the default method). + Known issues: no fullscreen yet, memory leaks, ugly code, ... + Known goodies: it's a few % faster than QT here (playing a DVD). If experienced OpenGL and Altivec programmers could have a look and give some advice, I guess the performance increase might become noticeable.
-
- 25 Jan, 2004 1 commit
-
-
Carlo Calabrò authored
-
- 22 Dec, 2003 1 commit
-
-
Benjamin Pracht authored
back to config_PutInt when using the fullscreen button on the interface. This allows to remember the fullscreen setting when changing playlist item
-
- 15 Dec, 2003 1 commit
-
-
Benjamin Pracht authored
-
- 08 Dec, 2003 1 commit
-
-
Gildas Bazin authored
* ALL: new main --video-on-top config option (in use by the x11/xvideo/osx/directx video outputs.) * modules/video_output/x11/*: implemented support for "video on top". Will likely only work with KDE for now.
-
- 15 Nov, 2003 1 commit
-
-
Derk-Jan Hartman authored
- Drag and drop implemented - still need new sliders and remove the titlebar. * revert the mozilla plugin changes. i will build a seperate module for that * simplified previous/next (only playlist, people with chapters and titles will have to use the menu * Moved the disable screensaver from interface to vout.
-
- 11 Nov, 2003 1 commit
-
-
Derk-Jan Hartman authored
* src/libvlc.h: added macosx defaults and changed the quit shortcut to ctrl-q * modeules/gui/macosx/controls.m: now jump 10 seconds. works better than 5 * REST: implemented configurable hotkeys for OS X.
-
- 06 Nov, 2003 1 commit
-
-
Derk-Jan Hartman authored
- less vague bugs :) * changed the global hotkey for play/pause to command-p since 'space' won't be defined as the hotkey. i was sick of all the hacks i had made to have it work that way, so the end. space only works in the vout from now on.
-
- 05 Nov, 2003 1 commit
-
-
Derk-Jan Hartman authored
maybe this will fix the random crashes?
-
- 31 Oct, 2003 1 commit
-
-
Derk-Jan Hartman authored
* modules/gui/macosx/vout.m: removed debug * modules/gui/macosx/open.m: Panther compilation fixes * modules/gui/macosx/controls.m: OSDMessages :)
-
- 30 Oct, 2003 1 commit
-
-
Derk-Jan Hartman authored
location by any module. * added a OSD config option to the Video options. this will allow you to disable the messages printed by OSDMessage. Subtitles will still be shown however. * src/audio_output/intf.c: volumeSet sets the intf-change variable. * modules/gui/macosx/vout.m: fix the modifier detection.
-
- 29 Oct, 2003 2 commits
-
-
Derk-Jan Hartman authored
-
Derk-Jan Hartman authored
And this is no final solution, i think it should be handled in VLCApplication.
-
- 20 Sep, 2003 2 commits
-
-
Derk-Jan Hartman authored
- removed the defines for i_mode concerning random and loop. We use config variables for all of these. * src/libvlc.h: - removed the enqueue playlist config option. It's no longer used. - added a repeat option. vlc will keep playing the same playlist_item, until the option is unset. * src/playlist/playlist.c: - added a repeat, random and loop variable. - wxwindows should use these as well I think. * modules/gui/macosx: - added the INTF_ABOUT_MSG to the about dialog. - implemented the about and repeat items.
-
Derk-Jan Hartman authored
- implemented the new input variables for control. - reevaltuated the locking mechanisms in the osx intf. a lot of this can now be removed, because of the new input structures, and the vout garbage collector of playlist.
-
- 25 Aug, 2003 1 commit
-
-
Simon Latapie authored
-
- 20 Aug, 2003 2 commits
-
-
Simon Latapie authored
-
Simon Latapie authored
-
- 19 Aug, 2003 1 commit
-
-
Simon Latapie authored
* buttons. Fullscreen disabled ).
-
- 14 Aug, 2003 1 commit
-
-
Simon Latapie authored
* compiled with mozilla 1.4 (won't probably work with <1.4) * TODO: * - make XPCOM work (play,pause,stop buttons) * - fullscreen implementation (quite difficult on MacOSX because only * the main thread can create windows)
-
- 03 Jun, 2003 1 commit
-
-
Christophe Massiot authored
-
- 23 May, 2003 1 commit
-
-
Derk-Jan Hartman authored
* modules/gui/macosx/vout.m: removed some code that was preventing us from using chroma converters. * modules/codec/quicktime.c: - added the video decoder. only works with SVQ3 atm, returns Invalid BITMAPHEADER for some reason in all other cases. - did some cleaning up. this might just work under Win32 now aswell, gibalou will do some testing tomorrow ;) - SVQ3 QT degrades faster then the ffmpeg version, but also recovers faster. I'm not yet sure which one i prefer.
-
- 21 May, 2003 1 commit
-
-
Derk-Jan Hartman authored
src/libvlc.c: Added a quicktime_lock on SYS_DARWIN * ALL: QT on OSX is not threadsafe in certain areas. i have found the proces of identifying the right Codec to use for decoding to be one of these areas. So when we do this, only one thread at a time can use QT. Watching QT trailers is doable now, as soon as ffmpeg fix their altivec optimizations again ;)
-
- 05 May, 2003 1 commit
-
-
Derk-Jan Hartman authored
-
- 04 May, 2003 1 commit
-
-
Gildas Bazin authored
* src/misc/variables.c, ALL: improvements to the object variables api. - added another argument to var_Change(). - added a VLC_VAR_SETTEXT and VLC_VAR_GETTEXT method to var_Change() that are used to set/get a friendly name to an object variable. - added VLC_VAR_CHOICESCOUNT to var_Change() to be able to retrieve the number of availabel choices without having to get their value as well. - VLC_VAR_ADDCHOICE uses the extra var_Change() argument to assign a friendly name to the choice value. - VLC_VAR_GETCHOICES retrieves the choices values and their friendly names. * modules/gui/wxwindows/*: first step in implementing menu auto-generation in the wxWindows interface.
-