| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/faxcompr: Add missing runs check in decode_uncompressed() | Michael Niedermayer | 2015-11-05 | 1 | -0/+4 |
* | avcodec/faxcompr: negate uncompressed runs | Michael Niedermayer | 2015-08-14 | 1 | -1/+1 |
* | avcodec/faxcompr: Factor decode_uncompressed() out | Michael Niedermayer | 2015-08-14 | 1 | -127/+85 |
* | avcodec/faxcompr: Support uncompressed escapes in decode_group3_1d_line() | Michael Niedermayer | 2015-08-13 | 1 | -2/+71 |
* | avcodec/faxcompr: Support cmode == 9 && xxx == 7 | Michael Niedermayer | 2015-08-13 | 1 | -2/+72 |
* | avcodec/faxcompr: Print the unsupported mode number | Michael Niedermayer | 2015-08-13 | 1 | -1/+2 |
* | Fix buffer_size argument to init_put_bits() in multiple encoders. | Dyami Caliri | 2015-02-26 | 1 | -1/+1 |
* | avcodec/faxcompr: Fix memleak | Michael Niedermayer | 2015-02-18 | 1 | -1/+1 |
* | avcodec/faxcompr: use init_get_bits8() | Paul B Mahol | 2015-02-07 | 1 | -1/+2 |
* | avcodec/faxcompr: use av_malloc_array() | Michael Niedermayer | 2014-04-12 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-06-08 | 1 | -19/+19 |
|\ |
|
| * | faxcompr: return meaningful errors | Luca Barbato | 2013-06-07 | 1 | -19/+19 |
* | | Merge commit 'f32aefcf349f2f1367f0143782397643416d18f3' | Michael Niedermayer | 2013-06-08 | 1 | -72/+79 |
|\| |
|
| * | faxcompr: K&R formatting cosmetics | Luca Barbato | 2013-06-07 | 1 | -69/+75 |
* | | faxcompr: Dont read ref when the end has been reached in pass mode | Michael Niedermayer | 2013-02-12 | 1 | -2/+4 |
* | | tiffdec: Fix runend handling | Michael Niedermayer | 2012-12-24 | 1 | -3/+7 |
* | | faxcompr: fix out of array read | Michael Niedermayer | 2012-09-07 | 1 | -1/+1 |
* | | faxcompr: fix byte alignment case | Michael Niedermayer | 2012-08-30 | 1 | -1/+2 |
* | | ccitt fax: fix some group3 1d files without EOL | Michael Niedermayer | 2012-08-17 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -5/+10 |
|\| |
|
| * | faxcompr: Check malloc results and unify return path | Alex Converse | 2012-04-13 | 1 | -5/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -5/+5 |
|\| |
|
| * | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-15 | 1 | -1/+1 |
|\| |
|
| * | doxygen: consistently place brief description | Diego Biurrun | 2011-07-14 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Simplify r20025: use align_get_bits instead of reimplementing it. | Reimar Döffinger | 2009-09-29 | 1 | -2/+2 |
* | Make sure all the bits are written to output in fax data decoder. | Kostya Shishkov | 2009-09-29 | 1 | -0/+1 |
* | cosmetics: reindent and reformat function declarations | Kostya Shishkov | 2009-09-28 | 1 | -2/+3 |
* | Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them | Kostya Shishkov | 2009-09-28 | 1 | -2/+3 |
* | Fix decoding of TIFF CCITT RLE compressed data. | Kostya Shishkov | 2009-09-26 | 1 | -1/+3 |
* | Rename bitstream.h to get_bits.h. | Stefano Sabatini | 2009-04-13 | 1 | -1/+1 |
* | Split bitstream.h, put the bitstream writer stuff in the new file | Stefano Sabatini | 2009-04-12 | 1 | -0/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Add missing void keyword to parameterless function declarations. | Diego Biurrun | 2009-01-30 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Simplify vertical mode | Michael Niedermayer | 2008-12-26 | 1 | -3/+0 |
* | And another sechole ... | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Fix yet another sechole. | Michael Niedermayer | 2008-12-26 | 1 | -3/+4 |
* | Fix another sechole. | Michael Niedermayer | 2008-12-26 | 1 | -6/+6 |
* | Minor simplification. | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Remove unused run_start variable. | Michael Niedermayer | 2008-12-26 | 1 | -1/+0 |
* | Move sync line pointers code to the end of the loop, it is simpler that way. | Michael Niedermayer | 2008-12-26 | 1 | -5/+5 |
* | Get rid of check for condition that is always true (run_off < avctx->width). | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Get rid of pix_left in the 2d code, it is simpler that way. | Michael Niedermayer | 2008-12-26 | 1 | -11/+8 |
* | Factorize "avctx->width + 2" out to avoid someone mistakenly changing | Michael Niedermayer | 2008-12-26 | 1 | -3/+4 |
* | cosmetic (moving pix_left update) | Michael Niedermayer | 2008-12-26 | 1 | -1/+1 |
* | Close gaping sechole. That is, a series of run=0 allows arbitrary data to | Michael Niedermayer | 2008-12-26 | 1 | -6/+21 |
* | minor simplification | Michael Niedermayer | 2008-12-26 | 1 | -2/+2 |