index
:
openjpeg
UCL
avendor
cancel
carl-1
carl-2
carl-2-rebased-on-master
ccache
codingstyle
coverity_scan
coverity_scan_original
dcpomatic-2.5.2
dcpomatic-2.5.4
dev-restart
fix-bypass-restart
fix_bypass_pterm_termall
fix_bypass_pterm_termall_and_lossless_decomposition_issue
floating_point_irreversible_encoding
gh-pages
j2kviewer
master
master-cdist
openjp3d
openjpeg-1.5
openjpeg-2.0
openjpeg-2.1
openjpeg3d
openjpeg3d@745
openjpeg3d@749
opj-v1-branch
opj_idwt53_h_cas0_SSE2
opt
t1_dec_signed_magnitude_representation
t1_optim_attempt_refpass_4_at_context16
v2
videocon-1
Fork of openjpeg library for JPEG2000 encoding and decoding
cth@carlh.net
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libopenjpeg
/
t2.c
Age
Commit message (
Expand
)
Author
2012-09-28
[trunk] Start FolderReorgProposal task
Mathieu Malaterre
2012-09-27
[trunk] Rename bio_create and bio_destroy with opj_ prefix
Mickael Savinaud
2012-09-27
[trunk]remove t2_init_seg
Mickael Savinaud
2012-09-27
[trunk] remove t2_destroy, t2_decode_packets and t2_decode_packet
Mickael Savinaud
2012-09-27
[trunk] remove old v1 style function t2_create
Mickael Savinaud
2012-09-27
[trunk] remove t2_encode_packet and t2_encode_packets
Mickael Savinaud
2012-09-27
[trunk] update t2_getnumpasses from V2 branch and put opj_ prefix
Mickael Savinaud
2012-09-27
[trunk] update t2_putnumpasses with V2 style
Mickael Savinaud
2012-09-27
[trunk] rename t2_getcommacode to opj_t2_getcommacode
Mickael Savinaud
2012-09-27
[trunk] modify output type of t2_getcommacode
Mickael Savinaud
2012-09-27
[trunk] rename local functions in t2 with opj_ prefix
Mickael Savinaud
2012-09-27
rename from t2_skip_packet to opj_t2_skip_packet;
Mickael Savinaud
2012-09-10
[trunk] Fix Heap-based buffer-overflow when decoding openjpeg image
Mathieu Malaterre
2012-09-10
[trunk] Fix all C90 issues using gcc -pedantic -Wno-long-long to track them
Mathieu Malaterre
2012-08-30
[trunk] STYLE: Clean up documentation errors
Mickael Savinaud
2012-08-22
[trunk] realloc is misused and may leak memory (Issue#168)
Luc Hermitte
2012-03-15
[trunk] modify image_to_j2k and the lib to support functionalities given by t...
Mickael Savinaud
2012-03-02
[trunk] Fix a bunch of warning about C++ comments in C code.
Mathieu Malaterre
2012-03-02
[trunk] merge r1322 from branch 1.5 over to trunk
Mathieu Malaterre
2012-03-02
[trunk] merge rev 1228 from 1.5 to trunk
Mathieu Malaterre
2011-12-03
Apply doxygen fixes suggested by Brad Hards on opj mailing list.
Mathieu Malaterre
2011-11-17
[trunk] WIP: fix bug when decoding an area or a tile with special resolution
Mickael Savinaud
2011-10-12
[trunk] WIP: correct some memory leaks in applications functions
Mickael Savinaud
2011-10-05
[trunk] WIP: fix the decoding process with conformance files and V2 framework
Mickael Savinaud
2011-09-27
[trunk] WIP: add basis for a new output management of the codestream informat...
Mickael Savinaud
2011-09-20
WIP: fixed build issues with JPWL option ON
Mickael Savinaud
2011-09-19
WIP: begin to test opj_decode_tile_data
Mickael Savinaud
2011-09-19
WIP: update t1, t2, tcd to use same strut as in V2
Mickael Savinaud
2011-09-19
WIP: create a new framework to output file information
Mickael Savinaud
2011-09-19
WIP: new image_header struct is used and enable used of cstr_info
Mickael Savinaud
2011-09-19
Work In Progress: insert elements from V2 framework into the trunk
Mickael Savinaud
2011-07-29
solve some obvious warnings for WIN platform, increase number of warning repo...
Mickael Savinaud
2011-05-16
fixed another bug related to the number of packets in a tile-part, not correc...
Antonin Descampe
2010-10-24
Fixed doxygen data inside source code (from winfried)
Antonin Descampe
2010-10-05
Added files to let people build openjpeg with configure tools ; Added makefil...
Antonin Descampe
2010-04-08
[v1.4]Fixed issue 6 on google code. Variable "pi" not freed or pointed-to in ...
Francois-Olivier Devaux
2007-12-21
Bug fixed by David Bruken. Fixed memory allocation issue in opj_malloc.h.
Francois-Olivier Devaux
2007-12-19
In pi.c, removed the Recursive function pi_check_next_level() and modified th...
Parvatha Elangovan
2007-11-14
Patch by Callum Lerwick. The opj_tcd_cblk array is one of the largest allocat...
Francois-Olivier Devaux
2007-11-14
Patch by Callum Lerwick. This patch rearranges the largest memory allocations...
Francois-Olivier Devaux
2007-10-12
Changed the way the image structure is allocated when the decoding parameters...
Francois-Olivier Devaux
2007-09-19
Fixed issues with generation of SOP marker.
Parvatha Elangovan
2007-09-18
Fixed issues with Reading and Writing TIF images in convert.c to avoid segmen...
Parvatha Elangovan
2007-09-17
Fixed issues with cstr_info when codestream has components with different num...
Francois-Olivier Devaux
2007-09-07
Indexes can now be generated when decoding J2K codestreams.
Francois-Olivier Devaux
2007-08-30
Added information regarding the end of packet position in the index
Francois-Olivier Devaux
2007-08-30
Changed the OpenJPEG library interface to enable users to access information ...
Francois-Olivier Devaux
2007-08-21
Memory leaks fixed
Francois-Olivier Devaux
2007-08-08
Fixed the DCinema filesize allocation. It now includes the SOT marker size
Francois-Olivier Devaux
2007-06-15
Fixed the generation of index files. Now works with cinema formats.
Francois-Olivier Devaux
[next]