Skip to content
Snippets Groups Projects
  1. Jun 16, 2011
  2. Jun 12, 2011
  3. Jun 04, 2011
  4. May 28, 2011
  5. May 27, 2011
  6. May 11, 2011
  7. May 10, 2011
  8. May 09, 2011
  9. Apr 26, 2011
  10. Apr 25, 2011
  11. 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
  12. Apr 19, 2011
  13. Apr 08, 2011
  14. Mar 19, 2011
  15. Mar 16, 2011
  16. Feb 16, 2011
  17. 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
  18. Feb 05, 2011
  19. Jan 24, 2011
  20. Jan 20, 2011
    • Georgi Chorbadzhiyski's avatar
      libavcodec minor version is > 99 so fix the formating · c0dd5653
      Georgi Chorbadzhiyski authored
      
      libavcodec minor version is > 99 so when printing the library versions
      the output is a little bit broken:
      
        libavutil    50. 36. 0 / 50.36. 0
        libavcore     0. 16. 1 /  0.16. 1
        libavcodec   52.108. 0 / 52.108. 0
        libavformat  52. 94. 0 / 52.94. 0
        libavdevice  52.  2. 3 / 52. 2. 3
        libavfilter   1. 74. 0 /  1.74. 0
        libswscale    0. 12. 0 /  0.12. 0
      
      Change the formating to look like this:
      
        libavutil    50. 36. 0 / 50. 36. 0
        libavcore     0. 16. 1 /  0. 16. 1
        libavcodec   52.108. 0 / 52.108. 0
        libavformat  52. 94. 0 / 52. 94. 0
        libavdevice  52.  2. 3 / 52.  2. 3
        libavfilter   1. 74. 0 /  1. 74. 0
        libswscale    0. 12. 0 /  0. 12. 0
      
      Signed-off-by: default avatarMans Rullgard <mans@mansr.com>
      c0dd5653
  21. Jan 18, 2011
  22. Jan 04, 2011
  23. Jan 03, 2011
  24. Jan 02, 2011
  25. Jan 01, 2011
  26. Nov 22, 2010
  27. Nov 04, 2010
  28. Oct 18, 2010
  29. Oct 12, 2010
  30. Oct 02, 2010
  31. Sep 29, 2010
  32. Sep 28, 2010
  33. Sep 25, 2010
  34. Sep 24, 2010
  35. Sep 20, 2010
Loading