]> git.sesse.net Git - vlc/history - modules/video_output
Qt4 - add a warning about the composite thing.
[vlc] / modules / video_output /
2007-08-24 Jean-Paul SamanTell p_vout->render the aspect ratio and dimensions...
2007-08-24 Jean-Paul SamanSupport for non-RGB framebuffers:
2007-08-21 Rafaël CarréCorrectly handle (avoid deadlocks) always on top when...
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-19 Damien Fouilleulglx: fixed startup crash, which seems to be triggered...
2007-08-16 Rémi Denis-CourmontDestroy snapshot-id from the right object...
2007-08-16 Rémi Denis-Courmontuse var_GetGlobalMutex
2007-08-15 Jean-Paul SamanReadibility.
2007-08-13 Rafaël CarréUpdates window title even in fullscreen - patch by...
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-06-21 Jean-Paul SamanIndentation fix
2007-06-18 Rémi Denis-CourmontTypo
2007-06-06 Dennis van Amerongen* modules/video_output/msw/direct3d.c: typo adpater...
2007-06-05 Damien Fouilleul- direct3d: re-enabled YUV textures for Vista
2007-05-30 Jean-Paul SamanRemove excess whitespace
2007-05-22 Damien Fouilleul- win32 vouts: fiex potential crash (SIGFPE) if the...
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-17 Damien Fouilleul- direct3d: behave correctly when changing desktop...
2007-05-16 Jean-Paul SamanUse correct datatype. It will shutup the compiler.
2007-05-16 Antoine CellerierFix make distcheck and update po files.
2007-05-14 Damien Fouilleulvout: merged all Microsoft Windows specific vouts under...
2007-05-09 Rémi Denis-CourmontHW Pixel Doubling and Backlight-on for Maemo devices
2007-05-08 Damien Fouilleul- directx: commit patch by Sergey Volk
2007-05-02 Damien Fouilleul- direct3d: fix for cropping, closes #1185
2007-04-26 Damien Fouilleul- directx: backport leftovers from vlc-0.8.6-bugix
2007-04-26 Damien Fouilleul- directx: avoid mixing GDI and Direct3D/OpenGL/DirectX...
2007-04-25 Damien Fouilleul- directx: optimize WM_PAINT event handling
2007-04-15 Filippo Caronecorrectly implement VOUT_REPARENT in windows
2007-04-15 Filippo CaroneDo not create a new window if hwnd is provided
2007-04-06 Damien Fouilleul- direct3d: use VBL synchronized presentation
2007-04-05 Antoine CellerierPlease keep the coding style consistent inside the...
2007-04-05 Rémi Denis-CourmontFix compiler warning
2007-04-01 Antoine CellerierAdd new --sdl-chroma option to force the used chroma.
2007-03-25 Antoine CellerierRemove trailing space + comment fix.
2007-03-25 Antoine Cellerierconfig chain syntax support for the image video output.
2007-03-17 Sam Hocevar * modules/video_output/x11/xcommon.c: fix XShm detect...
2007-03-11 Rémi Denis-CourmontUse long instead of int32_t when passing 32-bits value...
2007-02-07 Christophe MutricyAdd media key to X11 vouts. Patch by loox.thefuture
2007-02-07 Damien Fouilleul- directx: put the code in the right place ;)
2007-02-07 Damien Fouilleul- directx, direct3d: for non-overlay surfaces, remove...
2007-02-02 Damien Fouilleul- direct3d: device reset fixes (when resolution changes...
2007-02-01 Damien Fouilleul- direct3d.c: attempt to fix incompatibility with Vista...
2007-01-26 Antoine Cellerieradd new filename_sanitize and path_sanitize functions...
2007-01-24 Jean-Baptiste KempfPatch to force alignment in OpenGL if it isn't correctl...
2006-12-16 Jean-Baptiste KempfInclude fixing for snapshot.c
2006-12-12 Jean-Paul SamanDon't use register keyword, leave it up to compiler...
2006-12-06 Damien Fouilleul- backporting from 0.8.6
2006-12-06 Rémi Denis-CourmontWork-around window-on-top + fullscreen deadlock (refs...
2006-11-30 Olivier Aubertmodules/video_output/snapshot.c: remove ref. to snapsho...
2006-11-28 Derk-Jan Hartman* const warning fixes. formatting fixes (squash them...
2006-11-26 Clément StenacPwet pwet
2006-11-26 Clément StenacNicer commits, faster breaking time and better-looking...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-13 Derk-Jan Hartman* const char warning fix
2006-11-11 Damien Fouilleul- I422 to YUY2 now works (due to previous commit)
2006-11-06 Antoine CellerierUse str_format_time and str_format_meta here too. Make...
2006-11-02 Dennis van Amerongen* modules/video_output/directx/direct3d.c: add experime...
2006-11-01 Sam Hocevar * Mouse motion and mouse click support in the libcaca...
2006-10-27 Rafaël CarréEnables "stay on top" with window managers that don...
2006-10-23 Jean-Paul SamanSupport for X11 Unichrome and XvMC extensions. The...
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-10-08 Gildas Bazin* modules/video_output/x11/xcommon.c: proper fix for...
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-08 Jean-Paul Saman(Forward port of 16977) Fix bunch of compiler signednes...
2006-10-04 Damien Fouilleul- direct3d: minor fixes, no improvement (where are...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-02 Dennis van Amerongen* more ouput -> output typos
2006-08-19 Felix Paul Kühne* fixed stupid typo (fixes the highlighting of DVD...
2006-08-15 Gildas Bazin* modules/video_output/x11/xcommon.c, modules/gui/wxwid...
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-07-29 Damien Fouilleulfew fixes in libvlc APis
2006-07-28 Filippo CaroneReal VOUT_REPARENT (UNIX only ATM).
2006-07-20 Christophe MutricyCosmetic: svn properties, Id, copyright dates
2006-07-20 Damien Fouilleul- direct3d: new video output module using Direct3D...
2006-06-14 Damien Fouilleulfixes for crash in Safari plugin when terminating ...
2006-06-12 Yoann Peronneau* modules/video_output/image.c: add --image-width and...
2006-06-02 Christophe Mutricydiscriminate between the two OpenGL modules
2006-06-02 Benjamin Pracht* Don't change the FSF address
2006-06-02 Benjamin Pracht* Patch by Cédric Cocquebert to add several additional...
2006-06-01 Christophe Mutricycaca.c: compile fix
2006-06-01 Sam Hocevar * modules/video_output/caca.c: fixed typedefs for...
2006-06-01 Sam Hocevar * modules/video_output/caca.c: many code simplifications.
2006-05-21 Antoine CellerierAdd support for keyboard multimedia keys on win32....
2006-05-02 Benjamin Pracht* Really fix the color depth specification
2006-04-29 Benjamin Pracht* Fix for some strange x drivers that return 8 bits...
2006-04-24 Sam Hocevar * modules/video_output/caca.c: synced caca output...
2006-04-23 Benjamin Pracht* bit masks for RV15 and RV16 were inverted (!) (or...
2006-04-23 Benjamin Pracht* Try to fix endianness in the opengl output on unixes
2006-03-31 Felix Paul Kühne* 2nd review of video* and control/telnet.c
2006-03-30 Damien Fouilleulopengl.c: fixed string declaration over multiple lines
2006-03-30 Clément StenacVideo filters and outputs strings (Refs:#438)
2006-03-22 Sam Hocevar * modules/video_output/caca.c: Compilation fixes.
2006-03-19 Christophe Mutricycaca.c: Typo
2006-03-19 Sam Hocevar * Support for newer libcaca/libcucul versions.
2006-03-09 Jean-Paul SamanUpdate e-mail address
2006-03-03 Antoine Cellerierimage.c: add --image-out-replace option. If enabled...
2006-02-13 Rémi Denis-Courmont- Use VidMode extension to determine the display dimens...
2006-02-04 Derk-Jan Hartman* Use UYVY fourcc instead of Y422, since i believe...
next