summaryrefslogtreecommitdiffstats
path: root/libavcodec/v210enc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all instances of avcodec_alloc_frame() with av_frame_alloc().Anton Khirnov2013-11-161-1/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* v210enc: switch to encode2().Anton Khirnov2012-02-171-10/+12
* v210enc: remove redundant check for pix_fmtPaul B Mahol2012-02-101-5/+0
* v210enc: Use Bytestream2 functionsAneesh Dogra2012-02-101-10/+11
* Revert "v210enc: use FFALIGN()"Paul B Mahol2012-02-061-1/+1
* v210enc: use stride as it is already calculatedPaul B Mahol2012-02-061-1/+1
* v210enc: use FFALIGN()Paul B Mahol2012-02-061-1/+1
* v210enc: return proper AVERROR codes instead of -1Paul B Mahol2012-02-061-2/+2
* v210enc: do not set coded_frame->key_framePaul B Mahol2012-02-061-1/+0
* v210enc: check for coded_frame allocation failurePaul B Mahol2012-02-061-0/+2
* v210enc: clip values according to specificationsBaptiste Coudurier2011-09-071-6/+8
* v210enc: switch to PIX_FMT_422P10Baptiste Coudurier2011-09-071-11/+9
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-7/+6
* Drop unnecessary directory prefixes from #include directives.Diego Biurrun2011-06-071-1/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Remove ; after while(0) in macros.Ramiro Polla2009-09-121-1/+1
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* prettyprinting cosmeticsDiego Biurrun2009-09-051-4/+5
* Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188:Carl Eugen Hoyos2009-06-271-1/+1
* add casts to silence gcc warningsBaptiste Coudurier2009-05-131-3/+3
* V210 Uncompressed 4:2:2 10-bit encoder and decoderBaptiste Coudurier2009-05-121-0/+129
OpenPOWER on IntegriCloud