summaryrefslogtreecommitdiff
path: root/src/post
AgeCommit message (Expand)Author
2013-09-30gsl_read_file(): check for read errorPetri Hintukainen
2013-09-30goom: comment out unused functionsPetri Hintukainen
2013-09-30goom: Mark data static const. Use union to fix initialization.Petri Hintukainen
2013-09-30goom: mark static functions staticPetri Hintukainen
2013-09-30goom: fix declarations of functions without parametersPetri Hintukainen
2013-09-30goom: fix warning: * may be used uninitialized in this functionPetri Hintukainen
2013-09-30goom: add const to eliminate warningsPetri Hintukainen
2013-09-30Hide warningPetri Hintukainen
2013-09-30Fixed warningsPetri Hintukainen
2013-09-30Fix READ_PREFETCH_2048 so that it won't be optimized out, re-ordered or inter...Petri Hintukainen
2013-09-13Copyright year update by hg log infoTorsten Jager
2013-07-11Fix spurious executable permissions.Xavier Bachelot
2013-07-03Fix FSF address in a bunch of filesXavier Bachelot
2012-12-23goom: single pass rgb to yuy2 conversionTorsten Jager
2012-06-15Fixed greedy2frame_template_sse2.c when only 4 registers are availableRoland Scheidegger
2012-06-10Fix building on non-x86 systemsPetri Hintukainen
2012-06-09Merge from 1.1.Darren Salt
2012-06-09Fix a possible NULL dereference when cleaning up in the FFT vis plugin code.Darren Salt
2012-05-15speedy.c: added vfilter_chroma_332_packed422_scanline_sse2()Petri Hintukainen
2012-05-15speedy.c: added diff_factor_packed422_scanline_sse2()Petri 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-01-12Fixed leakPetri Hintukainen
2012-01-11Fixed pointer castsPetri Hintukainen
2012-04-15simplify greedy2frame deinterlacer a bitRoland Scheidegger
2012-01-12Merge from 1.1Petri Hintukainen
2011-10-17Merge from 1.1Petri Hintukainen
2011-10-15Disable strict-aliasing where it caused compiler warningsChristian Ruppert
2011-10-11Merge from 1.1.Darren Salt
2011-10-10Fixed asprintf usagePetri Hintukainen
2011-10-10corrected typos in src/post/audio/stretch.c and src/post/deinterlace/xine_plu...Chad Dunlap
2011-05-17Use "quietened" build if automake 1.11 was used.Darren Salt
2011-05-16Fix up "pp" post-proc plugin and A/V decoding for ffmpeg 0.7.Darren Salt
2011-03-20Merge from 1.1.Darren Salt
2010-10-23mingw32-w64 port: integer sizes portabilityFrantišek Dvořák
2010-10-23mingw32-w64 port: '-no-undefined' partFrantišek Dvořák
2010-07-210 → NULL for consistency.Darren Salt
2010-07-25Merge from 1.1; resync translation files.Darren Salt
2010-07-20Missing mutex initMatthias Drochner
2010-07-19Fix a few small memory leaks.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-03-03Merge from 1.1.Darren Salt
2009-02-18"No newline at end of file" fixes.Darren Salt
2009-01-18Merge from 1.1.Darren Salt
2009-01-18Remove '#include "config.h"' from all public header files.Darren Salt
2009-01-17Merge from 1.1.Darren Salt