History log of /external/libjpeg-turbo/jpeglib.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
0ef076fb7b326dc201b4ab3bd30fefd4e35ad1c4 20-Feb-2016 DRC <information@libjpeg-turbo.org> libjpeg API: Partial scanline decompression

This, in combination with the existing jpeg_skip_scanlines() function,
provides the ability to crop the image both horizontally and vertically
while decompressing (certain restrictions apply-- see libjpeg.txt.)

This also cleans up the documentation of the line skipping feature and
removes the "strip decompression" feature from djpeg, since the new
cropping feature is a superset of it.

Refer to #34 for discussion.

Closes #34

Cherry picked from upstream:
https://github.com/libjpeg-turbo/libjpeg-turbo/commit/3ab68cf563f6edc2608c085f5c8b2d5d5c61157e

BUG:27290496

Change-Id: Id11312fa43959531bc6bea04ebb657c6e1140363
/external/libjpeg-turbo/jpeglib.h
ac30a1bf12751bd82e56158eb9456a28d9c086f3 25-Jun-2015 DRC <dcommander@users.sourceforge.net> Add a new libjpeg API function (jpeg_skip_scanlines()) to allow for partially decoding a JPEG image.

git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1582 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
2a6b8316fce86aa05c00bf44a29a28d2e9aec99c 25-Nov-2014 DRC <dcommander@users.sourceforge.net> Some software also needs the FAR macro. Ugh. Also wordsmithing.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1432 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
e2dd3e3e5cb479f8596325e72f0595a31bf79921 25-Nov-2014 DRC <dcommander@users.sourceforge.net> Restore the JPP() and JMETHOD() macros. Even though libjpeg-turbo doesn't use them anymore, other software apparently does:
https://bugzilla.redhat.com/show_bug.cgi?id=1164815
https://bugs.kde.org/show_bug.cgi?id=340944
https://bugzilla.mozilla.org/show_bug.cgi?id=1093615


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1430 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
5033f3e19a31e8ad40c1a79700365aefe5664494 18-May-2014 DRC <dcommander@users.sourceforge.net> Remove MS-DOS code and information, and adjust copyright headers to reflect the removal of features in r1307 and r1308. libjpeg-turbo has never supported MS-DOS, nor is it even possible for us to do so.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1312 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
da13af6b8d5427af89bbdc5698b4e09d0ea814fe 18-May-2014 DRC <dcommander@users.sourceforge.net> Further copyright header cleanup


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1310 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
bc56b754e1a6a1db9ccadf64d6dda8a74140e1a3 16-May-2014 DRC <dcommander@users.sourceforge.net> Get rid of the HAVE_PROTOTYPES configuration option, as well as the related JMETHOD and JPP macros. libjpeg-turbo has never supported compilers that don't handle prototypes. Doing so requires ansi2knr, which isn't even supported in the IJG code anymore.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1308 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
52ded8768022ab7e9e7670ddea0ba89e2890b837 15-May-2014 DRC <dcommander@users.sourceforge.net> Remove all of the NEED_SHORT_EXTERNAL_NAMES stuff. There is scant information available as to which linkers ever had a 15-character global symbol name limit. AFAICT, it might have been a VMS and/or a.out BSD thing, but none of those platforms have ever been supported by libjpeg-turbo (nor are such systems supported by other open source libraries of this nature.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1307 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
78df2e6115b0e579432d01cb034132cd4402a1ba 12-May-2014 DRC <dcommander@users.sourceforge.net> Add support for decompressing to RGB565 (16-bit) pixels


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1295 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
333e9187c8a6f69833baaee51ccd802b0e093cc1 12-May-2014 DRC <dcommander@users.sourceforge.net> Use 2-space indentation for the enums, to be consistent with the structs


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1291 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
b775351012af176720429ac21d11682a0b75b4b7 11-May-2014 DRC <dcommander@users.sourceforge.net> Convert tabs to spaces in the libjpeg code and the SIMD code (TurboJPEG retains the use of tabs for historical reasons. They were annoying in the libjpeg code primarily because they were not consistently used and because they were used to format as well as indent the code. In the case of TurboJPEG, tabs are used just to indent the code, so even if the editor assumes a different tab width, the code will still be readable.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1285 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
fe9c907b45809f44444f3a0045eafff0ddf0dacd 18-Apr-2014 DRC <dcommander@users.sourceforge.net> Minor comment correction (we support the full range of IDCT scaling factors now.)


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.3.x@1250 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
ab70623eb29e09e67222be5b9e1ea320fe5aa0e9 19-Jan-2013 DRC <dcommander@users.sourceforge.net> Implement in-memory source/destination managers even when not emulating the libjpeg v8 API/ABI


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@913 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
a73e870ad02de20c2b34cb3a5382c2846c2afbe3 31-Dec-2012 DRC <dcommander@users.sourceforge.net> Change the copyright notices to make it clear that our modified files are not part of the IJG's software.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.2.x@873 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
67ce3b2352fe1f7511edbfed74ec6960e41e97dc 19-Dec-2011 DRC <dcommander@users.sourceforge.net> Added new alpha channel colorspace constants/pixel formats, so applications can specify that they need the unused byte in a 4-component RGB output buffer set to 0xFF when decompressing.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@732 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
39ea562c074ec74785d68accf10f433849770d1f 12-Oct-2010 DRC <dcommander@users.sourceforge.net> Document new v7/v8 features; .doc = .txt


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@252 632fc199-4ca6-4c93-a231-07263d6284db
989630f70cf1af69ebfefca8910d1647bf189712 10-Jan-2010 Guido Vollbeding <jpeg-info@uc.ag> The Independent JPEG Group's JPEG software v8
/external/libjpeg-turbo/jpeglib.h
5996a25e2f50d20d6a8f09830724035b49c3927b 27-Jun-2009 Guido Vollbeding <jpeg-info@jpegclub.org> The Independent JPEG Group's JPEG software v7
/external/libjpeg-turbo/jpeglib.h
5ead57a34a398aa798f35bd7a6abad19b2e453e2 27-Mar-1998 Thomas G. Lane <tgl@netcom.com> The Independent JPEG Group's JPEG software v6b
/external/libjpeg-turbo/jpeglib.h
489583f5165e05d37302e8eeec58104ea0109127 07-Feb-1996 Thomas G. Lane <tgl@netcom.com> The Independent JPEG Group's JPEG software v6a
/external/libjpeg-turbo/jpeglib.h
bc79e0680a45d1ca330d690dae0340c8e17ab5e3 02-Aug-1995 Thomas G. Lane <tgl@netcom.com> The Independent JPEG Group's JPEG software v6
/external/libjpeg-turbo/jpeglib.h
9ba2f5ed3649fb6de83d3c16e4dba1443aaca983 07-Dec-1994 Thomas G. Lane <tgl@netcom.com> The Independent JPEG Group's JPEG software v5a
/external/libjpeg-turbo/jpeglib.h
36a4ccccd33f5cc9df62949554af87129ced7f84 24-Sep-1994 Thomas G. Lane <tgl@netcom.com> The Independent JPEG Group's JPEG software v5
/external/libjpeg-turbo/jpeglib.h
10acd811d06d3f1a5743875028d6396ac70df0ef 09-Oct-2010 DRC <dcommander@users.sourceforge.net> Remove comments describing DCT scaling feature


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@240 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
36a6eec93250e390d1028b3372078810b4428eaf 08-Oct-2010 DRC <dcommander@users.sourceforge.net> Added optional emulation of the jpeg-7 or jpeg-8b API/ABI's


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@236 632fc199-4ca6-4c93-a231-07263d6284db
3cd2e503c60d9a2f3d5be887cd0ae244238424e5 23-Feb-2010 DRC <dcommander@users.sourceforge.net> Fix compiler warning about ending struct with a comma


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@146 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
ca3cebbaef953bb1290e19ca5c9096981a106b90 23-Feb-2010 DRC <dcommander@users.sourceforge.net> Compile properly with C++


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@142 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
8ece7fef15fad1abf46e511f1a55e9904ac108f7 06-Aug-2009 DRC <dcommander@users.sourceforge.net> Update copyrights to indicate files modified with colorspace extensions



git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@57 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h
f25c071eb745268452206bb633561b770c4d62ea 03-Apr-2009 DRC <dcommander@users.sourceforge.net> Implement new colorspaces to allow directly compressing from/decompressing to RGB/RGBX/BGR/BGRX/XBGR/XRGB without conversion



git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@35 632fc199-4ca6-4c93-a231-07263d6284db
/external/libjpeg-turbo/jpeglib.h