aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_theora.c
Commit message (Expand)AuthorAge
* Merge svn changes up to r31256Gravatar Uoti Urpala2010-05-30
|\
* \ Merge svn changes up to r31211Gravatar Uoti Urpala2010-05-30
|\ \
* \ \ Merge svn change r31191Gravatar Uoti Urpala2010-05-30
|\ \ \
| | | * Use MSGT_DECVIDEO in a video decoder.Gravatar cehoyos2010-05-28
| | |/
| | * Avoid decoding of 0-size packets. This also fixes that the main loop believesGravatar reimar2010-05-23
| |/
| * Ignore (but print out) offset with libtheora decoder.Gravatar cehoyos2010-05-22
* | Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\|
| * cosmetics: indentationGravatar aurel2010-03-18
| * add support for lavf style extradata in vd_theoraGravatar aurel2010-03-18
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
|/
* Add support for decoding 4:2:2 and 4:4:4 Theora files.Gravatar reimar2010-02-14
* ReindentGravatar reimar2010-02-14
* Just use goto instead of reimplementing it badly with a do { } while (0) andGravatar reimar2010-02-14
* Change aspect calculation code to switch to floating point earlier so integerGravatar reimar2010-02-14
* Return NULL instead of 0 for function returning a pointer.Gravatar reimar2010-02-14
* Remove useless casts.Gravatar reimar2010-02-14
* Remove useless code, QUERY_FORMAT already ensures the requested format is sup...Gravatar reimar2010-02-14
* Remove excessive ()Gravatar reimar2010-02-14
* Mark all ad_info_t/vd_info_t structure declarations as const.Gravatar diego2010-02-12
* Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Fix memleak in theora decoder due to missing theora_comment_/theora_info_clea...Gravatar reimar2006-12-06
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.Gravatar diego2006-07-09
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* revert the flip part of vd_theora fixGravatar henry2005-02-23
* Theora fixes:Gravatar henry2005-02-22
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>Gravatar faust32005-02-04
* Use aspect ratio from Theora context. Patch by j at v2v dot ccGravatar mosu2004-07-06
* Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>Gravatar alex2003-08-18
* just updated vd_theora.c to decode the additional header packets,Gravatar arpi2003-06-06
* theora video decoder, based on patch by David Kuehling <dvdkhlng@gmx.de>Gravatar arpi2003-05-11