]> git.sesse.net Git - vlc/history - include/vlc_es.h
Preferences: fix some memleaks and fix horrible video-filter bug. :D
[vlc] / include / vlc_es.h
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...