log

age author description
Sat, 10 Jul 2010 18:06:04 +0000 reimar Get rid of useless INITIALIZED_SPUDEC flag.
Sat, 10 Jul 2010 17:57:10 +0000 reimar 100l, only set VO_EVENT_RESIZE on an actual resize, not just for movement.
Sat, 10 Jul 2010 16:48:59 +0000 reimar Add packet->len checks to avoid out-of-bounds reads and negative
Sat, 10 Jul 2010 16:44:02 +0000 diego Add back LIBXVID to $libavencoders once more.
Sat, 10 Jul 2010 16:43:00 +0000 reimar Check packet size before memmove to avoid crashes e.g. if we recognized the
Sat, 10 Jul 2010 16:30:59 +0000 reimar Remove unused extern variable declarations.
Sat, 10 Jul 2010 16:26:58 +0000 diego Move EBX availability #define within config.h; it is not FFmpeg-specific.
Sat, 10 Jul 2010 13:46:27 +0000 reimar Mention PGS support.
Sat, 10 Jul 2010 13:45:09 +0000 reimar Add support for PGS subtitle decoding via libavcodec.
Sat, 10 Jul 2010 13:43:04 +0000 reimar We no longer have a libgsm copy in SVN.
Sat, 10 Jul 2010 12:53:05 +0000 reimar Make subdelay handling work the same way for all subtitle types and also allow
Sat, 10 Jul 2010 11:40:40 +0000 diego Remove useless LIBXVID entry from libavencoders list.
Sat, 10 Jul 2010 11:22:42 +0000 reimar Reuse spudec_visible to avoid code duplication.
Sat, 10 Jul 2010 10:23:40 +0000 reimar Handle and print a warning about invalid values in the function
Sat, 10 Jul 2010 10:22:28 +0000 reimar Extract spudec image allocation code to a separate function.