summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_ijpg.c
Commit message (Expand)AuthorAgeFilesLines
* Make video decoder description structs constUoti Urpala2008-04-251-1/+1
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hdiego2008-04-011-1/+0
* Colourspace conversions do _not_ belong into a decoder!reimar2008-01-121-42/+12
* Cosmetics: get rid of huge amounts of trailing whitespacereimar2008-01-121-13/+13
* Remove an unused global variablereimar2008-01-121-3/+0
* Avoid uselessly global variablesreimar2008-01-121-2/+4
* Removed useless fastmemcpy.h includes in video decodersreimar2007-05-271-1/+0
* Include string.h for memcpy, fastmemcpy.h alone is not enough.reimar2007-05-161-0/+1
* 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
* Software Scaler headers usage cleanuplucabe2006-06-181-1/+0
* Spelling fixpacman2006-06-061-1/+1
* Fix BGR32 big-endian outputpacman2006-04-201-0/+6
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+0
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* rgb24, bgr 24/32 support even for grayscalearpi2002-05-151-21/+40
* eeh 10l removed too much lines :(atmos42002-03-271-0/+2
* Issue a warning in VDec if disp_w and disp_h weren't set by codec and try wor...atmos42002-03-271-4/+2
* handle error from mpcodecs_config_vo()arpi2002-03-161-1/+1
* libjpeg and loader conflict workaroundpontscho2002-03-111-0/+2
* kill few warningpontscho2002-03-111-3/+2
* removed unneeded includesarpi2002-03-101-4/+0
* Add IJPG decoder.pontscho2002-03-101-0/+192