]> git.sesse.net Git - vlc/history - modules/access/dc1394.c
Fix compiler warnings.
[vlc] / modules / access / dc1394.c
2010-08-03 Rémi DuraffortFix compiler warnings.
2010-07-07 Rémi Denis-Courmontdemux: provide both URL and file path as with access
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2009-12-26 Jean-Baptiste KempfTypo in previous commit
2009-12-26 Jean-Baptiste KempfDC1394: use SCNx64 instead of llx in sscanf
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-04 Rémi Duraffortdc1394: fix memleaks.
2009-12-04 Rémi Duraffortdc1394: fix potential memleak.
2009-12-04 Rémi Duraffortdc1394: fix debug messages
2009-12-04 Rémi Duraffortdc1394: We must quit the function if the file handler...
2009-12-04 Rémi Duraffortdc1394: factorize.
2009-12-03 Rémi Duraffortdc1394: cleanings (no need to set p_sys to NULL and...
2009-12-03 Rémi Duraffortdc1394: factorize.
2009-11-24 Jean-Baptiste Kempfdc1394: update to v2 API
2009-10-17 Rémi Denis-Courmontdc1394: path coming from MRL, need utf8_open()
2009-07-14 JP DingerRemove unneeded casts and intermediaries in va_arg...
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 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
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.
2008-12-31 Joseph Tuloutest if access dc1394 is right earlier in the probing...
2008-12-12 Rémi DuraffortUse calloc instead of malloc+memset.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
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-05-01 Rémi Denis-CourmontRemove I64C as well
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-12 Rémi DuraffortAnother time "Remove useless test before a free".
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-04 Pierre d'Herbemontinput/input.c: Define DEMUX_CAN_SEEK and correctly...
2007-12-16 Dennis van Amerongen* modules/access/v4l.c and dc1394.c: typo openened...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
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
2006-12-15 Jean-Baptiste KempfInclude repairing for dc1394
2006-11-27 Jean-Paul SamanDigital Cameras (firewire/1394) support by Andreas...