]> git.sesse.net Git - vlc/history - src/video_output
Unicode: refactor, no functional changes
[vlc] / src / video_output /
2010-04-18 Laurent AimarRemoved picture_heap_t rgb informations.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_zoom.
2010-04-18 Laurent AimarTypo (vout).
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_window_width/height...
2010-04-18 Laurent AimarMoved vout_sys_t out of vlc_common.h.
2010-04-18 Laurent AimarRemoved write only picture_heap_t::b_allow_modify_pics.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_heap_size field.
2010-04-18 Laurent AimarMoved some private fields out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_AllocatePicture out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_IntfInit out of vlc_vout.h
2010-04-18 Laurent AimarRemoved vout_PlacePicture function.
2010-04-18 Laurent AimarRemoved dead code in vout.
2010-04-18 Laurent AimarRemoved picture_heap_t::pf_setpalette
2010-04-18 Laurent AimarCalls directly the vout wrapper iof using function...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:pf_control field and relat...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:p_module field.
2010-04-17 Laurent AimarDo not show non working deinterlacing modes until it...
2010-04-17 Laurent AimarEnabled support for video splitter directly at the...
2010-04-17 Laurent AimarMoved "video output" -> "vout display" wrapper to the...
2010-04-17 Laurent AimarLet mouse events go through vout filter chain.
2010-04-14 Francois Cartegnievoid function cannot return a value
2010-03-30 Jean-Baptiste KempfAdd 2.35 and 2.39 AR
2010-03-28 Rémi Denis-Courmontvout wrapper: fix creation of vout with window on top
2010-03-28 Rémi Denis-Courmontplaylist: allow video-on-top variable to be preserved...
2010-03-28 Rémi Denis-CourmontFix warning
2010-03-26 Hugo Beauzee-LuyssenDon't inhibit the screensaver if no-disable-screensaver...
2010-03-03 Laurent AimarFixed picture leaks when unlinking a non displayed...
2010-02-27 Laurent AimarFixed text_style_Copy() behaviour.
2010-02-26 Laurent AimarModified picture_Setup to provide more vectorization...
2010-02-21 Laurent AimarFixed invalid free on picture_NewFromFormat failure...
2010-02-21 Laurent AimarFixed potential division by 0 in vout_AllocatePicture.
2010-02-21 Laurent AimarFixed and simplified support for slow picture in vout_R...
2010-02-21 Rémi Denis-CourmontSPU: create "highlight" before attaching to it
2010-02-20 Laurent AimarRemoved dead picture_t::pf_lock/unlock fields.
2010-02-13 Antoine CellerierReduce verbosity.
2010-02-13 Antoine CellerierAttach the vout object to parent before spu creation...
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-13 Rémi Denis-CourmontMake mouse-moved a void variable
2010-02-13 Rémi Denis-Courmontspu_Create: attach object before calling var_Inherit
2010-02-11 Jean-Paul Samanlibvlc: add mouse events as libvlc_MediaPlayerEvents
2010-02-10 Rémi Denis-CourmontEmit a fullscreen toggle action on double click
2010-02-10 Rémi Denis-CourmontDo not clutter the instance with the fullscreen status
2010-02-10 Rémi Denis-Courmont"fullscreen" callback: do nothing if value is unchanged
2010-02-09 Rémi Denis-CourmontRemove pl_Release, and rename pl_Hold back to pl_Get
2010-02-09 Rémi Denis-Courmontvout event: use var_GetAndSet
2010-02-09 Rémi Denis-CourmontEven Laurent makes horrible mistakes sometimes ;)
2010-02-09 Antoine CellerierStick to the file's coding convention.
2010-02-09 Antoine CellerierSanitize output from str_format() before using it to...
2010-02-08 Laurent AimarFixed no autoscale video mode (close #3246).
2010-02-08 Laurent AimarAdded VLC_CODEC_YV9 and remove default mapping to I410...
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-Courmontvout: remove leading underscores
2010-02-07 Rémi Denis-CourmontOSD: remoev leading underscores
2010-02-02 Adrien MagloRework of vout_OSDEpg.
2010-02-02 Laurent AimarFixed EPG OSD aspect ratio.
2010-02-02 Laurent AimarReduced EPG OSD down to 3s and enable fade out.
2010-02-02 Adrien MagloAdd a function to display EPG event information for...
2010-01-30 Rémi Denis-CourmontName another anonynous union
2010-01-30 Rémi Denis-CourmontMissing initializer
2010-01-30 Rémi Denis-CourmontRevert "vout_window_t: simplify via anynomous union"
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-26 Laurent AimarRedirected "zoom" on "scale" (vout_thread_t).
2010-01-26 Laurent AimarFixed zoom setting when the video fills the display.
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
next