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-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-11-16Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-01-14libtheoraenc: fix granularity of video qualityMaximilian Seesslen
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-11-13libtheoraenc: add missing pixdesc.h headerLuca Barbato
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-23libtheoraenc: switch to encode2().Anton Khirnov
2011-11-02Replace ffmpeg references with more accurate libav* references.Diego Biurrun
2011-04-17Replace more FFmpeg references by Libav.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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
2009-05-23Fix libtheora encoding for non-mod16 sizesDavid Conrad
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-01-27Fix filenames in Doxygen comments.Diego Biurrun
2009-01-12Add missing inclusion of libavutil/intreadwrite.h, fix compilation whenStefano Sabatini
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-04-28Add long names to AVCodec declarations.Stefano Sabatini
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-02-07Add a comment about swapped numerator and denominator.Diego Biurrun
2007-01-25Theora encoding via libtheora.Diego Biurrun