]> git.sesse.net Git - vlc/history - modules/stream_out/mosaic_bridge.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_out / mosaic_bridge.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-27 Rémi Denis-Courmontdecoders: use vlc_custom_create, generic objects (excep...
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-10-15 Rémi Duraffortmosaic_bridge: add missing var_DelCallback (fix a race...
2009-09-02 Rémi Duraffortadd_string wants a string.
2009-08-20 Pierre d'Herbemontaic_bridge: Flag an unused parameter.
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-18 Laurent AimarRemoved picture ring buffer for filter/decoder in trans...
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarUsed picture_New in mosaic_bridge.c
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 i_original_fourcc when applicable.
2009-04-14 Phil Roffe and Dav... Fixed by decrementing the i_refcount variable in the...
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-08-12 Rémi DuraffortFix memleak.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-05 Laurent AimarDo not segfault on non video stream (close #1821)
2008-06-28 Antoine CellerierFix a few bugs in mosaic bridge.
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-15 Antoine CellerierUse filter chain in mosaic bridge too.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-20 Rafaël CarréFix the reference counting of pictures stored in the...
2008-05-14 Rafaël CarréFix memory leak in mosaic bridge
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-22 Antoine CellerierAdd picture specific alpha setting for mosaic pictures.
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-15 Rémi DuraffortRemove useless test before free and delete.
2008-03-12 Rémi DuraffortAnother time "Remove useless test ..."
2008-02-29 Jean-Paul Samancheck for malloc return value
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
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.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-15 Rémi Denis-Courmontextraneous semicolon
2007-09-04 Rémi Denis-CourmontFix some cast warnings
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-CourmontMade mosaic shared struct per-instance rather than...
2007-08-04 Rémi Denis-CourmontMove code out of module descriptor.
2007-07-25 Antoine CellerierRevert part of the previous commit which was wrong...
2007-07-24 Antoine CellerierFix a memleak when the resize function isn't used ...
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-04-15 Antoine Cellerier * mosaic_bridge.c: - Add "vfilters" option to apply...
2007-04-07 Antoine CellerierMosaic bridge: Allow runtime changes of the height...
2007-04-04 Antoine CellerierAdd callback to change mosaic mask at runtime.
2007-04-04 Antoine CellerierRemove mask picture_t leak.
2007-04-04 Antoine CellerierAdd new "mask" option to the mosaic_bridge module....
2007-04-02 Antoine CellerierUse I420 image buffers instead of YUVA for mosaic bridg...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-23 Jean-Paul SamanFix bugs in loading of audio transcoding filters.exit
2006-03-25 Clément StenacStrings review in stream_out (Refs:#438). Please review...
2006-01-12 Antoine CellerierFSF address change.
2005-11-23 Christophe Massiot * modules/stream_out/mosaic_bridge.c: Fixed BeOS build.
2005-11-23 Christophe Massiot * modules/stream_out/mosaic_bridge.c: Handle on-the...
2005-08-08 Antoine Celleriersome more trailing spaces
2005-07-15 Rémi Denis-CourmontThe last vlc_reduce that was left
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-07 Christophe Massiot * modules/stream_out/mosaic_bridge.c: Avoid accessing...
2005-05-31 Christophe Massiot * modules/stream_out/mosaic_bridge.c: Use a smaller...
2005-05-31 Christophe Massiot * modules/stream_out/mosaic_bridge.c: Added a --sout...
2005-05-20 Christophe Massiot * modules/stream_out/bridge.c: Fixed deleting/adding...
next