]> git.sesse.net Git - vlc/history - src/video_output/vout_pictures.c
s/informations/information/
[vlc] / src / video_output / vout_pictures.c
2010-07-28 Rémi Durafforts/informations/information/
2010-05-14 Laurent AimarMade vlc_fourcc_GetChromaDescription public.
2010-05-10 Laurent AimarRemoved useless vlc_osd.h includes.
2010-05-09 Laurent AimarMade vlc_memalign public.
2010-04-26 Laurent AimarAdded API to simplify/clean up vout controls.
2010-04-23 Laurent AimarRemoved now unused picture_t fields and associated...
2010-04-23 Laurent AimarRemoved invalid comment (vout).
2010-04-23 Laurent AimarModified vout_*Picture API.
2010-04-23 Laurent AimarRemoved now useless vout_CountPictureAvailable.
2010-04-23 Laurent AimarNo functionnal changes (vout).
2010-04-23 Laurent AimarReworked the way pictures are handled by the vout core.
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 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 AimarRemoved vout_PlacePicture function.
2010-04-18 Laurent AimarRemoved dead code in vout.
2010-03-03 Laurent AimarFixed picture leaks when unlinking a non displayed...
2010-02-26 Laurent AimarModified picture_Setup to provide more vectorization...
2010-02-21 Laurent AimarFixed potential division by 0 in vout_AllocatePicture.
2010-02-21 Laurent AimarFixed and simplified support for slow picture in vout_R...
2010-02-20 Laurent AimarRemoved dead picture_t::pf_lock/unlock fields.
2010-02-08 Laurent AimarAdded VLC_CODEC_YV9 and remove default mapping to I410...
2010-02-07 Rémi Denis-Courmontvout: remove leading underscores
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-10-30 Rafaël Carré__vout_AllocatePicture() : check all possibilities...
2009-10-30 Rafaël CarréFix integer overflow in picture size calculation
2009-10-06 Laurent AimarImplemented auto deinterlace mode.
2009-09-15 Laurent AimarFixed i_pixel_pitch value for YUVP and packed YUV.
2009-09-07 Laurent AimarMoved out picture_fifo/pool_t code from vout_pictures.c
2009-09-07 Laurent AimarAdded picture_pool_NewExtended.
2009-09-02 Rémi Denis-Courmontpicture_pool_Delete: memory leak
2009-08-24 Laurent AimarRevert "vout_pictures: Use unsigned for width and heigh...
2009-08-20 Pierre d'Herbemontvout_pictures: Use unsigned for width and height in...
2009-08-20 Pierre d'Herbemontvideo_output: Flag unused parameter.
2009-07-27 Laurent AimarImproved subtitle rendering accuracy and fixed pause...
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-30 Laurent AimarAdded picture_NewFromFormat/Ressource functions.
2009-05-30 Laurent AimarAdded picture_pool_t and functions helpers.
2009-05-30 Laurent AimarAdded a picture_fifo_t helper.
2009-05-30 Laurent AimarAdded a picture_Reset helper.
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 Erwan Tulousnapshot core : correct aspect ratio issue (trac #2705)
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-18 Laurent AimarRemoved wrongly commited line in last vout_pictures...
2009-05-18 Laurent AimarImproved a bit picture API.
2009-05-18 Laurent AimarRemoved unused picture_heap_t field in picture_t.
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 AimarAdded video_format_Setup to replace vout_InitFormat.
2009-05-16 Laurent AimarAdded a picture_Setup to replace vout_InitPicture.
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-03 Laurent AimarAdded I420<->J420 (422/440/444) equivalence in vout_Chr...
2009-05-03 Laurent AimarSimplify a bit vout_ChromaCmp.
2009-03-08 Laurent AimarAdded picture_Export (internal) helper.
2009-02-17 Laurent AimarAdded a "postprocess" vout variable.
2009-02-17 Laurent AimarAdded QTYPE_NONE to easily detect if qp are present...
2009-02-14 Jean-Baptiste KempfRemove trailing space.
2009-02-14 Joseph TulouCosmetic about i_zoom limitation (patch 3/3)
2009-02-14 Joseph TulouCorrects a Windows limitation (zooming cannot exceed...
2009-02-14 Laurent AimarCosmetics.
2009-02-14 Joseph TulouCorrects original width/height calculations to be consi...
2009-02-02 Joseph TulouCore implementation of --[no]-autoscale and --scale...
2009-01-23 Rémi Denis-CourmontOptimize vout_PlacePicture prototype
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-10-22 Laurent AimarClean up vout picture destruction.
2008-10-15 Laurent AimarRemoved unused i_matrix_coefficients picture_t field.
2008-10-15 Laurent AimarMerged vout_DatePicture into vout_DisplayPicture.
2008-10-15 Laurent AimarMoved vout helpers out of decoder.c.
2008-09-28 Laurent AimarPrivatized part of vout fields.
2008-09-24 Laurent AimarFixed SSA subtitles pause.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-17 Laurent AimarFixed spu_RenderSubpictures prototype.
2008-09-08 Laurent AimarSimplify vout_ChromaCmp.
2008-09-07 Laurent AimarAdded support for palettized RGB (RGBP)
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-02 Laurent Aimarvout_RenderPicture should not render subtitles on the...
2008-08-29 Laurent AimarRevert "Fixed segfault with I410 (it is 10 bits per...
2008-08-28 Laurent AimarFixed segfault with I410 (it is 10 bits per pel).
2008-08-27 Laurent AimarFixed segfault with invalid vout input aspect ratio.
2008-08-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
next