summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-06-16postprocess_template: put rsp on the clobber list to prevent gcc from using i...Michael Niedermayer1-1/+1
2013-05-23postproc/postprocess_template: remove empty commentsMichael Niedermayer1-21/+21
2013-04-10lavfi/pp: switch to an AVOptions-based system.Clément Bœsch6-20/+38
2013-03-25libpostproc: silence valgrind/fate warning about using uninitialized dataMichael Niedermayer1-1/+3
2013-02-09Fix libpostproc compilation on x86_32 with disable-optimizations.Carl Eugen Hoyos1-2/+2
2012-12-30build: postproc cleanup.Clément Bœsch3-52/+2
2012-12-28libpostproc: alloc a few bytes more in the temporary bufferMichael Niedermayer2-2/+2
2012-12-28libpostproc: Fix off by 1 error in the C dering codeMichael Niedermayer1-0/+1
2012-12-23libpostproc: fix leak of 2kbMichael Niedermayer1-3/+2
2012-12-19pp: fix a few typo in the template.Clément Bœsch1-5/+5
2012-12-11doxy: add ref for lavfi, lpp and lsws.Clément Bœsch4-7/+40
2012-11-18pp: add SSE2 deInterlaceInterpolateCubic().Clément Bœsch1-4/+27
2012-11-18pp: add support for SSE2.Clément Bœsch2-3/+22
2012-11-18pp: add auto detection cpu flag.Clément Bœsch3-6/+15
2012-11-18pp: add various const for pointers.Clément Bœsch1-10/+12
2012-11-16pp: simplify postProcess().Clément Bœsch1-33/+18
2012-11-16pp: rework the way templating is done.Clément Bœsch3-168/+166
2012-11-15pp: fix typo in avg() comment.Clément Bœsch1-1/+1
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-10-13pp: avoid overflow in w*hMichael Niedermayer1-1/+1
2012-09-28postproc: Create version.h headerjamal4-19/+51
2012-09-11postproc: Fix unprotected inline asmDerek Buitenhuis2-114/+114
2012-08-20rename the remaining instances of HAVE_MMX2 to HAVE_MMXEXTXhmikosR4-62/+62
2012-08-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer56-446/+534
2012-07-07pp: check that the argument is not NULL as this is not supportedMichael Niedermayer1-0/+5
2012-06-10postprocess: fix another void returning void function.Michael Niedermayer1-2/+4
2012-02-29libpostproc: fix out of array accesses detected by AddressSanitizer.Michael Niedermayer1-2/+2
2012-02-29libpostproc: add bitexact mode, which is needed for regression testing.Michael Niedermayer2-2/+6
2012-02-27libpostproc: add pp=help support to print the help text via av_log()Michael Niedermayer1-0/+9
2012-02-23Remove libpostproc.Diego Biurrun15-6227/+3
2012-01-24build: Allow building old API/ABI libpostproc versionAlexander Strasser2-1/+32
2012-01-18pp: bump major in git master to match what debian contains.Michael Niedermayer1-2/+2
2012-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer40-942/+964
2012-01-04Place some START_TIMER invocations in separate blocks.Diego Biurrun2-4/+5
2012-01-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-414/+454
2012-01-02Fix a bunch of typos.Diego Biurrun4-6/+10
2011-12-22libpostproc: increase LIBPOSTPROC_VERSION_MICRO to 100Michael Niedermayer2-1/+3
2011-12-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-249/+450
2011-12-21postproc: altivec: fix remaining mixed declarations and codeMans Rullgard1-16/+14
2011-12-21postproc: altivec: untemplate some variable namesMans Rullgard1-123/+113
2011-12-21postproc: altivec: fix trivial cases of mixed declarations and codeMans Rullgard2-59/+67
2011-12-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-142/+180
2011-12-13build: move inclusion of subdir.mak to main subdir loopMans Rullgard8-14/+1
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-459/+601
2011-12-12doxygen: misc consistency, spelling and wording fixesDiego Biurrun51-179/+179
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-12-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer34-272/+330
[next]