]> git.sesse.net Git - vlc/history - modules/codec/fake.c
Potential memleak.
[vlc] / modules / codec / fake.c
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...