1. 29 Aug, 2008 4 commits
  2. 31 Jul, 2008 1 commit
  3. 03 Jun, 2008 1 commit
  4. 26 May, 2008 1 commit
  5. 23 May, 2008 2 commits
  6. 25 Apr, 2008 1 commit
  7. 14 Apr, 2008 4 commits
  8. 13 Apr, 2008 2 commits
  9. 20 Mar, 2008 1 commit
  10. 24 Feb, 2008 2 commits
    • 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
  11. 20 Dec, 2007 2 commits
  12. 21 Nov, 2007 1 commit
  13. 16 Nov, 2007 1 commit
  14. 31 Oct, 2007 2 commits
  15. 15 Oct, 2007 1 commit
  16. 25 Sep, 2007 2 commits
  17. 18 Sep, 2007 1 commit
  18. 19 Jul, 2007 2 commits
  19. 05 Jul, 2007 1 commit
  20. 15 Apr, 2007 1 commit
  21. 08 Apr, 2007 1 commit
  22. 07 Mar, 2007 1 commit
  23. 23 Jan, 2007 2 commits
  24. 12 Dec, 2006 1 commit
  25. 10 Dec, 2006 2 commits