1. 11 May, 2014 4 commits
  2. 03 May, 2014 1 commit
  3. 29 Apr, 2014 1 commit
  4. 24 Apr, 2014 1 commit
  5. 19 Apr, 2014 1 commit
    • Janne Grunau's avatar
      h264: codec reinit: remove statements without effect · 34c5a666
      Janne Grunau authored
      avctx->coded_{height,width} will always equal h->{height,width} since
      init_dimensions() does that explicitly, Size changes are detected by
      changes in mb_{height,width} earlier and propagated through the
      needs_reinit variable.
      34c5a666
  6. 03 Apr, 2014 1 commit
  7. 24 Mar, 2014 1 commit
  8. 23 Mar, 2014 2 commits
  9. 18 Mar, 2014 1 commit
  10. 17 Mar, 2014 2 commits
  11. 16 Mar, 2014 8 commits
  12. 27 Feb, 2014 4 commits
  13. 23 Feb, 2014 1 commit
  14. 22 Feb, 2014 1 commit
  15. 21 Feb, 2014 1 commit
  16. 20 Feb, 2014 2 commits
  17. 18 Feb, 2014 2 commits
  18. 17 Feb, 2014 1 commit
  19. 14 Feb, 2014 3 commits
  20. 12 Feb, 2014 1 commit
    • Janne Grunau's avatar
      h264: make context_count unsigned · f795a8a8
      Janne Grunau authored
      Removes the bogus but scary looking warning 'libavcodec/h264.c:4529:49:
      warning: array subscript is below array bounds [-Warray-bounds]'.
      f795a8a8
  21. 04 Feb, 2014 1 commit