summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-06-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer1-19/+19
2013-06-08Merge commit 'f32aefcf349f2f1367f0143782397643416d18f3'Michael Niedermayer1-72/+79
2013-06-07faxcompr: return meaningful errorsLuca Barbato1-19/+19
2013-06-07faxcompr: K&R formatting cosmeticsLuca Barbato1-69/+75
2013-02-12faxcompr: Dont read ref when the end has been reached in pass modeMichael Niedermayer1-2/+4
2012-12-24tiffdec: Fix runend handlingMichael Niedermayer1-3/+7
2012-09-07faxcompr: fix out of array readMichael Niedermayer1-1/+1
2012-08-30faxcompr: fix byte alignment caseMichael Niedermayer1-1/+2
2012-08-17ccitt fax: fix some group3 1d files without EOLMichael Niedermayer1-1/+3
2012-04-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer20-962/+1187
2012-04-13faxcompr: Check malloc results and unify return pathAlex Converse1-5/+10
2012-02-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer201-1069/+1983
2012-02-15vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö36-107/+107
2011-07-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer65-156/+198
2011-07-14doxygen: consistently place brief descriptionDiego Biurrun12-12/+15
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2009-09-29Simplify r20025: use align_get_bits instead of reimplementing it.Reimar Döffinger1-2/+2
2009-09-29Make sure all the bits are written to output in fax data decoder.Kostya Shishkov1-0/+1
2009-09-28cosmetics: reindent and reformat function declarationsKostya Shishkov2-4/+6
2009-09-28Finally distinguish TIFF_CCITT_RLE and TIFF_G3 1-D case, so both of themKostya Shishkov3-6/+5
2009-09-26Fix decoding of TIFF CCITT RLE compressed data.Kostya Shishkov1-1/+3
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini117-121/+121
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini30-287/+340
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-30Add missing void keyword to parameterless function declarations.Diego Biurrun12-12/+12
2008-12-26indentMichael Niedermayer1-1/+1
2008-12-26Simplify vertical modeMichael Niedermayer1-3/+0
2008-12-26And another sechole ...Michael Niedermayer1-1/+1
2008-12-26Fix yet another sechole.Michael Niedermayer1-3/+4
2008-12-26Fix another sechole.Michael Niedermayer1-6/+6
2008-12-26Minor simplification.Michael Niedermayer1-1/+1
2008-12-26Remove unused run_start variable.Michael Niedermayer1-1/+0
2008-12-26Move sync line pointers code to the end of the loop, it is simpler that way.Michael Niedermayer1-5/+5
2008-12-26Get rid of check for condition that is always true (run_off < avctx->width).Michael Niedermayer1-1/+1
2008-12-26Get rid of pix_left in the 2d code, it is simpler that way.Michael Niedermayer1-11/+8
2008-12-26Factorize "avctx->width + 2" out to avoid someone mistakenly changingMichael Niedermayer1-3/+4
2008-12-26cosmetic (moving pix_left update)Michael Niedermayer1-1/+1
2008-12-26Close gaping sechole. That is, a series of run=0 allows arbitrary data toMichael Niedermayer1-6/+21
2008-12-26minor simplificationMichael Niedermayer1-2/+2
2008-12-26Merge ff_ccitt_unpack_1d and 2d.Michael Niedermayer2-41/+8
2008-12-26Ensure that an invalid run terminates the line.Michael Niedermayer1-1/+1
2008-12-2610l != vs. == (yes, my fault not kostya's).Michael Niedermayer1-1/+1
2008-12-26indentMichael Niedermayer1-1/+1
2008-12-26Simplify zero run handling in put_line().Michael Niedermayer1-3/+1
2008-12-26Avoid negation in put_line().Michael Niedermayer1-4/+4
2008-12-26Factorize mode switching in put_line().Michael Niedermayer1-3/+2
2008-12-26Fix (rewrite) find_group3_syncmarker().Michael Niedermayer1-7/+7
2008-12-26CCITT Fax Group 3 and 4 decompression by kostya.Michael Niedermayer2-0/+384