aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/dshow
Commit message (Expand)AuthorAge
* 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
* Always initialize pUnk pointer with zero.Gravatar voroshil2007-09-08
* Add regular #define for header file.Gravatar voroshil2007-06-08
* 10l: Remove overlooked instance of NOAVIFILE_HEADERS.Gravatar diego2007-06-02
* Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled andGravatar diego2007-06-02
* Rework of copying samples from directshow codecs.Gravatar voroshil2007-03-02
* Fix wrong typecast, which can cause MPlayer crashGravatar voroshil2007-02-26
* Fix loading of mpeg4ds direct show video codec under win32, broken in r22322Gravatar voroshil2007-02-23
* Free AM_MEDIA_TYPE structure content when CEnumMediaTypes object is destroyedGravatar voroshil2007-02-23
* Moving duplicated (and sometimes wrong) AM_MEDIA_TYPE related code into separ...Gravatar voroshil2007-02-23
* Fixed loading of VoxWare and wma9sp binary audio codecs using dshow engine.Gravatar voroshil2007-02-23
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have beenGravatar rtogni2007-02-11
* Doxygen comments for used DirectShow methods.Gravatar voroshil2007-01-28
* fix overlooked debug messageGravatar voroshil2007-01-27
* Changing debug messages and renaming method names according to theirGravatar voroshil2007-01-27
* fix typos from previous commitGravatar voroshil2007-01-27
* Cosmetics. Doxygen comments.Gravatar voroshil2007-01-27
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":Gravatar gpoirier2007-01-26
* Make loader Makefile non-recursive.Gravatar diego2006-11-25
* Unify dep/depend targets.Gravatar diego2006-11-20
* Remove reference to non-existent variable.Gravatar diego2006-08-22
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* consistency cosmetics: Add -DNOAVIFILE_HEADERS to CFLAGS instead of to INCLUDE.Gravatar diego2006-08-16