]> git.sesse.net Git - vlc/history - modules/stream_out/description.c
direct3d11: catch texture mapping errors
[vlc] / modules / stream_out / description.c
2015-02-21 Rémi Denis-Courmontsout: constify format parameter to sout_stream_t.pf_add
2015-02-20 Rémi Denis-Courmontsout: voidify sout_stream_t.pf_del
2015-02-16 Rémi Denis-Courmontsout_description: fix malloc usage
2015-02-16 Rémi Denis-Courmontsout_description: missing check in initialization
2014-02-15 Rafaël Carrés/sout_stream_id_t/sout_stream_id_sys_t/
2013-11-20 Jean-Baptiste KempfLGPL relicensing of streaming output
2010-11-26 Pierre Ynardvlm: make proper use of semaphore
2010-11-25 Pierre Ynarddescription: don't use vlc_object_find()
2010-10-29 Pierre Ynarddescription: fix the way the input is stopped
2008-11-24 Rémi Denis-CourmontRemove useless variable
2008-11-24 Rémi Denis-CourmontDo not use input while not referenced
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-13 Rafaël CarréRemove unused variable
2008-05-13 Rafaël CarréFix cyclic dependancy between input and "sout stream...
2008-05-09 Rémi Denis-Courmontdescription: we have an object, use it
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-22 Pierre d'Herbemontstream_out/description.c: Add some debug msg to better...
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 Pierre d'Herbemontdescription: Fix compilation.
2008-03-29 Pierre d'Herbemontdescription: A buggy case needs an assert.
2008-01-29 Rafaël Carréstream_out: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-03-01 Laurent AimarFixed a small memleak.
2007-02-25 Laurent AimarFixed input_thread_t leak by description module for...
2006-11-26 Clément StenacA bit of headers cleanup
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2004-09-16 Gildas Bazin* modules/misc/rtsp.c: getting closer to a basic but...
2004-09-15 Gildas Bazin* modules/stream_out/description.c: new "description...