]> git.sesse.net Git - vlc/history - src/video_output
Merge branch 'master' into lpcm_encoder
[vlc] / src / video_output /
2010-09-07 Francois CartegnieTypos s/hidding/hiding/g
2010-08-18 Laurent AimarFixed a regression in vout when stepping or seeking...
2010-08-18 Laurent AimarReworked the way the vout select the pictures to be...
2010-08-18 Laurent AimarSeparated vout filter chain into static/interactive...
2010-08-16 Jean-Baptiste KempfFix snapshot height integer overflow creating mini...
2010-08-11 Laurent AimarFixed invalid pointer usage after free (vout).
2010-08-11 Laurent AimarNo functionnal changes (vout).
2010-08-11 Laurent AimarEnabled back bob, linear and yadif2x mode in vout.
2010-07-28 Rémi Durafforts/informations/information/
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-21 Jean-Baptiste KempfMerge branch 'master' of git.videolan.org:vlc
2010-07-21 Juho Vähä-HerttuaAdd nsobject support to vout_window_t
2010-07-17 Rémi Denis-CourmontAlways re-arm the cursor hide timeout on movement ...
2010-07-15 Laurent AimarFixed a compilation warning.
2010-07-11 Laurent AimarEnabled back yadif deinterlacer mode in the vout.
2010-07-11 Laurent AimarAdded support for video filter that introduce latency...
2010-07-11 Laurent AimarFixed deinterlacer mode configuration (vout).
2010-07-11 Laurent AimarUsed the right picture to get the date we have to wait on.
2010-07-11 Laurent AimarMoved out the code retreiving a decoded picture from...
2010-07-08 Rémi Denis-CourmontAdd a window variable to select the window provider
2010-06-27 Laurent AimarFixed a segfault with opengl provider.
2010-06-12 Laurent AimarFixed vertical video alignment (close #3688).
2010-06-10 Laurent AimarFixed the value of the dpb size that we got after reque...
2010-06-10 Erwan Tuloucore: fix a wrong division
2010-06-06 Laurent AimarAdded a missing vlc_join() in vout.
2010-06-03 Laurent AimarMoved generic subpicture code to its own file.
2010-05-30 Laurent AimarFixed vout display key event thread destruction.
2010-05-30 Laurent AimarAdded vout_display_info_t::has_event_thread.
2010-05-29 Laurent AimarMoved "sub-margin" to vout.
2010-05-27 Laurent AimarRemoved duplicated vout_Close description.
2010-05-26 Laurent AimarRemoved dead code (spu).
2010-05-26 Laurent AimarImplemented filter_GetInputAttachments for text rendere...
2010-05-26 Laurent AimarImproved spu_SortSubpictures.
2010-05-26 Laurent AimarCosmetic.
2010-05-25 Laurent AimarReimplemented vout_RegisterSubpictureChannel.
2010-05-25 Laurent AimarRevert "Used vout_control_Push for vout_RegisterSubpict...
2010-05-25 Laurent AimarDestroyed the spu object inside vout_Close.
2010-05-25 Laurent AimarUsed vout_control_Push for vout_RegisterSubpictureChannel.
2010-05-25 Laurent AimarUsed Used vout_control_Push for vout_FlushSubpictureCha...
2010-05-25 Laurent AimarAdded vout_control_PushInteger.
2010-05-25 Laurent AimarUsed vout_control_Push for vout_PutSubpicture.
2010-05-25 Laurent AimarMade object created by input_resource attached to a...
2010-05-23 Laurent AimarFixed vout reuse regression.
2010-05-23 Laurent AimarGives the needed DPB size when requesting a vout.
2010-05-21 Laurent AimarGives the input_thread_t to use to vout_Request().
2010-05-21 Laurent AimarMoved spu_Attach definition to the core.
2010-05-21 Laurent AimarModified the prototype of vout_Request and unexport...
2010-05-20 Laurent AimarAllowed vout_display_DeleteWindow(vd, NULL) to destroy...
2010-05-20 Laurent AimarReused vout window in vout_Request().
2010-05-20 Laurent AimarAvoided recreating vout_thread_t in vout_Request().
2010-05-19 Laurent AimarFixed crop behavior (with a ratio) after AR changes.
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-05-18 Laurent AimarCosmetics (vout).
2010-05-18 Laurent AimarPrepared for a better vout reuse.
2010-05-18 Laurent AimarMade video_format_t vout_Create/Request parameter const.
2010-05-18 Laurent AimarImproved vout behavior on crop/ar/zoom changes (close...
2010-05-14 Laurent AimarMade vlc_fourcc_GetChromaDescription public.
2010-05-12 Laurent AimarClean up vout object creation/destruction.
2010-05-12 Laurent AimarAdded video_format_Print.
2010-05-12 Laurent AimarNo functionnal changes (vout).
2010-05-12 Laurent AimarCosmetics (vout).
2010-05-10 Laurent AimarFixed segfault with some OSD.
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-10 Laurent AimarCosmetics (vout).
2010-05-10 Laurent AimarRemoved dead code (vout).
2010-05-10 Laurent AimarRemoved unused variable.
2010-05-10 Laurent AimarClean up crop/aspect ratio changes and associated video...
2010-05-10 Laurent AimarCosmetics.
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDSlider/Icon.
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDText/Message.
2010-05-10 Laurent AimarNo functionnal changes.
2010-05-10 Laurent AimarUsed a vout object for vout_OSDMessage/OSDSlider/OSDIcon.
2010-05-10 Laurent AimarMoved out text_style_* to src/misc/text_style.c
2010-05-10 Laurent AimarRemoved useless includes (video_epg.c).
2010-05-10 Laurent AimarUsed subpicture_updater_t for vout_OSDEpg.
2010-05-09 Laurent AimarMade vlc_memalign public.
2010-05-04 Laurent AimarFixed picture clean up when closing vout.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-04 Laurent AimarMade vout_ShowText* private to the core.
2010-05-04 Laurent AimarRemoved OSD_ALIGN_* flags.
2010-05-04 Jean-Baptiste KempfVout: Correctly handle the mousewheeling
2010-05-01 Laurent AimarFixed segfault with opengl provider.
2010-05-01 Laurent AimarMissing include (vout).
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-05-01 Laurent AimarAdded mouse support to sub-filter.
2010-05-01 Laurent AimarAt input EOF, wait for all pictures to be displayed.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-26 Laurent AimarConverted more commands to vout_control.
2010-04-26 Laurent AimarRemoved unused "intf-change" vout variable.
2010-04-26 Laurent AimarUsed vout_control for various commands (vout).
2010-04-26 Laurent AimarAdded API to simplify/clean up vout controls.
2010-04-26 Laurent AimarNo functionnal changes (vout)
2010-04-26 Laurent AimarSplit out interlacing/post-processing management from...
2010-04-26 Laurent AimarRemoved vlc_object_find_name in vout.
2010-04-26 Laurent AimarRemoved dead code (vout).
2010-04-26 Laurent AimarNo functionnal changes.
2010-04-24 Laurent AimarFixed :drop-late-frames= inheritance in vout.
2010-04-23 Laurent AimarRemoved now unused picture_t fields and associated...
2010-04-23 Laurent AimarRemoved invalid comment (vout).
next