aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/dmo
Commit message (Expand)AuthorAge
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* Add header #include for print_wave_header() instead of a forward declaration.Gravatar diego2010-02-18
* Remove extern "C" declarations from loader code.Gravatar diego2010-02-11
* 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
* Change some printf calls to 'Debug printf' so as not to pollute stdout.Gravatar diego2008-12-11
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Rename loader/driver.[ch] to loader/drv.[ch], otherwise loader/driver.h canGravatar diego2008-06-08
* Use consistent #include paths without "../".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
* consistency cosmeticsGravatar diego2008-01-01
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Fix for:Gravatar voroshil2007-09-10
* warning fix:Gravatar diego2007-09-10
* warning fixes:Gravatar diego2007-09-10
* Get rid of superfluous NOAVIFILE_HEADERS #define, it was always enabled andGravatar diego2007-06-02
* Use explicit path for headers from the dshow/ subdirectory.Gravatar diego2007-03-15
* Precent overflow of this->m_sVhdr->bmiHeader buffer, may have been Gravatar rtogni2007-02-11
* 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
* 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
* Change "Supress" to "Suppress" in a couple comments.Gravatar corey2006-06-07
* Remove now obsolete .cvsignore files.Gravatar diego2006-06-02
* include MSGL_* definitionsGravatar henry2006-03-27
* 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
* hardcode SYNC flag, so no problems could rise if first frame is skippedGravatar iive2005-07-05
* This currently sends control characters to the terminal instead ofGravatar rtognimp2005-05-26
* Mark modified imported files as such to comply with GPL ยง2a.Gravatar diego2005-04-15
* fix for the no video/black screen with some dmo/wmv9 moviesGravatar pl2003-09-20
* last mingw32 support patch by Sascha SommerGravatar alex2003-04-24
* cygwin support patch by Sascha Sommer and some fixes by meGravatar alex2003-04-21
* 10lGravatar alex2003-04-21
* cbAlign=1 fix for proper Windows support (noticed by Sascha Sommer)Gravatar alex2003-02-25
* compiler warning fixesGravatar arpi2002-12-14
* DMO Audio support (ugly, needs cleanup)Gravatar arpi2002-12-01
* .depend should be ignored.Gravatar diego2002-11-28
* DMO interfaces (copied/converted(c++->c) from avifile)Gravatar arpi2002-11-26