| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '019a28cd630286ecb2b06ee62025a17c821b493e' | Michael Niedermayer | 2014-07-29 | 1 | -4/+6 |
|\ |
|
| * | sanm: Use correct printf conversion specifiers for POSIX int types | Diego Biurrun | 2014-07-28 | 1 | -4/+6 |
* | | avcodec/sanm: use named consant instead of literal number | Michael Niedermayer | 2014-04-09 | 1 | -1/+1 |
* | | Merge commit 'a420ccd4f2a011887451a7d5e1bebba4fd7c40e2' | Michael Niedermayer | 2014-04-06 | 1 | -142/+362 |
|\| |
|
| * | LucasArts SMUSH SANM video decoder | Paul B Mahol | 2014-04-06 | 1 | -0/+1475 |
* | avcodec/sanm: stop using deprecated avcodec_set_dimensions() | Paul B Mahol | 2013-11-01 | 1 | -5/+4 |
* | cosmetics: group remaining .name and .long_name. | Clément Bœsch | 2013-10-04 | 1 | -1/+1 |
* | sanm: fix undefined behaviour on big-endian. | Reimar Döffinger | 2013-08-11 | 1 | -2/+4 |
* | sanm: Check dimensions before use | Michael Niedermayer | 2013-05-07 | 1 | -0/+5 |
* | lavc & lavf: replace deprecated av_log* functions | Paul B Mahol | 2013-03-15 | 1 | -3/+3 |
* | lavc: factorize ff_{thread_,re,}get_buffer error messages. | Clément Bœsch | 2013-03-13 | 1 | -3/+1 |
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -18/+9 |
* | sanm: Use the correct height variable in the decoded_size checks | Michael Niedermayer | 2013-02-12 | 1 | -4/+4 |
* | sanm: init sizes with the full frame size | Michael Niedermayer | 2013-02-12 | 1 | -1/+2 |
* | sanm: reset frame sizes on buffer destruction | Michael Niedermayer | 2013-02-12 | 1 | -0/+3 |
* | sanm: add forgotten check for decoded_size in old_codec37() | Michael Niedermayer | 2013-02-12 | 1 | -0/+5 |
* | paf, sanm: remove unused header after b05830169d | Paul B Mahol | 2013-02-09 | 1 | -1/+0 |
* | Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a' | Michael Niedermayer | 2013-02-09 | 1 | -0/+1 |
* | sanm: Check MV before using them. | Michael Niedermayer | 2013-01-29 | 1 | -0/+11 |
* | sanm: Check decoded_size. | Michael Niedermayer | 2013-01-24 | 1 | -0/+5 |
* | sanm: remove "duplicate" for loop. | Michael Niedermayer | 2013-01-22 | 1 | -2/+1 |
* | sanm: check image dimensions before using them | Michael Niedermayer | 2013-01-22 | 1 | -2/+6 |
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793' | Michael Niedermayer | 2012-12-05 | 1 | -1/+2 |
* | avoid "0xFF << 24" as it is considered a integer overflow in C99 | Michael Niedermayer | 2012-10-14 | 1 | -4/+4 |
* | sanm: fix off by 1 error in draw_glyph() | Michael Niedermayer | 2012-10-12 | 1 | -1/+1 |
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -1/+1 |
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
* | sanm: make use of dsputil | Paul B Mahol | 2012-07-07 | 1 | -7/+17 |
* | sanm: remove code duplication | Paul B Mahol | 2012-07-04 | 1 | -3/+2 |
* | sanm: replace conditions in for loops with more common version | Paul B Mahol | 2012-07-04 | 1 | -5/+5 |
* | Make LucasArts Smush SANM palette opaque. | Carl Eugen Hoyos | 2012-06-26 | 1 | -4/+4 |
* | sanm: silence warnings | Paul B Mahol | 2012-06-21 | 1 | -1/+3 |
* | LucasArts SMUSH video decoder | Paul B Mahol | 2012-06-21 | 1 | -0/+1271 |