]> git.sesse.net Git - vlc/history - src/misc/es_format.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / misc / es_format.c
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_...