]> git.sesse.net Git - vlc/history - src/video_output/vout_subpictures.c
macosx: fix wrong ref counting in media info
[vlc] / src / video_output / vout_subpictures.c
2015-02-20 Thomas Guillemvout: set an i_order to subpictures when they are rendered
2014-10-30 Rémi Denis-Courmontspu: remove filter_DeleteSubpicture()
2014-10-30 Rémi Denis-Courmontfilter: remove filter_DeletePicture()
2014-07-28 Rémi Denis-Courmontfilter_chain: introduce dedicated filter_chain_NewVideo...
2014-07-28 Rémi Denis-Courmontspu: fix ugly cast in filter chain (and unexport function)
2014-07-28 Rémi Denis-Courmontspu: use filter_chain_ForEach() and simplify
2014-07-28 Rémi Denis-Courmontspu: avoid pointless alloc and indirection
2014-07-28 Rémi Denis-Courmontfilter: separate owner structure from the filter itself
2014-07-28 Rémi Denis-Courmontspu: remove bogus VLC_UNUSED
2014-05-12 Jean-Paul Samanvout_subpictures.c: Fix Dereference after null check...
2014-05-11 Jean-Paul Samanvideo_output/vout_subpictures.c: Fix filters appearing...
2013-12-08 Felix Abecassisvout: set visible resolution of input/output video...
2013-11-07 Rémi Denis-Courmontvout: allow ARGB for SPU
2013-11-07 Rémi Denis-Courmontvout: fix intermediate chroma when converting from...
2013-07-16 Vittorio Giovaradraw text taking into-account visible display size
2012-01-05 Laurent AimarScale subpictures without AR to fill up the whole display.
2011-11-27 Jean-Baptiste KempfLGPL
2011-07-29 Rafaël Carrécosmetics: fix indentation (2 spaces -> 4 spaces)
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-06-25 Laurent AimarAllowed to give the list of prefered chroma to "text...
2011-06-14 Laurent AimarFixed "spu-elapsed" value set by the core.
2011-06-10 Laurent AimarRemoved unused "scale" object variable in text renderer.
2011-06-05 Laurent AimarFade for 1/4 of the display time.
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2011-04-28 Laurent AimarNo functionnal changes (vout).
2011-04-20 Yuval TzeBackward compatibility: handle the "sub-filter" ambiguity
2011-04-20 Yuval TzeNew sub-filter support add new "sub filter" capability...
2011-04-20 Yuval TzeRefactor: rename "sub-filter" to "sub-source" this...
2011-04-14 Laurent AimarFixed i_original_picture_width/height fields of the...
2011-02-13 Laurent AimarFixed a huge memory leak due to OSD.
2011-02-12 Laurent AimarFixed subpicture rendering when render size != source...
2011-02-12 Laurent AimarMade subtitle subpicture absolute only when rendering...
2011-01-09 Laurent AimarSet text scale only once per subpicture.
2011-01-09 Laurent AimarImproved SpuRenderSubpictures() output region linking.
2011-01-09 Laurent AimarClean up a bit vout_subpicture.c (no functionnal changes).
2011-01-09 Laurent AimarSimplify a bit text re-rendering.
2011-01-09 Laurent AimarMade SpuRegionPlace() code a bit more obvious.
2011-01-09 Laurent AimarFixed typo in vout subpicture rendering regarding AR.
2011-01-09 Laurent AimarExtended spu_Render to accept a list of supported chrom...
2011-01-09 Laurent AimarCleaned up a bit vout_subpictures includes.
2011-01-09 Laurent AimarNo functionnal changes (spu).
2011-01-09 Laurent AimarRenamed spu_DisplaySubpicture into spu_PutSubpicture.
2011-01-09 Laurent AimarReworked the way subtitles are rendered on video.
2011-01-09 Laurent AimarUsed picture_BlendSubpicture for rendering OSD/subtitle...
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-06-03 Laurent AimarMoved generic subpicture code to its own file.
2010-05-29 Laurent AimarMoved "sub-margin" to vout.
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-21 Laurent AimarGives the input_thread_t to use to vout_Request().
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-05-10 Laurent AimarFixed segfault with some OSD.
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-05-04 Laurent AimarCleaned up a bit spu_t API.
2010-05-01 Laurent AimarAdded mouse support to sub-filter.
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-23 Laurent AimarReworked the way pictures are handled by the vout core.
2010-02-21 Laurent AimarFixed invalid free on picture_NewFromFormat failure...
2010-02-21 Rémi Denis-CourmontSPU: create "highlight" before attaching to it
2010-02-13 Antoine CellerierAttach the vout object to parent before spu creation...
2010-02-13 Rémi Denis-Courmontspu_Create: attach object before calling var_Inherit
2010-02-07 Rémi Denis-CourmontOSD: remoev leading underscores
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
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
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
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-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-14 Etienne MembrivesThere is a typo in the error message displayed when...
2009-06-05 Laurent AimarUsed new filter blend helpers in vout_subpictures.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-30 Laurent AimarAdded a subpicture_NewFromPicture helper.
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
next