• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

build-aux/H26-Jan-2016-15,60512,123

cmake/H26-Jan-2016-5949

doc/H03-May-2022-3,5942,765

m4/H26-Jan-2016-8,6307,772

src/H03-May-2022-8,8236,021

tests/H03-May-2022-3,2932,675

AUTHORSH A D27-Apr-201034 21

COPYINGH A D27-Apr-201025.8 KiB505418

ChangeLogH A D26-Jan-201645.4 KiB1,360962

INSTALLH A D26-Jan-201615.4 KiB371289

Makefile.amH A D18-Dec-2014930 2913

Makefile.inH A D03-May-202228.9 KiB928816

READMEH A D16-Mar-2011648 1411

aclocal.m4H A D26-Jan-201685.4 KiB2,2812,148

config.h.inH A D26-Jan-20162.6 KiB10473

configureH A D26-Jan-2016504.9 KiB17,16214,566

configure.acH A D26-Jan-20165 KiB129119

README

1Libgta is a portable library that implements the Generic Tagged Array (GTA) file
2format. This file format has the following features:
3
4* GTAs can store any kind of data in multidimensional arrays
5* GTAs can optionally use simple tags to store rich metadata
6* GTAs are streamable, which allows direct reading from and writing to pipes,
7  network sockets, and other non-seekable media
8* GTAs can use ZLIB, BZIP2, or XZ compression, allowing a tradeoff between
9  compression/decompression speed and compression ratio
10* Uncompressed GTA files allow easy out-of-core data access for very large
11  arrays
12
13See http://gta.nongnu.org/ for more information.
14