openjpeg.git
19 years agoBug fixed in pgx-format
Antonin Descampe [Fri, 9 Jul 2004 10:12:16 +0000 (10:12 +0000)]
Bug fixed in pgx-format

19 years agoAdded jp2.h et jp2.c to the project
Antonin Descampe [Wed, 7 Jul 2004 09:08:49 +0000 (09:08 +0000)]
Added jp2.h et jp2.c to the project

19 years agoFirst version of JP2 file format
Francois-Olivier Devaux [Wed, 7 Jul 2004 08:24:36 +0000 (08:24 +0000)]
First version of JP2 file format

19 years agoInclude jp2.h file
Francois-Olivier Devaux [Wed, 7 Jul 2004 07:38:15 +0000 (07:38 +0000)]
Include jp2.h file

19 years agoNew variable in cp structure for JP2 format
Francois-Olivier Devaux [Wed, 7 Jul 2004 07:37:44 +0000 (07:37 +0000)]
New variable in cp structure for JP2 format

19 years agoj2k_encode can output data to a buffer or to a file
Francois-Olivier Devaux [Wed, 7 Jul 2004 07:37:14 +0000 (07:37 +0000)]
j2k_encode can output data to a buffer or to a file

19 years agoEnables the decoding of JP2 files
Francois-Olivier Devaux [Wed, 7 Jul 2004 07:35:34 +0000 (07:35 +0000)]
Enables the decoding of JP2 files

19 years agoEnables the creation of JP2 files
Francois-Olivier Devaux [Wed, 7 Jul 2004 07:35:12 +0000 (07:35 +0000)]
Enables the creation of JP2 files

19 years agoSets the image color space for JP2 format
Francois-Olivier Devaux [Wed, 7 Jul 2004 07:34:15 +0000 (07:34 +0000)]
Sets the image color space for JP2 format

19 years agoFixed bug for rate option
Francois-Olivier Devaux [Tue, 6 Jul 2004 07:50:05 +0000 (07:50 +0000)]
Fixed bug for rate option

19 years ago*.dsp files added for Microsoft Visual Studio users
Antonin Descampe [Mon, 5 Jul 2004 15:15:14 +0000 (15:15 +0000)]
*.dsp files added for Microsoft Visual Studio users

20 years agosmall changes in the INDEX-file generation (in order to only use data from index...
Antonin Descampe [Fri, 7 May 2004 14:41:45 +0000 (14:41 +0000)]
small changes in the INDEX-file generation (in order to only use data from index data structures)

20 years ago* Fixed_quality option added : specifying -q psnr1,psnr2,psnr3,... at the command...
Antonin Descampe [Fri, 7 May 2004 13:50:47 +0000 (13:50 +0000)]
* Fixed_quality option added : specifying -q psnr1,psnr2,psnr3,... at the command line when encoding an image generates layers with the corresponding psnr. You have to specify values in the increase order. This option is incompatible with "-r" or "-f" options.

* Old -q option is now available with -f

* The INDEX-file structure has been modified and is now like this :
------------------------------
image_width image_height
progression order
tile_width tile_height
nb_tiles_width nb_tiles_height
nb_components
nb_layers
nb_decompositions
foreach resolution_level {[precinct_width,precinct_height]}
main_header_end
codestream_size
foreach tile {
  tileno start_pos end_header end_pos squarred_error_total nb_pixels mean_squarred_error
}
foreach tile {
  foreach packet {
    packetno tileno layerno resno compno precinctno start_pos end_pos SE_reduction
  }
}
SE max
SE total
-----------------------------

20 years agoVarious corrections to avoid "signed/unsigned mismatch" warnings during compilation
Antonin Descampe [Fri, 30 Apr 2004 09:20:22 +0000 (09:20 +0000)]
Various corrections to avoid "signed/unsigned mismatch" warnings during compilation

20 years agoAjout de la possibilit� de taille de precincts diff�rente pour chaque r�solution
Antonin Descampe [Thu, 29 Apr 2004 15:32:38 +0000 (15:32 +0000)]
Ajout de la possibilit� de taille de precincts diff�rente pour chaque r�solution

20 years ago Reformatage : indent -kr -i2 -ci2 $(find . -name '*.c') $(find . -name '*.h')
Sebastien Lugan [Thu, 29 Apr 2004 13:27:24 +0000 (13:27 +0000)]
  Reformatage :  indent -kr -i2 -ci2 $(find . -name '*.c') $(find . -name '*.h')

20 years ago Reformatage : indent -kr $(find . -name '*.c') $(find . -name '*.h')
Sebastien Lugan [Thu, 29 Apr 2004 13:10:05 +0000 (13:10 +0000)]
  Reformatage :  indent -kr $(find . -name '*.c') $(find . -name '*.h')

20 years agoChange in the IFDEF due to error with Windows users
Yannick Verschueren [Mon, 19 Apr 2004 13:11:33 +0000 (13:11 +0000)]
Change in the IFDEF due to error with Windows users

20 years agoremove obsolete part of code in t2_encode_packet
Yannick Verschueren [Mon, 19 Apr 2004 13:08:55 +0000 (13:08 +0000)]
remove obsolete part of code in t2_encode_packet

20 years agoRemove call to obsolete library unistd.h
Yannick Verschueren [Mon, 19 Apr 2004 13:07:00 +0000 (13:07 +0000)]
Remove call to obsolete library unistd.h

20 years agoPotential error in tcd_init around L543 with p and q
Yannick Verschueren [Mon, 19 Apr 2004 13:02:49 +0000 (13:02 +0000)]
Potential error in tcd_init around L543 with p and q

20 years agoBMP problem solves : BMP-Images with dimension multiple of 4 presented problems
Yannick Verschueren [Mon, 15 Mar 2004 10:42:29 +0000 (10:42 +0000)]
BMP problem solves : BMP-Images with dimension multiple of 4 presented problems

20 years agoUpdate to version 0.9 : option -reduce added on decoder
Yannick Verschueren [Fri, 5 Mar 2004 14:42:53 +0000 (14:42 +0000)]
Update to version 0.9 : option -reduce added on decoder

20 years agoError message changed (obsolete pnmtoj2k)
Yannick Verschueren [Fri, 5 Mar 2004 14:35:02 +0000 (14:35 +0000)]
Error message changed (obsolete pnmtoj2k)

20 years agoErrors with some BMP file solved
Yannick Verschueren [Mon, 1 Mar 2004 14:52:02 +0000 (14:52 +0000)]
Errors with some BMP file solved

20 years ago Errors with some BMP file solved
Yannick Verschueren [Mon, 1 Mar 2004 14:44:53 +0000 (14:44 +0000)]
  Errors with some BMP file solved

20 years agoInitial revision
Sebastien Lugan [Tue, 17 Feb 2004 16:33:43 +0000 (16:33 +0000)]
Initial revision

20 years ago Automatic creation of building directories during make (OK for version >= 0.8)
Yannick Verschueren [Fri, 13 Feb 2004 10:04:37 +0000 (10:04 +0000)]
  Automatic creation of building directories during make (OK for version >= 0.8)

20 years ago File necessary for version >= 0.8
Yannick Verschueren [Fri, 13 Feb 2004 10:02:12 +0000 (10:02 +0000)]
  File necessary for version >= 0.8

20 years ago Update for version 1.0
Yannick Verschueren [Fri, 13 Feb 2004 09:54:31 +0000 (09:54 +0000)]
  Update for version 1.0

20 years ago Update for version 1.0
Yannick Verschueren [Fri, 13 Feb 2004 09:52:31 +0000 (09:52 +0000)]
   Update for version 1.0

20 years ago Update for version 0.8
Yannick Verschueren [Fri, 13 Feb 2004 09:47:40 +0000 (09:47 +0000)]
  Update for version 0.8

20 years ago Update for version 0.8
Yannick Verschueren [Fri, 13 Feb 2004 09:38:52 +0000 (09:38 +0000)]
   Update for version 0.8

20 years ago update vor version 0.8
Yannick Verschueren [Fri, 13 Feb 2004 09:29:59 +0000 (09:29 +0000)]
  update vor version 0.8

20 years ago Automatic creation of building directories during make
Sebastien Lugan [Thu, 12 Feb 2004 16:07:03 +0000 (16:07 +0000)]
  Automatic creation of building directories during make

20 years agoInitial revision
Sebastien Lugan [Thu, 27 Nov 2003 14:55:16 +0000 (14:55 +0000)]
Initial revision

20 years agoInitial revision
Sebastien Lugan [Thu, 27 Nov 2003 10:10:17 +0000 (10:10 +0000)]
Initial revision

20 years agoInitial revision
Sebastien Lugan [Thu, 27 Nov 2003 10:07:31 +0000 (10:07 +0000)]
Initial revision

20 years agoinitial checkin
Sebastien Lugan [Thu, 27 Nov 2003 10:07:24 +0000 (10:07 +0000)]
initial checkin

20 years agoinitial checkin
Sebastien Lugan [Thu, 27 Nov 2003 10:07:24 +0000 (10:07 +0000)]
initial checkin

20 years agoNew repository initialized by cvs2svn.
no_author [Thu, 27 Nov 2003 10:07:24 +0000 (10:07 +0000)]
New repository initialized by cvs2svn.