1. 22 Feb, 2004 1 commit
  2. 20 Feb, 2004 1 commit
  3. 19 Feb, 2004 3 commits
  4. 18 Feb, 2004 12 commits
  5. 17 Feb, 2004 1 commit
  6. 16 Feb, 2004 1 commit
  7. 14 Feb, 2004 11 commits
  8. 13 Feb, 2004 5 commits
  9. 12 Feb, 2004 1 commit
  10. 11 Feb, 2004 1 commit
  11. 10 Feb, 2004 1 commit
    • romansh's avatar
      · 9d80f0d3
      romansh authored
          * gotta setup coded_frame for encoding. avcodec.h says that for decoding
            lavc is supposed to set it up as well and I don't think I see any
            reason not to.
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2769 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      9d80f0d3
  12. 09 Feb, 2004 1 commit
  13. 08 Feb, 2004 1 commit
    • michael's avatar
      2 byte shorter userdata for mpeg4 · f1767683
      michael authored
      in the past it was startcode,string,00,7F,startcode
      now it is startcode,string,stratcode
      both are mpeg4 compliant, as according to the standard the userdata lasts until the next 00 00 01 (startcode prefix) but some very primitive decoders which simply skip until the first 00 byte and then expect the next valid startcode might fail with the old variant, just a theory though (didnt test if quicktime can decode it now)
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2767 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      f1767683