]> git.sesse.net Git - vlc/history - modules/video_output
ncurses: Properly update on item-change variable callback.
[vlc] / modules / video_output /
2008-06-14 Jean-Paul SamanFix indentation in some of the structs defintions.
2008-06-13 Felix Paul KühneReplaced a certain amount of vlc_object_find by pl_Yield
2008-06-12 Pierre d'Herbemontopengllayer: Don't protect a module by #ifdef you'll...
2008-06-03 Antoine CellerierDo not align height and width on multiples of 16 in...
2008-06-02 Antoine CellerierEnforce --no-overlay option in SDL video output.
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-27 Rémi DuraffortFix 0448c670c32d9fc60889ce2c3e8f72330a389e44 as I forgo...
2008-05-26 Jean-Philippe AndréBugfix: non disparition of the Qt Popup Menu with X11...
2008-05-22 Rémi DuraffortCheck malloc return value when needed and don't print...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-17 Rémi Denis-CourmontIgnore X11 errors on Maemo
2008-05-10 Rafaël CarréDo not touch the always-on-top when going fullscreen
2008-05-10 Rafaël CarréFactorize video-on-top disabling while in fullscreen
2008-05-10 Rafaël CarréDisable video-on-top on win32 when going fullscreen
2008-05-10 Rafaël CarréTypo: disable always-on-top when going fullscreen
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Jean-Baptiste KempfDirect3D blurriness fix by Kaarlo Henrik Räihä
2008-05-04 Rémi Denis-CourmontMaintain SUBDIRS manually for extra flexibility
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontDon't re-invent uint8_t - remove byte_t
2008-04-27 Felix Paul Kühneremove bogus code introduced in the previous commit
2008-04-27 Felix Paul KühneHack to fix the compilation on 10.4. This should actual...
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-11 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-11 Jean-Paul SamanCleanup
2008-04-10 Jean-Paul SamanProperly detect XvMC capabilities.
2008-04-10 Jean-Paul SamanLower xvmc priority because it is untested.
2008-03-23 Rémi Denis-CourmontCheck-in modules/Makefile.am
2008-03-22 Jean-Baptiste KempfUniformisation and configurability of Mouse Hidding...
2008-03-21 Sam HocevarAdd missing p_vout->pf_end in vmem.c and snapshot.c
2008-03-21 Sam HocevarNew video output driver: "vmem", for direct memory...
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-03-17 Rémi Denis-CourmontUse native C/C++ boolean type
2008-03-12 Rémi DuraffortRemove useless test before a free().
2008-03-08 Rafaël Carréfix xvmc video_output compilation
2008-03-05 Gildas Bazin* modules/video_output/x11/*: manually paint the xv...
2008-03-02 Pierre d'HerbemontMore Id and permission fixes.
2008-02-28 Jean-Paul SamanFix small copy & paste mistake. It had no effect, but...
2008-02-28 Jean-Baptiste KempfCompile XvMC. Disabled the subtitles part for that...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-02-25 Jean-Baptiste KempfXvMC: remove warnings. The compilation problems lies...
2008-02-25 Rémi Denis-CourmontRemove argv/argc from libvlc_t (not really needed here)
2008-02-25 Jean-Baptiste KempfXvMC: Compile Fixes, b_shm removal, and obvious typos...
2008-02-25 Jean-Baptiste Kempftypo fix.
2008-02-25 Jean-Baptiste KempfXvMC Vout: Fix the macroblocks_t definition. Still...
2008-02-10 Rémi Denis-CourmontCleanup.
2008-02-10 Rémi Denis-CourmontThis really is an integer, not a boolean
2008-02-07 Jean-Paul SamanDefine proper size of output.
2008-01-28 Rafaël Carréxcommon.c: fix warnings
2008-01-28 Rafaël Carrévideo_output/opengl.c:
2008-01-28 Rafaël Carrévideo_output: avoids unused parameter warnings
2008-01-25 Jean-Paul SamanFix scaling of subpicture in fb video_output.
2008-01-25 Jean-Paul SamanIf the framebuffer hardware doesn't support double...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-21 Rafaël Carréfix #1387 (update to new libcaca api)
2008-01-20 Rafaël CarréX11 video output: give the focus to the video window...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2008-01-13 Rémi DuraffortFix compilation error with SDL under 1.2.10
2008-01-09 Jean-Paul SamanRemove stray semicolon.
2008-01-07 Rémi DuraffortRevert [23969] because mutex aren't needed
2008-01-06 Pierre d'Herbemontvideo_output/opengllayer.m:
2008-01-05 Faustino Osunavideo_output/opengllayer.m: Don't rely on CAOpenGLLayer...
2008-01-04 Pierre d'Herbemontvideo_output/opengllayer.m: Hopefully fix the tearing...
2008-01-04 Pierre d'Herbemontvideo_output/opengllayer.m: Remove unuseful NULL check.
2008-01-04 Pierre d'Herbemontvideo_output/opengllayer.m: Proper three-buffering...
2008-01-04 Faustino Osunavideo_output/opengllayer.m: Revert backbuffer resizing...
2008-01-03 Pierre d'Herbemontvideo_output/opengllayer.m: Revert previous commit...
2008-01-02 Pierre d'Herbemontvideo_output/opengllayer.m: Don't use AGP texturing...
2008-01-02 Pierre d'Herbemontvideo_output/opengllayer.m: Rename the layer from VLCVi...
2008-01-02 Rémi DuraffortLimit mouse-x and mouse-y in sdl video_output module...
2008-01-02 Rémi DuraffortLimit the mouse-x and mouse-y beetween 0 and p_vout...
2008-01-02 Rémi DuraffortRemove useless test
2008-01-02 Rémi DuraffortFix an error in key handling with sdl
2008-01-01 Rémi DuraffortLittle correction of the double-clicks detection under sdl
2008-01-01 Rémi DuraffortUse the screen resolution in fullscreen
2008-01-01 Rémi Duraffortadd mutex to the sdl video_output
2007-12-28 Rémi DuraffortImprove Aspect Ratio and Crop support
2007-12-28 Pierre d'Herbemontvideo_output/opengllayer.m: Fix a warning, and use...
2007-12-26 Pierre d'Herbemontvideo_output/opengllayer.m: Correctly set the initial...
2007-12-24 Rémi Duraffortimprove sdl video output. If there is some stupidities...
2007-12-23 Pierre d'Herbemontmodules/video_output/opengllayer.m: Don't free the...
2007-12-20 Jean-Paul SamanRemove excess/trailing whitespace
2007-12-20 Jean-Paul SamanRestore old functionality in video_output fb to use...
2007-12-19 Pierre d'Herbemontopengllayer.m: Use AGP texturing.
2007-12-19 Pierre d'Herbemontconfigure.ac:
2007-12-19 Pierre d'Herbemontmodules/video_output/opengllayer.m: Initial creation...
2007-12-15 Antoine CellerierHere too.
2007-12-06 Jean-Paul SamanOnly test the terminal if --fb-tty is used.
2007-12-03 Jean-Paul SamanFix snapshot functionality in video_output/fb.c
2007-10-26 Jean-Paul SamanAllow width/height mode selections to match framebuffer...
2007-10-06 Christophe MutricyFix header order
2007-09-30 Rafaël Carréimage vout: assigning -1 to an unsigned int is not...
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-30 Pierre d'Herbemontmodules/video_output/opengl.c: Allow opengl provider...
next