summaryrefslogtreecommitdiffstats
path: root/gst/smpte/gstsmpte.c
AgeCommit message (Collapse)AuthorFilesLines
2003-07-06New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje1-21/+23
over to the new mimetypes spec as descri... Original commit message from CVS: New mimetypes gone into effect today - this commit changes all old mimetypes over to the new mimetypes spec as described in the previous commit's document. Note: some plugins will break, some pipelines will break, expect HEAD to be broken or at least not 100% working for a few days, but don't forget to report bugs
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-0/+3
Original commit message from CVS: compatibility fix for new GST_DEBUG stuff. Includes fixes for missing includes for config.h and unistd.h I only ensured for plugins I can build that they work, so if some of them are still broken, you gotta fix them yourselves unfortunately.
2003-02-25Forward events.Wim Taymans1-9/+19
Original commit message from CVS: Forward events.
2003-01-10another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele1-3/+3
please refrain of making them yourself, so t... Original commit message from CVS: another batch of connect->link fixes please let me know about issues and please refrain of making them yourself, so that I don't spend double the time resolving conflicts
2002-10-17Some cleanups, fix for the blending codeWim Taymans1-11/+13
Original commit message from CVS: Some cleanups, fix for the blending code
2002-10-13- reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans1-52/+116
Original commit message from CVS: - reimplemented using organic masks, rendered with gouraud shaded triangles - implemented more masks - implemented adjustable border
2002-10-10Added the base framework for the SMPTE transitions and wipes.Wim Taymans1-0/+409
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.