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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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