summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_ijpg.c
Commit message (Collapse)AuthorAgeFilesLines
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and ↵arpi2002-08-301-1/+0
| | | | | | makes dlopen()'ing possible git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7181 b3059339-0415-0410-9bf9-f77b7e298cf2
* rgb24, bgr 24/32 support even for grayscalearpi2002-05-151-21/+40
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6098 b3059339-0415-0410-9bf9-f77b7e298cf2
* eeh 10l removed too much lines :(atmos42002-03-271-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5367 b3059339-0415-0410-9bf9-f77b7e298cf2
* Issue a warning in VDec if disp_w and disp_h weren't set by codec and try ↵atmos42002-03-271-4/+2
| | | | | | | | | workaround. Fix ijpg codec to set sh->disp_w and sh->disp_h. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5366 b3059339-0415-0410-9bf9-f77b7e298cf2
* handle error from mpcodecs_config_vo()arpi2002-03-161-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5125 b3059339-0415-0410-9bf9-f77b7e298cf2
* libjpeg and loader conflict workaroundpontscho2002-03-111-0/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5049 b3059339-0415-0410-9bf9-f77b7e298cf2
* kill few warningpontscho2002-03-111-3/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5043 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed unneeded includesarpi2002-03-101-4/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5034 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add IJPG decoder.pontscho2002-03-101-0/+192
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5030 b3059339-0415-0410-9bf9-f77b7e298cf2