summaryrefslogtreecommitdiffstats
path: root/libvo/vo_jpeg.c
Commit message (Collapse)AuthorAgeFilesLines
* Spring cleanup: supporting only RGB24 as input (native jpeg lib supports ↵alex2003-04-251-115/+8
| | | | | | only that, maybe we could later add nativ YCbCr (YUV) support, but not swscale ones) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9990 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixed query_format (RGB24 supports OSD and is preferred)arpi2003-01-191-2/+3
| | | | | | | based on patch by Alvaro Lopes <alvieboy@alvie.com> git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9020 b3059339-0415-0410-9bf9-f77b7e298cf2
* patch from tonglijing <tong@intec.iscas.ac.cn>pontscho2002-11-241-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8268 b3059339-0415-0410-9bf9-f77b7e298cf2
* removed get_info, using the same sheme as in libmpcodecs insteadalex2002-11-111-9/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8149 b3059339-0415-0410-9bf9-f77b7e298cf2
* U-V swapping fixed, patch by Joey Parrish <joey@yunamusic.com>arpi2002-09-221-11/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7488 b3059339-0415-0410-9bf9-f77b7e298cf2
* tons of warning fixes, also some 10l bugfixes, including Dominik's PVA bugarpi2002-09-221-0/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7473 b3059339-0415-0410-9bf9-f77b7e298cf2
* finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo apialex2002-08-281-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7125 b3059339-0415-0410-9bf9-f77b7e298cf2
* fixing swscaler bug ;)michael2002-07-181-3/+4
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6752 b3059339-0415-0410-9bf9-f77b7e298cf2
* fix ".". thanksz pl.pontscho2002-04-171-1/+1
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5660 b3059339-0415-0410-9bf9-f77b7e298cf2
* upsz, 10l :)pontscho2002-04-161-2/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5650 b3059339-0415-0410-9bf9-f77b7e298cf2
* add jpeg support for libvopontscho2002-04-161-0/+264
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5649 b3059339-0415-0410-9bf9-f77b7e298cf2