1. 19 Mar, 2011 1 commit
  2. 17 Mar, 2011 1 commit
  3. 23 May, 2010 1 commit
  4. 28 Mar, 2010 1 commit
    • 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
  5. 03 Mar, 2010 1 commit
  6. 24 Feb, 2010 1 commit
  7. 13 Dec, 2008 1 commit
  8. 11 Dec, 2008 2 commits
  9. 31 Aug, 2008 1 commit
  10. 01 Aug, 2008 2 commits
  11. 09 May, 2008 1 commit
  12. 07 Mar, 2008 1 commit
  13. 05 Mar, 2008 1 commit
  14. 15 Feb, 2008 1 commit
  15. 13 Feb, 2008 1 commit
  16. 30 Oct, 2007 1 commit
  17. 17 Oct, 2007 1 commit
  18. 17 Aug, 2007 1 commit
  19. 10 Aug, 2007 1 commit
  20. 09 Aug, 2007 7 commits
  21. 05 Jul, 2007 1 commit
  22. 02 Jul, 2007 1 commit
  23. 17 Jun, 2007 2 commits
  24. 12 Jun, 2007 1 commit
  25. 16 Nov, 2006 1 commit
  26. 14 Nov, 2006 1 commit
  27. 11 Nov, 2006 1 commit
    • Michael Niedermayer's avatar
      updating nut demuxer to latest spec · 619d8e2e
      Michael Niedermayer authored
      no muxing yet
      no index yet
      no seeking yet
      libnuts crcs dont match mine (didnt investigate yet)
      samplerate is stored wrong by libnut (demuxer has a workaround)
      code is not clean or beautifull yet, but i thought its better to commit early before someone unneccesarily wastes his time duplicating the work
      demuxer split from muxer
      
      Originally committed as revision 6966 to svn://svn.ffmpeg.org/ffmpeg/trunk
      619d8e2e