Les articles publiés sur le site

  • Revision 0cfd3c18a1 : Added support for the AMF NULL value type. Fixed a video size computation bug fo

    24 mars 2008, par Marc Noirot
    Changed Paths:
        Modify    /ChangeLog
        Modify    /amf.c
        Modify    /amf.h
        Modify    /flvmeta.c
        Modify    /types.c

    Added support for the AMF NULL value type. Fixed a video size computation bug for the VP60 profile, reported by zouguangxian@gmail.com.
  • Revision 2c0f13e8d6 : Cleaned up the AMF serializer/deserializer by using a callback-based mechanism t

    18 février 2008, par Marc Noirot
    Changed Paths:
        Modify    /ChangeLog
        Modify    /amf.c
        Modify    /amf.h
        Modify    /flvdump.c
        Modify    /flvmeta.c

    Cleaned up the AMF serializer/deserializer by using a callback-based mechanism to make the code backend-independant (backported from the trunk).
  • Revision 0d1c5f6fd6 : Fixed copyright strings. Fixed issue #1 : data tags occuring before the first aud

    4 janvier 2008, par Marc Noirot
    Changed Paths:
        Modify    /ChangeLog
        Modify    /NEWS
        Modify    /amf.c
        Modify    /amf.h
        Modify    /config.h.win
        Modify    /configure.ac
        Modify    /flv.c
        Modify    /flv.h
        Modify    /flvdump.c
        Modify    /flvmeta.c
        Modify    /flvmeta.h
        Modify    /types.c
        Modify    /types.h

    Fixed copyright strings. Fixed issue #1: data tags occuring before the first audio or video tag were not written into the output file.
  • Revision 0213f1861f : Fixed some comments. Fixed a date computation bug : the daylight static variable

    3 janvier 2008, par Marc Noirot
    Changed Paths:
        Modify    /flvdump.c
        Modify    /flvmeta.c
        Modify    /flvmeta.h

    Fixed some comments. Fixed a date computation bug: the daylight static variable obtained from tzset() should not be used to compute UTC times. Fixed flvdump.c so it will report garbage bytes in the metadata tags, and be more tolerant with malformed files.
  • Revision 0d8f7cdc81 : Version 1.0.3. Removed the long copyright string.

    21 octobre 2007, par Marc Noirot
    Changed Paths:
        Modify    /ChangeLog
        Modify    /NEWS
        Modify    /config.h.win
        Modify    /configure.ac
        Modify    /flvmeta.c
        Modify    /flvmeta.h

    Version 1.0.3. Removed the long copyright string.