summaryrefslogtreecommitdiffstats
path: root/libavcodec/faxcompr.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/faxcompr: Add missing runs check in decode_uncompressed()Michael Niedermayer2015-11-051-0/+4
* avcodec/faxcompr: negate uncompressed runsMichael Niedermayer2015-08-141-1/+1
* avcodec/faxcompr: Factor decode_uncompressed() outMichael Niedermayer2015-08-141-127/+85
* avcodec/faxcompr: Support uncompressed escapes in decode_group3_1d_line()Michael Niedermayer2015-08-131-2/+71
* avcodec/faxcompr: Support cmode == 9 && xxx == 7Michael Niedermayer2015-08-131-2/+72
* avcodec/faxcompr: Print the unsupported mode numberMichael Niedermayer2015-08-131-1/+2
* Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-261-1/+1
* avcodec/faxcompr: Fix memleakMichael Niedermayer2015-02-181-1/+1
* avcodec/faxcompr: use init_get_bits8()Paul B Mahol2015-02-071-1/+2
* avcodec/faxcompr: use av_malloc_array()Michael Niedermayer2014-04-121-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-081-19/+19
|\
| * faxcompr: return meaningful errorsLuca Barbato2013-06-071-19/+19
* | Merge commit 'f32aefcf349f2f1367f0143782397643416d18f3'Michael Niedermayer2013-06-081-72/+79
|\ \ | |/
| * faxcompr: K&R formatting cosmeticsLuca Barbato2013-06-071-69/+75
* | faxcompr: Dont read ref when the end has been reached in pass modeMichael Niedermayer2013-02-121-2/+4
* | tiffdec: Fix runend handlingMichael Niedermayer2012-12-241-3/+7
* | faxcompr: fix out of array readMichael Niedermayer2012-09-071-1/+1
* | faxcompr: fix byte alignment caseMichael Niedermayer2012-08-301-1/+2
* | ccitt fax: fix some group3 1d files without EOLMichael Niedermayer2012-08-171-1/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-131-5/+10
|\ \ | |/
| * faxcompr: Check malloc results and unify return pathAlex Converse2012-04-131-5/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-5/+5
|\ \ | |/
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-5/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-151-1/+1
|\ \ | |/
| * doxygen: consistently place brief descriptionDiego Biurrun2011-07-141-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Simplify r20025: use align_get_bits instead of reimplementing it.Reimar Döffinger2009-09-291-2/+2
* Make sure all the bits are written to output in fax data decoder.Kostya Shishkov2009-09-291-0/+1
* cosmetics: reindent and reformat function declarationsKostya Shishkov2009-09-281-2/+3
* Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov2009-09-281-2/+3
* Fix decoding of TIFF CCITT RLE compressed data.Kostya Shishkov2009-09-261-1/+3
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-301-1/+1
* indentMichael Niedermayer2008-12-261-1/+1
* Simplify vertical modeMichael Niedermayer2008-12-261-3/+0
* And another sechole ...Michael Niedermayer2008-12-261-1/+1
* Fix yet another sechole.Michael Niedermayer2008-12-261-3/+4
* Fix another sechole.Michael Niedermayer2008-12-261-6/+6
* Minor simplification.Michael Niedermayer2008-12-261-1/+1
* Remove unused run_start variable.Michael Niedermayer2008-12-261-1/+0
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-261-5/+5
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-261-1/+1
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-261-11/+8
* Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer2008-12-261-3/+4
* cosmetic (moving pix_left update)Michael Niedermayer2008-12-261-1/+1
* Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer2008-12-261-6/+21
* minor simplificationMichael Niedermayer2008-12-261-2/+2
OpenPOWER on IntegriCloud