summaryrefslogtreecommitdiffstats
path: root/gst/smpte
Commit message (Collapse)AuthorAgeFilesLines
...
* + checking in plugin category changesLeif Johnson2003-11-161-1/+1
| | | | | Original commit message from CVS: + checking in plugin category changes
* Remove all config.h includes from header files, add it to each source file ↵Ronald S. Bultje2003-11-073-0/+11
| | | | | | | 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
* SMPTE transitions doneRonald S. Bultje2003-11-021-26/+29
| | | | | Original commit message from CVS: SMPTE transitions done
* /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to ↵Andy Wingo2003-10-081-5/+5
| | | | | | | deal with that. Fixes #113488. Original commit message from CVS: /GstBuffer/GstData/ in the API where you can pass events. Fix the plugins to deal with that. Fixes #113488.
* reverting error patch before making a branch.Thomas Vander Stichele2003-09-161-3/+1
| | | | | Original commit message from CVS: reverting error patch before making a branch.
* converted gst_element_error to new format in gst/ - gettext pendingBenjamin Otte2003-09-151-1/+3
| | | | | Original commit message from CVS: converted gst_element_error to new format in gst/ - gettext pending
* Remove all locally-defined optimization flagsDavid Schleef2003-09-111-1/+1
| | | | | Original commit message from CVS: Remove all locally-defined optimization flags
* Remove redundant plugindir definitionDavid Schleef2003-08-101-1/+0
| | | | | Original commit message from CVS: Remove redundant plugindir definition
* New mimetypes gone into effect today - this commit changes all old mimetypes ↵Ronald S. Bultje2003-07-062-22/+24
| | | | | | | 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
* compatibility fix for new GST_DEBUG stuff.Benjamin Otte2003-06-291-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.
* 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.
* Updated autogen.sh/configure.ac and various Makefiles to make the configure ↵Brian Cameron2003-05-211-1/+1
| | | | | | | | | script set up all gcc specific compiler a... Original commit message from CVS: Updated autogen.sh/configure.ac and various Makefiles to make the configure script set up all gcc specific compiler arguments, rather than hardcoding them in the Makefile.am files
* Forward events.Wim Taymans2003-02-251-9/+19
| | | | | Original commit message from CVS: Forward events.
* another batch of connect->link fixes please let me know about issues and ↵Thomas Vander Stichele2003-01-101-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
* parallel install fixesThomas Vander Stichele2002-12-081-1/+1
| | | | | Original commit message from CVS: parallel install fixes
* backmergeThomas Vander Stichele2002-11-011-0/+1
| | | | | Original commit message from CVS: backmerge
* Some cleanups, fix for the blending codeWim Taymans2002-10-172-84/+84
| | | | | 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-154-275/+351
| | | | | | | 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-153-11/+515
| | | | | Original commit message from CVS: Some more wipes, added radial wipes
* Removed unused code, fixed a bugWim Taymans2002-10-132-16/+2
| | | | | Original commit message from CVS: Removed unused code, fixed a bug
* - reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans2002-10-137-212/+763
| | | | | | | 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-108-0/+921
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.