]> git.sesse.net Git - vlc/history - modules/stream_out/mosaic_bridge.c
Use filter chain in mosaic bridge too.
[vlc] / modules / stream_out / mosaic_bridge.c
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...
2005-04-15 Christophe Massiot * ALL: converted the video output module "picture...