| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | v210enc: switch to encode2(). | Anton Khirnov | 2012-02-17 | 1 | -10/+12 |
* | v210enc: remove redundant check for pix_fmt | Paul B Mahol | 2012-02-10 | 1 | -5/+0 |
* | v210enc: Use Bytestream2 functions | Aneesh Dogra | 2012-02-10 | 1 | -10/+11 |
* | Revert "v210enc: use FFALIGN()" | Paul B Mahol | 2012-02-06 | 1 | -1/+1 |
* | v210enc: use stride as it is already calculated | Paul B Mahol | 2012-02-06 | 1 | -1/+1 |
* | v210enc: use FFALIGN() | Paul B Mahol | 2012-02-06 | 1 | -1/+1 |
* | v210enc: return proper AVERROR codes instead of -1 | Paul B Mahol | 2012-02-06 | 1 | -2/+2 |
* | v210enc: do not set coded_frame->key_frame | Paul B Mahol | 2012-02-06 | 1 | -1/+0 |
* | v210enc: check for coded_frame allocation failure | Paul B Mahol | 2012-02-06 | 1 | -0/+2 |
* | v210enc: clip values according to specifications | Baptiste Coudurier | 2011-09-07 | 1 | -6/+8 |
* | v210enc: switch to PIX_FMT_422P10 | Baptiste Coudurier | 2011-09-07 | 1 | -11/+9 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+6 |
* | Drop unnecessary directory prefixes from #include directives. | Diego Biurrun | 2011-06-07 | 1 | -1/+1 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Remove ; after while(0) in macros. | Ramiro Polla | 2009-09-12 | 1 | -1/+1 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | prettyprinting cosmetics | Diego Biurrun | 2009-09-05 | 1 | -4/+5 |
* | Replace an occurence of -1 by PIX_FMT_NONE, fixes icc warning #188: | Carl Eugen Hoyos | 2009-06-27 | 1 | -1/+1 |
* | add casts to silence gcc warnings | Baptiste Coudurier | 2009-05-13 | 1 | -3/+3 |
* | V210 Uncompressed 4:2:2 10-bit encoder and decoder | Baptiste Coudurier | 2009-05-12 | 1 | -0/+129 |