Skip to content
Snippets Groups Projects
  1. Sep 23, 2011
  2. Sep 11, 2011
  3. Sep 05, 2011
  4. Sep 04, 2011
  5. Sep 03, 2011
  6. Aug 12, 2011
  7. Jul 28, 2011
  8. Jul 13, 2011
  9. Jul 10, 2011
  10. Jun 16, 2011
  11. Jun 12, 2011
  12. Jun 04, 2011
  13. May 28, 2011
  14. May 27, 2011
  15. May 11, 2011
  16. May 10, 2011
  17. May 09, 2011
  18. Apr 26, 2011
  19. Apr 25, 2011
  20. Apr 23, 2011
    • 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: default avatarMartin Storsjö <martin@martin.st>
      b1ac139d
  21. Apr 19, 2011
  22. Apr 08, 2011
  23. Mar 19, 2011
  24. Mar 16, 2011
  25. Feb 16, 2011
  26. Feb 15, 2011
    • Reinhard Tartler's avatar
      Merge libavcore into libavutil · 737eb597
      Reinhard Tartler authored
      
      It is pretty hopeless that other considerable projects will adopt
      libavutil alone in other projects. Projects that need small footprint
      are better off with more specialized libraries such as gnulib or rather
      just copy the necessary parts that they need. With this in mind, nobody
      is helped by having libavutil and libavcore split. In order to ease
      maintenance inside and around FFmpeg and to reduce confusion where to
      put common code, avcore's functionality is merged (back) to avutil.
      
      Signed-off-by: default avatarReinhard Tartler <siretart@tauware.de>
      737eb597
Loading