1. 29 Jul, 2012 1 commit
  2. 04 Jul, 2012 1 commit
  3. 21 Apr, 2012 1 commit
  4. 23 Mar, 2012 1 commit
  5. 16 Mar, 2012 2 commits
  6. 01 Mar, 2012 1 commit
  7. 15 Feb, 2012 3 commits
  8. 08 Feb, 2012 1 commit
  9. 21 Jan, 2012 1 commit
  10. 10 Jan, 2012 1 commit
    • Janne Grunau's avatar
      mpegvideo: claim ownership of referenced pictures · 3ab77000
      Janne Grunau authored
      Under certain conditions pictures could be released before they were
      returned with frame-threading. Broken mv computation in the upcoming
      rv34 frame-threading patch was caused by this.
      
      To prevent contexts from running out of available pictures the loop
      releasing "unused" pictures has to be run for B frames too.
      3ab77000
  11. 07 Jan, 2012 1 commit
  12. 02 Jan, 2012 1 commit
    • Janne Grunau's avatar
      mpegenc: use avctx->slices as number of slices · 881a5e04
      Janne Grunau authored
      Adds a new member to MpegEncContext to hold the number of used slice
      contexts. Fixes segfaults with '-threads 17 -thread_type slice' and
      fate-vsynth{1,2}-mpeg{2,4}thread{,_ilace} with --disable-pthreads.
      881a5e04
  13. 25 Dec, 2011 1 commit
  14. 18 Dec, 2011 1 commit
  15. 14 Dec, 2011 1 commit
  16. 12 Dec, 2011 2 commits
  17. 07 Dec, 2011 1 commit
  18. 06 Dec, 2011 1 commit
  19. 03 Dec, 2011 1 commit
  20. 02 Dec, 2011 1 commit
  21. 19 Nov, 2011 1 commit
  22. 14 Nov, 2011 1 commit
  23. 23 Oct, 2011 1 commit
  24. 20 Oct, 2011 2 commits
  25. 16 Oct, 2011 1 commit
  26. 05 Oct, 2011 2 commits
  27. 21 Sep, 2011 2 commits
  28. 23 Aug, 2011 1 commit
  29. 27 Jul, 2011 1 commit
  30. 20 Jul, 2011 1 commit
    • Ronald S. Bultje's avatar
      mpegvideo: fix invalid picture unreferencing. · 80469eaf
      Ronald S. Bultje authored
      Mpegvideo would free frames as soon as they're not the next or prev
      picture. This is fine for a single-threading model, but fails miserably
      in a system where pictures can be referenced (as e.g. last/prev pic)
      in other threads. Keeping track of ownership of pictures keeps image
      references (e.g. motion vectors, or the reference of a motion vector)
      alive as long as the picture data itself is alive.
      
      This also happens to fix make THREADS=[3-16] fate-vsynth[12]-error.
      80469eaf
  31. 10 Jul, 2011 1 commit
    • Diego Biurrun's avatar
      Eliminate FF_COMMON_FRAME macro. · 657ccb5a
      Diego Biurrun authored
      FF_COMMON_FRAME holds the contents of the AVFrame structure and is also copied
      to struct Picture.  Replace by an embedded AVFrame structure in struct Picture.
      657ccb5a
  32. 09 Jul, 2011 1 commit
  33. 04 Jul, 2011 1 commit