summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_sgi.c
Commit message (Expand)AuthorAgeFilesLines
* Use AV_RL* macros instead of typecasts where appropriatereimar2010-11-021-7/+7
* Do not cast the results of malloc/calloc/realloc.diego2010-02-261-1/+1
* cosmetics: Remove pointless empty lines at EOF.diego2010-02-201-1/+0
* Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-1/+17
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-41/+41
* Hack around libavutil/bswap.h compilation problems due to always_inline undef...reimar2006-12-071-1/+1
* Remove bswap.h, use libavutil/bswap.h instead.diego2006-11-291-1/+2
* correct handling of sgi compressed images on amd64, patch by Paul-Francois Fo...reynaldo2006-06-301-3/+3
* add support for sgi files to mencoder patch by (Todd Kirby <slapcat at pacbe...michael2003-03-051-0/+327