Skip to content
Snippets Groups Projects
  1. Sep 11, 2011
  2. Sep 05, 2011
  3. Sep 04, 2011
  4. Sep 03, 2011
  5. Sep 02, 2011
  6. Sep 01, 2011
  7. Aug 12, 2011
  8. Aug 10, 2011
  9. Jul 28, 2011
  10. Jul 14, 2011
  11. Jul 13, 2011
  12. Jul 10, 2011
  13. Jul 02, 2011
  14. Jun 30, 2011
  15. Jun 24, 2011
  16. Jun 20, 2011
  17. Jun 19, 2011
  18. Jun 16, 2011
  19. Jun 12, 2011
  20. Jun 05, 2011
  21. Jun 04, 2011
  22. May 28, 2011
  23. May 27, 2011
  24. May 21, 2011
  25. May 20, 2011
    • 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
Loading