]> git.sesse.net Git - vlc/history - modules/video_output
set stream->dr_dts according to i_dts instead AV_NOPTS_VALUE; seems to
[vlc] / modules / video_output /
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...
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-16 Rémi Denis-CourmontReally fix XShm detection with remote X11 (cf [19346]):
2007-09-16 Rémi Denis-CourmontAdd some debug
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Rémi Denis-Courmont#include order
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
next