aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/dshow
Commit message (Expand)AuthorAge
* 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
* OPTFLAGS already includes EXTRA_INC.Gravatar diego2006-07-12
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* CVS --> Subversion in copyright noticesGravatar diego2006-06-22
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* Make clean/distclean behave uniformly in all directories.Gravatar diego2006-01-27
* Mark modified imported files as such to comply with GPL ยง2a.Gravatar diego2005-04-15
* last mingw32 support patch by Sascha SommerGravatar alex2003-04-24
* cygwin support patch by Sascha Sommer and some fixes by meGravatar alex2003-04-21
* CoTaskMemAlloc/Free vs malloc/free cleanupGravatar alex2003-04-21
* a warning fix and rgb15/16 support by Sascha SommerGravatar alex2003-03-14
* cbAlign=1 fix for proper Windows support (noticed by Sascha Sommer)Gravatar alex2003-02-25
* compiler warning fixesGravatar arpi2002-12-14
* avifile sync (mostly cosmetics)Gravatar arpi2002-11-26