]> git.sesse.net Git - vlc/history - src/video_output/vout_subpictures.c
s/picture_Yield/picture_Hold/
[vlc] / src / video_output / vout_subpictures.c
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.
2008-04-09 Jean-Paul SamanPatch by Soren Bog <avacore@videolan.org> from GSoC...
2008-03-29 Rémi Denis-CourmontFix warnings
2008-03-29 Rémi Denis-CourmontRemove SPU type
2008-03-12 Rémi DuraffortOne more "Remove useless test before free"
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-28 Rafaël Carrévideo_output: removes warnings about unused parameters...
2008-01-25 Sigmund Augdal HelbergCore changes needed to add asa support. By equinox...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-12-16 Antoine CellerierSlight cleanup and simplification.
2007-11-29 Jean-Paul SamanFix devision by zero in spu_RenderSubpictures.
2007-11-15 Jean-Paul SamanRemove excess whitespace.
2007-10-26 Jean-Paul SamanFix potential memleaks in src/video_output/vout_subpict...
2007-10-20 Laurent AimarFixed subtitle blend module loading.
2007-10-18 Jean-Paul SamanSupport blending of RGBA and YUVA subpicture in additio...
2007-10-10 Bernie PurcellAttempt to stop subtitles going off screen in some...
2007-09-23 Jean-Paul SamanFix spu_RenderSubpictures() rendering of TEXT subtitles...
2007-09-20 Jean-Paul SamanFix return values for spu_Create() and spu_Init().
2007-09-09 Rafaël CarréFixes segfault
2007-08-24 Bernie PurcellPatch to vout_subpictures intended to resolve problems...
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-08-06 Antoine CellerierCosmetics.
2007-07-20 Jean-Paul SamanDon't scale when original widht/height is zero.
2007-07-07 Laurent Aimarall: Subtitle improvment patch by Bernie Purcell.
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-06-14 Jean-Paul SamanFix potential memleak/crash
2007-04-26 Antoine Cellerier * [PATCH] Memory hole fix by Bernie Purcell
2007-04-15 Antoine Cellerier * Switch b_strict to true in module_Need calls (we...
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-04-01 Antoine CellerierAllow changing the subpicture filter chain at runtime...
2007-03-31 Antoine Cellerierscale.c: implement RGBA scaling.
2007-03-31 Antoine Celleriervout_subpictures.c: Do not call the scaling module...
2007-03-25 Antoine CellerierAdd 2 missing calls to config_ChainDestroy().
2007-03-25 Antoine CellerierRemove double ;
2007-03-21 Antoine CellerierTrailing spaces, again.
2007-03-13 Jean-Baptiste KempfMKV USF subtitles support and other Subtitles improvements.
2007-02-22 Laurent AimarFixed subtitle/osd memory leaks (subpicture_region_t...
next