]> git.sesse.net Git - vlc/history - src/video_output/vout_pictures.c
Fixed picture leaks when unlinking a non displayed picture.
[vlc] / src / video_output / vout_pictures.c
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...
2008-08-24 Antoine CellerierExport function to copy pixels between 2 plane_t struct...
2008-08-20 Derk-Jan Hartmancore chroma: fix [6702c30413175ff91adcf4cfb9585134d1ab7...
2008-08-20 Derk-Jan Hartmancore chroma: Add support for YUV440 and YUVJ440. These...
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 AimarUse picture_CopyProperties.
2008-06-04 Antoine CellerierAdd "Y800" and "Y8 " as aliases for the "GREY" fourcc...
2008-06-04 Antoine CellerierFix a few compilation warnings.
2008-06-02 Antoine CellerierChroma modules now exactly implement the "video filter2...
2008-06-02 Antoine CellerierChroma API change. Chromas are now normal video filters...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-26 Rafaël CarréAdds missing assert.h header
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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...
next