1. 21 Nov, 2008 9 commits
  2. 20 Nov, 2008 16 commits
  3. 19 Nov, 2008 1 commit
    • Max Kellermann's avatar
      doc: converted doc/COMMANDS to DocBook · a3fd74d0
      Max Kellermann authored
      The goal is to have one structured document which is the authoritative
      protocol specification.  The documentation which currently resides in
      the wiki will be merged.
      a3fd74d0
  4. 18 Nov, 2008 5 commits
  5. 16 Nov, 2008 3 commits
    • Max Kellermann's avatar
      input_stream: size==-1 means unknown size · 75914035
      Max Kellermann authored
      Define the special value "-1" as "unknown size".  Previously, there
      was no indicator for streams with unknown size, which might confuse
      some decoders.
      75914035
    • Max Kellermann's avatar
      ffmpeg: fixed AVSEEK_SIZE · 8882f062
      Max Kellermann authored
      With whence==AVSEEK_SIZE, the seek function should return the file
      size, not the current offset.  Check the return value of
      input_stream_seek().
      8882f062
    • Max Kellermann's avatar
      aac: detect whether to pass "uint32_t*" to NeAACDecInit2() · 9c4e97a6
      Max Kellermann authored
      neaacdec.h declares all arguments as "unsigned long", but internally
      expects uint32_t pointers.  This triggers gcc warnings on 64 bit
      architectures.  To avoid that, make configure.ac detect whether we're
      using Debian's corrected headers or the original libfaad headers.  In
      any case, pass a pointer to an uint32_t, conditionally casted to
      "unsigned long*".
      9c4e97a6
  6. 15 Nov, 2008 3 commits
  7. 14 Nov, 2008 3 commits