aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/ms_hdr.h
Commit message (Expand)AuthorAge
* Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in aGravatar tack2010-02-22
* Add config.h header #include; it is required for the HAVE_BIGENDIAN check.Gravatar diego2010-02-17
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADERGravatar reimar2009-03-27
* Revert fixing illegal identifiers to fix compilation on MinGW. UnfortunatelyGravatar diego2008-03-02
* Fix illegal identifiers starting with _ and capital letters.Gravatar diego2008-03-01
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Add explanatory comments to the #endif part of multiple inclusion guards.Gravatar diego2007-12-31
* Add comment that clears up what _WINGDI_H is for.Gravatar diego2007-09-18
* Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.hGravatar zuxy2007-09-15
* Remove useless preprocessor check, _WINGDI_H is never defined.Gravatar diego2007-09-13
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Consistently use filename as multiple inclusion guard.Gravatar diego2007-07-02
* Better protection against double definition of MPEGLAYER3WAVEFORMATGravatar wight2004-08-09
* removed loader/ dependancy, imported some files from g2, also used patches fr...Gravatar alex2004-04-28