| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mss1: check for overread and forward errors | Michael Niedermayer | 2019-08-05 | 1 | -0/+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 |
* | | lavc/mss1: fix mem leak in case of init failure | Lukasz Marek | 2014-11-23 | 1 | -0/+2 |
* | | Avoid using empty macro arguments. | Reimar Döffinger | 2013-12-31 | 1 | -2/+2 |
* | | Merge commit '730bac7bab3c7dcd9fcb7c70f154e5f4cfaef9a7' | Michael Niedermayer | 2013-11-17 | 1 | -13/+15 |
|\| |
|
| * | mss1: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -13/+16 |
* | | avcodec/mss1: use init_get_bits8() | Paul B Mahol | 2013-11-05 | 1 | -4/+4 |
* | | 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 | -3/+1 |
* | | mss1: set frame defaults | Michael Niedermayer | 2013-03-12 | 1 | -1/+2 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -7/+6 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -7/+6 |
* | | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408' | Michael Niedermayer | 2012-12-05 | 1 | -2/+2 |
|\| |
|
| * | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | | avoid "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -1/+1 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-09-04 | 1 | -5/+6 |
|\| |
|
| * | mss12: reduce SliceContext size from 1067 to 164 KB | Alberto Delmás | 2012-09-03 | 1 | -1/+1 |
| * | mss12: move SliceContexts out of the common context into the codec contexts | Alberto Delmás | 2012-09-03 | 1 | -4/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-31 | 1 | -66/+45 |
|\| |
|
| * | MSS1 and MSS2: set final pixel format after common stuff has been initialised | Alberto Delmás | 2012-08-31 | 1 | -1/+6 |
| * | MSS2 decoder | Alberto Delmás | 2012-08-31 | 1 | -66/+40 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-28 | 1 | -631/+26 |
|\| |
|
| * | mss1: move code that will be reused by MSS2 decoder into separate file | Kostya Shishkov | 2012-08-27 | 1 | -595/+26 |
| * | mss1: merge decode_intra() and decode_inter() | Kostya Shishkov | 2012-08-27 | 1 | -50/+14 |
* | | 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 |
* | | mss1: improve check if decoded pivot is invalid | Paul B Mahol | 2012-07-15 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-10 | 1 | -1/+1 |
|\| |
|
| * | mss1: fix decoding masked regions in interframes | Kostya Shishkov | 2012-07-10 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-28 | 1 | -3/+5 |
|\| |
|
| * | mss1: validate number of changeable palette entries | Kostya Shishkov | 2012-06-27 | 1 | -0/+6 |
| * | mss1: report palette changed when some additional colours were decoded | Kostya Shishkov | 2012-06-27 | 1 | -1/+1 |
* | | Signal MSS1 palette change. | Carl Eugen Hoyos | 2012-06-26 | 1 | -1/+1 |
* | | mss1: check number of free colours | Paul B Mahol | 2012-06-25 | 1 | -0/+4 |
* | | Make MSS1 palette opaque. | Carl Eugen Hoyos | 2012-06-25 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-20 | 1 | -4/+4 |
|/ |
|
* | MS Screen 1 decoder | Kostya Shishkov | 2012-06-20 | 1 | -0/+845 |