summaryrefslogtreecommitdiff
path: root/libavcodec/v210enc.c
Commit message (Expand)AuthorAge
* v210: Use separate sample_factorsLuca Barbato2016-02-01
* v210: Add avx2 version of the 10-bit line encoderJames Darnley2016-02-01
* v210: Add avx2 version of the 8-bit line encoderJames Darnley2016-02-01
* checkasm: add unit tests for v210encHenrik Gramner2015-09-06
* Deprecate avctx.coded_frameVittorio Giovara2015-07-20
* Gather all coded_frame allocations and free functions to a single placeVittorio Giovara2015-07-20
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-05
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* v210enc: switch to encode2().Anton Khirnov2012-02-17
* v210enc: remove redundant check for pix_fmtPaul B Mahol2012-02-10
* v210enc: Use Bytestream2 functionsAneesh Dogra2012-02-10
* Revert "v210enc: use FFALIGN()"Paul B Mahol2012-02-06
* v210enc: use stride as it is already calculatedPaul B Mahol2012-02-06
* v210enc: use FFALIGN()Paul B Mahol2012-02-06
* v210enc: return proper AVERROR codes instead of -1Paul B Mahol2012-02-06
* v210enc: do not set coded_frame->key_framePaul B Mahol2012-02-06
* v210enc: check for coded_frame allocation failurePaul B Mahol2012-02-06
* v210enc: clip values according to specificationsBaptiste Coudurier2011-09-07
* v210enc: switch to PIX_FMT_422P10Baptiste Coudurier2011-09-07
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-07
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Remove ; after while(0) in macros.Ramiro Polla2009-09-12
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* prettyprinting cosmeticsDiego Biurrun2009-09-05
* Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos2009-06-27
* add casts to silence gcc warningsBaptiste Coudurier2009-05-13
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-12