aboutsummaryrefslogtreecommitdiffhomepage
path: root/loader/dmo/DMO_VideoDecoder.c
Commit message (Expand)AuthorAge
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Use consistent #include paths without "../".Gravatar diego2008-04-28
* Replace __MINGW32__ preprocessor check with proper HAVE_SYS_MMAN_H check.Gravatar diego2008-03-01
* Fix a ton of illegal identifiers. Identifiers starting with __ or _ and aGravatar diego2008-01-20
* 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
* rm unnecesary casts from void* - part 2Gravatar reynaldo2006-07-02
* 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
* 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 interfaces (copied/converted(c++->c) from avifile)Gravatar arpi2002-11-26