1. 03 Jun, 2015 1 commit
    • Luca Barbato's avatar
      bink: Factorize bink put_pixel · 7f596368
      Luca Barbato authored
      And make sure to check INTER_BLOCK as had been fixed by Michael
      Niedermayer.
      
      Reported-By: Andreas Cadhalpun
      CC: libav-stable@libav.org
      7f596368
  2. 18 Jun, 2014 1 commit
  3. 02 Jun, 2014 1 commit
  4. 29 May, 2014 1 commit
  5. 15 Dec, 2013 1 commit
  6. 30 Oct, 2013 1 commit
  7. 03 Oct, 2013 1 commit
  8. 12 Aug, 2013 1 commit
  9. 05 Aug, 2013 1 commit
  10. 04 May, 2013 1 commit
  11. 19 Apr, 2013 1 commit
  12. 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
  13. 08 Mar, 2013 1 commit
  14. 08 Feb, 2013 1 commit
  15. 06 Feb, 2013 1 commit
  16. 01 Feb, 2013 1 commit
  17. 23 Jan, 2013 1 commit
  18. 21 Jan, 2013 1 commit
  19. 06 Jan, 2013 2 commits
  20. 04 Dec, 2012 2 commits
  21. 23 Nov, 2012 1 commit
  22. 14 Nov, 2012 1 commit
  23. 29 Oct, 2012 1 commit
  24. 08 Oct, 2012 1 commit
  25. 29 Sep, 2012 3 commits
  26. 07 Aug, 2012 1 commit
  27. 02 Jun, 2012 1 commit
  28. 06 Apr, 2012 1 commit
  29. 28 Mar, 2012 1 commit
  30. 21 Mar, 2012 1 commit
  31. 20 Mar, 2012 2 commits
  32. 06 Mar, 2012 1 commit
  33. 15 Feb, 2012 1 commit
  34. 09 Feb, 2012 1 commit