summaryrefslogtreecommitdiff
path: root/libavcodec/libtheoraenc.c
Commit message (Expand)AuthorAge
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-04
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Clarify comment: although still hacky, it is correct for existing libtheoraDavid Conrad2009-12-12
* libtheoraenc.c: mark keyframesDavid Conrad2009-12-12
* Support compiling against libtheora older than 1.1David Conrad2009-11-25
* Set colorspace for libtheora encodingDavid Conrad2009-11-22
* Support 4:2:2 and 4:4:4 subsampling in libtheora encodingDavid Conrad2009-11-22
* Add support for two pass encoding in libtheoraDavid Conrad2009-11-22
* Update libtheora wrapper to use the 1.0 APIDavid Conrad2009-11-22
* Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.Diego Biurrun2009-10-19
* whitespace cosmetics: prettyprinting, K&R styleDiego Biurrun2009-10-19
* Remove pointless parentheses.Diego Biurrun2009-10-19
* Hack: set the coded frame PTS to the incoming PTS.Reimar Döffinger2009-10-10
* Support constant-quant encoding for libtheoraDavid Conrad2009-09-30
* Fix "warning: assignment discards qualifiers from pointer target type"David Conrad2009-07-13
* Fix memory leak in libtheora encoderArt Clarke2009-07-13
* Fix libtheora encoding for non-mod16 sizesDavid Conrad2009-05-22
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
* Add missing inclusion of libavutil/intreadwrite.h, fix compilation whenStefano Sabatini2009-01-11
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
* Add a comment about swapped numerator and denominator.Diego Biurrun2007-02-07
* Theora encoding via libtheora.Diego Biurrun2007-01-25