]> git.sesse.net Git - vlc/history - modules/demux/mjpeg.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / demux / mjpeg.c
2010-04-13 Rémi Denis-CourmontUseless vlc_codecs.h includes
2009-12-20 Laurent AimarFixed initial value in MJPEG demuxer.
2009-11-13 Rémi DuraffortUse var_CreateGet* when applicable.
2009-10-29 Rémi Denis-CourmontMJPEG: fix boundary condition, off-by-one (closes ...
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 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-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-03-29 Sébastien EscudierAvoid useless operations
2009-03-29 Sébastien EscudierFix var type
2009-03-07 Jean-Philippe AndreM-JPEG: fix MJPEG demux to be able to read VLC MPJPEG...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-09-07 Rémi Denis-CourmontUse mwait and remove silly msleep usage
2008-08-20 Derk-Jan Hartmanmjpeg demux: When looking trough the data for EOI,...
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
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-04-18 Antoine CellerierSimplify.
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-13 Rémi DuraffortOne more removing session. (useless test before a free())
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-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-02 Derk-Jan Hartman* forwardport the mjpeg fix and the dvbsub color fixes
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-08-29 Jean-Paul SamanFix compiler warnings about signed - unsigned compariss...
2006-03-18 Christophe MutricyAll: string review (refs: #438)
2006-03-11 Clément StenacStrings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-11 Anil Daoud* configure.ac: alsa is now really default enabled
2005-03-11 Clément StenacString fixes by Christophe Mutricy
2004-12-11 Clément StenacImprovements to preferences
2004-12-07 Clément StenacRecommit 9469->9479 + fix wxT/wxU
2004-06-28 Gildas Bazin* modules/demux/mjpeg.c: handle jpeg stills.
2004-05-27 Sigmund Augdal Helbergremove debug messages along the success path
2004-05-27 Gildas Bazin* modules/demux/mjpeg.c: fixed small memleak.
2004-05-27 Gildas Bazin* modules/demux/mjpeg.c: fixed --mjpeg-fps.
2004-05-27 Gildas Bazin* modules/demux/mjpeg.c: fixed pts calculation.
2004-05-27 Gildas Bazin* modules/demux/mjpeg.c: got rid of a couple of useless...
2004-05-26 Sigmund Augdal Helbergmime multipart jpeg and jpeg series of images demuxer by