1. 18 Dec, 2014 1 commit
  2. 13 Aug, 2014 1 commit
    • Andrew Stone's avatar
      ogg: update event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. · db68ef89
      Andrew Stone authored
      Originally, AVFormatContext and a metadata dict were provided to ff_vorbis_comment(),
      but this presented issues if an AVStream was being updated or the metadata on
      AVFormatContext wasn't actually being updated. To remedy this, ff_vorbis_stream_comment()
      explicitly updates a stream's metadata and sets any necessary flags.
      
      ff_vorbis_comment() does not modify any flags, and any calls to it that update
      AVFormatContext's metadata (just a single call) must also update
      AVFormatContext.event_flags after detecting any metadata changes to the provided
      dictionary, as signaled by a positive return value.
      Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
      db68ef89
  3. 28 May, 2014 1 commit
  4. 05 Feb, 2014 1 commit
  5. 30 Dec, 2013 1 commit
  6. 12 Oct, 2013 1 commit
  7. 16 Sep, 2013 1 commit
  8. 15 Jan, 2013 1 commit
  9. 06 Jan, 2013 1 commit
  10. 25 Sep, 2012 1 commit
  11. 24 Sep, 2012 2 commits
  12. 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
  13. 20 Jul, 2012 1 commit
  14. 26 Sep, 2011 1 commit
  15. 24 Aug, 2011 1 commit
  16. 08 Jun, 2011 1 commit
  17. 19 Apr, 2011 1 commit
  18. 15 Apr, 2011 1 commit
  19. 10 Apr, 2011 1 commit
  20. 16 Apr, 2010 1 commit
  21. 20 Mar, 2010 1 commit
  22. 12 Mar, 2010 4 commits
  23. 11 Mar, 2010 5 commits
  24. 08 Feb, 2010 1 commit
  25. 11 Jan, 2010 2 commits
  26. 12 Dec, 2009 1 commit
  27. 12 Oct, 2009 1 commit
  28. 13 Jun, 2009 1 commit
  29. 06 May, 2009 1 commit
  30. 21 Mar, 2009 1 commit
  31. 03 Dec, 2008 1 commit