]> git.sesse.net Git - vlc/history - include/vlc_es.h
Merge branch 'master' into lpcm_encoder
[vlc] / include / vlc_es.h
2010-05-12 Laurent AimarAdded video_format_Print.
2010-01-23 Rafaël Carrées_format_t: add i_level
2010-01-23 Rafaël Carréaudio_format_t.i_flavor -> es_format_t.i_profile
2010-01-18 Francois Cartegniefix empty declaration warning
2010-01-17 Rafaël Carrévlc_es.h: remove useless vlc_common.h include
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for video_format_Setup.
2009-08-20 Pierre d'Herbemontes: RGB masks needs to be uint32_t.
2009-07-06 Laurent AimarFixed a typo (cosmetic).
2009-07-01 Laurent AimarAdded es_format_InitFromVideo helper.
2009-06-06 Laurent AimarAdded a missing const to video_format_Copy.
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-15 Laurent AimarRemoved unused AUDIO_FMT_S/U16_NE.
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.
2009-02-13 Laurent AimarAdded teletext fields in es_forma_t.
2008-08-27 Jean-Paul SamanAdd documentation.
2008-08-27 Jean-Paul SamanAdd video_format_{Copy,Init,Clean} inline functions...
2008-08-20 Laurent AimarUninlined es_format_t functions and added video_format_...
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
2008-06-02 Antoine CellerierChroma API change. Chromas are now normal video filters...
2008-05-26 Rémi Denis-CourmontRevert "Move VLC_FOURCC to vlc_es.h"
2008-05-26 Rémi Denis-CourmontMove VLC_FOURCC to vlc_es.h
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-29 Rémi Denis-CourmontFix es_format_Copy prototype
2008-03-11 Rémi DuraffortRemove uneeded test before freeing.
2007-11-19 Jean-Baptiste KempfReal/Sipr, try to use a correct flavor detection, witho...
2007-06-17 Laurent AimarAdded replay gain support (audio-replay-gain-mode track...
2007-06-07 Rémi Denis-CourmontFix comment
2007-06-07 Rémi Denis-CourmontStore channels counter to a single byte. We can only...
2007-03-01 Laurent AimarFixed es_format_Clean (when called multiple times with...
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-08-23 Jean-Paul SamanCosmetic
2006-08-06 Jean-Paul SamanUse NULL iso 0 (is more portable)
2006-07-18 Christophe MutricyFix compilation
2006-07-18 Sigmund Augdal Helbergsupport muxing and demuxing of dual mono mpeg ts stream...
2006-01-12 Antoine CellerierFSF address change.
2005-08-20 Antoine Cellerierremove 2 evil tabs
2005-08-10 Jean-Paul Samancosmetic fix
2005-08-09 Jean-Paul SamanMade es_format_t member i_bitrate unsigned int, because...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-11-08 Gildas Bazin* include/vlc_es.h: added i_sar_num/den (sample aspect...
2004-09-18 Derk-Jan Hartman* added origin (position) and 'original frame size...
2004-08-30 Gildas Bazin* ALL: use rgb mask members in video_format_t.
2004-08-27 Gildas Bazin* modules/stream_out/transcode.c:
2004-08-13 Gildas Bazin* modules/codec/spudec/*: automatic cropping of fullscr...
2004-08-04 Derk-Jan Hartman* viedo_format_t -> video_format_t
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-04-02 Laurent Aimar * vlc_es.h: AAAHHH I HATE C++, else said: I need to...
2004-04-02 Laurent Aimar * vlc_es: fixed es_format_Copy. (Duplicate psz_encodin...
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-02-07 Gildas Bazin* include/vlc_es.h: s/es_format_Free/es_format_Clean.
2004-02-07 Gildas Bazin* modules/demux/ogg.c: fixed memleak.
2004-01-30 Laurent Aimar * vlc_es: fixed es_fomat_Copy to duplicate psz_* too.
2004-01-25 Gildas Bazin* include/vlc_common.h, include/vlc_es.h: new video_pal...
2004-01-19 Laurent Aimar * all: added a i_id field in es_format_t.
2003-11-24 Laurent Aimar * all: ported/cleaned up/renabled dvb subtitle decoder...
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-22 Gildas Bazin* include/input_ext-intf.h, include/vlc_es.h: moved...
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-20 Laurent Aimar include/vlc_es.h: defines es_format_t, audio_format_t...