1. 24 Jun, 2015 1 commit
  2. 16 Mar, 2014 1 commit
  3. 22 Oct, 2013 1 commit
  4. 26 Sep, 2013 1 commit
  5. 04 May, 2013 1 commit
  6. 14 Jan, 2013 1 commit
  7. 28 Nov, 2012 1 commit
  8. 30 Oct, 2012 1 commit
  9. 29 Oct, 2012 1 commit
  10. 13 Oct, 2012 2 commits
  11. 11 Oct, 2012 1 commit
  12. 07 Aug, 2012 1 commit
  13. 20 Dec, 2011 1 commit
  14. 03 Jul, 2011 1 commit
  15. 28 Apr, 2011 1 commit
  16. 19 Mar, 2011 1 commit
  17. 06 Jun, 2010 2 commits
  18. 26 May, 2010 1 commit
  19. 23 May, 2010 1 commit
  20. 22 May, 2010 1 commit
  21. 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
  22. 24 Mar, 2010 1 commit
    • Vitor Sessak's avatar
      Fix warning: · 59856b98
      Vitor Sessak authored
      libavformat/nut.c: In function ‘ff_nut_free_sp’:
      libavformat/nut.c:80: warning: passing argument 4 of ‘av_tree_enumerate’ from incompatible pointer type
      ./libavutil/tree.h:92: note: expected ‘int (*)(void *, void *)’ but argument is of type ‘void (*)(void *, void *)’
      
      Originally committed as revision 22659 to svn://svn.ffmpeg.org/ffmpeg/trunk
      59856b98
  23. 03 Mar, 2010 1 commit
  24. 24 Feb, 2010 1 commit
  25. 11 Dec, 2008 1 commit
  26. 09 May, 2008 1 commit
  27. 07 Mar, 2008 1 commit
  28. 05 Mar, 2008 1 commit
  29. 04 Feb, 2008 1 commit
  30. 04 Jan, 2008 1 commit
  31. 04 Nov, 2007 1 commit
  32. 30 Oct, 2007 1 commit
  33. 11 Aug, 2007 1 commit
  34. 09 Aug, 2007 4 commits
  35. 05 Jul, 2007 1 commit