6
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Jun 10, 2023 — Jun 10, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
2 functions were added, to fasten buffer transfers: void cio_read_to_buf(unsigned char* buf, int n) void cio_write_from_buf(unsigned char* buf, int n) Code written by Glenn Pearson More... about 19 years ago
2 functions were added, to fasten buffer transfers: void cio_read_to_buf(unsigned char* buf, int n) void cio_write_from_buf(unsigned char* buf, int n) More... about 19 years ago
Variables in Movie and Track structure initialized to avoid problems when freeing memory. These initializations are made in mj2_read_smhd and mj2_read_hmhd. More... about 19 years ago
Useless call of mj2_init_stdmovie function deleted More... about 19 years ago
Modified mj2_init_stdmovie. Check for division by zero at line 212: tk->sample[j].sample_delta = tk->timescale / tk->sample_rate; Thanks to Valentin Mesaros ! More... about 19 years ago
Release configuration modified More... about 19 years ago
Light modifications More... about 19 years ago
First upload of the DTD file More... about 19 years ago
Light modifications More... about 19 years ago
Update More... about 19 years ago
bug while freeing memory (mj2_free) fixed More... about 19 years ago
Bug while writing huge MOOV boxes fixed. Thanks to Valentin Mesaros ! More... about 19 years ago
Standard movie initialisation slightely modified More... about 19 years ago
Makefile update More... about 19 years ago
Project update More... about 19 years ago
Project settings update More... about 19 years ago
Project settings update More... about 19 years ago
Project settings update More... about 19 years ago
Relative path modifications More... about 19 years ago
Visual .NET project More... about 19 years ago
New version by Glenn Pearson More... about 19 years ago
Line 114: Simple warning message when NO_PACKETS_DECODING is not defined More... about 19 years ago
Line 944:Memory release of img.comps[i].data when NO_PACKETS_DECODING is not defined More... about 19 years ago
Removed unused parameter in fprintf at line 618 More... about 19 years ago
Unused "dest" pointer removed from main() More... about 19 years ago
#endif; replaced by #endif More... about 19 years ago
Makefile for frames_to_mj2, mj2_to_frames, wrap_j2k_in_mj2 and extract_j2k_from_mj2 Thanks to Valentin Mesaros from Octalis ! More... about 19 years ago
Newline at end of file added More... about 19 years ago
Replaced bad message error when unknown box is found More... about 19 years ago
Replaced unlink() with remove() More... about 19 years ago