1. 25 Sep, 2012 1 commit
  2. 24 Sep, 2012 2 commits
  3. 21 Sep, 2012 1 commit
    • Clément Bœsch's avatar
      lavf/oggdec: check for begin-of-stream flag in case of chained streams. · ea5bd7ea
      Clément Bœsch authored
      Fix Ticket #1617, revealing a regression I introduced in 8f3eebd6.
      
      We need to make sure no stream is added in between Ogg context save and
      restore operations (because it would likely lead to a mismatch between
      ogg->nstreams and AVFormatContext->nb_streams after the restore op).
      This is the reason the ogg->state check is added in ogg_new_stream().
      Before this patch, checking for ogg->headers was preventing this:
      ogg->headers is always set before any ogg save/restore (though, it was
      also preventing from creating the stream when necessary).
      ea5bd7ea
  4. 20 Jul, 2012 1 commit
  5. 26 Sep, 2011 1 commit
  6. 24 Aug, 2011 1 commit
  7. 08 Jun, 2011 1 commit
  8. 19 Apr, 2011 1 commit
  9. 15 Apr, 2011 1 commit
  10. 10 Apr, 2011 1 commit
  11. 16 Apr, 2010 1 commit
  12. 20 Mar, 2010 1 commit
  13. 12 Mar, 2010 4 commits
  14. 11 Mar, 2010 5 commits
  15. 08 Feb, 2010 1 commit
  16. 11 Jan, 2010 2 commits
  17. 12 Dec, 2009 1 commit
  18. 12 Oct, 2009 1 commit
  19. 13 Jun, 2009 1 commit
  20. 06 May, 2009 1 commit
  21. 21 Mar, 2009 1 commit
  22. 03 Dec, 2008 1 commit
  23. 06 Nov, 2008 1 commit
  24. 31 Aug, 2008 1 commit
  25. 24 Aug, 2008 2 commits
  26. 01 Aug, 2008 2 commits
  27. 06 Feb, 2008 1 commit
  28. 04 Feb, 2008 1 commit
  29. 02 Feb, 2008 1 commit