1. 07 Aug, 2012 1 commit
  2. 01 Jun, 2012 1 commit
  3. 06 Apr, 2012 1 commit
  4. 01 Mar, 2012 1 commit
  5. 24 Feb, 2012 1 commit
  6. 15 Feb, 2012 2 commits
  7. 01 Feb, 2012 1 commit
  8. 29 Jan, 2012 8 commits
  9. 22 Jan, 2012 5 commits
  10. 18 Jan, 2012 2 commits
  11. 26 Nov, 2011 1 commit
  12. 09 Nov, 2011 2 commits
  13. 08 Nov, 2011 1 commit
  14. 05 Nov, 2011 1 commit
  15. 29 Jul, 2011 1 commit
  16. 07 May, 2011 1 commit
    • Stefano Sabatini's avatar
      lavc: set defaults in internal codec frames · 01042d41
      Stefano Sabatini authored
      This is required specifically for setting frame->format to -1,
      otherwise it will be set to 0 = PIX_FMT_YUV420P and code reading
      the format from the output decoded frame will get misled.
      
      In particular fix regressions occurring with the pending vsrc_buffer
      patch.
      01042d41
  17. 02 May, 2011 2 commits
  18. 25 Apr, 2011 1 commit
  19. 24 Apr, 2011 2 commits
  20. 12 Apr, 2011 1 commit
    • Alex Converse's avatar
      Convert some undefined 1<<31 shifts into 1U<<31. · 187a5379
      Alex Converse authored
      According to ISO 9899:1999 S 6.5.7/4:
      
      The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits
      are filled with zeros. If E1 has an unsigned type, the value of the
      result is E1× 2^E2, reduced modulo one more than the maximum value
      representable in the result type. If E1 has a signed type and
      nonnegative value, and E1× 2^E2 is representable in the result type, then
      that is the resulting value; otherwise, the behavior is undefined.
      187a5379
  21. 19 Mar, 2011 1 commit
  22. 28 Jan, 2011 1 commit
  23. 26 Jan, 2011 1 commit
  24. 02 Oct, 2010 1 commit