summaryrefslogtreecommitdiff
path: root/libavcodec/libtheoraenc.c
Commit message (Expand)AuthorAge
* Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer2013-12-09
|\
| * avcodec: Use av_reallocp where suitableAlexandra Khirnova2013-12-09
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f'Michael Niedermayer2013-11-16
|\|
| * Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * libtheoraenc: fix granularity of video qualityMaximilian Seesslen2013-01-14
* | lavc/libtheoraenc: clarify comment about global_quality to quality conversionStefano Sabatini2013-03-30
* | fixed granularity of video quality when encoding with theora codecMaximilian Seesslen2013-01-04
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-21
|\|
| * miscellaneous typo fixesDiego Biurrun2012-12-21
* | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer2012-11-14
|\|
| * libtheoraenc: add missing pixdesc.h headerLuca Barbato2012-11-13
| * pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13
* | lavc/libtheoraenc: return proper error codesStefano Sabatini2012-11-13
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-16
|\|
| * Don't include common.h from avutil.hMartin Storsjö2012-08-15
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* | cosmetics: remove superfluous curly bracketsPaul B Mahol2012-03-23
* | libtheoraenc: switch to ff_alloc_packet2().Michael Niedermayer2012-03-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-24
|\|
| * libtheoraenc: switch to encode2().Anton Khirnov2012-02-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-03
|\|
| * Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * 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
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* 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