]> git.sesse.net Git - vlc/history - src/video_output/vout_subpictures.c
Merge branch 1.0-bugfix
[vlc] / src / video_output / vout_subpictures.c
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
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-11 basOS GAdded and used text_style_* methods.
2009-04-08 Laurent AimarFixed spu_t attach/detach sequence.
2009-02-13 Laurent AimarFlush all subtitles when recycling a vout.
2009-02-02 Laurent AimarSub filter deadlock fixes.
2009-02-02 Laurent AimarDelete sub-filter callback before destroying p_spu...
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-08 Joseph TulouRemove useless parameter
2008-12-08 Joseph TulouChange lock status from true to false in SubFilterAlloc...
2008-11-29 Laurent AimarFixed an unlikely segfault (subtitles).
2008-11-02 Laurent AimarRemoved check on OPTIMIZE_MEMORY in installed headers.
2008-10-09 Laurent AimarRemoved dead code in spu core (CID 249).
2008-09-30 Laurent AimarProtect against broken subpicture size.
2008-09-28 Laurent AimarSpu pause support.
2008-09-24 Laurent AimarFixed SSA subtitles pause.
2008-09-21 Laurent AimarCosmetics.
2008-09-21 Laurent AimarFixed overlap support with overlap length smaller than...
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Laurent AimarNo functionnal changes.
2008-09-21 Laurent AimarPrivatized SUBPICTURE_RENDERED.
2008-09-21 Laurent AimarClean up subpicture allocation and unused fields.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Laurent AimarPrivatized nealy all spu_t fields.
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Antoine Celleriers/picture_Yield/picture_Hold/
2008-09-20 Laurent AimarFixed warnings.
2008-09-20 Laurent AimarUse the yuvp video filter to overlay YUVP.
2008-09-20 Laurent AimarDestroy the subpicture cache only when needed.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-20 Laurent AimarRender subpictures in the right order to improve overla...
2008-09-17 Laurent AimarSupport for overlapped subtitle part 2.
2008-09-17 Laurent AimarSupport for overlapped subtitle part 1.
2008-09-17 Laurent AimarCosmetics.
2008-09-17 Laurent AimarSet minimum scale in spu core for text renderer.
2008-09-17 Laurent AimarFixed spu margin and more subtitle clean up.
2008-09-17 Laurent AimarSpuRegionPlace now works in rendered unit.
2008-09-17 Laurent AimarRemoved a little hack in subpicture cache code.
2008-09-17 Laurent AimarClean up a bit subpicture release code.
2008-09-17 Laurent AimarFixed picture cache creation.
2008-09-17 Laurent AimarUsed const for video_format_t when possible.
2008-09-17 Laurent AimarFixed spu_RenderSubpictures prototype.
2008-09-17 Laurent AimarClean up subpicture code.
2008-09-17 Laurent AimarRemoved spu_MakeRegion as it was broken by design.
2008-09-17 Laurent AimarFactorize duplicated code, again.
2008-09-17 Laurent AimarLoad the scalers and text renderer at SPU creation.
2008-09-17 Laurent AimarLoading the text renderer does not need the real video...
2008-09-17 Laurent AimarCosmetics.
2008-09-16 Laurent AimarSimplify and fixed absolute text positioning.
2008-09-15 Laurent AimarSimplify a bit scale factor computation by using helpers.
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-15 Laurent AimarClean up subtitle core.
2008-09-15 Laurent AimarCosmetics (subtitles).
2008-09-15 Laurent AimarUse tha same date for updating subtitles regions.
2008-09-15 Laurent AimarReorder a bit subpicture render function.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-09-13 Laurent AimarCosmetics.
2008-09-13 Laurent AimarRender subtitles (without osd) before taking a snapshot...
2008-09-13 Laurent AimarAdded a subtitle properties to subpicture.
2008-09-13 Laurent AimarProperly lock SPU_CHANNEL_REGISTER.
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-08-26 Laurent AimarFixed segfault when the subpicture scaler failed.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-29 Laurent AimarClean up pf_pre_render prototype (btw, this function...
2008-07-27 Laurent AimarDo not leak memory in case of multiple region inside...
2008-07-27 Laurent AimarFixed double free on invalid scaling.
2008-07-27 Laurent AimarFixed croppping of standard OSD messages (well more...
2008-07-24 Laurent AimarFixed dvd menu highlight (close #1709)
2008-07-11 Laurent AimarFixed resize of subtitle with original size specified...
2008-07-11 Laurent AimarClean up.
2008-07-11 Laurent AimarMore clean up...
2008-07-11 Laurent AimarMore clean up on subtitle.
2008-07-11 Laurent AimarMore clean up (it has 1 minor side effect but in a...
2008-07-11 Laurent AimarMore vout spu split up.
2008-07-11 Laurent AimarSplit up spu_RenderSubpictures to make it more readable...
2008-07-09 Laurent AimarFix video format passed to pf_update_regions. (Fix...
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-23 Antoine CellerierWe don't need to detach. Since we're in the parent...
2008-06-10 Antoine CellerierUnregister a "sub filter"'s private SPU channel when...
2008-06-10 Antoine CellerierPartially fix sub picture filter chain handling. Still...
2008-06-04 Antoine CellerierUse filter chain in subpicture core.
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-30 Rémi Denis-CourmontWhen checking for filters overflow, actually handle...
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-04-09 Jean-Paul SamanMerge branch 'dynamicoverlay'
2008-04-09 Jean-Paul SamanFix compilation.
next