]> git.sesse.net Git - vlc/history - modules/access/fake.c
Use gettext_noop() consistently
[vlc] / modules / access / fake.c
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-17 Rémi Denis-CourmontUse native C/C++ boolean type
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)
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2007-11-21 Christophe Massiot * modules/access/fake.c: Fixed an integer overflow.
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-04-26 Jean-Paul SamanRemove emptylines and whitespace
2006-11-26 Clément StenacA bit of headers cleanup
2006-07-19 Clément StenacSome more demux and access code factorization
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-08-01 Christophe Massiot * modules/access/fake.c: New --fake-duration option...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Christophe Massiot * modules/access/fake.c: New --fake-id option to speci...
2005-06-10 Felix Paul Kühneforwardport of [11376]
2005-05-31 Christophe Massiot * modules/access/fake.c: Fixed an implicit cast which...
2005-03-10 Christophe Massiot* modules/stream_out/switcher.c: New module allowing...