summaryrefslogtreecommitdiff
path: root/libavcodec/faxcompr.c
Commit message (Expand)AuthorAge
* avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_li...Michael Niedermayer2021-08-10
* avcodec/faxcompr: Check available bits in decode_uncompressed()Michael Niedermayer2021-06-12
* avcodec/faxcompr: Check if bits are available before reading in cmode == 9 ||...Michael Niedermayer2021-06-12
* avcodec/faxcompr: Check for end of bitstream in decode_group3_1d_line() and d...Michael Niedermayer2021-05-04
* avcodec/faxcompr: Check remaining bits on error in decode_group3_1d_line()Michael Niedermayer2021-04-22
* avcodec/faxcompr: Make ff_ccitt_unpack_init() thread-safeAndreas Rheinhardt2020-12-04
* avcodec/faxcompr: Add missing runs check in decode_uncompressed()Michael Niedermayer2015-11-05
* avcodec/faxcompr: negate uncompressed runsMichael Niedermayer2015-08-14
* avcodec/faxcompr: Factor decode_uncompressed() outMichael Niedermayer2015-08-14
* avcodec/faxcompr: Support uncompressed escapes in decode_group3_1d_line()Michael Niedermayer2015-08-13
* avcodec/faxcompr: Support cmode == 9 && xxx == 7Michael Niedermayer2015-08-13
* avcodec/faxcompr: Print the unsupported mode numberMichael Niedermayer2015-08-13
* Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri2015-02-26
* avcodec/faxcompr: Fix memleakMichael Niedermayer2015-02-18
* avcodec/faxcompr: use init_get_bits8()Paul B Mahol2015-02-07
* 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