]> git.sesse.net Git - vlc/history - src/video_output/vout_pictures.c
Merge branch 1.0-bugfix
[vlc] / src / video_output / vout_pictures.c
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...
2008-03-19 Rémi Denis-CourmontUse NDEBUG
2008-03-15 Rafaël CarréAdd assert()ions to help fighting a bug
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-21 Rafaël Carrépicture_t->i_refcount is unsigned, so never < 0
2007-08-20 Rémi Denis-CourmontRemember not to include anything before vlc/vlc.h
2007-07-31 Sam Hocevar * src/video_output/vout_pictures.c: support the GREY...
2007-05-23 Damien Fouilleulvout: attach picture heap to temporary picture, so...
2007-03-31 Antoine Celleriervout_subpictures.c: Do not call the scaling module...
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-01-12 Antoine CellerierFSF address change.
2005-10-28 Gildas Bazin* src/video_output/*: re-implemented InitWindowSize...
2005-10-23 Gildas Bazin* src/video_output/vout_pictures.c: avoid overflow...
2005-10-23 Gildas Bazin* src/video_output/vout_pictures.c: use fmt_in.i_visibl...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-07 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, src/video_output/vout_...
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2004-11-08 Gildas Bazin* src/video_output/vout_subpictures.c: proper subpictur...
2004-09-15 Gildas Bazin* ALL: separation of the SPU engine from the VOUT.
2004-09-12 Gildas Bazin* src/video_output: fixed a CPU heating loop in pause...
2004-09-10 Gildas Bazin* include/vlc_video.h, src/video_output/vout_pictures...
2004-08-29 Gildas Bazin* src/video_output/vout_pictures.c: RV24 is really...
2004-08-28 Gildas Bazin* src/video_output/vout_pictures.c: oups, inverted...
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-08-05 Gildas Bazin* src/video_output/*: optimized/simplified vout_RenderP...
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-07-02 Gildas Bazin* include/video_output.h, include/vlc_video.h, src...
2004-07-01 Sigmund Augdal HelbergDoxygenized some functions in vout_pictures.c. Prepared...
2004-05-19 Damien Fouilleul- added support for UYVY chroma for directx direct...
2004-02-27 Laurent Aimar * vout_pictures.*: added YVU9.
2004-02-22 Gildas Bazin* ALL: preparation for 0.7.1-test2.
2004-01-25 Clément Stenac* String review, round one
2004-01-06 Clément StenacUpdated copyrights in libvlc
2003-10-24 Gildas Bazin* configure.ac: fix for wxWindows headers detection.
2003-08-28 Gildas Bazin* src/video_output/*, src/libvlc.h, include/video_outpu...
2003-06-26 Sam Hocevar * include/video.h: renamed this file to vlc_video...
2003-06-09 Christophe Massiot* include/video.h include/video_output.h src/video_outp...
next