Les articles publiés sur le site

  • Revision 217 : Fixed a crash at the end of the check procedure. Added more checks.

    15 février 2011, par marc.noirot
    Changed Paths:
        Modify    /trunk/src/check.c

    Fixed a crash at the end of the check procedure. Added more checks.
  • Revision 216 : Unified function linkage in header files. Reversed file include order in info.c

    11 février 2011, par marc.noirot
    Changed Paths:
        Modify    /trunk/src/check.h
        Modify    /trunk/src/dump.h
        Modify    /trunk/src/dump_json.h
        Modify    /trunk/src/dump_raw.h
        Modify    /trunk/src/dump_xml.h
        Modify    /trunk/src/dump_yaml.h
        Modify    /trunk/src/info.c
        Modify    /trunk/src/info.h
        Modify    /trunk/src/update.h

    Unified function linkage in header files. Reversed file include order in info.c to fix a GCC warning.
  • Revision 215 : Added more checks. Added a function to compute metadata for checking purpose. Fi

    7 février 2011, par marc.noirot
    Changed Paths:
        Modify    /trunk/src/Makefile.am
        Modify    /trunk/src/check.c
        Modify    /trunk/src/flvmeta.h
        Modify    /trunk/src/info.c
        Modify    /trunk/src/info.h

    Added more checks. Added a function to compute metadata for checking purpose. Fixed some line encodings.
  • Revision 214 : Updated copyright notices to 2011. Fixed configure.ac so flvmeta can be built wi

    2 février 2011, par marc.noirot
    Changed Paths:
        Modify    /trunk/configure.ac
        Modify    /trunk/src/CMakeLists.txt
        Modify    /trunk/src/Makefile.am
        Modify    /trunk/src/amf.c
        Modify    /trunk/src/amf.h
        Modify    /trunk/src/avc.c
        Modify    /trunk/src/avc.h
        Modify    /trunk/src/check.c
        Modify    /trunk/src/check.h
        Modify    /trunk/src/compat/win32_tmpfile.c
        Modify    /trunk/src/compat/win32_tmpfile.h
        Modify    /trunk/src/dump.c
        Modify    /trunk/src/dump.h
        Modify    /trunk/src/dump_json.c
        Modify    /trunk/src/dump_json.h
        Modify    /trunk/src/dump_raw.c
        Modify    /trunk/src/dump_raw.h
        Modify    /trunk/src/dump_xml.c
        Modify    /trunk/src/dump_xml.h
        Modify    /trunk/src/dump_yaml.c
        Modify    /trunk/src/dump_yaml.h
        Modify    /trunk/src/flv.c
        Modify    /trunk/src/flv.h
        Modify    /trunk/src/flvmeta.c
        Modify    /trunk/src/flvmeta.h
        Add    /trunk/src/info.c
        Add    /trunk/src/info.h
        Modify    /trunk/src/types.c
        Modify    /trunk/src/types.h
        Modify    /trunk/src/update.c
        Modify    /trunk/src/update.h
        Modify    /trunk/src/util.c
        Modify    /trunk/src/util.h

    Updated copyright notices to 2011. Fixed configure.ac so flvmeta can be built without pkg-config installed. Moved information gathering functions to their own file. Changed the "first timestamp should be zero" warning into an error.
  • Revision 213 : Reverted previous commit : using Subversion_WC_INFO causes an error if we're not

    6 octobre 2010, par marc.noirot
    Changed Paths:
        Modify    /trunk/CMakeLists.txt

    Reverted previous commit: using Subversion_WC_INFO causes an error if we're not in a working copy.