summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins
AgeCommit message (Expand)Author
2014-12-07Fix compiling greedy2frame_template_sse2.cPetri Hintukainen
2014-05-18Only compile MMX/SSE code on x86/x86_64.Thomas Klausner
2013-07-03Fix FSF address in a bunch of filesXavier Bachelot
2012-06-15Fixed greedy2frame_template_sse2.c when only 4 registers are availableRoland Scheidegger
2012-06-10Fix building on non-x86 systemsPetri Hintukainen
2012-05-25Fixed compiling DeinterlaceGreedy2Frame_SSE2() when only 5 GP registers are a...Petri Hintukainen
2012-05-22Added SSE2 version of DeinterlaceGreedy2FrameRoland Scheidegger
2012-05-22Removed incorrect .alignPetri Hintukainen
2012-05-22Simplify mmx constant loadingRoland Scheidegger
2012-05-22Renamed DeinterlaceGreedy2Frame_SSE() to DeinterlaceGreedy2Frame_MMXEXT()Roland Scheidegger
2012-04-15simplify greedy2frame deinterlacer a bitRoland Scheidegger
2011-10-11Merge from 1.1.Darren Salt
2011-05-17Use "quietened" build if automake 1.11 was used.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-01-15Prepare for xine_mmx.h.Darren Salt
2008-09-20textrel fix for xineplug_post_tvtime.so (tomsmocomp)PaX Team
2010-10-23mingw32-w64 port: '-no-undefined' partFrantišek Dvořák
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2008-01-05Add a mangle.h file with the definition of MANGLE from FFmpeg's libavutil, an...Diego 'Flameeyes' Pettenò
2007-12-23Merge from 1.2 main branch.Diego 'Flameeyes' Pettenò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-14Replace mangle.h with avutil.h. Needs a patched libavutil.Diego 'Flameeyes' Pettenò
2007-12-14Include mangle.h on tomsmocompmacros.h rather than in three files where it's ...Diego 'Flameeyes' Pettenò
2007-11-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-05-19Optimization flag fixes for building with --enable-debugMatt Messier
2007-05-11Another pass at cleaning up Makefile.am files. More to come.Matt Messier
2007-05-08RIP: AC_OPTIMIZATIONSMatt Messier
2008-03-02Backport the MANGLE macro handling from 1.2-libavutil branch (and adapt).Diego 'Flameeyes' Pettenò
2008-02-12Avoid possible excess linkage in the tvtime plugin.Darren Salt
2008-02-08Avoid a build failure (affects gcc 4.0 on x86_32).Darren Salt
2007-04-07Merge changes from main repository.Diego 'Flameeyes' Pettenò
2007-04-06Define a xinepostdir directory to point to the post-plugins path.Diego 'Flameeyes' Pettenò
2007-04-03Merge tonight's changes to main branch.Diego 'Flameeyes' Pettenò
2007-04-03Rationalise use of .hgignore, removes a bunch of files that only ignored auto...Diego 'Flameeyes' Pettenò
2007-04-03Merge changes happened in 1.1 development.Diego 'Flameeyes' Pettenò
2007-04-02Migrate all .cvsignore files to .hgignore.Diego 'Flameeyes' Pettenò
2007-03-16Use stdlib.h rather than malloc.h.Diego 'Flameeyes' Pettenò
2007-01-28revert part of the PaX team's patch which broke tomsmocomp (segfault)Miguel Freitas
2007-01-14Fix build on amd64 - both ARCH_X86 and ARCH_X86_64 are defined.Darren Salt
2006-12-21Apply the textrel patch from Gentoo, thanks to PaX team for providing it. The...Diego 'Flameeyes' Pettenò
2006-12-02Start working on a branch where FFmpeg is not copied, patched and carved to b...Diego 'Flameeyes' Pettenò
2006-09-01Fix building on amd64 and x86 too, by moving the constant at the top.Diego 'Flameeyes' Pettenò
2006-08-31Move the help text out of the #if condition.Diego 'Flameeyes' Pettenò
2006-07-12Tidy up the formatting of tvtime method help texts to allow better wrappingDarren Salt
2006-07-10Implement visibility support, available on GCC 4.0 and later and on some 3.4 ...Diego 'Flameeyes' Pettenò
2006-02-04Enable AMD64 mmx/sse support in some plugins (tvtime, libmpeg2, goom...)Miguel Freitas
2005-07-29Protect malloc.h inclusionJames Stembridge