| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | Revert "all: Don't set AVClass.item_name to its default value" | Anton Khirnov | 2024-01-20 | 1 | -0/+1 |
* | all: Don't set AVClass.item_name to its default value | Andreas Rheinhardt | 2023-12-22 | 1 | -1/+0 |
* | avcodec/gifdec: rewrite functions that fill block/frame | Paul B Mahol | 2023-09-22 | 1 | -44/+47 |
* | lavc/gifdec: unify get_buffer() calls I/P frames | Anton Khirnov | 2023-07-15 | 1 | -25/+12 |
* | avformat/gifdec: switch to using gif parser | Paul B Mahol | 2023-05-25 | 1 | -4/+7 |
* | avcodec: use the new AVFrame key_frame flag in all decoders and encoders | James Almer | 2023-05-04 | 1 | -2/+2 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec/internal: Move ff_set_dimensions() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -2/+0 |
* | avcodec/internal: Move ff_reget_buffer() to decode.h | Andreas Rheinhardt | 2022-08-27 | 1 | -0/+1 |
* | lavc: use AVFrame.duration instead of AVFrame.pkt_duration | Anton Khirnov | 2022-07-19 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Make FFCodec.decode use AVFrame* | Andreas Rheinhardt | 2022-04-05 | 1 | -2/+3 |
* | 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 | -0/+1 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avutil/frame: Remove deprecated AVFrame.pkt_pts field | Andreas Rheinhardt | 2021-04-27 | 1 | -5/+0 |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -1/+1 |
* | avcodec/gifdec: truncate too big width/height for invalid gif files | Paul B Mahol | 2018-12-10 | 1 | -4/+12 |
* | avcodec/gifdec: set .caps_internal | Paul B Mahol | 2018-09-09 | 1 | -0/+2 |
* | avcodec/gifdec: check ff_lzw_decode_open() for failure | Paul B Mahol | 2018-09-09 | 1 | -0/+2 |
* | avcodec: do not use AVFrame accessor | Muhammad Faiz | 2017-04-23 | 1 | -1/+1 |
* | Merge commit '32c8359093d1ff4f45ed19518b449b3ac3769d27' | Hendrik Leppkes | 2016-10-07 | 1 | -0/+4 |
|\ |
|
* | | avcodec/gifdec: skip the data lzw consumed | Ni Hui | 2015-11-10 | 1 | -2/+3 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\| |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25' | Michael Niedermayer | 2015-04-20 | 1 | -6/+6 |
|\| |
|
| * | lavc: Replace av_dlog and tprintf with internal macros | Vittorio Giovara | 2015-04-19 | 1 | -6/+6 |
* | | Merge commit '0b39ac6f54505a538c21fe49a626de94c518c903' | Michael Niedermayer | 2014-12-19 | 1 | -1/+1 |
|\| |
|
| * | gifdec: refactor interleave end handling | Michael Niedermayer | 2014-12-19 | 1 | -10/+5 |
* | | avcodec/gifdec: factorize interleave end handling out | Michael Niedermayer | 2014-10-03 | 1 | -10/+5 |
* | | gifdec: use truncated width for image manipulation | Christophe Gisquet | 2014-08-18 | 1 | -9/+22 |
* | | avcodec/gifdec: check that the correct number of bytes was decoded | Michael Niedermayer | 2013-12-17 | 1 | -1/+5 |
* | | Merge commit '1f3e56b6dcc163a705704e98569d4850a31d651c' | Michael Niedermayer | 2013-11-22 | 1 | -10/+9 |
|\| |
|
| * | gifdec: convert to bytestream2 | Anton Khirnov | 2013-11-21 | 1 | -34/+33 |
* | | avcodec/gifdec: print error if image is not within dimensions | Michael Niedermayer | 2013-11-22 | 1 | -1/+3 |
* | | Merge commit 'c453723ad7d14abc5e82677eebaa6025fa598f08' | Michael Niedermayer | 2013-11-22 | 1 | -1/+3 |
|\| |
|
| * | gifdec: check that the image dimensions are non-zero | Anton Khirnov | 2013-11-21 | 1 | -2/+5 |
* | | Merge commit '3b086317277e3f3b61c0343930d8e2570b278bd6' | Michael Niedermayer | 2013-11-01 | 1 | -2/+1 |
|\| |
|
| * | gifdec: stop using deprecated avcodec_set_dimensions | Anton Khirnov | 2013-10-31 | 1 | -2/+2 |
* | | 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 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -2/+0 |
|\| |
|
| * | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -2/+0 |
* | | gifdec: reset previous Graphic Control Extension disposal type | Michael Niedermayer | 2013-05-07 | 1 | -0/+1 |
* | | avcodec/gifdec: Add av_log() to workaround gcc 4.2 miscompiling the code | Michael Niedermayer | 2013-03-25 | 1 | -1/+1 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -6/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -36/+32 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -17/+8 |