index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
faxcompr.c
Age
Commit message (
Expand
)
Author
2012-09-07
faxcompr: fix out of array read
Michael Niedermayer
2012-08-30
faxcompr: fix byte alignment case
Michael Niedermayer
2012-08-17
ccitt fax: fix some group3 1d files without EOL
Michael Niedermayer
2012-04-13
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-13
faxcompr: Check malloc results and unify return path
Alex Converse
2012-02-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-15
vlc/rl: Add ff_ prefix to the nonstatic symbols
Martin Storsjö
2011-07-15
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-14
doxygen: consistently place brief description
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2009-09-29
Simplify r20025: use align_get_bits instead of reimplementing it.
Reimar Döffinger
2009-09-29
Make sure all the bits are written to output in fax data decoder.
Kostya Shishkov
2009-09-28
cosmetics: reindent and reformat function declarations
Kostya Shishkov
2009-09-28
Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of them
Kostya Shishkov
2009-09-26
Fix decoding of TIFF CCITT RLE compressed data.
Kostya Shishkov
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-12
Split bitstream.h, put the bitstream writer stuff in the new file
Stefano Sabatini
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-30
Add missing void keyword to parameterless function declarations.
Diego Biurrun
2008-12-26
indent
Michael Niedermayer
2008-12-26
Simplify vertical mode
Michael Niedermayer
2008-12-26
And another sechole ...
Michael Niedermayer
2008-12-26
Fix yet another sechole.
Michael Niedermayer
2008-12-26
Fix another sechole.
Michael Niedermayer
2008-12-26
Minor simplification.
Michael Niedermayer
2008-12-26
Remove unused run_start variable.
Michael Niedermayer
2008-12-26
Move sync line pointers code to the end of the loop, it is simpler that way.
Michael Niedermayer
2008-12-26
Get rid of check for condition that is always true (run_off < avctx->width).
Michael Niedermayer
2008-12-26
Get rid of pix_left in the 2d code, it is simpler that way.
Michael Niedermayer
2008-12-26
Factorize "avctx->width + 2" out to avoid someone mistakenly changing
Michael Niedermayer
2008-12-26
cosmetic (moving pix_left update)
Michael Niedermayer
2008-12-26
Close gaping sechole. That is, a series of run=0 allows arbitrary data to
Michael Niedermayer
2008-12-26
minor simplification
Michael Niedermayer
2008-12-26
Merge ff_ccitt_unpack_1d and 2d.
Michael Niedermayer
2008-12-26
Ensure that an invalid run terminates the line.
Michael Niedermayer
2008-12-26
10l != vs. == (yes, my fault not kostya's).
Michael Niedermayer
2008-12-26
indent
Michael Niedermayer
2008-12-26
Simplify zero run handling in put_line().
Michael Niedermayer
2008-12-26
Avoid negation in put_line().
Michael Niedermayer
2008-12-26
Factorize mode switching in put_line().
Michael Niedermayer
2008-12-26
Fix (rewrite) find_group3_syncmarker().
Michael Niedermayer
2008-12-26
CCITT Fax Group 3 and 4 decompression by kostya.
Michael Niedermayer