| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -1/+0 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | libavcodec: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | avcodec/dpxenc: Remove redundant pixel format check | Andreas Rheinhardt | 2021-10-02 | 1 | -3/+0 |
* | avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY | Andreas Rheinhardt | 2021-09-28 | 1 | -1/+0 |
* | avcodec/dpxenc: Avoid copying packet data, allow user-supplied buffers | Andreas Rheinhardt | 2021-05-05 | 1 | -7/+9 |
* | avcodec/dpxenc: 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/dpxenc: Fix "libavcodec/dpxenc.c:250:44: warning: passing argument 3 ... | Michael Niedermayer | 2015-10-24 | 1 | -1/+1 |
* | Merge commit '48c06386831604921bdaf4fb77ea02766cd615f4' | Hendrik Leppkes | 2015-10-22 | 1 | -9/+11 |
|\ |
|
| * | dpx: Replace avpicture functions with imgutils | Vittorio Giovara | 2015-10-21 | 1 | -6/+9 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -11/+0 |
| * | dpx: always write the image offset | Zoltan Kovacs | 2014-12-08 | 1 | -0/+1 |
| * | dpxenc: mention missing break | Vittorio Giovara | 2014-11-13 | 1 | -0/+1 |
| * | dpxenc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -2/+11 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | avcodec/dpxenc: implement write16/32 as functions | Michael Niedermayer | 2015-06-19 | 1 | -10/+13 |
* | | dpxenc: fix padding in encode_gbrp12 | Christophe Gisquet | 2014-08-21 | 1 | -2/+2 |
* | | dpxenc: enforce alignment requirement | Christophe Gisquet | 2014-08-14 | 1 | -7/+37 |
* | | dpx: abgr support | Paul B Mahol | 2013-10-08 | 1 | -1/+4 |
* | | avcodec/dpx: support for 8 and 16 bit luma only files | Paul B Mahol | 2013-10-07 | 1 | -0/+7 |
* | | avcodec/dpx: make .long_name more descriptive | Paul B Mahol | 2013-10-06 | 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 |
* | | dpxenc: cosmetics: reindent | Paul B Mahol | 2013-07-27 | 1 | -17/+12 |
* | | dpxenc: dont shift into the sign bit. | Michael Niedermayer | 2013-05-15 | 1 | -2/+2 |
* | | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* | Michael Niedermayer | 2013-05-15 | 1 | -3/+3 |
* | | dpxenc: simplifiy code using AVPixFmtDescriptor | Paul B Mahol | 2013-05-12 | 1 | -26/+13 |
* | | dpxenc: do not set coded_frame | Paul B Mahol | 2013-05-12 | 1 | -5/+0 |
* | | dpxenc: fix data offset | ArnoB | 2013-03-15 | 1 | -0/+1 |
* | | dpxenc: fix signed c99 overflows | Michael Niedermayer | 2012-10-14 | 1 | -6/+6 |
* | | Fix writing 12 bit DPX | Georg Lippitsch | 2012-10-13 | 1 | -3/+14 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -22/+22 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -10/+10 |
* | | dpx: 10 and 12 bit encoding | Georg Lippitsch | 2012-08-25 | 1 | -2/+69 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+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 |
* | | cosmetics: remove superfluous curly brackets | Paul B Mahol | 2012-03-23 | 1 | -2/+1 |
* | | dpxenc: switch to ff_alloc_packet2() | Michael Niedermayer | 2012-03-22 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -2/+1 |
|\| |
|
| * | dpxenc: Don't include the libavcodec ident if bitexact mode is enabled | Martin Storsjö | 2012-02-29 | 1 | -1/+2 |