aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/dshow
Commit message (Expand)AuthorAge
* Fix a syntax error in graph.h.Gravatar sesse2010-03-09
* Add copyright headers.Gravatar sesse2010-03-09
* Style changes as requested by Diego.Gravatar sesse2010-03-09
* Commit files by Steinar Gunderson, forgotten in r30866.Gravatar cehoyos2010-03-09
* Implement DirectShow filter graph.Gravatar sesse2010-03-08
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Remove extern "C" declarations from loader code.Gravatar diego2010-02-11
* Release pin enumerator after we are done using it.Gravatar reimar2010-02-05
* Hack to avoid a GUID_NULL clash on 64 bit MinGW.Gravatar reimar2010-01-17
* Add required header #includes to satisfy 'make checkheaders'.Gravatar diego2010-01-04
* Drop -Iloader from CPPFLAGS for the loader subdirectory.Gravatar diego2010-01-04
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* Replace double semicolon by single semicolon.Gravatar diego2009-02-16
* Add missing 'void' keyword to parameterless function declarations.Gravatar diego2009-01-05
* Missing free in malloc error case in COutputPinCreate.Gravatar reimar2008-10-31
* Avoid useless casts of malloc results.Gravatar reimar2008-10-31
* Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h canGravatar diego2008-06-08
* cosmetics: Remove pointless parentheses from return statements.Gravatar diego2008-05-16
* Use consistent #include paths without "../".Gravatar diego2008-04-28
* Remove obsolete and non-working test program.Gravatar diego2008-04-28
* Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.Gravatar diego2008-03-01
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-23
* Remove $Id$ tags, they make diffs between different versionsGravatar reimar2008-01-27
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and aGravatar diego2008-01-20
* Add missing #include, fixes the warning:Gravatar diego2008-01-19
* Use ld conversion specifier for long int argument, fixes the warning:Gravatar diego2008-01-19
* Remove another 2 useless castsGravatar reimar2008-01-13
* Get rid of another useless castGravatar reimar2008-01-13
* Remove a cast useless since r24425.Gravatar reimar2008-01-13
* Move variable declaration into block where it is used.Gravatar reimar2008-01-13
* Remove result from warning string, it has no useful meaning here.Gravatar reimar2008-01-13
* Remove a useless castGravatar reimar2008-01-13
* Fix warnings:Gravatar diego2008-01-06
* Add missing #includes to fix compilation:Gravatar diego2008-01-06
* consistency cosmeticsGravatar diego2008-01-01
* Move AM_MEDIA_TYPE structure definition to mediatype.h.Gravatar voroshil2007-09-13
* Remove leading underscores from multiple inclusion guards,Gravatar diego2007-09-13
* Fix indentation after r24367.Gravatar cehoyos2007-09-10
* Fix for:Gravatar voroshil2007-09-10
* cosmetics: Add comments to some #endif preprocessor directives.Gravatar diego2007-09-10
* Fix for:Gravatar voroshil2007-09-10
* Fix for:Gravatar voroshil2007-09-10
* Proper fix for:Gravatar voroshil2007-09-10
* cosmetics: Fix silly typo.Gravatar diego2007-09-10
* warning fix:Gravatar diego2007-09-10
* warning fixes:Gravatar diego2007-09-10
* warning fixes:Gravatar diego2007-09-10
* Avoid releasing of unallocated memory.Gravatar voroshil2007-09-08