]> git.sesse.net Git - vlc/history - src/video_output
Qt: add drow shadow effect
[vlc] / src / video_output /
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-17 Rémi Denis-Courmontvideo output core: use var_Inherit
2010-01-11 Rémi Denis-CourmontRemove dead old <sys/times.h> use
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-10 Rémi Denis-CourmontWrapper: remove hard-coded plugin list
2009-12-26 Rémi Denis-Courmontvout: expand stacking mode from boolean to unsigned
2009-12-22 Erwan Tulouvlc core: remove a hack that seems no longer needed
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-13 Laurent AimarReplaced vout_display_t::get by ::pool.
2009-12-13 Laurent AimarAllowed to use vout_display with a dummy vout.
2009-12-13 Laurent AimarAdded a way to retreive an opengl context from a vout...
2009-12-10 Rémi Denis-Courmontcore: config_GetPsz -> var_CreateGetNonEmptyString
2009-12-08 Rémi Denis-CourmontRoom for window provider to pass the X11 display
2009-12-08 Rémi Denis-CourmontHWND window really can only work inside Windows or...
2009-12-08 Rémi Denis-Courmontvout_window_t: simplify via anynomous union
2009-11-29 Jakob Lebenvout: better correction for wrong subtitle positioning
2009-11-29 Jakob LebenRevert "vout: avoid applying subtitle offset twice...
2009-11-29 Jakob Lebenvout: initialize subtitle position correctly
2009-11-29 Jakob Lebenvout: avoid applying subtitle offset twice and modify...
2009-11-28 Jakob Lebensubtitles/hotkeys: hotkey accessible subtitle position...
2009-11-24 Jean-Baptiste KempfDon't display any OSD when --no-osd is asked.
2009-11-10 Rémi Duraffortvideo_output: really fix use of uninitialized value.
2009-11-08 Laurent AimarFixed an uninitiliazed value regarding deinterlacing...
2009-11-01 Laurent AimarFixed VOUT_DISPLAY_RESET_PICTURES support in wrapper.
2009-10-31 Rémi Denis-CourmontFix potential crash on Windows (assumed)
2009-10-30 Rafaël Carré__vout_AllocatePicture() : check all possibilities...
2009-10-30 Rafaël CarréFix integer overflow in picture size calculation
2009-10-26 Laurent AimarAdded VOUT_DISPLAY_EVENT_ON_TOP (vout display).
2009-10-20 Laurent AimarDo not hold change_lock while loading the vout module.
2009-10-17 Rémi Denis-CourmontUse inhibit plugin
2009-10-17 Rémi Denis-Courmontvlc_inhibit_t: plugin type for screen saver inhibition
2009-10-17 Rémi Denis-Courmontvout_window_t: privatize module pointer
2009-10-17 Rémi Denis-CourmontProvide a type name for window objects
2009-10-06 Laurent AimarFixed a typo after auto deinterlace.
2009-10-06 Laurent AimarImplemented auto deinterlace mode.
2009-10-06 Sébastien Escudiervideo_output fix compilation
2009-10-05 Laurent AimarModified deinterlace selection.
2009-10-05 Laurent AimarRenamed "deinterlace" into "deinterlace-mode" at the...
2009-10-05 Laurent AimarRenamed deinterlace-mode into filter-deinterlace-mode.
2009-10-05 Laurent AimarCommented out a too verbose debug printf.
2009-10-04 Laurent AimarAdded a new "deinterlace" configuration option.
2009-10-04 Laurent AimarAdded new deinterlacing modes to vout.
2009-09-30 Laurent AimarAdded a is_forced parameter to VOUT_DISPLAY_CHANGE_DISP...
2009-09-27 Laurent AimarMade vout_display_t::manage() optional.
2009-09-27 Laurent AimarAllowed vout display events to be issued from anywhere.
2009-09-26 Laurent AimarChanged the prototype of vout_display_SendEventDisplaySize.
2009-09-26 Laurent AimarUsed direct rendering for chroma conversion in "vout...
2009-09-26 Laurent AimarCentralized mouse event handling.
2009-09-26 Laurent AimarFactorized and added missing vout_SendEventMouseVisible...
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-09-15 Laurent AimarFixed i_pixel_pitch value for YUVP and packed YUV.
2009-09-07 Laurent AimarMoved out picture_fifo/pool_t code from vout_pictures.c
2009-09-07 Laurent AimarAdded picture_pool_NewExtended.
2009-09-02 Rémi Denis-Courmontpicture_pool_Delete: memory leak
2009-08-31 Laurent AimarLoad and unload the vout module in the vout thread.
2009-08-31 Laurent AimarCosmetics.
2009-08-30 Laurent AimarDo not load a filter for J4xy -> I4xy in vout_display.
2009-08-29 Erwan Tulousnapshot: replace vout_snapshottaken with snapshot...
2009-08-25 Rémi Denis-CourmontPut snapshots to pictures directory
2009-08-24 Laurent AimarRevert "vout_pictures: Use unsigned for width and heigh...
2009-08-24 Rémi Denis-CourmontAdd a directory type parameter to config_GetHomeDir
2009-08-23 Rémi Denis-CourmontCosmetic
2009-08-20 Pierre d'Herbemontvout_pictures: Use unsigned for width and height in...
2009-08-20 Pierre d'Herbemontvlc_vout_display: Should use unsigned for height and...
2009-08-20 Pierre d'Herbemontvideo_output: Flag unused parameter.
2009-08-20 Pierre d'Herbemontvideo_output: Flag even more parameter as unused.
2009-08-20 Pierre d'Herbemontvideo_output: Flag a number of parameter as unused.
2009-08-04 Laurent AimarIntroduce "vout display" module API to replaced "vout...
2009-08-01 Laurent AimarSplit back window module providers by type.
2009-08-01 Laurent AimarMoved out video statistics to its own file and use...
2009-08-01 Laurent AimarMoved out snapshot code to a standalone file.
2009-08-01 Laurent AimarModified vout_window_t to be completly independant...
2009-07-29 Laurent AimarFixed some corner case errors with SPU.
2009-07-28 Laurent AimarFixed filter_*Blend rgb masks initialization.
2009-07-28 Laurent Aimaremoved unused pf_render function in subpicture_t.
2009-07-28 Laurent AimarRemoved now unused pf_pre_render in subpicture_t.
2009-07-28 Laurent AimarFixed the order of destruction of ephemere subpictures...
2009-07-27 Laurent AimarDo not decode subtitles too much in advanced.
2009-07-27 Laurent AimarImproved subtitle rendering accuracy and fixed pause...
2009-07-24 Rémi DuraffortUse var_TriggerCallback instead of var_SetVoid (the...
2009-07-16 Rémi DuraffortRemove uneeded asprintf.
2009-07-14 Etienne MembrivesThere is a typo in the error message displayed when...
2009-06-29 Pierre d'Herbemontvout: vout_EnableFilter takes a const char *.
2009-06-23 Rémi DuraffortTypo.
2009-06-14 Laurent AimarAdd temporary hack for video splitter filters in vout_E...
2009-06-14 Cyril MathéAdd sub-filter and video-filter to vout_EnableFilter
2009-06-05 Laurent AimarRemoved useless date check when using vlc_cond_timedwait.
2009-06-05 Laurent AimarUsed new filter blend helpers in vout_subpictures.
2009-06-04 Derk-Jan Hartmancore vout: Fix snapshots
2009-06-03 Derk-Jan HartmanPostproc: Set a description string for the postprocess...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarAdded vout_GetSpu to retreive the spu_t object from...
2009-05-30 Laurent AimarAdded picture_NewFromFormat/Ressource functions.
2009-05-30 Laurent AimarAdded picture_pool_t and functions helpers.
2009-05-30 Laurent AimarAdded a picture_fifo_t helper.
2009-05-30 Laurent AimarAdded a picture_Reset helper.
2009-05-30 Laurent AimarUsed subpicture_NewFromPicture in snapshot code.
next