1. 24 Feb, 2008 3 commits
    • Michael Niedermayer's avatar
      realloc fifo · a6ebca9e
      Michael Niedermayer authored
      Originally committed as revision 12185 to svn://svn.ffmpeg.org/ffmpeg/trunk
      a6ebca9e
    • Michael Niedermayer's avatar
      Fix issue357 · 58293e57
      Michael Niedermayer authored
      Do what the spec says, insane or not:
      "
      Format 0 (uncompressed) and Format 3 (uncompressed little-endian) are similar. Both encode
      uncompressed audio samples. For 8-bit samples, the two formats are identical. For 16-bit
      samples, the two formats differ in byte ordering. In Format 0, 16-bit samples are encoded and
      decoded according to the native byte ordering of the platform on which the encoder and Flash
      Player, respectively, are running. In Format 3, 16-bit samples are always encoded in little-endian
      order (least significant byte first), and are byte-swapped if necessary in Flash Player before
      playback. Format 0 is clearly disadvantageous because it introduces a playback platform
      dependency. For 16-bit samples, Format 3 is highly preferable to Format 0 for SWF version 4
      or later.
      "
      
      Originally committed as revision 12184 to svn://svn.ffmpeg.org/ffmpeg/trunk
      58293e57
    • Michael Niedermayer's avatar
      flv/swf do not have a big endian codec id, they only support · 44de39f9
      Michael Niedermayer authored
      little endian and native endian.
      
      Originally committed as revision 12183 to svn://svn.ffmpeg.org/ffmpeg/trunk
      44de39f9
  2. 23 Feb, 2008 3 commits
  3. 22 Feb, 2008 4 commits
  4. 21 Feb, 2008 14 commits
  5. 20 Feb, 2008 8 commits
  6. 19 Feb, 2008 8 commits