summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_theora.c
Commit message (Expand)AuthorAgeFilesLines
* Merge svn changes up to r31256Uoti Urpala2010-05-301-3/+3
|\
| * Use MSGT_DECVIDEO in a video decoder.cehoyos2010-05-281-3/+3
* | Merge svn changes up to r31211Uoti Urpala2010-05-301-0/+4
|\|
| * Avoid decoding of 0-size packets. This also fixes that the main loop believesreimar2010-05-231-0/+4
* | Merge svn change r31191Uoti Urpala2010-05-301-3/+4
|\|
| * Ignore (but print out) offset with libtheora decoder.cehoyos2010-05-221-3/+4
* | Merge svn changes up to r30967Uoti Urpala2010-04-261-2/+19
|\|
| * cosmetics: indentationaurel2010-03-181-2/+2
| * add support for lavf style extradata in vd_theoraaurel2010-03-181-0/+17
* | Delete things related to old translation systemUoti Urpala2010-03-101-1/+0
|/
* Add support for decoding 4:2:2 and 4:4:4 Theora files.reimar2010-02-141-8/+19
* Reindentreimar2010-02-141-26/+25
* Just use goto instead of reimplementing it badly with a do { } while (0) andreimar2010-02-141-21/+8
* Change aspect calculation code to switch to floating point earlier so integerreimar2010-02-141-2/+2
* Return NULL instead of 0 for function returning a pointer.reimar2010-02-141-1/+1
* Remove useless casts.reimar2010-02-141-2/+2
* Remove useless code, QUERY_FORMAT already ensures the requested format is sup...reimar2010-02-141-10/+0
* Remove excessive ()reimar2010-02-141-1/+1
* Mark all ad_info_t/vd_info_t structure declarations as const.diego2010-02-121-1/+1
* Add missing license headers to all files in the libmpcodecs directory.diego2010-01-301-0/+18
* whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-7/+7
* Fix memleak in theora decoder due to missing theora_comment_/theora_info_clea...reimar2006-12-061-0/+2
* Remove unused variables, patch by Stefan Huehner, stefan ##at## huehner org.diego2006-07-091-1/+0
* rm unnecesary casts from void* - part 3reynaldo2006-07-021-1/+1
* Move #ifdefs around complete files into the build system.diego2006-06-211-4/+0
* revert the flip part of vd_theora fixhenry2005-02-231-7/+8
* Theora fixes:henry2005-02-221-12/+18
* bzero is deprecated patch by Gianluigi Tiesi <mplayer at netfarm.it>faust32005-02-041-1/+1
* Use aspect ratio from Theora context. Patch by j at v2v dot ccmosu2004-07-061-0/+6
* Theora-CVS update patch by Martin Drab <drab@kepler.fjfi.cvut.cz>alex2003-08-181-28/+19
* just updated vd_theora.c to decode the additional header packets,arpi2003-06-061-0/+22
* theora video decoder, based on patch by David Kuehling <dvdkhlng@gmx.de>arpi2003-05-111-0/+157