summaryrefslogtreecommitdiffstats
path: root/libavcodec/libtheoraenc.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-091-10/+5
|\
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-091-5/+5
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-161-1/+1
|\ \ | |/
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-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
* | lavc/libtheoraenc: clarify comment about global_quality to quality conversionStefano Sabatini2013-03-301-5/+5
* | 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
OpenPOWER on IntegriCloud