summaryrefslogtreecommitdiffstats
path: root/libavcodec/libtheoraenc.c
Commit message (Expand)AuthorAgeFilesLines
* Support compiling against libtheora older than 1.1David Conrad2009-11-251-0/+10
* Set colorspace for libtheora encodingDavid Conrad2009-11-221-1/+7
* Support 4:2:2 and 4:4:4 subsampling in libtheora encodingDavid Conrad2009-11-221-8/+17
* Add support for two pass encoding in libtheoraDavid Conrad2009-11-221-18/+90
* Update libtheora wrapper to use the 1.0 APIDavid Conrad2009-11-221-66/+42
* Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.Diego Biurrun2009-10-191-8/+8
* whitespace cosmetics: prettyprinting, K&R styleDiego Biurrun2009-10-191-80/+78
* Remove pointless parentheses.Diego Biurrun2009-10-191-8/+4
* Hack: set the coded frame PTS to the incoming PTS.Reimar Döffinger2009-10-101-0/+3
* Support constant-quant encoding for libtheoraDavid Conrad2009-09-301-2/+13
* Fix "warning: assignment discards qualifiers from pointer target type"David Conrad2009-07-131-1/+1
* Fix memory leak in libtheora encoderArt Clarke2009-07-131-3/+9
* Fix libtheora encoding for non-mod16 sizesDavid Conrad2009-05-221-5/+5
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-2/+2
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-261-1/+1
* Add missing inclusion of libavutil/intreadwrite.h, fix compilation whenStefano Sabatini2009-01-111-0/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* Use AV_xx throughout libavcodecRamiro Polla2007-06-021-2/+2
* Add a comment about swapped numerator and denominator.Diego Biurrun2007-02-071-0/+2
* Theora encoding via libtheora.Diego Biurrun2007-01-251-0/+278
OpenPOWER on IntegriCloud