aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ijpg.c
Commit message (Expand)AuthorAge
* libmpcodecs: remove redundant audio and video decodersGravatar wm42012-08-20
* Directly mark jpeg_buf_src() as void instead of using some indirection marcro.Gravatar diego2010-05-29
* libmpcodecs: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* Do not #include libavutil/common.h. It is not used directly and mpbswap.hGravatar diego2008-04-01
* Colourspace conversions do _not_ belong into a decoder!Gravatar reimar2008-01-12
* Cosmetics: get rid of huge amounts of trailing whitespaceGravatar reimar2008-01-12
* Remove an unused global variableGravatar reimar2008-01-12
* Avoid uselessly global variablesGravatar reimar2008-01-12
* Removed useless fastmemcpy.h includes in video decodersGravatar reimar2007-05-27
* Include string.h for memcpy, fastmemcpy.h alone is not enough.Gravatar reimar2007-05-16
* 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
* Software Scaler headers usage cleanupGravatar lucabe2006-06-18
* Spelling fixGravatar pacman2006-06-06
* Fix BGR32 big-endian outputGravatar pacman2006-04-20
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugGravatar arpi2002-09-22
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* rgb24, bgr 24/32 support even for grayscaleGravatar arpi2002-05-15
* eeh 10l removed too much lines :(Gravatar atmos42002-03-27
* Issue a warning in VDec if disp_w and disp_h weren't set by codec and try wor...Gravatar atmos42002-03-27
* handle error from mpcodecs_config_vo()Gravatar arpi2002-03-16
* libjpeg and loader conflict workaroundGravatar pontscho2002-03-11
* kill few warningGravatar pontscho2002-03-11
* removed unneeded includesGravatar arpi2002-03-10
* Add IJPG decoder.Gravatar pontscho2002-03-10