]> git.sesse.net Git - vlc/history - modules/mux/mpjpeg.c
Use gettext_noop() consistently
[vlc] / modules / mux / mpjpeg.c
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontRemove useless #include
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-01-29 Rémi Denis-CourmontComment related to previous commit
2008-01-29 Rafaël Carrémux: fix warnings, fix Control() indentation
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-02 Rémi Denis-Courmont - Heavily simplify the MPJPEG mux (closes #1188);...
2007-09-16 Rémi Denis-CourmontError handling
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-03-25 Felix Paul Kühne* another 1st string review, refs #438
2006-01-12 Antoine CellerierFSF address change.
2005-10-15 Sigmund Augdal Helbergall: updated my name and e-mail address
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Felix Paul Kühne* fixed some strings
2005-06-03 Felix Paul Kühne* backport of [11257] to trunk
2005-04-26 Laurent Aimar * all: warning fixes.
2005-03-03 Clément StenacPreferences consistency fixes by Christophe Mutricy...
2005-02-26 Clément Stenac* Allow all MJPEG fourcc
2004-12-11 Clément StenacImprovements to preferences
2004-07-20 Sigmund Augdal Helbergmpjpeg.c: The rfc says to use \r\n so use \r\n. Also...
2004-07-10 Laurent Aimar * all: compilation fix.
2004-07-07 Gildas Bazin* modules/mux/mpjpeg.c: allow removing/adding a track...
2004-07-07 Sigmund Augdal Helberga mime multipart jpeg muxer. Mimics the way some webcam...