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-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
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-02-17v210enc: switch to encode2().Anton Khirnov
2012-02-11v210enc: remove redundant check for pix_fmtPaul B Mahol
2012-02-11v210enc: Use Bytestream2 functionsAneesh Dogra
2012-02-06Revert "v210enc: use FFALIGN()"Paul B Mahol
2012-02-06v210enc: use stride as it is already calculatedPaul B Mahol
2012-02-06v210enc: use FFALIGN()Paul B Mahol
2012-02-06v210enc: return proper AVERROR codes instead of -1Paul B Mahol
2012-02-06v210enc: do not set coded_frame->key_framePaul B Mahol
2012-02-06v210enc: check for coded_frame allocation failurePaul B Mahol
2011-09-07v210enc: clip values according to specificationsBaptiste Coudurier
2011-09-07v210enc: switch to PIX_FMT_422P10Baptiste Coudurier
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-06-07Drop unnecessary directory prefixes from #include directives.Diego Biurrun
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
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-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-09-13Remove ; after while(0) in macros.Ramiro Polla
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-09-05prettyprinting cosmeticsDiego Biurrun
2009-06-27Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos
2009-05-13add casts to silence gcc warningsBaptiste Coudurier
2009-05-12V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier