summaryrefslogtreecommitdiff
path: root/libavcodec/libtheoraenc.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec flagsVittorio Giovara2015-07-27
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* libtheoraenc: Keep coded_frame.key_frame a write-only variableVittorio Giovara2015-07-20
* libtheora: Check memory allocationVittorio Giovara2015-05-31
* libtheora: Check frame allocationVittorio Giovara2015-03-12
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* libtheoraenc: fix granularity of video qualityMaximilian Seesslen2013-01-14
* miscellaneous typo fixesDiego Biurrun2012-12-21
* libtheoraenc: add missing pixdesc.h headerLuca Barbato2012-11-13
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* libtheoraenc: switch to encode2().Anton Khirnov2012-02-23
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
* 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