]> git.sesse.net Git - vlc/history - modules/access/dshow/dshow.cpp
DShow: small fixes and cosmetics
[vlc] / modules / access / dshow / dshow.cpp
2010-08-09 Jean-Baptiste KempfDShow: small fixes and cosmetics
2010-08-09 Jean-Baptiste KempfDShow: small fixes on error paths
2010-08-09 Jean-Baptiste KempfDShow: update Copyright years
2010-08-09 Manol ManolovAdd frequency and video standard options in dshow
2010-07-11 Rémi Denis-CourmontRemove legacy casts
2010-06-28 Ilkka Ollakkadshow: add aspect-ratio optio to video-capture
2010-04-19 Rémi Duraffortdshow cosmetics.
2010-04-07 Jean-Baptiste KempfDShow: fix RGB24 Colouring
2010-02-02 Rémi Duraffortdshow: use empty() instead of !size() (quicker).
2010-01-28 Rémi Denis-Courmontdshow: remove impossible case
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-11-09 Rémi Duraffortdshow: use var_Get* when applicable.
2009-06-22 Rémi DuraffortAdd missing CoUninitialize.
2009-06-21 Rémi DuraffortFactorize.
2009-06-21 Rémi DuraffortFix potential memleak.
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...
next