aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_ijpg.c
Commit message (Expand)AuthorAge
* 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