1. 09 May, 2013 1 commit
  2. 06 May, 2013 1 commit
  3. 03 May, 2013 1 commit
  4. 27 Mar, 2013 1 commit
  5. 13 Mar, 2013 2 commits
    • Clément Bœsch's avatar
      lavc: factorize ff_{thread_,re,}get_buffer error messages. · 1ec94b0f
      Clément Bœsch authored
      Coccinelle profile used:
      
        @@
        expression r, ctx, f, loglevel, str, flags;
        @@
      
        -if ((r = ff_get_buffer(ctx, f, flags)) < 0) {
        -    av_log(ctx, loglevel, str);
        -    return r;
        -}
        +if ((r = ff_get_buffer(ctx, f, flags)) < 0)
        +    return r;
      
        @@
        expression r, ctx, f, loglevel, str;
        @@
      
        -if ((r = ff_reget_buffer(ctx, f)) < 0) {
        -    av_log(ctx, loglevel, str);
        -    return r;
        -}
        +if ((r = ff_reget_buffer(ctx, f)) < 0)
        +    return r;
      
        @@
        expression r, ctx, f, loglevel, str, flags;
        @@
      
        -if ((r = ff_thread_get_buffer(ctx, f, flags)) < 0) {
        -    av_log(ctx, loglevel, str);
        -    return r;
        -}
        +if ((r = ff_thread_get_buffer(ctx, f, flags)) < 0)
        +    return r;
      
      ...along with some manual patches for the remaining ones.
      1ec94b0f
    • Ronald S. Bultje's avatar
  6. 12 Mar, 2013 1 commit
  7. 14 Feb, 2013 1 commit
  8. 06 Feb, 2013 1 commit
  9. 14 Jan, 2013 1 commit
  10. 06 Jan, 2013 1 commit
  11. 29 Dec, 2012 1 commit
  12. 07 Dec, 2012 1 commit
  13. 04 Dec, 2012 1 commit
  14. 11 Nov, 2012 1 commit
  15. 03 Jul, 2012 4 commits
  16. 02 Jul, 2012 1 commit
  17. 23 Jun, 2012 1 commit
  18. 22 Jun, 2012 2 commits
  19. 17 Jun, 2012 1 commit
  20. 16 Feb, 2012 1 commit
  21. 15 Feb, 2012 2 commits
  22. 28 Jan, 2012 1 commit
  23. 03 Jan, 2012 1 commit
  24. 02 Jan, 2012 1 commit
  25. 26 Nov, 2011 1 commit
  26. 24 Nov, 2011 1 commit
  27. 05 Nov, 2011 1 commit
  28. 28 Oct, 2011 1 commit
  29. 26 Oct, 2011 1 commit
  30. 12 Oct, 2011 1 commit
  31. 31 Aug, 2011 1 commit
  32. 26 Aug, 2011 1 commit
  33. 29 Jul, 2011 1 commit
  34. 20 Jul, 2011 1 commit