Mathieu Malaterre
|
577fdbc8a5
|
Fix for strncasecmp
|
2012-01-30 09:56:56 +00:00 |
Mathieu Malaterre
|
f93aed8031
|
Fix compilation with close and such
|
2012-01-30 09:55:05 +00:00 |
Mathieu Malaterre
|
326c58b4e1
|
Remove unistd.h from win32 compilation
|
2012-01-30 09:51:32 +00:00 |
Mathieu Malaterre
|
ec0c69af7a
|
Another fix for snprintf
|
2012-01-30 09:48:48 +00:00 |
Mathieu Malaterre
|
21509a3955
|
isblank is C99, not isspace
|
2012-01-30 09:46:36 +00:00 |
Mathieu Malaterre
|
5b2ca9caf6
|
isblank is C99, not isspace
|
2012-01-30 09:43:10 +00:00 |
Mathieu Malaterre
|
529006f136
|
strncasecmp is C99
|
2012-01-30 09:37:39 +00:00 |
Mathieu Malaterre
|
7d96e7c1c0
|
declarations after statement (C90)
|
2012-01-30 09:34:48 +00:00 |
Mathieu Malaterre
|
e2948acd92
|
As explained in the documentation cant be included multiple times.
|
2012-01-30 09:32:32 +00:00 |
Mathieu Malaterre
|
6dc8635e28
|
Fix snprintf for M$ compilers
|
2012-01-30 09:29:48 +00:00 |
Mathieu Malaterre
|
7d0a419c87
|
fix declarations
|
2012-01-30 09:27:35 +00:00 |
Mathieu Malaterre
|
0ea0e8b915
|
declarations after statement (C90)
|
2012-01-30 09:22:25 +00:00 |
Mathieu Malaterre
|
8e53bad7fb
|
Another pass at getting this code to compile on windows
|
2012-01-30 09:17:57 +00:00 |
Mathieu Malaterre
|
9c51a37dbf
|
track all declarations after statement for C90 compilers (VS2005)
|
2012-01-30 09:08:45 +00:00 |
Mathieu Malaterre
|
aa00142949
|
Fix compilation of C code. Remove warnings.
|
2012-01-30 08:57:26 +00:00 |
Mathieu Malaterre
|
87b05f2885
|
Fix a couple of warnings
|
2012-01-30 08:54:42 +00:00 |
Mathieu Malaterre
|
baf01b98fd
|
trying to track issue with msgqueue_manager on win32. Use C-style comments
|
2012-01-30 08:44:05 +00:00 |
Mathieu Malaterre
|
6dd7da0e05
|
Remove unistd.h include
|
2012-01-30 08:22:24 +00:00 |
Mathieu Malaterre
|
4949b593be
|
Remove include of unistd.h. non-existant on win32
|
2012-01-30 08:17:43 +00:00 |
Mathieu Malaterre
|
0ed7aa7c1b
|
missing ws2_32 linking
|
2012-01-28 15:32:28 +00:00 |
Antonin Descampe
|
133426ddfe
|
[1.5] remove pthread dependency from jpip client utilities
|
2012-01-26 15:02:58 +00:00 |
Vincent Torri
|
aab317eb8c
|
fix libopenjpip link on Windows
|
2012-01-25 20:56:07 +00:00 |
Vincent Torri
|
f3f86e1eb7
|
follow latest JPIP changes in the autotools side (pthread dependency, conditional compilation of JPIP server and client)
|
2012-01-25 19:52:18 +00:00 |
Antonin Descampe
|
040c9a68b6
|
[1.5] remove pthread dependency in JPIP client and tweak thirdparty stuff
|
2012-01-25 16:30:03 +00:00 |
Mathieu Malaterre
|
2b746a71cb
|
Refactor code to split jpip client code from server side.
|
2012-01-25 09:42:00 +00:00 |
Kaori Hagihara
|
007409e2af
|
[1.5][JPIP] additional modification for the warning
|
2011-12-24 13:21:25 +00:00 |
Mathieu Malaterre
|
b82b6cbd05
|
Apply another patch from Kaori, about return value from write/fwrite. Thanks
|
2011-12-23 08:30:36 +00:00 |
Mathieu Malaterre
|
f26b96dd5c
|
Apply patch from Kaori. Thanks.
|
2011-12-23 08:29:09 +00:00 |
Mathieu Malaterre
|
3280dc344f
|
Make sure to append the compile def
|
2011-12-21 09:53:08 +00:00 |
Mathieu Malaterre
|
abf9809c22
|
Remove warning about GNU void* extension
|
2011-12-16 10:18:12 +00:00 |
Kaori Hagihara
|
c6e0b71633
|
[1.5][JPIP] TCP return (http-tcp) implemented
|
2011-11-30 14:54:41 +00:00 |
Vincent Torri
|
0c350f4908
|
fix compilation of libopenjpip (libcurl dependency) with CMake. Credit to Winfried.
|
2011-11-19 07:16:14 +00:00 |
Vincent Torri
|
49f1a5ff54
|
[1.5] libcurl dep, fix 'distcheck' rule.
|
2011-11-16 19:20:50 +00:00 |
Kaori Hagihara
|
ff1f022d47
|
[1.5][JPIP] new feature to target JP2 files from www (libcurl required)
|
2011-11-16 16:54:53 +00:00 |
Kaori Hagihara
|
3459199eba
|
[1.5][JPIP] added get_filesize()
|
2011-11-16 16:13:11 +00:00 |
Kaori Hagihara
|
544e8c9de0
|
[1.5][JPIP] fixed Region of Interest option, and memory leak of opj_dec_server
|
2011-11-16 15:43:01 +00:00 |
Antonin Descampe
|
09f2926cd5
|
[1.5][JPIP] backport r1037 to branch 1.5
|
2011-11-06 22:03:12 +00:00 |
Antonin Descampe
|
238b767917
|
[1.5] backport r1017, r1030:1032 from trunk + additional fix for cmake and autotools
|
2011-11-02 00:49:20 +00:00 |
Antonin Descampe
|
49a0f0db8f
|
[1.5] backport revisions 996, 997, 1000, 1008-1012 from trunk (JPIP modifications)
|
2011-11-01 23:28:07 +00:00 |
Antonin Descampe
|
c1510793e3
|
[1.5] backport r987:990 to branch 1.5
|
2011-10-11 07:24:58 +00:00 |
Antonin Descampe
|
8a2af121a4
|
[1.5] enabled JPP stream in JPIP (result of GSoC program)
|
2011-10-10 09:50:18 +00:00 |
Vincent Torri
|
fb82b6d7d9
|
[1.5] fix output when --disable-shared or --disable-static is
passed to configure. Minor fix for jpwl compilation.
|
2011-10-01 04:55:00 +00:00 |
Antonin Descampe
|
d15f01b6e3
|
backport r882:893 to openjpeg-1.5 branch
|
2011-08-27 12:53:38 +00:00 |
Antonin Descampe
|
4091882dfb
|
backport r870 to branch openjpeg-1.5
|
2011-08-16 08:54:54 +00:00 |
Antonin Descampe
|
a098921d34
|
added cmake support to openjpip
|
2011-08-12 14:59:28 +00:00 |
Kaori Hagihara
|
0358177c3f
|
bug fixed for error concerning parameter name modification, Makefile.nix also corrected
|
2011-07-06 19:40:26 +00:00 |
Kaori Hagihara
|
6230ec13b4
|
add documentations
|
2011-07-05 12:25:37 +00:00 |
Kaori Hagihara
|
826fda959c
|
changed parameter and file names regarding JPT-stream to JPIP-stream, which handles also JPP-stream
|
2011-07-04 23:00:21 +00:00 |
Antonin Descampe
|
d737981cfe
|
changed Makefile to Makefile.nix to avoid having autotools overwrite them
|
2011-05-26 08:25:40 +00:00 |
Antonin Descampe
|
5cee7cfc40
|
forgot to add new Makefile.am in previous commit
|
2011-05-23 20:32:22 +00:00 |