| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: support AV_CODEC_CAP_ENCODER_REORDERED_OPAQUE in all no-delay encoders | Anton Khirnov | 2023-01-29 | 1 | -1/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make ff_alloc_packet() based encoders accept user buffers | Andreas Rheinhardt | 2022-08-27 | 1 | -1/+1 |
* | avcodec: Constify frame->data pointers for encoders where possible | Andreas Rheinhardt | 2022-08-05 | 1 | -2/+2 |
* | 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 | -8/+8 |
* | 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/encoders: Remove redundant setting of AV_PKT_FLAG_KEY | Andreas Rheinhardt | 2021-09-28 | 1 | -1/+0 |
* | avcodec/encode: Always use intermediate buffer in ff_alloc_packet2() | Andreas Rheinhardt | 2021-06-08 | 1 | -1/+2 |
* | avcodec/tiffenc: 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 AVCodecContext.coded_frame | Andreas Rheinhardt | 2021-04-27 | 1 | -6/+0 |
* | avcodec/put_bits: Fix LZW warning | Steinar H. Gunderson | 2020-07-20 | 1 | -2/+2 |
* | avcodec: deprecate Lossless and Intra Only encoder capabilites | James Almer | 2020-05-21 | 1 | -1/+1 |
* | Merge commit '6c445990e64124ad64c79423dfd3764520648c89' | Hendrik Leppkes | 2016-11-14 | 1 | -2/+9 |
|\ |
|
| * | tiffenc: Check zlib support for deflate option during initialization | Vittorio Giovara | 2016-06-29 | 1 | -2/+10 |
* | | Merge commit '9f732e4c996243c1e57c2bbbec6c8b94c37a7a22' | Hendrik Leppkes | 2016-11-14 | 1 | -0/+3 |
|\| |
|
| * | tiffenc: Check av_pix_fmt_desc_get() return value | Vittorio Giovara | 2016-06-29 | 1 | -1/+3 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 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 |
* | | avcodec: Add a min size parameter to ff_alloc_packet2() | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '40cf1bbacc6220a0aa6bed5c331871d43f9ce370' | Michael Niedermayer | 2015-07-21 | 1 | -0/+4 |
|\| |
|
| * | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | | Merge commit 'd6604b29ef544793479d7fb4e05ef6622bb3e534' | Michael Niedermayer | 2015-07-20 | 1 | -6/+0 |
|\| |
|
| * | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -11/+0 |
| * | tiff: Return more meaningful error codes | Himangi Saraogi | 2015-03-30 | 1 | -5/+6 |
* | | tiff: Return more meaningful error codes | Himangi Saraogi | 2015-03-30 | 1 | -5/+8 |
* | | lavc/tiffenc: Support encoding ya16le. | Carl Eugen Hoyos | 2015-01-22 | 1 | -2/+3 |
* | | avcodec/tiffenc: remove double ;; | Clément Bœsch | 2015-01-18 | 1 | -2/+2 |
* | | Merge commit '3a3790b8f8b56ee6abc93ccac280eb693675e294' | Michael Niedermayer | 2014-12-19 | 1 | -4/+4 |
|\| |
|
| * | tiff: support encoding and decoding 64bit images | Carl Eugen Hoyos | 2014-12-18 | 1 | -1/+2 |
* | | avcodec/tiffenc: Consistently use ADD_ENTRY1() | Michael Niedermayer | 2014-12-15 | 1 | -2/+2 |
* | | Merge commit '10d4c5e55e5b23e165aa4c7723073ebe2c2e7da0' | Michael Niedermayer | 2014-12-15 | 1 | -1/+3 |
|\| |
|
| * | tiff: set the correct return value when check_size() fails | Vittorio Giovara | 2014-12-15 | 1 | -1/+3 |
* | | Merge commit '3c27275c1309190f2d6ed69140b67d014215b6c9' | Michael Niedermayer | 2014-12-15 | 1 | -23/+40 |
|\| |
|
| * | tiff: Check the check_size() return value and forward it | Luca Barbato | 2014-12-15 | 1 | -23/+40 |
* | | Merge commit '0562887a984388fdc7a9b71c9374ff9c756fb4f1' | Michael Niedermayer | 2014-11-24 | 1 | -1/+1 |
|\| |
|
| * | tiffenc: initialize return value | Vittorio Giovara | 2014-11-24 | 1 | -1/+1 |
* | | libavcodec/tiffenc: Use av_freep() avoid leaving stale pointers in memory | Michael Niedermayer | 2014-11-18 | 1 | -1/+1 |
* | | Merge commit 'c9c7d59b7d26f0328d612995dd9256337ae1cbfb' | Michael Niedermayer | 2014-11-12 | 1 | -0/+4 |
|\| |
|
| * | tiff: Use av_mallocz_array | Luca Barbato | 2014-11-11 | 1 | -2/+2 |
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | avcodec/tiffenc: properly compute packet size | Christophe Gisquet | 2014-10-22 | 1 | -3/+3 |
* | | Merge commit '49106844929b7b71ac719064d640f8aa56c89b1f' | Michael Niedermayer | 2014-06-18 | 1 | -3/+5 |
|\| |
|