1. 03 Oct, 2013 1 commit
  2. 23 Sep, 2013 1 commit
  3. 05 Aug, 2013 1 commit
  4. 15 May, 2013 2 commits
  5. 26 Mar, 2013 1 commit
    • Janne Grunau's avatar
      hwaccel: fix use with frame based multithreading · 05fa79b8
      Janne Grunau authored
      Allows use of AVHWAccel based decoders with frame based multithreading.
      The decoders will be forced into an non-concurrent mode by delaying
      ff_thread_finish_setup() calls after decoding of the current frame
      is finished.
      
      This wastes memory by unnecessarily using multiple threads and thus
      copies of the decoder context but allows seamless switching between
      hardware accelerated and frame threaded software decoding when the
      hardware decoder does not support the stream.
      05fa79b8
  6. 08 Mar, 2013 1 commit
  7. 07 Mar, 2013 1 commit
  8. 06 Mar, 2013 1 commit
  9. 25 Feb, 2013 1 commit
  10. 15 Feb, 2013 2 commits
  11. 06 Feb, 2013 1 commit
  12. 20 Jan, 2013 1 commit
  13. 17 Jan, 2013 1 commit
  14. 09 Dec, 2012 1 commit
  15. 04 Dec, 2012 1 commit
  16. 08 Oct, 2012 1 commit
  17. 01 Oct, 2012 2 commits
  18. 19 Sep, 2012 1 commit
    • Janne Grunau's avatar
      mpeg4: support frame parameter changes with frame-mt · 8701f4f8
      Janne Grunau authored
      Adds a flag context_reinit to MpegEncContext to relieable keep track
      of frame parameter changes which require a context reinitialization.
      This is required for broken inputs which change the frame size but
      error out before the context can be reinitialized.
      8701f4f8
  19. 31 Aug, 2012 1 commit
  20. 07 Aug, 2012 1 commit
  21. 02 May, 2012 1 commit
  22. 21 Apr, 2012 1 commit
  23. 06 Apr, 2012 1 commit
  24. 05 Mar, 2012 1 commit
  25. 02 Mar, 2012 1 commit
  26. 01 Mar, 2012 1 commit
  27. 15 Feb, 2012 4 commits
  28. 14 Dec, 2011 1 commit
  29. 13 Dec, 2011 2 commits
  30. 12 Dec, 2011 2 commits
  31. 22 Oct, 2011 1 commit
  32. 23 Aug, 2011 1 commit