]> git.sesse.net Git - vlc/history - modules/access/dshow/dshow.cpp
win32 compile fix: Add C99 macro to have INT64_C work again.
[vlc] / modules / access / dshow / dshow.cpp
2009-06-18 JP Dingerwin32 compile fix: Add C99 macro to have INT64_C work...
2009-06-10 Jean-Baptiste KempfDShow: fix configure dialog probe
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 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-15 Laurent AimarUsed vlc_fourcc_GetCodecFromString where applicable.
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 Laurent AimarMerged mp1v/mp2v codecs.
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-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-03-31 xxcvdshow: add missing parameter in dialog invocation
2009-03-31 Rémi Denis-Courmontdshow: remove dangerous alloca, fix charset and and...
2009-03-06 basos gsmall typo
2009-03-05 Rémi Denis-CourmontMissed intf_UserFatal
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2009-03-05 basos gFIX: DSHOW "none" device open (#2201). Some cleaning
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-20 Laurent AimarRemoved useless ACCESS_GET_MTU/STREAM_GET_MTU.
2008-12-17 Rémi DuraffortUse NULL instead of 0.
2008-12-13 Rémi Duraffortanother fix for win32.
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-10-15 Edouard Gomezdshow: try to improve multithreading code for RAW sampl...
2008-10-15 Edouard Gomezdshow: prevent division by zero
2008-09-13 Felix Paul KühneFixed a couple of l10n strings pointed by Antonio Javie...
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-08-14 Rémi DuraffortCheck malloc return value.
2008-08-01 Jean-Baptiste KempfRewrite a useful tooltip for Windows DShow.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-06-18 Antoine CellerierShould fix compilation of dshow access. Thanks to Poe.
2008-06-18 Antoine CellerierAdd options to configure audio input format (code was...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
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-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-05-01 Rémi Denis-CourmontC++ <inttypes.h> inclusion fixes
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-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-17 Jean-Baptiste KempfDShow, partial fix due to changes in [23667]
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-28 Damien Fouilleuldshow: support for devices of the same name (UNTESTED...
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
2007-08-04 Rémi Denis-CourmontFix usage of add_shortcut.
2007-03-23 Christophe MutricyFix the strings.
2006-12-24 Dennis van Amerongen* modules/access/dshow/dshow.cpp: Typo specfic -> specific.
2006-12-06 Damien Fouilleul- dshow: backporting from 0.8.6
2006-11-26 Clément Stenac« En essayant continuellement on finit par réussir...
2006-11-26 Clément StenacRound 3 :)
2006-11-26 Clément StenacRound 2
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-22 Damien Fouilleul- apply proper const casting since C++ has become more...
2006-10-21 Rémi Denis-CourmontAttempt to fix dshow build
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-23 Felix Paul Kühne* compilation fix
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-06-10 Rémi Denis-CourmontMemleak spotted by Dugal Harris.
2006-06-09 Antoine CellerierDshow input fix (suggest by "sneeze" on http://forum...
2006-05-02 Antoine CellerierThis should now at least compile
2006-05-02 Antoine CellerierUntested change to support different AMTUNER modes...
2006-04-27 Damien Fouilleul- fix for problem reported in http://forum.videolan...
2006-04-11 Clément StenacMore strings
2006-04-04 Damien Fouilleul- should fix audio capture for Hauppagge WinTV PVR...
2006-04-02 Damien Fouilleulpossible fix for Trac Ticket #621, whereby Hauppage...
2006-03-31 Christophe MutricyFix compile
2006-03-31 Christophe MutricyAccess/*: Second lecture (refs #438)
2006-03-29 Clément StenacAccess strings (Refs:#438)
2006-03-18 Christophe Mutricyaccess/dshow: Add option to configure dshow from comman...
2006-01-17 Damien Fouilleuldshow.cpp: Removed default preferred media types (I420...
2006-01-14 Jean-Paul SamanRevert revision 13903. It is implemented in a different...
next