1. 27 Jul, 2015 2 commits
  2. 04 Nov, 2013 2 commits
  3. 31 Oct, 2013 1 commit
  4. 21 Oct, 2013 1 commit
  5. 13 Oct, 2013 1 commit
  6. 02 Aug, 2013 1 commit
  7. 16 Jul, 2013 1 commit
  8. 24 May, 2013 2 commits
  9. 17 May, 2013 2 commits
  10. 22 Apr, 2013 1 commit
    • Janne Grunau's avatar
      threads: always call thread_finish_setup for intra codecs · 94660c35
      Janne Grunau authored
      Intra codecs do not need an update_thread_context() function and never
      call ff_thread_finish_setup(). They rely on ff_thread_get_buffer()
      calling it. So call it even if the get_buffer2 function pointer is
      avcodec_default_get_buffer2 and it has not been called before.
      94660c35
  11. 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
  12. 19 Mar, 2013 1 commit
  13. 11 Mar, 2013 1 commit
  14. 08 Mar, 2013 2 commits
  15. 29 Jan, 2013 1 commit
  16. 04 Dec, 2012 1 commit
  17. 25 Sep, 2012 1 commit
  18. 18 Aug, 2012 1 commit
  19. 15 Aug, 2012 1 commit
  20. 14 Jun, 2012 1 commit
  21. 07 May, 2012 1 commit
  22. 21 Apr, 2012 1 commit
  23. 13 Apr, 2012 1 commit
  24. 24 Mar, 2012 3 commits
  25. 16 Mar, 2012 1 commit
  26. 04 Mar, 2012 1 commit
    • Anton Khirnov's avatar
      lavc: deprecate AVCodecContext.sub_id. · 02beb982
      Anton Khirnov authored
      In most places where it's used, it's as a pointless write-only field.
      
      Only rv10 decoder actually reads from it, but it stores some internal
      version info in it. There is no reason for it to be in a public field.
      02beb982
  27. 27 Feb, 2012 1 commit
  28. 21 Jan, 2012 1 commit
  29. 07 Jan, 2012 1 commit
  30. 03 Jan, 2012 1 commit
  31. 01 Jan, 2012 2 commits
  32. 31 Dec, 2011 1 commit