summaryrefslogtreecommitdiffstats
path: root/libmpdemux/ms_hdr.h
Commit message (Expand)AuthorAgeFilesLines
* Change <endian.h> include to <sys/types.h>wm42012-07-311-1/+1
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-1/+2
* Get the proper codec id when a WAVE_FORMAT_EXTENSIBLE extension exists in atack2010-02-221-0/+11
* Add config.h header #include; it is required for the HAVE_BIGENDIAN check.diego2010-02-171-0/+2
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.diego2009-07-261-1/+1
* Add standard license header to all files in libmpdemux.diego2009-05-081-0/+18
* Check for _WINGDI_ instead of _WINGDI_H before defining BITMAPINFOHEADERreimar2009-03-271-1/+1
* Revert fixing illegal identifiers to fix compilation on MinGW. Unfortunatelydiego2008-03-021-10/+10
* Fix illegal identifiers starting with _ and capital letters.diego2008-03-011-10/+10
* Add MPLAYER_ prefix to multiple inclusion guards.diego2008-02-221-3/+3
* Add explanatory comments to the #endif part of multiple inclusion guards.diego2007-12-311-1/+1
* Add comment that clears up what _WINGDI_H is for.diego2007-09-181-0/+1
* Revert r24446 since it breaks mingw32 build: _WINGDI_H is defined in wingdi.hzuxy2007-09-151-1/+1
* Remove useless preprocessor check, _WINGDI_H is never defined.diego2007-09-131-1/+1
* Do not use leading underscores in multiple inclusion guards, they are reserved.diego2007-07-021-2/+2
* Consistently use filename as multiple inclusion guard.diego2007-07-021-2/+2
* Better protection against double definition of MPEGLAYER3WAVEFORMATwight2004-08-091-0/+3
* removed loader/ dependancy, imported some files from g2, also used patches fr...alex2004-04-281-0/+78