log libmpcodecs/vd_theora.c @ 35382:b85d632c3fe1

age author description
2012-01-21 al vd theora: cosmetics: K&R style, alignment
2012-01-19 diego vd_theora: Skip th_decode_ycbcr_out() for packets representing dropped frames.
2012-01-04 diego Port libtheora glue code to Theora 1.0 API.
2010-05-28 cehoyos Use MSGT_DECVIDEO in a video decoder.
2010-05-23 reimar Avoid decoding of 0-size packets. This also fixes that the main loop believes
2010-05-22 cehoyos Ignore (but print out) offset with libtheora decoder.
2010-03-18 aurel cosmetics: indentation
2010-03-18 aurel add support for lavf style extradata in vd_theora
2010-02-14 reimar Add support for decoding 4:2:2 and 4:4:4 Theora files.
2010-02-14 reimar Reindent
2010-02-14 reimar Just use goto instead of reimplementing it badly with a do { } while (0) and
2010-02-14 reimar Change aspect calculation code to switch to floating point earlier so integer
2010-02-14 reimar Return NULL instead of 0 for function returning a pointer.
2010-02-14 reimar Remove useless casts.
2010-02-14 reimar Remove useless code, QUERY_FORMAT already ensures the requested format is supported.
2010-02-14 reimar Remove excessive ()
2010-02-12 diego Mark all ad_info_t/vd_info_t structure declarations as const.
2010-01-30 diego Add missing license headers to all files in the libmpcodecs directory.
2009-05-13 diego whitespace cosmetics: Remove all trailing whitespace.
2006-12-06 reimar Fix memleak in theora decoder due to missing theora_comment_/theora_info_clear on uninit
2006-07-09 diego Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.
2006-07-02 reynaldo rm unnecesary casts from void* - part 3
2006-06-21 diego Move #ifdefs around complete files into the build system.
2005-02-23 henry revert the flip part of vd_theora fix
2005-02-22 henry Theora fixes:
2005-02-04 faust3 bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>
2004-07-06 mosu Use aspect ratio from Theora context. Patch by j at v2v dot cc
2003-08-18 alex Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>
2003-06-06 arpi just updated vd_theora.c to decode the additional header packets,
2003-05-11 arpi theora video decoder, based on patch by David Kuehling <dvdkhlng@gmx.de>