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-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-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-19pp: fix a few typo in the template.Clément Bœsch1-5/+5
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-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-10-13pp: avoid overflow in w*hMichael Niedermayer1-1/+1
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-02-29libpostproc: fix out of array accesses detected by AddressSanitizer.Michael Niedermayer1-2/+2
2012-02-23Remove libpostproc.Diego Biurrun15-6227/+3
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-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer23-249/+450
2011-12-21postproc: altivec: fix trivial cases of mixed declarations and codeMans Rullgard2-59/+67
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-10-30postproc: remove stray +Michael Niedermayer1-1/+1
2011-09-23postproc: fix compilation failure, now reallyMichael Niedermayer1-2/+2
2011-09-23postproc: Fix compilation failure.Yuriy Kaminskiy1-4/+6
2011-09-20libpostproc: mmx code uses stack below %esp, fix thatYuriy Kaminskiy1-33/+28
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard1335-5388/+5388
2010-06-30Fix grammar errors in documentationMåns Rullgård111-579/+578
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun479-491/+478
2010-02-02Fix warnings about redefining constants when compiling libpostproc.Yuriy Kaminskiy1-0/+3
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård71-230/+230
2009-08-19Remove disabled code cruft.Diego Biurrun1-104/+0
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun380-380/+380
2009-01-25HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.Diego Biurrun2-43/+43
2009-01-14Fix compilation.Carl Eugen Hoyos1-1/+1
2009-01-13Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs154-749/+757
2008-11-02Replace long with x86_reg in postprocess_template.c like in all otherReimar Döffinger1-31/+31
2008-10-16Convert asm keyword into __asm__.Diego Pettenò65-591/+591
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: typo fixesDiego Biurrun6-7/+8
2008-03-22cosmetics: Fix typo in variable name, numSkiped --> numSkipped.Diego Biurrun1-5/+5
2008-03-22cosmetics: Fix indentation to be 4 spaces and consistently place {}.Diego Biurrun5-4838/+4706
2008-03-17simplify ALIGN_MASK definitionMåns Rullgård1-6/+1
2008-03-17get register names from x86_cpu.hMåns Rullgård2-22/+2
2008-03-15typo fixesDiego Biurrun9-15/+15
[next]