- 20 Dec, 2004 1 commit
-
-
gbazin authored
-
- 19 Dec, 2004 1 commit
-
-
gbazin authored
* modules/video_output/x11/xcommon.c: fixed nasty bug with YV12 xvideo output (fixes problem with unichrome driver).
-
- 16 Dec, 2004 1 commit
-
-
zorglub authored
Sorry for the trouble
-
- 12 Dec, 2004 1 commit
-
-
Eric Petit authored
re-enabled OS X GL provider (QT output still default)
-
- 11 Dec, 2004 2 commits
-
-
zorglub authored
-
zorglub authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 02 Dec, 2004 3 commits
- 29 Nov, 2004 1 commit
-
-
gbazin authored
* modules/video_output/directx/directx.c,glwin32.c: don't unload the plugin as we can't unregister our window classes. This fixes crashes with the mozilla plugin.
-
- 23 Nov, 2004 1 commit
-
-
gbazin authored
-
- 22 Nov, 2004 2 commits
- 14 Nov, 2004 1 commit
-
-
zorglub authored
-
- 10 Nov, 2004 1 commit
-
-
gbazin authored
* modules/video_output/directx: in embedded mode, we now use the current monitor when switching to fullscreen.
-
- 09 Nov, 2004 1 commit
-
-
gbazin authored
* modules/video_output/directx: last attempt at fixing the spurious taskbar item after switching to fullscreen (it actually also simplifies the code a bit as well).
-
- 08 Nov, 2004 1 commit
-
-
Sam Hocevar authored
+ Gave X11 a higher priority than SDL, so that the all-in-one interface still works when the XVideo port is taken. If XVideo is not available, SDL isn't of much use though.
-
- 13 Oct, 2004 1 commit
-
-
gbazin authored
-
- 07 Oct, 2004 2 commits
- 06 Oct, 2004 1 commit
-
-
gbazin authored
-
- 25 Sep, 2004 1 commit
-
-
gbazin authored
-
- 12 Sep, 2004 3 commits
- 10 Sep, 2004 1 commit
-
-
gbazin authored
* modules/video_output/x11/xcommon.c, modules/video_output/directx/directx.c: when we invert the YV12 picture buffer chroma planes, we need to report a I420 chroma.
-
- 08 Sep, 2004 1 commit
-
-
gbazin authored
* src/video_output/vout_intf.c, modules/video_output/opengl.c: we do really need these, so please don't remove them again.
-
- 06 Sep, 2004 1 commit
-
-
Eric Petit authored
-
- 05 Sep, 2004 1 commit
-
-
Felix Paul Kühne authored
-
- 29 Aug, 2004 1 commit
-
-
gbazin authored
* video_chroma/i420_rgb.c: disable RV24 support (which was assuming 32 bits per pixels).
-
- 28 Aug, 2004 2 commits
-
-
gbazin authored
-
Sam Hocevar authored
-
- 24 Aug, 2004 1 commit
-
-
gbazin authored
-
- 22 Aug, 2004 2 commits
- 21 Aug, 2004 1 commit
-
-
hartman authored
-
- 17 Aug, 2004 1 commit
-
-
Eric Petit authored
+ vout.m contains the common code for the QT video output and the GL provider (window creation, events handling) + opengl.c: higher priority on OS X Things are a bit broken atm, any help to debug is welcome ;p
-
- 16 Aug, 2004 1 commit
-
-
gbazin authored
-
- 14 Aug, 2004 2 commits
-
-
Cyril Deguet authored
Do we really need two buffers ? Anyway it doesn't work as is with GLX, so I only use the first one (quick fix)
-
Eric Petit authored
+ support for YUY2 textures + support for non-power-of-2 sizes + support for VRAM or AGP texturing It now uses two buffers and textures (needed for VRAM/AGP texturing). I got to fix a few things on the OS X GL provider before I commit it, but in the meantime, people can check if I didn't break the opengl output on Win32/GLX ;)
-