Skip to content
Snippets Groups Projects
  1. Nov 07, 2017
  2. Nov 01, 2017
  3. Jun 17, 2017
  4. Jun 16, 2017
    • Timothy B. Terriberry's avatar
      Make false continued packet handling consistent · 14920bae
      Timothy B. Terriberry authored
      A false continued packet occurs if the previous page ended at the
       end of a packet, with no sequence number gap and no continued data
       on that page, while the current page has the continued packet flag
       set.
      Previously, if you drained all of the buffered packet data by
       repeatedly calling ogg_stream_packetout() after submitting the
       previous page but before submitting the current page, libogg would
       discard the continued data at the beggining of the current page.
      However, if you left the previous page's data in the buffer, then
       libogg would happily return the continued data at the start of the
       current page as a separate packet when you eventually did call
       ogg_stream_packetout().
      
      This patch makes libogg consistently discard this data.
      14920bae
  5. Jun 12, 2017
  6. Sep 28, 2016
  7. Jul 27, 2016
  8. May 18, 2016
  9. Apr 01, 2016
  10. Nov 09, 2015
  11. Sep 26, 2015
  12. Jul 20, 2015
  13. Jun 18, 2015
  14. May 27, 2015
  15. May 20, 2015
  16. May 19, 2015
Loading