]> git.sesse.net Git - vlc/history - modules/video_output
Disable live555 in distcheck
[vlc] / modules / video_output /
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix potential memleak.
2008-07-31 Rémi DuraffortFix memleak in sdl video output. (string passed to...
2008-07-28 Jean-Baptiste KempfFix file mode
2008-07-25 Rémi DuraffortUse pl_Release with the right argument.
2008-07-24 Rémi DuraffortUse pl_Yield and pl_Release instead of vlc_object_find.
2008-07-22 Rémi DuraffortUse pl_Yield and pl_Release everywhere.
2008-07-06 Rémi Denis-CourmontFix option glx-shm does not exist error
2008-07-05 Rémi Denis-CourmontUnused variables
2008-07-05 Rémi Denis-CourmontX11: stop playling when user closes the window
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-04 Pierre d'Herbemontopengl: No need to detach the vout from here.
2008-07-01 Antoine CellerierVideo outputs should not change the vout's render format.
2008-06-28 Rémi DuraffortRemove unused variables.
2008-06-28 Rémi Denis-CourmontUse sizeof(vlc_object_t) as appropriate
2008-06-28 Antoine CellerierMove intf-popupmenu and video-on-top variables from...
2008-06-26 Rémi Denis-CourmontFix warning
2008-06-26 Rémi Denis-CourmontWarn about buggy X11 connections
2008-06-26 Rémi Denis-CourmontRemove unused variable
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-06-20 Pavlov KonstantinRemove glide video output module.
2008-06-16 Rémi Denis-Courmontvmem: small memory leak
2008-06-15 Felix Paul Kühnethe vout might still run after the playlist termination...
2008-06-15 Jean-Baptiste KempfDon't use deprecated functions.
2008-06-14 Jean-Baptiste KempfRemove unused variable.
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...
next