summaryrefslogtreecommitdiff
path: root/libavcodec/libtheoraenc.c
Commit message (Collapse)AuthorAge
* Fix grammar errors in documentationMåns Rullgård2010-06-30
| | | | Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-04
| | | | Originally committed as revision 23462 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
| | | | | | | | Passing an explicit filename to this command is only necessary if the documentation in the @file block refers to a file different from the one the block resides in. Originally committed as revision 22921 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun2010-04-20
| | | | Originally committed as revision 22919 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
| | | | | | is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify comment: although still hacky, it is correct for existing libtheoraDavid Conrad2009-12-12
| | | | Originally committed as revision 20817 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libtheoraenc.c: mark keyframesDavid Conrad2009-12-12
| | | | Originally committed as revision 20816 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support compiling against libtheora older than 1.1David Conrad2009-11-25
| | | | Originally committed as revision 20609 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set colorspace for libtheora encodingDavid Conrad2009-11-22
| | | | Originally committed as revision 20583 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support 4:2:2 and 4:4:4 subsampling in libtheora encodingDavid Conrad2009-11-22
| | | | Originally committed as revision 20582 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add support for two pass encoding in libtheoraDavid Conrad2009-11-22
| | | | Originally committed as revision 20581 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update libtheora wrapper to use the 1.0 APIDavid Conrad2009-11-22
| | | | Originally committed as revision 20580 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.Diego Biurrun2009-10-19
| | | | Originally committed as revision 20325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* whitespace cosmetics: prettyprinting, K&R styleDiego Biurrun2009-10-19
| | | | Originally committed as revision 20313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove pointless parentheses.Diego Biurrun2009-10-19
| | | | Originally committed as revision 20311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Hack: set the coded frame PTS to the incoming PTS.Reimar Döffinger2009-10-10
| | | | | | | | | | This is not correct, but libtheora does not seem to provide a way to get the correct value, and this is necessary to make encoding produce sensible time stamps when encoded content is variable FPS or the time base is simply different from FPS. Somewhat fixes issue 1197. Originally committed as revision 20199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support constant-quant encoding for libtheoraDavid Conrad2009-09-30
| | | | | | Based on a patch by j f (gonzaz-z # operamail (d) com) Originally committed as revision 20109 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix "warning: assignment discards qualifiers from pointer target type"David Conrad2009-07-13
| | | | Originally committed as revision 19424 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix memory leak in libtheora encoderArt Clarke2009-07-13
| | | | | | Patch by Art Clarke [aclark , xuggle . com] Originally committed as revision 19423 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix libtheora encoding for non-mod16 sizesDavid Conrad2009-05-22
| | | | Originally committed as revision 18899 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
| | | | | | Patch by Daniel Verkamp daniel at drv dot nu. Originally committed as revision 17526 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix filenames in Doxygen comments.Diego Biurrun2009-01-26
| | | | Originally committed as revision 16811 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing inclusion of libavutil/intreadwrite.h, fix compilation whenStefano Sabatini2009-01-11
| | | | | | libtheora is enabled. Originally committed as revision 16562 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
| | | | Originally committed as revision 13759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
| | | | | | Fixes icc warning #188: enumerated type mixed with another type Originally committed as revision 13130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
| | | | Originally committed as revision 13098 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add long names to AVCodec declarations.Stefano Sabatini2008-04-27
| | | | | | patch by Stefano Sabatini, stefano.sabatini-lala poste it Originally committed as revision 13009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* license header consistency cosmeticsDiego Biurrun2007-07-05
| | | | Originally committed as revision 9484 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use AV_xx throughout libavcodecRamiro Polla2007-06-02
| | | | Originally committed as revision 9169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a comment about swapped numerator and denominator.Diego Biurrun2007-02-07
| | | | Originally committed as revision 7871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Theora encoding via libtheora.Diego Biurrun2007-01-25
courtesy of Paul Richards, paul.richards gmail com Originally committed as revision 7698 to svn://svn.ffmpeg.org/ffmpeg/trunk