Skip to content
Snippets Groups Projects
  1. Nov 14, 2006
  2. Nov 13, 2006
  3. Nov 12, 2006
  4. Nov 11, 2006
  5. Nov 10, 2006
  6. Oct 20, 2006
  7. Oct 18, 2006
  8. Aug 13, 2006
  9. Aug 02, 2006
  10. Jul 30, 2006
    • Jan Gerber's avatar
      patch by Moritz Grimm <gtgbr@gmx.net> · d8b7f826
      Jan Gerber authored
      * prevent buffer overflows / crashes when handling filenames that are
         too long
      * do not allow user-supplied strings in format strings
      * more consistent, and sometimes corrected (and nicer :)) error messages
      * no more rindex(), it is deprecated and strrchr() is ANSI C and in the
         POSIX standard. I'm absolutely positive that all your supported
         platforms have it (and not only Windows.)
      
      
      d8b7f826
  11. Jul 24, 2006
  12. Jul 09, 2006
  13. Jul 08, 2006
  14. Jun 02, 2006
  15. May 31, 2006
  16. May 09, 2006
  17. Mar 04, 2006
  18. Feb 26, 2006
  19. Feb 22, 2006
  20. Feb 11, 2006
  21. Feb 10, 2006
  22. Jan 09, 2006
  23. Jan 08, 2006
  24. Dec 07, 2005
    • Jan Gerber's avatar
      rework the manual ogg page flushing again: · 4a0b4f17
      Jan Gerber authored
        dont create theora pages with more than 23 packets.
      this is only relevant for monochrom/static scenes, like back with little txt.
      resuling files are a bit bigger, but seeking is faster.
      tested with: 
        vlc, totem-gstreamer, wmp9(illi's ds filters)
      
      
      4a0b4f17
    • Jan Gerber's avatar
      this way seeking is much better · 3f56fbb4
      Jan Gerber authored
      (use ogg_stream_flush instead of ogg_stream_pageout for theora)
      
      also playback now works for longer black parts with illi's ds decoder, 
      possibly there is a way to do this better, patches are welcome.
      
      
      3f56fbb4
Loading