| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Mark some codecs with threadsafe init as such | Derek Buitenhuis | 2017-02-07 | 1 | -0/+1 |
* | 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 '7f9f771eac0d37a632e0ed9bd89961d57fcfb7e0' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | Merge commit '3c8ea9d4a74fd4d7493d40c818ca64ee492709f3' | Michael Niedermayer | 2013-11-17 | 1 | -5/+11 |
|\| |
|
| * | zerocodec: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -5/+11 |
* | | 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 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -4/+2 |
|/ |
|
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -28/+8 |
* | zerocodec: remove an unused variable. | Anton Khirnov | 2012-12-24 | 1 | -4/+0 |
* | ZeroCodec: Flip output | Carl Eugen Hoyos | 2012-12-10 | 1 | -3/+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 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | zerocodec: Fix memleak in decode_frame | Derek Buitenhuis | 2012-08-04 | 1 | -5/+6 |
* | zerocodec: Cosmetics | Derek Buitenhuis | 2012-08-04 | 1 | -12/+10 |
* | zerocodec: fix direct rendering. | Reimar Döffinger | 2012-07-23 | 1 | -17/+17 |
* | zerocodec: check if the previous frame is missing | Paul B Mahol | 2012-05-06 | 1 | -0/+4 |
* | zerocodec: factorize loop | Michael Niedermayer | 2012-03-23 | 1 | -32/+13 |
* | ZeroCodec Decoder | Derek Buitenhuis | 2012-03-19 | 1 | -0/+183 |