summaryrefslogtreecommitdiffstats
path: root/libavcodec/libtheoraenc.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-5/+5
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* libtheoraenc: fix granularity of video qualityMaximilian Seesslen2013-01-141-1/+1
* miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* libtheoraenc: add missing pixdesc.h headerLuca Barbato2012-11-131-0/+1
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-5/+5
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-9/+11
* libtheoraenc: switch to encode2().Anton Khirnov2012-02-231-11/+14
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-021-1/+1
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Fix grammar errors in documentationMåns Rullgård2010-06-301-1/+1
* Use AV_BASE64_SIZE() macroHoward Chu2010-06-041-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun2010-04-201-8/+6
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Clarify comment: although still hacky, it is correct for existing libtheoraDavid Conrad2009-12-121-1/+2
* libtheoraenc.c: mark keyframesDavid Conrad2009-12-121-0/+3
* 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