]> git.sesse.net Git - vlc/history - modules/access/qtcapture.m
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / qtcapture.m
2009-12-28 Pierre d'Herbemontqtcapture: Make sure we don't block on main thread...
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-10 Pierre d'Herbemontqtcapture: Make sure we build on 10.6 64bits.
2009-06-13 Felix Paul Kühnemacosx: fixed remaining 64bit issues
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-27 Pierre d'Herbemontqtcapture: Make sure the new iSight are working.
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 AimarDo not uselessly include vlc_vout.h in access.
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-08 Rémi Duraffortqtcapture: missing include.
2009-03-07 Rémi Denis-CourmontUse dialog_FatalWait
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-09-09 Derk-Jan Hartmanqtcapture: better retrieval for picture sizes.
2008-08-03 Derk-Jan Hartmanqtcapture: const a struct.
2008-07-25 Derk-Jan Hartmanqtcapture: don't release an item that is in the autorel...
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-21 Derk-Jan Hartmanqtcapture: Use Hosttime when available.
2008-07-17 Pierre d'HerbemontRevert "qtcapture: Use a direct block buffer, and remov...
2008-07-17 Pierre d'Herbemontqtcapture: Use a direct block buffer, and remove a...
2008-07-16 Felix Paul KühneFixed a rare sent-msg-to-freed-object issue
2008-07-16 Pierre d'Herbemontqtcapture: Don't release objects when libvlc quit,...
2008-07-16 Derk-Jan HartmanDon't send blocks from qtcapture Demux that we have...
2008-07-16 Derk-Jan HartmanUse the actual pts in qtcapture.
2008-06-14 Felix Paul KühneAdded a couple of more useful error messages
2008-06-13 Felix Paul KühneAdded complete l10n to the Capture interface and a...
2008-06-12 Felix Paul KühneDon't double free objects on error. Pointed by Pierre
2008-06-12 Felix Paul KühneClean up the code a bit, turning to be half as laggy...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-28 Pierre d'Herbemontqtcapture: Initialize our structure no sooner than...
2008-05-28 Pierre d'Herbemontqtcapture: Don't probe qtcapture access if not selected.
2008-05-27 Pierre d'Herbemontqtcapture: Hack to get a more decent CPU consumption.
2008-05-26 Pierre d'Herbemontqtcapture: Don't use the pts provided by qtkit. I don...
2008-05-26 Pierre d'Herbemontqtcapture: Fix a warning.
2008-05-26 Pierre d'Herbemontqtcapture: Tab fixes, plus attempt to get the real...
2008-05-26 Pierre d'Herbemontqtcapture: statification and comment.
2008-05-26 Pierre d'Herbemontqtcapture: msg_Err->msg_Dbg
2008-05-26 Pierre d'Herbemontqtcapture: New access_demux module (QTKit based) to...