| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -1/+1 |
|\ |
|
| * | Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). | Anton Khirnov | 2013-11-16 | 1 | -1/+1 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | v210enc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-18 | 1 | -10/+12 |
|\ \
| |/ |
|
| * | v210enc: switch to encode2(). | Anton Khirnov | 2012-02-17 | 1 | -10/+12 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-11 | 1 | -15/+11 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-07 | 1 | -3/+3 |
|\ \
| |/ |
|
| * | 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: remove redundant assignment | Paul B Mahol | 2012-01-28 | 1 | -1/+0 |
* | | v210enc: check return value of avcodec_alloc_frame() | Paul B Mahol | 2012-01-28 | 1 | -0/+2 |
* | | v210enc: Fix warning: ‘val’ may be used uninitialized in this function [... | Michael Niedermayer | 2011-12-18 | 1 | -6/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -7/+6 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -7/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-08 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
* | | v210enc:clip values according to specifications | Baptiste Coudurier | 2011-05-08 | 1 | -6/+8 |
* | | v210enc: switch to PIX_FMT_422P10 | Baptiste Coudurier | 2011-05-08 | 1 | -11/+9 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 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 |