Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-09-08avcodec/faxcompr: Check for end of input in cmode == 1 in decode_group3_2d_li...Michael Niedermayer
2021-06-18avcodec/faxcompr: Check available bits in decode_uncompressed()Michael Niedermayer
2021-06-18avcodec/faxcompr: Check if bits are available before reading in cmode == 9 ||...Michael Niedermayer
2021-06-18avcodec/faxcompr: Check for end of bitstream in decode_group3_1d_line() and d...Michael Niedermayer
2021-06-18avcodec/faxcompr: Check remaining bits on error in decode_group3_1d_line()Michael Niedermayer
2020-12-04avcodec/faxcompr: Make ff_ccitt_unpack_init() thread-safeAndreas Rheinhardt
2015-11-05avcodec/faxcompr: Add missing runs check in decode_uncompressed()Michael Niedermayer
2015-08-14avcodec/faxcompr: negate uncompressed runsMichael Niedermayer
2015-08-14avcodec/faxcompr: Factor decode_uncompressed() outMichael Niedermayer
2015-08-13avcodec/faxcompr: Support uncompressed escapes in decode_group3_1d_line()Michael Niedermayer
2015-08-13avcodec/faxcompr: Support cmode == 9 && xxx == 7Michael Niedermayer
2015-08-13avcodec/faxcompr: Print the unsupported mode numberMichael Niedermayer
2015-02-26Fix buffer_size argument to init_put_bits() in multiple encoders.Dyami Caliri
2015-02-18avcodec/faxcompr: Fix memleakMichael Niedermayer
2015-02-07avcodec/faxcompr: use init_get_bits8()Paul B Mahol
2014-04-12avcodec/faxcompr: use av_malloc_array()Michael Niedermayer
2013-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-06-08Merge commit 'f32aefcf349f2f1367f0143782397643416d18f3'Michael Niedermayer
2013-06-07faxcompr: return meaningful errorsLuca Barbato
2013-06-07faxcompr: K&R formatting cosmeticsLuca Barbato
2013-02-13faxcompr: Dont read ref when the end has been reached in pass modeMichael Niedermayer
2012-12-24tiffdec: Fix runend handlingMichael Niedermayer
2012-09-07faxcompr: fix out of array readMichael Niedermayer
2012-08-31faxcompr: fix byte alignment caseMichael Niedermayer
2012-08-17ccitt fax: fix some group3 1d files without EOLMichael Niedermayer
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-13faxcompr: Check malloc results and unify return pathAlex Converse
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-14doxygen: consistently place brief descriptionDiego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2009-09-29Simplify r20025: use align_get_bits instead of reimplementing it.Reimar Döffinger
2009-09-29Make sure all the bits are written to output in fax data decoder.Kostya Shishkov
2009-09-28cosmetics: reindent and reformat function declarationsKostya Shishkov
2009-09-28Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov
2009-09-26Fix decoding of TIFF CCITT RLE compressed data.Kostya Shishkov
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun
2008-12-26indentMichael Niedermayer
2008-12-26Simplify vertical modeMichael Niedermayer
2008-12-26And another sechole ...Michael Niedermayer
2008-12-26Fix yet another sechole.Michael Niedermayer
2008-12-26Fix another sechole.Michael Niedermayer
2008-12-26Minor simplification.Michael Niedermayer
2008-12-26Remove unused run_start variable.Michael Niedermayer
2008-12-26Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer