| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/y41penc: Mark encoder as init-threadsafe | Andreas Rheinhardt | 2020-12-04 | 1 | -0/+1 |
* | avcodec/y41penc: Remove empty close function | Andreas Rheinhardt | 2020-08-30 | 1 | -6/+0 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -1/+0 |
* | avcodec: estimate output bitrate for uncompressed video codecs | Tobias Rapp | 2017-03-17 | 1 | -0/+1 |
* | avcodec/y41penc: Drop coded_frame usage | Michael Niedermayer | 2015-07-30 | 1 | -2/+1 |
* | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -8/+0 |
* | avcodec: use av_frame_free() for coded_frame | Clément Bœsch | 2015-03-02 | 1 | -1/+1 |
* | Merge commit '5b9c3b4505206143d85398c1410949319fa1180f' | Michael Niedermayer | 2013-11-16 | 1 | -1/+1 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | lavc: do not set coded_frame->reference | Paul B Mahol | 2013-03-14 | 1 | -1/+0 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | y41penc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | r210enc and y41penc: don't set same pkt->size twice | Paul B Mahol | 2012-02-22 | 1 | -1/+0 |
* | y41penc: switch to encode2() | Paul B Mahol | 2012-02-17 | 1 | -9/+13 |
* | Set bits_per_coded_sample when encoding Y41P. | Carl Eugen Hoyos | 2012-01-03 | 1 | -0/+1 |
* | lavc: replace rest of deprecated FF_*_TYPE with AV_PICTURE_TYPE_* | Paul B Mahol | 2012-01-03 | 1 | -1/+1 |
* | y41p encoder and decoder | Paul B Mahol | 2012-01-02 | 1 | -0/+101 |