]> git.sesse.net Git - vlc/history - include/vlc_vout.h
HTTP old: use vlc_sd_GetNames(), fix #3490
[vlc] / include / vlc_vout.h
2010-02-07 Rémi Denis-Courmontvout: remove leading underscores
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2010-01-26 Laurent AimarRemoved now unused VOUT_SET_SIZE.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-07-06 Laurent AimarMoved DEFAULT_CHAN to vlc_osd.h
2009-06-29 Pierre d'Herbemontvout: vout_EnableFilter takes a const char *.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-31 Laurent AimarAdded vout_GetSpu to retreive the spu_t object from...
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 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Laurent AimarSplit vlc_vout.h into vlc_picture.h and vlc_subpicture.h
2009-03-08 Laurent AimarMoved snapshot_t structure to the only place where...
2009-03-08 Laurent AimarAdded a vout_GetSnapshot to retreive snapshot from...
2009-03-08 Laurent AimarAdded picture_Export (internal) helper.
2009-03-04 Rémi Denis-CourmontRemove unused VOUT_PARENT
2009-02-17 Laurent AimarAdded QTYPE_NONE to easily detect if qp are present...
2009-02-15 Rémi Denis-CourmontMerge branch 'master' of git@git.videolan.org:vlc
2009-02-15 Rémi Denis-CourmontVOUT_SET_STAY_ON_TOP: call vout_Control in a thread...
2009-02-15 Rémi Denis-CourmontRemove unused VOUT_GET_SIZE...
2009-02-15 Rémi Denis-CourmontRemove unsafe VOUT_SET_FOCUS
2009-02-14 Rémi Denis-CourmontRemove useless vout_vaControlDefault
2009-02-14 Rémi Denis-CourmontRemove unneeded VOUT_CLOSE.
2009-02-14 Rémi Denis-CourmontKill stupid VOUT_SNAPSHOT control.
2009-02-14 Rémi Denis-CourmontPrivatize vout_Snapshot()
2009-02-02 Jean-Baptiste KempfChange include order for padding
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
2009-01-26 Olivier Aubertembedded snapshot: use condition variable
2009-01-23 Rémi Denis-CourmontOptimize vout_PlacePicture prototype
2009-01-20 Rémi Denis-CourmontPartially cleanup the vout_window API
2008-10-15 Laurent AimarRemoved unused i_matrix_coefficients picture_t field.
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-09-28 Laurent AimarPrivatized part of vout fields.
2008-09-28 Laurent AimarAdded vout_internal.h.
2008-09-24 Laurent AimarFixed SSA subtitles pause.
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Laurent AimarPrivatized SUBPICTURE_RENDERED.
2008-09-21 Laurent AimarClean up subpicture allocation and unused fields.
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Antoine Celleriers/picture_Yield/picture_Hold/
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 AimarUsed const for video_format_t when possible.
2008-09-17 Laurent AimarRemoved spu_MakeRegion as it was broken by design.
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-15 Laurent AimarRemoved useless width/height fields in subpicture_t.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-09-13 Laurent AimarAdded a subtitle properties to subpicture.
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-08-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
2008-08-24 Antoine CellerierExport function to copy pixels between 2 plane_t struct...
2008-08-13 Jean-Paul SamanAdd a bunch of \file doxygen comments
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
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 AimarAllow picture_Copy to work on different sized pictures.
2008-07-24 Laurent AimarFixed completely broken video filter 2 chain in vout...
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarAdded picture_New/picture_Delete/picture_CopyPixels...
2008-07-19 Laurent AimarFixed vout_Create documentation.
2008-07-18 Laurent AimarAdded new picture helpers (picture_Yield, picture_Release,
2008-07-17 Pierre d'Herbemontvout: Rename vout_Destroy to vout_CloseAndDestroy.
2008-07-17 Laurent AimarRevived vout_Destroy from the dead.
2008-06-20 Rémi Denis-CourmontRewritten embedded window internal ABI
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-06-04 Antoine CellerierUse filter chain in video output core.
2008-06-02 Antoine CellerierChroma API change. Chromas are now normal video filters...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-05-29 Rémi Denis-CourmontSpelling
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 SamanAdd doxygen comment..
2008-04-09 Jean-Paul SamanPatch by Soren Bog <avacore@videolan.org> from GSoC...
2008-01-25 Sigmund Augdal HelbergCore changes needed to add asa support. By equinox...
2007-09-30 Rémi Denis-Courmontreference count should really be unsigned
2007-08-24 Bernie PurcellPatch to vout_subpictures intended to resolve problems...
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-06-12 Jean-Paul SamanShow title on video output based on users preferences...
2007-03-28 Damien Fouilleul- libvlc: new libvlc_video_redraw_rectangle() API,...
2007-03-25 Antoine CellerierAllow using the config chain syntax for vout filters...
2007-03-13 Jean-Baptiste KempfMKV USF subtitles support and other Subtitles improvements.
2006-12-25 Antoine Cellerier* add some locking the the video filter2 handling code...
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacA bit of headers cleanup