summaryrefslogtreecommitdiff
path: root/libavcodec/faxcompr.c
Commit message (Expand)AuthorAge
* avcodec/faxcompr: use av_malloc_array()Michael Niedermayer2014-04-12
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-06-08
|\
| * faxcompr: return meaningful errorsLuca Barbato2013-06-07
* | Merge commit 'f32aefcf349f2f1367f0143782397643416d18f3'Michael Niedermayer2013-06-08
|\|
| * faxcompr: K&R formatting cosmeticsLuca Barbato2013-06-07
* | faxcompr: Dont read ref when the end has been reached in pass modeMichael Niedermayer2013-02-12
* | tiffdec: Fix runend handlingMichael Niedermayer2012-12-24
* | faxcompr: fix out of array readMichael Niedermayer2012-09-07
* | faxcompr: fix byte alignment caseMichael Niedermayer2012-08-30
* | ccitt fax: fix some group3 1d files without EOLMichael Niedermayer2012-08-17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-13
|\|
| * faxcompr: Check malloc results and unify return pathAlex Converse2012-04-13
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-16
|\|
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-15
|\|
| * doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Simplify r20025: use align_get_bits instead of reimplementing it.Reimar Döffinger2009-09-29
* Make sure all the bits are written to output in fax data decoder.Kostya Shishkov2009-09-29
* cosmetics: reindent and reformat function declarationsKostya Shishkov2009-09-28
* Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov2009-09-28
* Fix decoding of TIFF CCITT RLE compressed data.Kostya Shishkov2009-09-26
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Add missing void keyword to parameterless function declarations.Diego Biurrun2009-01-30
* indentMichael Niedermayer2008-12-26
* Simplify vertical modeMichael Niedermayer2008-12-26
* And another sechole ...Michael Niedermayer2008-12-26
* Fix yet another sechole.Michael Niedermayer2008-12-26
* Fix another sechole.Michael Niedermayer2008-12-26
* Minor simplification.Michael Niedermayer2008-12-26
* Remove unused run_start variable.Michael Niedermayer2008-12-26
* Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer2008-12-26
* Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer2008-12-26
* Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer2008-12-26
* Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer2008-12-26
* cosmetic (moving pix_left update)Michael Niedermayer2008-12-26
* Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer2008-12-26
* minor simplificationMichael Niedermayer2008-12-26
* Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer2008-12-26
* Ensure that an invalid run terminates the line.Michael Niedermayer2008-12-26
* 10l != vs. == (yes, my fault not kostya's).Michael Niedermayer2008-12-26
* indentMichael Niedermayer2008-12-26
* Simplify zero run handling in put_line().Michael Niedermayer2008-12-26
* Avoid negation in put_line().Michael Niedermayer2008-12-26
* Factorize mode switching in put_line().Michael Niedermayer2008-12-26
* Fix (rewrite) find_group3_syncmarker().Michael Niedermayer2008-12-26
* CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer2008-12-26