An error occurred fetching the project authors.
  1. 16 Jun, 2009 1 commit
  2. 17 Apr, 2009 1 commit
  3. 12 Apr, 2009 1 commit
  4. 03 Apr, 2009 1 commit
  5. 02 Apr, 2009 1 commit
  6. 03 Mar, 2009 1 commit
  7. 21 Feb, 2009 1 commit
  8. 19 Feb, 2009 1 commit
  9. 16 Feb, 2009 1 commit
  10. 02 Feb, 2009 1 commit
  11. 22 Jan, 2009 1 commit
  12. 19 Jan, 2009 1 commit
  13. 21 Dec, 2008 1 commit
  14. 16 Nov, 2008 1 commit
  15. 28 Oct, 2008 1 commit
  16. 24 Oct, 2008 3 commits
  17. 18 Oct, 2008 1 commit
  18. 08 Sep, 2008 1 commit
  19. 29 Aug, 2008 4 commits
  20. 31 Jul, 2008 1 commit
  21. 03 Jun, 2008 1 commit
  22. 26 May, 2008 1 commit
  23. 23 May, 2008 2 commits
  24. 25 Apr, 2008 1 commit
  25. 14 Apr, 2008 4 commits
  26. 13 Apr, 2008 2 commits
  27. 20 Mar, 2008 1 commit
  28. 24 Feb, 2008 2 commits
    • michael's avatar
      Fix issue357 · 7629f7c7
      michael 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.
      "
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12184 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      7629f7c7
    • michael's avatar
      flv/swf do not have a big endian codec id, they only support · 62cea253
      michael authored
      little endian and native endian.
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12183 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      62cea253
  29. 20 Dec, 2007 1 commit