summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2012-11-15pp: use av_clip_uint8 instead of a custom implementation.Clément Bœsch1-4/+3
2012-11-15pp: fix a few typo in the internal header.Clément Bœsch1-8/+8
2012-02-29libpostproc: add bitexact mode, which is needed for regression testing.Michael Niedermayer2-2/+6
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer78-286/+388
2011-12-10Fix a bunch of common typos.Diego Biurrun51-82/+83
2011-07-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer129-1147/+2098
2011-07-03Do not include log.h in avutil.hMans Rullgard12-1/+11
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
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård71-230/+230
2009-02-04Use directory name as multiple inclusion guard prefix.Diego Biurrun2-6/+6
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-25Directly #include some required headers.Diego Biurrun5-1/+5
2008-08-31Globally rename the header inclusion guard names.Stefano Sabatini238-713/+713
2008-05-09Use full path for #includes from another directory.Diego Biurrun192-319/+351
2008-03-22typo fixes: tempBlured --> tempBlurredDiego Biurrun4-60/+60
2008-03-22cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun5-4838/+4706
2008-02-02Make src const.Michael Niedermayer1-1/+1
2008-02-02void arithmeticMichael Niedermayer1-1/+1
2008-01-10unusedMichael Niedermayer1-4/+0
2008-01-08Remove clip_table as it is not used anymore.Diego Pettenò2-20/+0
2008-01-07Make the av_class member of PPContext a poiner to constant AVClass.Diego Pettenò2-2/+2
2007-10-17Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun175-529/+528
2007-07-02Fix 'make checkheaders'.Diego Biurrun2-0/+3
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier51-51/+51
2007-06-17add multiple inclusion guards to headersMåns Rullgård51-0/+248
2007-06-12misc spelling fixesDiego Biurrun66-159/+165
2006-10-11printf --> av_log with some help from OdedDiego Biurrun3-24/+24
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun422-1751/+2588
2006-10-02make postproc use avutilLuca Barbato3-30/+28
2006-07-05Make ffmpeg better support pic - from Diego Pettenò <flameeyes@gentoo.org>Luca Barbato2-0/+8
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner16-48/+50
2006-06-01libavcodec/libpostproc ---> libpostprocDiego Biurrun10-14/+14