]> git.sesse.net Git - vlc/history - src/video_output/vout_subpictures.c
Clean up.
[vlc] / src / video_output / vout_subpictures.c
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...
2007-01-16 Derk-Jan Hartman* Ehm, MAX, not MIN of course. And let's check both...
2007-01-16 Derk-Jan Hartman* Don't allow negative offsets when blending
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-07 Gildas Bazin* Fixed a bunch of memory leaks.
2006-10-01 Antoine Cellerieruse config chain for the --sub-filter option.
2006-09-10 Clément StenacRemove useless debug
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-04-13 Derk-Jan Hartman* Revert the unintentially committed files of [15202]
2006-04-13 Derk-Jan Hartman* Fix libgcrypt on MacIntel by disabling it's ASM....
2006-04-13 Derk-Jan Hartman* Fix subtitle alignment if we don't have styles....
2006-04-07 Derk-Jan Hartman* Lower the priority of the SVG renderer
2006-03-25 Derk-Jan Hartman* In case we do scaling on SSA subs, we also need to...
2006-02-22 Derk-Jan Hartman* Scale SSA subs if necessarry.
2006-02-07 Derk-Jan Hartman* Introduced a new text_style_t
2006-01-12 Antoine CellerierFSF address change.
2005-10-31 Derk-Jan Hartman* changed default value of sub-margin to 0
2005-08-15 Jean-Paul SamanUse NULL for initializing pointers iso 0.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-05 Gildas Bazin* modules/access/dvdnav.c, src/video_output/vout_subpic...
2005-05-11 Gildas Bazin* src/*, modules/gui/wxwindows/*: audio/video/sub-filte...
2005-04-12 Gildas Bazin* src/video_output/vout_subpictures.c: fixed recent...
2005-04-04 Clément StenacFix crash in subpictures rendering
2005-04-04 Rocky BernsteinSubtitle (subpicture) aspect ratio had been ignored...
2005-03-12 Eric Petit Renamed the "contrast" variable used between dvdnav...
2005-03-09 Sigmund Augdal Helbergall: correctly align multiline strings when not left...
2005-03-09 Gildas Bazin* src/video_output/vout_subpictures.c: pass on video...
2005-03-08 Gildas Bazin* include/vlc_filter.h, vlc_video.h, src/video_output...
2005-03-07 Christophe Massiot* src/video_output/vout_subpictures.c: New function...
2005-03-05 Sigmund Augdal HelbergAll: change of text-renderer api. Now pf_render_text...
2005-03-01 Mark Moriartydynamic, per-subpicture, font size control -- i_font_si...
2005-02-27 Mark Moriartyfreetype and rc extensions. i_font_color and i_font_op...
2005-02-16 Derk-Jan Hartman* forgot to commit this yesterday after the --spu-foo...
2005-01-29 Clément Stenac* A few string and organization fixes in preferences
2004-12-16 Gildas Bazin* include/vlc_video.h, src/video_output/vout_subpicture...
2004-11-08 Gildas Bazin* src/video_output/vout_subpictures.c: oops, don't...
2004-11-08 Gildas Bazin* src/video_output/vout_subpictures.c: proper subpictur...
2004-11-06 Yoann Peronneau* src/video_output/vout_subpictures.c: added a b_fade...
2004-11-06 Yoann Peronneau* modules/video_filter/blend.c: added an i_alpha parame...
2004-09-27 Gildas Bazin* src/video_output/vout_subpictures.c: a few fixes...
2004-09-23 Gildas Bazin* src/video_output/vout_subpictures.c: fixed recent...
2004-09-21 Gildas Bazin* src/video_output/vout_subpictures.c: modify the scali...
2004-09-19 Gildas Bazin* src/video_output/vout_subpictures.c: support for...
2004-09-17 Gildas Bazin* video_output/vout_subpictures.c:
next