summaryrefslogtreecommitdiffstats
path: root/libavcodec/libtheoraenc.c
Commit message (Expand)AuthorAgeFilesLines
* fixed granularity of video quality when encoding with theora codecMaximilian Seesslen2013-01-041-1/+1
* Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+1
|\
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+1
* | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer2012-11-141-0/+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
* | lavc/libtheoraenc: return proper error codesStefano Sabatini2012-11-131-23/+29
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-5/+5
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-9/+11
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-9/+11
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-231-2/+1
* | libtheoraenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-221-2/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-241-11/+14
|\ \ | |/
| * libtheoraenc: switch to encode2().Anton Khirnov2012-02-231-11/+14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\ \ | |/
| * Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-021-1/+1
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-171-1/+1
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-171-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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
OpenPOWER on IntegriCloud