log libmpcodecs/vd_theora.c @ 34557:8ae9ca41186d

age author description
Sat, 21 Jan 2012 17:43:06 +0000 al vd theora: cosmetics: K&R style, alignment
Thu, 19 Jan 2012 14:36:17 +0000 diego vd_theora: Skip th_decode_ycbcr_out() for packets representing dropped frames.
Wed, 04 Jan 2012 22:08:36 +0000 diego Port libtheora glue code to Theora 1.0 API.
Fri, 28 May 2010 11:52:12 +0000 cehoyos Use MSGT_DECVIDEO in a video decoder.
Sun, 23 May 2010 23:24:25 +0000 reimar Avoid decoding of 0-size packets. This also fixes that the main loop believes
Sat, 22 May 2010 16:32:39 +0000 cehoyos Ignore (but print out) offset with libtheora decoder.
Thu, 18 Mar 2010 21:53:53 +0000 aurel cosmetics: indentation
Thu, 18 Mar 2010 21:53:02 +0000 aurel add support for lavf style extradata in vd_theora
Sun, 14 Feb 2010 15:39:52 +0000 reimar Add support for decoding 4:2:2 and 4:4:4 Theora files.
Sun, 14 Feb 2010 11:19:52 +0000 reimar Reindent
Sun, 14 Feb 2010 11:17:12 +0000 reimar Just use goto instead of reimplementing it badly with a do { } while (0) and
Sun, 14 Feb 2010 11:13:20 +0000 reimar Change aspect calculation code to switch to floating point earlier so integer
Sun, 14 Feb 2010 11:11:49 +0000 reimar Return NULL instead of 0 for function returning a pointer.
Sun, 14 Feb 2010 11:09:24 +0000 reimar Remove useless casts.
Sun, 14 Feb 2010 11:06:04 +0000 reimar Remove useless code, QUERY_FORMAT already ensures the requested format is supported.