]> git.sesse.net Git - vlc/history - src/misc/es_format.c
decoder: inline DecoderSignalWait()
[vlc] / src / misc / es_format.c
2015-02-21 Rémi Denis-Courmontes_format: return an error if es_format_Copy() partiall...
2015-02-21 Rémi Denis-Courmontes_format_t: make i_extra_languages unsigned
2014-12-16 Rémi Denis-Courmontes_format: avoid copy in video_format_IsSimilar() if...
2014-05-12 Jean-Paul SamanAdd VLC_CODEC_BGRA fourcc.
2014-03-25 Francois Cartegniees_format: allow codecs to override spu styles
2014-03-15 Rémi Denis-Courmontvideo_format_TransformBy: fix and preserve video offsets
2014-03-15 Rémi Denis-Courmontes_format: reorder two functions
2014-03-14 Rémi Denis-Courmontes_format: fix warnings and simplify
2014-03-14 Rémi Denis-CourmontReverse parameters order of video_format_ApplyRotation()
2014-03-06 Matthias KeiserAdd transform helper functions.
2014-02-10 Rafaël Carrévideo_format_Setup: set visible dimensions
2014-02-07 Matthias Keiservideo_format_IsSimilar: check orientation
2013-11-07 Rémi Denis-Courmontfourcc: add ARGB for 32-bits RGBA with X11/BD component...
2013-11-04 Francois Cartegnievlc_es: add defines for priority levels
2013-07-22 Rémi DuraffortFix C&P error (cid #1049313)
2013-02-28 Nicolas Bertrandadd XYZ colorspace/fourcc
2013-01-07 Jean-Baptiste KempfIntroduce YUVA 4:2:0 and 4:2:2 planar
2012-03-06 Rémi Denis-CourmontRemove unneeded #include <vlc_aout.h>
2011-11-27 Jean-Baptiste KempfLGPL
2010-11-26 Laurent AimarAdded video_format_ScaleCropAr().
2010-11-07 Laurent AimarAdded video_format_CopyCrop helper.
2010-05-12 Laurent AimarAdded video_format_Print.
2010-05-10 Laurent AimarFixed video_format_IsSimilar regarding sar.
2010-02-08 Laurent AimarAdded VLC_CODEC_YV9 and remove default mapping to I410...
2010-01-23 Rafaël Carrées_format_t: add i_level
2010-01-23 Rafaël CarréInit es_format_t->i_profile to -1 (not filled)
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-07-01 Laurent AimarAdded es_format_InitFromVideo helper.
2009-06-05 Laurent AimarAdded video_format/es_format_IsSimilar helper.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
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 AimarAdded video_format_Setup to replace vout_InitFormat.
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-13 Laurent AimarAdded a i_original_fourcc field to es_format_t.
2008-12-11 Pierre YnardFix typo in comment
2008-09-16 Pierre d'Herbemontes_format: Robustification of es_format_copy to avoid...
2008-08-20 Laurent AimarUninlined es_format_t functions and added video_format_...