| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | avcodec: more correct printf specifiers | Diego Biurrun | 2014-03-22 | 1 | -1/+4 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | dfa: implement missing TDLT coding method | Kostya Shishkov | 2013-04-09 | 1 | -4/+21 |
* | dfa: check for invalid access in decode_wdlt(). | Anton Khirnov | 2013-04-04 | 1 | -0/+2 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -14/+6 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | avutil: Move memcpy_backptr() to mem.c | Diego Biurrun | 2012-10-25 | 1 | -1/+1 |
* | dfa: use av_memcpy_backptr() where previously impossible | Mans Rullgard | 2012-10-23 | 1 | -3/+1 |
* | av_memcpy_backptr: Drop no longer necessary malloc padding | Diego Biurrun | 2012-10-23 | 1 | -1/+1 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | dfa: improve boundary checks in decode_dds1() | Anton Khirnov | 2012-09-29 | 1 | -4/+6 |
* | dfa: check that the caller set width/height properly. | Anton Khirnov | 2012-09-29 | 1 | -0/+6 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | dfa: use more meaningful return codes | Kostya Shishkov | 2012-05-06 | 1 | -27/+27 |
* | dfa: add some checks to ensure that decoder won't write past frame end | Kostya Shishkov | 2012-05-06 | 1 | -1/+7 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | dfa: convert to bytestream2 API | Paul B Mahol | 2012-03-12 | 1 | -89/+74 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | dfa: Remove unused variable. | Diego Biurrun | 2011-05-15 | 1 | -1/+0 |
* | dfa: fix buffer overflow checks to avoid integer overflows. | Reimar Döffinger | 2011-05-13 | 1 | -16/+19 |
* | dfa: protect pointer range checks against overflows. | Ronald S. Bultje | 2011-03-29 | 1 | -3/+3 |
* | Chronomaster DFA decoder | Kostya Shishkov | 2011-03-28 | 1 | -0/+395 |