]> git.sesse.net Git - vlc/history - modules/codec/fake.c
Merge branch 1.0-bugfix
[vlc] / modules / codec / fake.c
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 AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-02-14 Laurent AimarUse calloc when applicable (decoders).
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-20 Jean-Baptiste Kempf[Fake] Add a missing callback on fake-file-reload
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortPotential memleak.
2008-07-18 Laurent AimarUse picture helpers.
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-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
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-13 Rémi DuraffortUseless test before a free()
2008-01-29 Rafaël Carrécodecs & packetizers: 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-05-01 Antoine Cellerierfake.c: allow changing the fake-file-reload option...
2007-04-26 Jean-Paul SamanSpecifying --fake-file-reload 5 reloads the image file...
2007-04-06 Antoine CellerierMake it possible to change the fake-image at runtime.
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-11 Rémi Denis-CourmontRemove another harmful extra ToLocale() call
2006-09-02 Antoine CellerierOops.
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-03-31 Clément StenacCodecs (except x264). Refs:#438
2006-02-18 Rémi Denis-CourmontAll: missing #include "charset.h"
2006-01-12 Antoine CellerierFSF address change.
2005-09-02 Christophe Massiot * modules/codec/fake.c: Added missing ToLocale().
2005-08-24 Christophe Massiot * modules/codec/fake.c: Fixed compilation.
2005-08-24 Christophe Massiot * modules/codec/fake.c: Fixed a segfault when outputti...
2005-08-01 Christophe Massiot * modules/codec/fake.c: New obscure options to allow...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-07-01 Christophe MutricyALL: Add some set_shorname() so the preferences look...
2005-06-28 Derk-Jan Hartman* Fix some configuration options declerations and strings
2005-06-08 Christophe Massiot * modules/codec/fake.c: New fake codec. Use it in...