1. 27 May, 2011 1 commit
  2. 21 May, 2011 1 commit
  3. 20 May, 2011 2 commits
    • Stefano Sabatini's avatar
      cmdutils: use const AVClass * when senseful · 950b3589
      Stefano Sabatini authored
      Fix warnings:
      cmdutils.c: In function ‘opt_default’:
      cmdutils.c:304: warning: initialization discards qualifiers from pointer target type
      cmdutils.c: In function ‘set_context_opts’:
      cmdutils.c:431: warning: passing argument 2 of ‘alloc_priv_context’ discards qualifiers from pointer target type
      cmdutils.c:414: note: expected ‘struct AVClass *’ but argument is of type ‘const struct AVClass *’
      950b3589
    • Stefano Sabatini's avatar
      cmdutils: reset *picref_ptr to NULL in get_filtered_frame() · 0d65e0f8
      Stefano Sabatini authored
      Avoid the presence of an invalid pointer, fix a crash in case of
      get_filtered_frame() failure.
      0d65e0f8
  4. 16 May, 2011 1 commit
  5. 11 May, 2011 1 commit
  6. 10 May, 2011 3 commits
  7. 09 May, 2011 1 commit
  8. 01 May, 2011 3 commits
  9. 30 Apr, 2011 1 commit
  10. 26 Apr, 2011 1 commit
  11. 25 Apr, 2011 1 commit
  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 Apr, 2011 2 commits
  14. 16 Apr, 2011 3 commits
  15. 08 Apr, 2011 1 commit
  16. 26 Mar, 2011 1 commit
    • Stefano Sabatini's avatar
      cmdutils: remove list_fmts(), simplify · 0c55c6d3
      Stefano Sabatini authored
      The function was only used in opt_sample_fmt() for listing the sample
      formats. Move list_fmts() functionality directly into
      opt_sample_fmt().
      
      Als fix the warning:
      ffmpeg.c: In function ‘opt_audio_sample_fmt’:
      ffmpeg.c:2877: warning: passing argument 1 of ‘list_fmts’ from incompatible pointer type
      cmdutils.h:163: note: expected ‘void (*)(char *, int,  int)’ but argument is of type ‘char * (*)(char *, int,  enum AVSampleFormat)’
      0c55c6d3
  17. 19 Mar, 2011 1 commit
  18. 17 Mar, 2011 2 commits
  19. 16 Mar, 2011 2 commits
  20. 08 Mar, 2011 1 commit
  21. 18 Feb, 2011 1 commit
  22. 16 Feb, 2011 2 commits
  23. 15 Feb, 2011 1 commit
    • 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: 's avatarReinhard Tartler <siretart@tauware.de>
      737eb597
  24. 07 Feb, 2011 1 commit
  25. 06 Feb, 2011 2 commits
  26. 05 Feb, 2011 2 commits
  27. 26 Jan, 2011 1 commit