]> git.sesse.net Git - vlc/history - modules/access/dshow/dshow.cpp
vlc_plugin: fix non-LGPL plugins meta infos
[vlc] / modules / access / dshow / dshow.cpp
2015-03-21 Rémi Denis-Courmontvlc_plugin: fix non-LGPL plugins meta infos
2015-03-16 Rémi Denis-Courmontwin32: add assertions for unchecked CoInitializeEx...
2014-10-20 Rémi Denis-Courmontdshow: remove negative video height, signed overflow...
2014-07-07 Rémi Denis-Courmontdshow: off by one
2014-07-06 Rémi Denis-Courmontdshow: fix timestamp conversion (fixes #11725)
2014-04-12 Rémi Denis-Courmontdshow: always override the demux when applicable
2013-11-04 Francois Cartegnievlc_es: add defines for priority levels
2013-08-26 Rémi Denis-Courmontaccess: remove info.i_(update|title|seekpoint)
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-08-25 Rémi Denis-Courmontaccess: clearing info.i_update is the owner's job,...
2013-07-21 Rémi Denis-Courmontaccess: info.i_size -> control(ACCESS_GET_SIZE)
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-10-12 Jean-Baptiste KempfDShow: change text
2012-10-12 Jean-Baptiste KempfRevert "dshow: add missing parameter in dialog invocation"
2012-10-12 Jean-Baptiste KempfDshow: fix typo
2012-10-12 Rémi Denis-CourmontQt4: use MTA apartment for COM (fixes #6880)
2012-10-03 Rémi Denis-Courmontdshow: check CoInitialize() in callbacks
2012-10-03 Rémi Denis-CourmontWim32: use CoInitializeEx() instead of CoInitialize()
2012-10-01 Rémi Denis-CourmontWin32: use CoInitializeEx() instead of CoInitialize()
2012-08-19 Rémi Denis-Courmontconfig: improve/fix the callback prototype for config...
2012-08-15 Rémi Denis-CourmontRemove duplicated config refresh callbacks
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-07-03 Christoph MiebachAdded 2 missing spaces
2012-04-01 Rémi Denis-CourmontUndo misuse of module_config_t.b_dirty
2012-03-22 John FreedDShow: Remove filters but don't Release() them
2012-02-02 Rafaël Carrédshow: remove non standard extensions from header
2012-01-04 Jean-Baptiste KempfDShow: remove choices from translated string
2011-12-23 Rémi Denis-Courmontdhsow: missing white space (breaks PO files)
2011-11-21 Kaarlo RaihaFix typo
2011-10-18 Hugo Beauzée-Luyssendshow: Removing useless const_cast
2011-08-30 Jean-Baptiste KempfDShow: fix compilation after change on caching
2011-08-30 Rémi Denis-CourmontUnify (ACCESS|DEMUX)_GET_PTS_DELAY
2011-05-14 Rémi Denis-Courmontdshow: fix warnings
2011-03-20 Rémi Denis-Courmontdshow: mark some options as safe
2011-03-10 Rémi DuraffortUse empty() when applicable.
2011-02-23 Jean-Baptiste KempfDShow: cleaning and cosmetics
2011-02-23 Jean-Baptiste KempfDShow: GUID cleaning
2011-02-22 Jean-Baptiste KempfDShow: Header File renaming
2011-02-22 Jean-Baptiste KempfDShow: GUID fixes
2010-11-11 Rémi DuraffortC++: use postfix operator for interators (that's suppos...
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
2010-08-11 Manol Manolovdshow: cosmetics replace "dshow-" with CFG_PREFIX in...
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 ;
next