]> git.sesse.net Git - vlc/history - modules/video_output/snapshot.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / video_output / snapshot.c
2010-01-23 Rémi Denis-Courmontvideo plugins: use var_Inherit
2009-12-13 Laurent AimarUpdated vout display modules after ::get -> ::pool...
2009-09-05 Laurent AimarConverted snapshot to "vout display" API.
2009-09-05 Laurent AimarDecreased snapshot vout module priority to 0.
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 KempfSnapshot Deprecate the old names not conflicting
2009-05-25 Erwan Tulousnapshot vout plugin: avoid variables conflicting with...
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 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarUsed vlc_fourcc_GetCodecFromString where applicable.
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 AimarCompilation fix.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-03-08 Laurent AimarMoved snapshot_t structure to the only place where...
2009-01-21 Jean-Baptiste KempfDon't set ridiculously long descriptions or description...
2009-01-16 Laurent AimarFixed invalid use of p_input->i_pts_delay.
2008-10-29 Christophe MutricyTypo
2008-10-29 Rémi Denis-CourmontUnlikely memory leak - fixes #2256
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-20 Rémi Denis-CourmontUse objet pointer as unique ID (plugins)
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
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-21 Sam HocevarAdd missing p_vout->pf_end in vmem.c and snapshot.c
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-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-16 Rémi Denis-CourmontDestroy snapshot-id from the right object...
2007-03-25 Antoine CellerierRemove trailing space + comment fix.
2006-12-16 Jean-Baptiste KempfInclude fixing for snapshot.c
2006-11-30 Olivier Aubertmodules/video_output/snapshot.c: remove ref. to snapsho...
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-09 Christophe Mutricyforward port [17012] and make update-po
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-03-31 Felix Paul Kühne* 2nd review of video* and control/telnet.c
2006-03-30 Clément StenacVideo filters and outputs strings (Refs:#438)
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
2005-03-26 Olivier Aubertsnapshot.c:
2004-09-05 Felix Paul Kühne* string review
2004-06-06 Olivier AubertRemoved call to input_Tell (which is deprecated)
2004-06-05 Laurent Aimar * snapshot: small warning fix + coding rules.
2004-06-04 Olivier AubertCoding-style updates (whitespace related)
2004-05-27 Olivier AubertSnapshot module (dummy video output module keeping...