summaryrefslogtreecommitdiffstats
path: root/gst/smpte/paint.c
Commit message (Collapse)AuthorAgeFilesLines
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-18/+18
| | | | | Original commit message from CVS: don't mix tabs and spaces
* gst-indentThomas Vander Stichele2004-03-141-86/+76
| | | | | Original commit message from CVS: gst-indent
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-071-0/+4
| | | | | | | and remove duplicate config.h includes fro... Original commit message from CVS: Remove all config.h includes from header files, add it to each source file and remove duplicate config.h includes from several source files
* Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using ↵Brian Cameron2003-05-221-6/+6
| | | | | | | | | | | typeof(), since typeof() is a gcc-extensio... Original commit message from CVS: Made the SWAP and PREPARE_3D_LINE macros work with gints rather than using typeof(), since typeof() is a gcc-extension and does not work with other compilers. This is okay since every place these macros are used, gints are passed in. I renamed SWAP to SWAP_INT to reflect that it is not so generic.
* backmergeThomas Vander Stichele2002-11-011-0/+1
| | | | | Original commit message from CVS: backmerge
* Some cleanups, fix for the blending codeWim Taymans2002-10-171-73/+71
| | | | | Original commit message from CVS: Some cleanups, fix for the blending code
* - implemented clock sweep on 90 degree angles to compensate for aspect ratio.Wim Taymans2002-10-151-18/+49
| | | | | | | Original commit message from CVS: - implemented clock sweep on 90 degree angles to compensate for aspect ratio. - implemented remaining clock wipes
* Some more wipes, added radial wipesWim Taymans2002-10-151-1/+105
| | | | | Original commit message from CVS: Some more wipes, added radial wipes
* Removed unused code, fixed a bugWim Taymans2002-10-131-13/+2
| | | | | Original commit message from CVS: Removed unused code, fixed a bug
* - reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans2002-10-131-18/+182
| | | | | | | Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
* Added the base framework for the SMPTE transitions and wipes.Wim Taymans2002-10-101-0/+51
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.