]> git.sesse.net Git - vlc/history - include/vlc_vout.h
Merge branch 'master' into lpcm_encoder
[vlc] / include / vlc_vout.h
2010-05-27 Laurent AimarRemoved unused ZOOM_FP_FACTOR define.
2010-05-23 Laurent AimarFixed vout reuse regression.
2010-05-23 Laurent AimarGives the needed DPB size when requesting a vout.
2010-05-21 Laurent AimarGives the input_thread_t to use to vout_Request().
2010-05-21 Laurent AimarModified the prototype of vout_Request and unexport...
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-05-18 Laurent AimarMade video_format_t vout_Create/Request parameter const.
2010-05-10 Laurent AimarMade SPU commands go through vout.
2010-05-01 Laurent AimarPrivatized remaining vout fields.
2010-04-23 Laurent AimarModified vout_*Picture API.
2010-04-18 Laurent AimarMoved picture_heap_t out of vlc_vout.h
2010-04-18 Laurent AimarMoved most of private vout_thread_t fields out of vlc_v...
2010-04-18 Laurent AimarRemoved picture_heap_t::i_aspect/width/height/chroma.
2010-04-18 Laurent AimarRemoved picture_heap_t rgb informations.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_zoom.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_window_width/height...
2010-04-18 Laurent AimarRemoved write only picture_heap_t::b_allow_modify_pics.
2010-04-18 Laurent AimarRemoved write only vout_thread_t::i_heap_size field.
2010-04-18 Laurent AimarMoved some private fields out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_AllocatePicture out of vlc_vout.h
2010-04-18 Laurent AimarMoved vout_IntfInit out of vlc_vout.h
2010-04-18 Laurent AimarRemoved vout_PlacePicture function.
2010-04-18 Laurent AimarRemoved unused vout flags.
2010-04-18 Laurent AimarRemoved dead code in vout.
2010-04-18 Laurent AimarRemoved picture_heap_t::pf_setpalette
2010-04-18 Laurent AimarCalls directly the vout wrapper iof using function...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:pf_lock/unlock/swap fields.
2010-04-18 Laurent AimarRemoved unused vout_thread_t:pf_control field and relat...
2010-04-18 Laurent AimarRemoved unused vout_thread_t:p_module field.
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
next