| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/sunrastenc: Mark encoder as init-threadsafe | Andreas Rheinhardt | 2021-05-02 | 1 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Remove deprecated coder type options | Andreas Rheinhardt | 2021-04-27 | 1 | -26/+0 |
* | lavc/sunrastenc: fix private codec options | Hendrik Leppkes | 2015-12-18 | 1 | -1/+4 |
* | Merge commit 'be00ec832c519427cd92218abac77dafdc1d5487' | Hendrik Leppkes | 2015-12-18 | 1 | -2/+29 |
|\ |
|
| * | lavc: Deprecate coder_type and its symbols | Vittorio Giovara | 2015-12-07 | 1 | -2/+29 |
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | | 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 | -7/+0 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -11/+0 |
* | | Merge commit '4dda5e9b0829b119c17d950906c61d3ebffc494f' | Michael Niedermayer | 2014-11-13 | 1 | -0/+1 |
|\| |
|
| * | sunrastenc: mention missing break | Vittorio Giovara | 2014-11-13 | 1 | -0/+1 |
* | | Merge commit '45bde93eefa78c1bdb0936109fbd2e2fb27fbfe7' | Michael Niedermayer | 2013-11-17 | 1 | -0/+7 |
|\| |
|
| * | sunrastenc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -2/+11 |
* | | 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 |
* | | Reinstate proper FFmpeg license for all files. | Thilo Borgmann | 2013-08-30 | 1 | -4/+4 |
* | | sunrastenc: do not set avctx->coded_frame | Paul B Mahol | 2013-07-31 | 1 | -4/+0 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -9/+9 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -9/+9 |
* | | 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 |
| * | sunrast: Add support for negative linesize. | Aneesh Dogra | 2012-03-24 | 1 | -4/+7 |
* | | sunrastenc: switch to ff_alloc_packet2(). | Michael Niedermayer | 2012-03-22 | 1 | -1/+1 |
* | | sunrastenc: remove dead store | Paul B Mahol | 2012-03-22 | 1 | -1/+0 |
* | | lavc/sunrastenc: consider cases with linesize < 0 | Stefano Sabatini | 2012-03-19 | 1 | -9/+8 |
|/ |
|
* | sunrastenc: set keyframe flag for the output packet. | Aneesh Dogra | 2012-02-19 | 1 | -0/+1 |
* | avcodec: add a Sun Rasterfile encoder | Aneesh Dogra | 2012-02-17 | 1 | -0/+225 |