log

age author description
Sat, 15 Aug 2009 11:59:53 +0000 diego Fix bug caused by difference in stride and picture width. libavcodec
Sat, 15 Aug 2009 11:42:15 +0000 diego cosmetics: indentation, prettyprinting, K&R coding style libavcodec
Sat, 15 Aug 2009 11:32:11 +0000 diego Drop some more useless braces around if/for constructs. libavcodec
Sat, 15 Aug 2009 11:31:42 +0000 diego Simplify another 'if' condition: Replace 'exp == 0' by '!exp'. libavcodec
Sat, 15 Aug 2009 11:22:55 +0000 superdump Add a function that can apply an order 2 rational transfer function in-place. libavcodec
Sat, 15 Aug 2009 11:12:47 +0000 diego Remove useless braces around if/for/while expressions. libavcodec
Sat, 15 Aug 2009 11:02:50 +0000 diego Simplify 'if' condition statements. libavcodec
Sat, 15 Aug 2009 09:12:58 +0000 reimar Fix start_display_time/end_display_time to be relative to packet pts in xsub decoder. libavcodec
Sat, 15 Aug 2009 00:58:26 +0000 reimar Reindent. libavcodec
Sat, 15 Aug 2009 00:57:24 +0000 reimar Remove code that is now dead. libavcodec
Sat, 15 Aug 2009 00:52:41 +0000 reimar Simplify initialization of AVSubtitle by using memset. libavcodec
Sat, 15 Aug 2009 00:46:33 +0000 reimar Make sure AVSubtitle is initialized, memset it to 0. libavcodec
Sat, 15 Aug 2009 00:02:42 +0000 reimar Fix cmd_pos bounds check to avoid the overflow case. libavcodec
Fri, 14 Aug 2009 16:41:21 +0000 cehoyos Fix typo. libavcodec
Fri, 14 Aug 2009 01:05:48 +0000 mru 10L: remove instruction left over from debugging libavcodec