]> Creatis software - gdcm.git/history - src/gdcmmpeg2/src/mpeg2dec/mpeg2dec.c
Allow user to create mutiframes
[gdcm.git] / src / gdcmmpeg2 / src / mpeg2dec / mpeg2dec.c
2005-11-04 malaterreCOMP: Fix warning about unused var
2005-10-27 malaterreSTYLE: Remove debug
2005-10-27 malaterreCOMP: Fix compilation with -pedantic and -Wwrite-strings
2005-10-27 malaterreENH: IO abstract layer is finally working
2005-10-26 malaterreENH: Compile now on C90 compilers
2005-10-26 malaterreENH: This lib was leaking like crazy...
2005-10-26 malaterreENH: Continue cleaning of open/write/seek ...
2005-10-26 malaterreENH: Start working again on the MPEG2 stuff. Gather...
2005-06-07 malaterreENH: Revamp a bit the build process to make the exe...
2005-05-23 jprReplace C++ style comments by C style comments, to...
2005-05-21 malaterreENH: Trying to OO this C code something close to the...
2005-05-21 malaterreBUG: Replace 0 with SEEK_SET, this was wrong for djgpp
2005-05-21 malaterreCOMP: Fix strings longer than ISO specification
2005-05-21 malaterreCOMP: I believe we need to return ret instead of 0
2005-05-21 malaterreCOMP: Fix compilation on Win32 system without unistd...
2005-05-21 malaterreCOMP: Remove compiler warnings using gcc
2005-05-21 malaterreENH: GDCM has now a BSD compatible MPEG2 library. Sourc...