summaryrefslogtreecommitdiffstats
path: root/loader/dmo
Commit message (Expand)AuthorAgeFilesLines
* Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.diego2008-03-011-1/+1
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-236-18/+18
* Remove $Id$ tags, they make diffs between different versionsreimar2008-01-271-1/+0
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and adiego2008-01-208-30/+30
* consistency cosmeticsdiego2008-01-012-2/+2
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* Fix for:voroshil2007-09-101-5/+5
* warning fix:diego2007-09-101-1/+1
* warning fixes:diego2007-09-101-2/+0
* Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled anddiego2007-06-022-15/+0
* Use explicit path for headers from the dshow/ subdirectory.diego2007-03-152-4/+4
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been rtogni2007-02-111-0/+1
* Remove illegal definition of underscored-prefixed symbol "__MODULE__":gpoirier2007-01-262-4/+0
* Make loader Makefile non-recursive.diego2006-11-251-48/+0
* Unify dep/depend targets.diego2006-11-201-3/+1
* Remove reference to non-existent variable.diego2006-08-221-1/+1
* Move all internal -I parameters to the front of CFLAGS to avoid using externaldiego2006-08-171-1/+1
* OPTFLAGS already includes EXTRA_INC.diego2006-07-121-1/+1
* rm unnecesary casts from void* - part 2reynaldo2006-07-021-2/+2
* CVS --> Subversion in copyright noticesdiego2006-06-221-2/+2
* Change "Supress" to "Suppress" in a couple comments.corey2006-06-071-1/+1
* Remove now obsolete .cvsignore files.diego2006-06-021-1/+0
* include MSGL_* definitionshenry2006-03-271-0/+2
* Convert printfs in aviprint.c to mp_msg and give the information printingdiego2006-03-271-3/+3
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesdiego2006-03-251-1/+6
* Make clean/distclean behave uniformly in all directories.diego2006-01-271-2/+2
* hardcode SYNC flag, so no problems could rise if first frame is skippediive2005-07-051-1/+1
* This currently sends control characters to the terminal instead ofrtognimp2005-05-261-14/+18
* Mark modified imported files as such to comply with GPL ยง2a.diego2005-04-151-0/+6
* fix for the no video/black screen with some dmo/wmv9 moviespl2003-09-201-2/+3
* last mingw32 support patch by Sascha Sommeralex2003-04-241-0/+2
* cygwin support patch by Sascha Sommer and some fixes by mealex2003-04-213-2/+21
* 10lalex2003-04-211-1/+1
* cbAlign=1 fix for proper Windows support (noticed by Sascha Sommer)alex2003-02-251-2/+2
* compiler warning fixesarpi2002-12-142-5/+8
* DMO Audio support (ugly, needs cleanup)arpi2002-12-013-1/+186
* .depend should be ignored.diego2002-11-281-0/+1
* DMO interfaces (copied/converted(c++->c) from avifile)arpi2002-11-2610-0/+1297