1. 23 Oct, 2012 1 commit
  2. 17 Jul, 2012 1 commit
  3. 15 Jul, 2012 2 commits
  4. 30 Jun, 2012 3 commits
  5. 26 Jun, 2012 1 commit
  6. 20 Jun, 2012 1 commit
  7. 19 Jun, 2012 1 commit
  8. 18 Feb, 2012 1 commit
  9. 06 Nov, 2011 1 commit
  10. 02 Nov, 2011 1 commit
  11. 12 May, 2011 1 commit
    • Diego Biurrun's avatar
      configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. · 046f081b
      Diego Biurrun authored
      Adding _POSIX_C_SOURCE to CPPFLAGS globally produces all sorts of problems
      since it causes certain system functions to be hidden on some (BSD) systems.
      The solution is to only add the flag on systems that really require it, i.e.
      glibc-based ones.
      
      This change makes BSD systems compile out-of-the-box without the need for
      adding specific flags manually.  It also allows dropping a number of flags
      set manually on a file-per-file basis, but were only present to work around
      breakage introduced by the presence of _POSIX_C_SOURCE.
      
      Also add _XOPEN_SOURCE to CPPFLAGS for glibc systems.  We use XSI extensions
      in several places already, so it is preferable to define it globally instead
      of littering source files with individual #defines only needed for glibc.
      046f081b
  12. 23 Apr, 2011 1 commit
    • Kirill Gavrilov's avatar
      Handle unicode file names on windows · b1ac139d
      Kirill Gavrilov authored
      All file names should be in UTF-8 within libavformat.
      
      This is handled by mapping the open() function to an internal one
      in os_support.h for windows.
      
      fopen() could be overridden in the same way, but if that would be
      used from ffmpeg.c, it would add a dependency on an ff prefixed
      internal lavf function.
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      b1ac139d
  13. 19 Mar, 2011 1 commit
  14. 16 Feb, 2011 1 commit
  15. 15 Feb, 2011 1 commit
  16. 30 Jan, 2011 2 commits
  17. 28 Jan, 2011 2 commits
  18. 06 Jul, 2010 1 commit
  19. 08 Mar, 2010 1 commit
    • Måns Rullgård's avatar
      Move resolve_host() to ffserver.c · 22f73dcc
      Måns Rullgård authored
      This deprecated function is only used by ffserver, yet does not have
      a prototype visible there.
      
      In the long term, ffserver should be made IPv6-aware.  In the meantime,
      this change removes cruft from lavf and fixes some warnings in ffserver.
      
      Originally committed as revision 22329 to svn://svn.ffmpeg.org/ffmpeg/trunk
      22f73dcc
  20. 07 Mar, 2010 2 commits
  21. 28 Feb, 2010 1 commit
  22. 08 Feb, 2010 1 commit
  23. 25 Jan, 2010 1 commit
  24. 11 Jan, 2010 3 commits
  25. 08 Jan, 2010 1 commit
  26. 13 Jan, 2009 1 commit
  27. 16 Aug, 2008 1 commit
  28. 14 Aug, 2008 2 commits
  29. 13 Feb, 2008 1 commit
  30. 27 Dec, 2007 1 commit
  31. 09 Dec, 2007 1 commit