1. 09 Oct, 2012 1 commit
    • Diego Biurrun's avatar
      Restructure av_log_missing_feature message · f75f4194
      Diego Biurrun authored
      Some invocations include a verb in the log message, others do not.  Yet
      av_log_missing_feature expects callers to provide a verb.  Change the
      function to include a verb instead and update the callers accordingly.
      The result is a more natural function API and correct English in the
      function invocations.
      f75f4194
  2. 29 Sep, 2012 1 commit
  3. 11 Sep, 2012 2 commits
  4. 07 Sep, 2012 1 commit
  5. 26 Aug, 2012 2 commits
  6. 11 Aug, 2012 1 commit
  7. 07 Aug, 2012 1 commit
  8. 30 Jul, 2012 1 commit
  9. 23 Jul, 2012 1 commit
  10. 06 Apr, 2012 1 commit
  11. 30 Mar, 2012 1 commit
  12. 24 Mar, 2012 2 commits
  13. 08 Mar, 2012 1 commit
    • Ronald S. Bultje's avatar
      avs: fix infinite loop on end-of-stream. · 83f15a12
      Ronald S. Bultje authored
      The codec would keep returning the last decoded frame if the stream
      contains B-frames, since it wouldn't clear that frame from the list of
      frames to be returned to the user.
      
      Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
      CC: libav-stable@libav.org
      83f15a12
  14. 01 Mar, 2012 2 commits
  15. 15 Feb, 2012 1 commit
  16. 07 Jan, 2012 1 commit
  17. 20 Oct, 2011 2 commits
  18. 11 Aug, 2011 1 commit
  19. 10 Aug, 2011 3 commits
  20. 29 Jul, 2011 1 commit
  21. 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
  22. 02 May, 2011 2 commits
  23. 19 Mar, 2011 1 commit
  24. 28 Jan, 2011 1 commit
  25. 26 Jan, 2011 1 commit
  26. 03 Aug, 2010 1 commit
  27. 20 Apr, 2010 1 commit
  28. 30 Mar, 2010 1 commit
  29. 15 Feb, 2010 1 commit
  30. 30 Jun, 2009 1 commit
  31. 13 Apr, 2009 1 commit
  32. 07 Apr, 2009 1 commit