Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-30lavc/libtheoraenc: clarify comment about global_quality to quality conversionStefano Sabatini
2013-01-14libtheoraenc: fix granularity of video qualityMaximilian Seesslen
2013-01-04fixed granularity of video quality when encoding with theora codecMaximilian Seesslen
2012-12-21Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-14Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer
2012-11-13libtheoraenc: add missing pixdesc.h headerLuca Barbato
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-11-13lavc/libtheoraenc: return proper error codesStefano Sabatini
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-23cosmetics: remove superfluous curly bracketsPaul B Mahol
2012-03-22libtheoraenc: switch to ff_alloc_packet2().Michael Niedermayer
2012-02-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-23libtheoraenc: switch to encode2().Anton Khirnov
2011-11-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun
2011-04-1810l, commit that should have been stashed into the merge.Michael Niedermayer
2011-04-18Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-06-30Fix grammar errors in documentationMåns Rullgård
2010-06-04Use AV_BASE64_SIZE() macroHoward Chu
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-20cosmetics: Switch Doxygen comments to JavaDoc style.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-12-12Clarify comment: although still hacky, it is correct for existing libtheoraDavid Conrad
2009-12-12libtheoraenc.c: mark keyframesDavid Conrad
2009-11-25Support compiling against libtheora older than 1.1David Conrad
2009-11-23Set colorspace for libtheora encodingDavid Conrad
2009-11-23Support 4:2:2 and 4:4:4 subsampling in libtheora encodingDavid Conrad
2009-11-23Add support for two pass encoding in libtheoraDavid Conrad
2009-11-23Update libtheora wrapper to use the 1.0 APIDavid Conrad
2009-10-20Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.Diego Biurrun
2009-10-19whitespace cosmetics: prettyprinting, K&R styleDiego Biurrun
2009-10-19Remove pointless parentheses.Diego Biurrun
2009-10-10Hack: set the coded frame PTS to the incoming PTS.Reimar Döffinger
2009-10-01Support constant-quant encoding for libtheoraDavid Conrad
2009-07-13Fix "warning: assignment discards qualifiers from pointer target type"David Conrad
2009-07-13Fix memory leak in libtheora encoderArt Clarke