aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/aviheader.h
Commit message (Expand)AuthorAge
* Replace WORDS_BIGENDIAN by HAVE_BIGENDIAN in all internal code.Gravatar diego2009-07-26
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Add standard license header to all files in libmpdemux.Gravatar diego2009-05-08
* Add missing #includes that are required for things used in the header.Gravatar diego2008-06-17
* Add MPLAYER_ prefix to multiple inclusion guards.Gravatar diego2008-02-22
* Fix illegal identifiers: Names starting with __ or _ and uppercase are reservedGravatar diego2008-01-06
* Fix wrong #endif comment that does not match the #ifdef directive.Gravatar diego2008-01-01
* Do not use leading underscores in multiple inclusion guards, they are reserved.Gravatar diego2007-07-02
* Get rid of min/max macros from aviheader.h, they do not belong here.Gravatar reimar2006-12-09
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...Gravatar reimar2006-12-07
* Remove bswap.h, use libavutil/bswap.h instead.Gravatar diego2006-11-29
* consistency/tcc support patch by Oded ShimonGravatar alex2005-07-03
* x86_64 fix by John Stebbins <john@stebbins.name>Gravatar faust32004-07-12
* more cola, not mine thoGravatar rfelker2004-04-30
* minimal fix for alex's 1000000000000l compile errors. imo the fix inGravatar rfelker2004-04-30
* dewinifyGravatar alex2004-04-29
* removed loader/ dependancy, imported some files from g2, also used patches fr...Gravatar alex2004-04-28
* Bigendian macro 10lGravatar ranma2004-03-19
* OpenDML read/write supportGravatar ranma2004-03-17
* demuxer_control(), percent position and time length query implemented inGravatar arpi2002-11-16
* cleanup of .AVI timestamp calculation (ugly hack from mplayer.c removed,Gravatar arpi2002-11-02
* big (>2GB) AVI files support - patch by Wolfram Gloger <wg@malloc.de>Gravatar arpi2002-05-12
* AVI - no audio stream fixGravatar arpi2001-10-21
* libdemuxer...Gravatar arpi2001-10-20