1. 28 Mar, 2010 3 commits
    • Vitor Sessak's avatar
      Fix NUT (de)muxer warnings: · f990f6e3
      Vitor Sessak 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 *)’
      
      Originally committed as revision 22707 to svn://svn.ffmpeg.org/ffmpeg/trunk
      f990f6e3
    • Martin Storsjö's avatar
      Initialize ssrc and base_timestamp using ff_random_get_seed() · 4c1202f7
      Martin Storsjö authored
      Originally committed as revision 22706 to svn://svn.ffmpeg.org/ffmpeg/trunk
      4c1202f7
    • Aurelien Jacobs's avatar
      correct first pts for ogg skeleton · 9b1db5ec
      Aurelien Jacobs authored
      Originally committed as revision 22705 to svn://svn.ffmpeg.org/ffmpeg/trunk
      9b1db5ec
  2. 27 Mar, 2010 9 commits
  3. 26 Mar, 2010 12 commits
  4. 25 Mar, 2010 16 commits