summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer267-338/+338
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun267-338/+338
2013-03-30lavc/libtheoraenc: clarify comment about global_quality to quality conversionStefano Sabatini1-5/+5
2013-01-14libtheoraenc: fix granularity of video qualityMaximilian Seesslen1-1/+1
2013-01-04fixed granularity of video quality when encoding with theora codecMaximilian Seesslen1-1/+1
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer35-40/+41
2012-12-20miscellaneous typo fixesDiego Biurrun51-60/+61
2012-11-14Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer15-89/+465
2012-11-13libtheoraenc: add missing pixdesc.h headerLuca Barbato1-0/+1
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato11-17/+55
2012-11-13lavc/libtheoraenc: return proper error codesStefano Sabatini1-23/+29
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-08-07Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer672-4320/+4730
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov582-3512/+3512
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer207-756/+771
2012-04-06cosmetics: Align codec declarationsMartin Storsjö200-638/+731
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol68-136/+68
2012-03-22libtheoraenc: switch to ff_alloc_packet2().Michael Niedermayer1-2/+1
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-748/+721
2012-02-23libtheoraenc: switch to encode2().Anton Khirnov1-11/+14
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer75-3644/+1853
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun12-15/+15
2011-04-1710l, commit that should have been stashed into the merge.Michael Niedermayer31-46/+46
2011-04-17Merge remote branch 'qatar/master'Michael Niedermayer56-235/+404
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun27-40/+40
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò268-358/+358
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-06-04Use AV_BASE64_SIZE() macroHoward Chu3-3/+3
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-04-20cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun1-8/+6
2010-03-30Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini383-1029/+1041
2009-12-12Clarify comment: although still hacky, it is correct for existing libtheoraDavid Conrad1-1/+2
2009-12-12libtheoraenc.c: mark keyframesDavid Conrad1-0/+3
2009-11-25Support compiling against libtheora older than 1.1David Conrad1-0/+10
2009-11-22Set colorspace for libtheora encodingDavid Conrad1-1/+7
2009-11-22Support 4:2:2 and 4:4:4 subsampling in libtheora encodingDavid Conrad1-8/+17
2009-11-22Add support for two pass encoding in libtheoraDavid Conrad1-18/+90
2009-11-22Update libtheora wrapper to use the 1.0 APIDavid Conrad2-67/+43
2009-10-19Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.Diego Biurrun1-8/+8
2009-10-19whitespace cosmetics: prettyprinting, K&R styleDiego Biurrun1-80/+78
2009-10-19Remove pointless parentheses.Diego Biurrun1-8/+4
2009-10-10Hack: set the coded frame PTS to the incoming PTS.Reimar Döffinger1-0/+3
2009-09-30Support constant-quant encoding for libtheoraDavid Conrad1-2/+13
2009-07-13Fix "warning: assignment discards qualifiers from pointer target type"David Conrad1-1/+1
[next]