1. 28 Mar, 2010 3 commits
    • vitor's avatar
      Fix NUT (de)muxer warnings: · 0bca0551
      vitor authored
      CC    libavformat/nutdec.o 
      libavformat/nutdec.c: In function ‘read_seek’:
      libavformat/nutdec.c:862: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type
      ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’
      libavformat/nutdec.c:871: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type
      ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’
      libavformat/nutdec.c:879: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type
      ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’
      CC    libavformat/nutenc.o
      libavformat/nutenc.c: In function ‘write_packet’:
      libavformat/nutenc.c:680: warning: passing argument 3 of ‘av_tree_find’ from incompatible pointer type
      ./libavutil/tree.h:44: note: expected ‘int (*)(void *, const void *)’ but argument is of type ‘int (*)(struct Syncpoint *, struct Syncpoint *)’
      
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22707 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      0bca0551
    • mstorsjo's avatar
      Initialize ssrc and base_timestamp using ff_random_get_seed() · 46ce50ee
      mstorsjo authored
      
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22706 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      46ce50ee
    • aurel's avatar
      correct first pts for ogg skeleton · 8c00628a
      aurel authored
      git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22705 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
      8c00628a
  2. 27 Mar, 2010 8 commits
  3. 26 Mar, 2010 11 commits
  4. 25 Mar, 2010 18 commits