log libmpcodecs/vd_theora.c @ 37195:ac6c37d85d65 default tip

age author description
Wed, 07 Aug 2013 20:41:34 +0000 ib Don't subsequently calculate original_aspect from last movie_aspect.
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.
Sun, 14 Feb 2010 09:19:30 +0000 reimar Remove excessive ()
Fri, 12 Feb 2010 16:29:34 +0000 diego Mark all ad_info_t/vd_info_t structure declarations as const.
Sat, 30 Jan 2010 16:57:40 +0000 diego Add missing license headers to all files in the libmpcodecs directory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Wed, 06 Dec 2006 10:42:30 +0000 reimar Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit
Sun, 09 Jul 2006 16:01:36 +0000 diego Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
Sun, 02 Jul 2006 08:17:07 +0000 reynaldo rm unnecesary casts from void* - part 3
Wed, 21 Jun 2006 14:49:09 +0000 diego Move #ifdefs around complete files into the build system.
Wed, 23 Feb 2005 11:55:26 +0000 henry revert the flip part of vd_theora fix
Tue, 22 Feb 2005 19:18:45 +0000 henry Theora fixes:
Fri, 04 Feb 2005 18:31:04 +0000 faust3 bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>
Tue, 06 Jul 2004 09:39:32 +0000 mosu Use aspect ratio from Theora context. Patch by j at v2v dot cc
Mon, 18 Aug 2003 13:13:41 +0000 alex Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>
Fri, 06 Jun 2003 19:19:23 +0000 arpi just updated vd_theora.c to decode the additional header packets,
Sun, 11 May 2003 18:26:48 +0000 arpi theora video decoder, based on patch by David Kuehling <dvdkhlng@gmx.de>