summaryrefslogtreecommitdiffstats
path: root/ext/hermes/yuv2rgb.c
AgeCommit message (Collapse)AuthorFilesLines
2003-07-14No "format" property in new RGB caps.David Schleef1-3/+1
Original commit message from CVS: No "format" property in new RGB caps.
2003-06-29compatibility fix for new GST_DEBUG stuff.Benjamin Otte1-16/+16
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.
2002-09-12Destroy state when going to READYWim Taymans1-0/+7
Original commit message from CVS: Destroy state when going to READY
2002-07-11Add some more convertors (for YV12). this is getting silly...Wim Taymans1-22/+128
Original commit message from CVS: Add some more convertors (for YV12). this is getting silly...
2002-06-21Fixed problem with color conversionWim Taymans1-6/+6
Original commit message from CVS: Fixed problem with color conversion Added conversion between YV12 and I420
2002-05-07swap the cr and the cb component for the yuv420P_to_rgb no mmx routineJeremy Simon1-3/+3
Original commit message from CVS: swap the cr and the cb component for the yuv420P_to_rgb no mmx routine
2002-04-06fixed warnings in /ext added mikmod_types.h to get it doneBenjamin Otte1-13/+0
Original commit message from CVS: fixed warnings in /ext added mikmod_types.h to get it done
2002-03-30Changed to the new props APIWim Taymans1-15/+15
Original commit message from CVS: Changed to the new props API Other small tuff.
2002-03-24filter newlines out of GST_DEBUG statements to reflect new core behavior ↵Andy Wingo1-7/+7
fixes to adder's caps, again Original commit message from CVS: * filter newlines out of GST_DEBUG statements to reflect new core behavior * fixes to adder's caps, again
2002-03-20s/Gnome-Streamer/GStreamer/Andy Wingo1-1/+1
Original commit message from CVS: s/Gnome-Streamer/GStreamer/
2002-03-19removal of //-style comments don't link plugins to core libs -- the ↵Andy Wingo1-122/+122
versioning is done internally to the plugins with... Original commit message from CVS: * removal of //-style comments * don't link plugins to core libs -- the versioning is done internally to the plugins with the plugin_info struct, and symbol resolution is lazy, so we can always know if a plugin can be loaded by the plugin_info data. in theory.
2001-12-23adding hermesThomas Vander Stichele1-0/+823
Original commit message from CVS: adding hermes