| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec/decode: add a flags parameter to ff_reget_buffer() | James Almer | 2019-09-04 | 1 | -1/+1 |
* | avcodec/vmnc: Check available space against chunks before reget_buffer() | Michael Niedermayer | 2019-06-04 | 1 | -4/+7 |
* | avcodec/vmnc: Check location before use | Michael Niedermayer | 2017-05-21 | 1 | -12/+6 |
* | Merge commit 'f5d46d332258dcd8ca623019ece1d5e5bb74142b' | Clément Bœsch | 2017-03-19 | 1 | -4/+11 |
|\ |
|
| * | vmnc: check that subrectangles fit into their containing rectangles | Anton Khirnov | 2016-08-18 | 1 | -2/+14 |
* | | 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 |
* | | avcodec/vmnc: Add back adapted comment about 24bit | Vittorio Giovara | 2015-05-20 | 1 | -0/+2 |
* | | avcodec/vmnc: Simplify "24bit" support | Michael Niedermayer | 2015-05-20 | 1 | -15/+6 |
* | | Merge commit 'eafbc6716cede6d4a652f8bedf82f2901c68d06d' | Michael Niedermayer | 2015-05-20 | 1 | -4/+15 |
|\| |
|
| * | vmnc: Delay pixel size check | Vittorio Giovara | 2015-05-19 | 1 | -4/+15 |
* | | lavc/vmnc: Fix 32bit colour-space, there is no transparency. | Carl Eugen Hoyos | 2015-05-20 | 1 | -1/+1 |
* | | avcodec/vmnc: Check that rectangles are within the picture | Michael Niedermayer | 2014-01-20 | 1 | -0/+5 |
* | | Merge commit '3c8ea9d4a74fd4d7493d40c818ca64ee492709f3' | Michael Niedermayer | 2013-11-17 | 1 | -20/+19 |
|\| |
|
| * | vmnc: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -18/+20 |
* | | avcodec/vmnc/reset_buffers(): reset cur_hx/hy too for saftey | Michael Niedermayer | 2013-10-10 | 1 | -0/+2 |
* | | Merge commit '071e29af4d383bdb44d0c87416dee3e4bb597936' | Michael Niedermayer | 2013-10-10 | 1 | -9/+9 |
|\| |
|
| * | vmnc: Use meaningful return values | Luca Barbato | 2013-10-09 | 1 | -9/+9 |
* | | Merge commit '5e992a4682d2c09eed3839c6cacf70db3b65c2f4' | Michael Niedermayer | 2013-10-10 | 1 | -5/+20 |
|\| |
|
| * | vmnc: Check the cursor dimensions | Luca Barbato | 2013-10-09 | 1 | -3/+20 |
* | | Merge commit '61cd19b8bc32185c8caf64d89d1b0909877a0707' | Michael Niedermayer | 2013-10-10 | 1 | -76/+58 |
|\| |
|
| * | vmnc: Port to bytestream2 | Luca Barbato | 2013-10-09 | 1 | -75/+57 |
* | | Merge commit 'a66aa0daf290ef157cb3322b034b43d6201c43e9' | Michael Niedermayer | 2013-10-10 | 1 | -158/+196 |
|\| |
|
| * | vmnc: K&R formatting cosmetics | Luca Barbato | 2013-10-09 | 1 | -157/+195 |
* | | avcodec/vmnc: use av_freep() | Paul B Mahol | 2013-10-09 | 1 | -3/+3 |
* | | 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 |
* | | vmnc: check return values of reallocation | Paul B Mahol | 2013-07-26 | 1 | -3/+5 |
* | | vmnc: make code independent of sizeof(AVFrame) | Paul B Mahol | 2013-07-26 | 1 | -19/+21 |
* | | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d' | Michael Niedermayer | 2013-03-12 | 1 | -0/+2 |
|\| |
|
| * | lavc decoders: properly initialize AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -0/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -8/+7 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -8/+7 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+3 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+3 |
* | | vmnc: Check for integer overflow | Michael Niedermayer | 2012-12-01 | 1 | -0/+4 |
* | | vmnc: check input size before reading chunk header, fix overread | Michael Niedermayer | 2012-11-14 | 1 | -0/+4 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -3/+3 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+1 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-01 | 1 | -1/+1 |
|\| |
|
| * | vmnc: return error on decode_init() failure. | Ronald S. Bultje | 2012-02-29 | 1 | -0/+1 |
* | | vmnc: Fail if bpp is not recognized instead of crashing. | Michael Niedermayer | 2012-02-29 | 1 | -0/+1 |