]> git.sesse.net Git - vlc/history - modules/access/dv.c
Update LGPL license blurb, choosing v2.1+.
[vlc] / modules / access / dv.c
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-05-10 Rémi Denis-CourmontDV: remove useless strdup
2010-01-16 Rémi Denis-CourmontRemove sys/types.h check
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2009-07-14 JP DingerShore up code and remove early returns.
2009-06-25 Jean-Paul Samandv: fix compiler warnings about unused variables.
2009-06-25 Jean-Paul Samandv: destroy mutex after vlc_pthread_join()
2009-06-13 Jean-Paul Samandv: update API to libraw1394 version 2.0.1
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-29 JP DingerA couple more obvious missing (int64_t) cast fixes.
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 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-12 Jean-Paul Samandv: cleanup
2009-05-01 Laurent AimarAdd most of *-caching options as safe
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-21 Jean-Baptiste KempfVarious shortnames forgotten.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2008-11-11 Laurent AimarRemoved useless buffering at stream level.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-01 Rémi Denis-CourmontRemove dummy vlc_thread_ready
2008-09-13 Felix Paul KühneFixed a couple of l10n strings pointed by Antonio Javie...
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-06 Rémi Denis-CourmontPOLLHUP and POLLERR only make sense in revents
2008-07-05 Rémi Denis-CourmontRemove duplicate b_die check
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
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-09 Rafaël CarréDo not leak psz_demux
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-04 Rémi Denis-Courmontvlc_mutex_init: remove unused paramter
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontaccess: Rename access2 to access as access is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
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-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-09-18 Rémi Denis-CourmontReplace strerror() with %m (or Linux DVB: strerror_r...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove _GNU_SOURCE and string.h too
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-06 Rémi Denis-CourmontDV can't (fast)seek; it does not even have a Seek callback.
2006-07-19 Clément StenacSome more demux and access code factorization
2006-05-16 Jean-Paul SamanFix potential segmentation fault
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-12-12 Jean-Paul SamanFix crash when no IEEE1394/Firewire device is present
2005-11-24 Jean-Paul SamanRun thread that reads from the DV camera at a slightly...
2005-11-23 Jean-Paul SamanDigital Video (Firewire/IEEE1394/I-Link) input for...