| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | gifdec: use AVFrame accessor functions | Michael Niedermayer | 2013-03-01 | 1 | -1/+1 |
* | | lavc/gifdec: remove obsolete check | Paul B Mahol | 2013-01-25 | 1 | -5/+0 |
* | | lavc/gifdec: move idx_line allocation out of gif_read_header1() | Paul B Mahol | 2013-01-25 | 1 | -4/+4 |
* | | lavc/gifdec: do not return nonzero *got_frame if frame is not passed | Paul B Mahol | 2013-01-25 | 1 | -8/+6 |
* | | lavc/gifdec: simplify "!= 0" checks | Paul B Mahol | 2013-01-25 | 1 | -3/+3 |
* | | lavc/gifdec: use memcpy() | Paul B Mahol | 2013-01-25 | 1 | -4/+2 |
* | | gifdec: check that w,h is not zero | Michael Niedermayer | 2013-01-25 | 1 | -0/+2 |
* | | gifdec: gif_copy_img_rect: Fix end pointer | Michael Niedermayer | 2013-01-24 | 1 | -1/+1 |
* | | gifdec: check that the last keyframe exists and has been successfully parsed. | Michael Niedermayer | 2013-01-24 | 1 | -0/+8 |
* | | Merge commit '688b132b881d423877e38dc82f17e23a604be676' | Michael Niedermayer | 2013-01-14 | 1 | -1/+2 |
|\| |
|
| * | gifdec: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -14/+15 |
* | | gifdec: use log level that have more common sense | Paul B Mahol | 2013-01-03 | 1 | -2/+2 |