1. 21 Sep, 2013 1 commit
  2. 08 Aug, 2013 1 commit
    • Martin Storsjö's avatar
      file: Move win32 utf8->wchar open wrapper to libavutil · dfc6b5c8
      Martin Storsjö authored
      When libavformat was changed to use the new avpriv_open function
      in 51eb213d, this silently bypassed the existing wrapper for
      win32. Move the win32 wrapper into libavutil/file.c to make sure
      it gets called everywhere (not just in the libavformat case).
      
      This makes sure that non-ascii file names gets opened properly
      (where file names internally are stored as utf8, but they get
      converted to wchar_t and opened with _wsopen).
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      dfc6b5c8
  3. 27 Mar, 2013 1 commit
  4. 12 Mar, 2013 1 commit
  5. 23 Oct, 2012 1 commit
    • Mans Rullgard's avatar
      build: Plan 9 support · 4ebc6a74
      Mans Rullgard authored
      This adds support for building on Plan 9 x86-32.  The compat/plan9
      directory contains these items:
      
      - replacements for the 'head' and 'printf' shell commands
      - wrapper for main() to disable FPU exceptions
      
      Larger required changes to the system are described in the
      documentation.
      Signed-off-by: 's avatarMans Rullgard <mans@mansr.com>
      4ebc6a74
  6. 13 Sep, 2012 2 commits
  7. 12 Sep, 2012 1 commit
    • Martin Storsjö's avatar
      Add a smooth streaming segmenter muxer · 62c9ae11
      Martin Storsjö authored
      This muxer splits the output from the ismv muxer into individual
      files, in realtime.
      
      The same can also be done by the standalone tool ismindex, but this
      muxer is needed for doing it in realtime (especially for live
      streams that need extra handling for updating the lookahead fields
      in the fragment headers).
      
      Using this muxer, one can deliver live smooth streaming from a
      normal static file web server. (Using ismindex, one can deliver
      premade smooth streaming files from a static file web server,
      or prepare files for serving with IIS.)
      Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
      62c9ae11
  8. 06 Sep, 2012 1 commit
  9. 30 Jun, 2012 3 commits
  10. 23 May, 2012 1 commit
  11. 22 May, 2012 1 commit
  12. 03 Feb, 2012 1 commit
  13. 02 Nov, 2011 1 commit
  14. 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
  15. 19 Mar, 2011 1 commit
  16. 30 Jan, 2011 1 commit
  17. 28 Jan, 2011 1 commit
  18. 03 Sep, 2010 2 commits
  19. 10 Jun, 2010 1 commit
  20. 03 Jun, 2010 1 commit
  21. 20 Apr, 2010 1 commit
  22. 21 Oct, 2009 1 commit
  23. 13 Jul, 2009 1 commit
  24. 01 Feb, 2009 1 commit
  25. 24 Jan, 2009 1 commit
  26. 13 Jan, 2009 1 commit
  27. 03 Dec, 2008 1 commit
  28. 10 Oct, 2008 1 commit
  29. 02 Oct, 2008 1 commit
  30. 31 Aug, 2008 1 commit
  31. 01 Aug, 2008 2 commits
  32. 22 Mar, 2008 1 commit
  33. 08 Mar, 2008 3 commits