summaryrefslogtreecommitdiff
path: root/src/image/gif
Commit message (Expand)AuthorAgeFilesLines
* image/gif,image/jpeg,image/png: skip FuzzDecode in testing short modeJoel Sing2022-09-271-0/+4
* image/gif: avoid decoding past the first frame in decode()Chris Gillis2022-08-222-1/+5
* all: fix spellingJohn Bampton2022-05-171-2/+2
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-131-0/+61
* Revert "all: add a handful of fuzz targets"Bryan Mills2022-01-121-61/+0
* all: add a handful of fuzz targetsRoland Shoemaker2022-01-121-0/+61
* image/gif: fix typo in the comment (io.ReadByte -> io.ByteReader)uji2021-06-301-1/+1
* all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox2020-12-091-2/+2
* all: update references to symbols moved from io/ioutil to ioRuss Cox2020-10-201-11/+11
* image/gif: have BenchmarkEncodeRealisticRGBA convert to RGBANigel Tao2020-09-031-14/+20
* image/gif: add more writer benchmarksNigel Tao2020-08-171-15/+38
* image/gif: speed up initializing test imageNigel Tao2020-06-141-5/+2
* all: fix typosAinar Garipov2019-09-081-1/+1
* image/gif: fix transparency loss when encoding a wrapped *image.Palettedkawakami2019-05-222-5/+90
* image/gif: don't assume Encode src's origin is (0, 0)Nigel Tao2019-03-212-2/+54
* all: update comment URLs from HTTP to HTTPS, where possibleTim Cooper2018-06-011-1/+1
* all: fix misspellingsShawn Smith2018-02-201-1/+1
* image/gif: support non-looping animated gifs (LoopCount=-1)Peter Teichman2018-02-133-23/+66
* image/gif: avoid setting defers in the decode loopArtyom Pervukhin2017-10-232-101/+141
* image/gif: make blockReader a ByteReader, harden testsJed Denlea2017-10-192-39/+104
* image/gif: write fewer, bigger blocksJed Denlea2017-10-142-16/+51
* image/gif: try harder to use global color tableJed Denlea2017-10-132-26/+84
* image/gif: make Decode only keep the first frame in memoryArtyom Pervukhin2017-10-121-7/+9
* image/gif: add BenchmarkDecode.Nigel Tao2017-10-072-5/+22
* image/gif: fix writeImageBlock with SubImagesJed Denlea2017-06-162-1/+29
* image/gif: don't panic on large or nil-containing color.Palettes.Nigel Tao2017-05-062-8/+62
* image/gif: handle an extra data sub-block byte.Will Storey2017-03-022-19/+62
* image/gif: fix frame-inside-image bounds checking.Nigel Tao2017-02-101-6/+21
* image/gif: check handling of truncated GIF filesJeff R. Allen2016-10-052-29/+71
* image/gif: accept an out-of-bounds transparent color index.Nigel Tao2016-04-292-32/+63
* image/gif: be stricter on parsing graphic control extensions.Nigel Tao2016-04-282-1/+7
* all: single space after period.Brad Fitzpatrick2016-03-021-1/+1
* all: fix typos and spellingMartin Möhrmann2016-02-241-1/+1
* image/gif: map/slice literals janitoringDidier Spezia2015-09-041-5/+5
* image/gif: avoid unused assignmentTarmigan Casebolt2015-08-241-1/+1
* all: link to https instead of httpBrad Fitzpatrick2015-07-111-1/+1
* image/gif: accept LZW encodings that do not have an explicit end marker.Nigel Tao2015-06-301-3/+12
* image/gif: set default loop count to 0 when app ext. is not presentAndrew Bonventre2015-06-232-1/+21
* image/gif: re-enable some invalid-palette tests.Nigel Tao2015-06-191-18/+14
* image/gif: return an error on missing paletteJeff R. Allen2015-06-182-1/+4
* image/gif: (temporarily) disable broken tests.Nigel Tao2015-06-181-0/+12
* image/gif: allow encoding a single-frame image whose top-left cornerNigel Tao2015-05-062-2/+37
* image/gif: be consistent wrt "color map" or "color table" names.Nigel Tao2015-05-052-29/+28
* image/gif: don't encode local color tables if they're the same as theNigel Tao2015-05-042-22/+82
* image/gif: check that individual frame's bounds are within the overallNigel Tao2015-04-293-9/+74
* image/gif: encode disposal, bg index and Config.Nigel Tao2015-04-283-73/+222
* image/gif: expose disposal, bg index and ConfigColin Kennedy2015-04-131-7/+34
* image/gif: don't let the per-frame transparent index modify the globalNigel Tao2014-09-222-10/+61
* image/gif: fix GIF encoding of sub-images.Nigel Tao2014-09-182-4/+37
* build: move package sources from src/pkg to srcRuss Cox2014-09-084-0/+1188