summaryrefslogtreecommitdiffstats
path: root/gst/smpte/barboxwipes.c
Commit message (Collapse)AuthorAgeFilesLines
* gst/rtsp/URLS: Some more urls.Wim Taymans2008-06-171-0/+3
| | | | | | | | | | Original commit message from CVS: * gst/rtsp/URLS: Some more urls. * gst/smpte/barboxwipes.c: Add a comment * tests/examples/rtp/server-v4l2-H264-alsasrc-PCMA.sh: Fix typo, add audioresample to the pipeline.
* gst/smpte/barboxwipes.c: Add missing break statement for BOX_HORIZONTAL case.Snaik2007-04-171-0/+1
| | | | | | | Original commit message from CVS: Patch by: Snaik <snaik32 gmail com> * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw): Add missing break statement for BOX_HORIZONTAL case.
* gst/smpte/barboxwipes.c: Wim Taymans2007-04-031-1/+1
| | | | | | Original commit message from CVS: * gst/smpte/barboxwipes.c: Fix error as spotted by Snaik <snaik32 at gmail dot com>
* gst/smpte/: constify some static structs.Wim Taymans2007-01-231-29/+60
| | | | | | | | | | | | | | Original commit message from CVS: * gst/smpte/barboxwipes.c: (gst_wipe_boxes_draw), (gst_wipe_triangles_clock_draw), (gst_wipe_triangles_draw): * gst/smpte/gstmask.c: (_gst_mask_register): * gst/smpte/gstmask.h: * gst/smpte/gstsmpte.c: (gst_smpte_update_mask): * gst/smpte/paint.c: (gst_smpte_paint_hbox), (draw_bresenham_line), (gst_smpte_paint_triangle_clock): constify some static structs. Don't update the mask if nothing changed to the params. Make sure we never draw outside of the picture. Fixes #398325.
* expand tabsThomas Vander Stichele2005-12-061-141/+141
| | | | | Original commit message from CVS: expand tabs
* fix up more enumsThomas Vander Stichele2005-11-221-70/+70
| | | | | Original commit message from CVS: fix up more enums
* first batch : remove ',' at end of enums as they could confuse older gcc, ↵Stéphane Loeuillet2004-05-211-1/+1
| | | | | | | | | foreign compilers (forte) and gtk-doc Original commit message from CVS: first batch : remove ',' at end of enums as they could confuse older gcc, foreign compilers (forte) and gtk-doc
* don't mix tabs and spacesThomas Vander Stichele2004-03-151-351/+351
| | | | | Original commit message from CVS: don't mix tabs and spaces
* gst-indentThomas Vander Stichele2004-03-141-599/+587
| | | | | 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
* - implemented clock sweep on 90 degree angles to compensate for aspect ratio.Wim Taymans2002-10-151-248/+297
| | | | | | | 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-10/+406
| | | | | Original commit message from CVS: Some more wipes, added radial wipes
* - reimplemented using organic masks, rendered with gouraud shaded trianglesWim Taymans2002-10-131-98/+431
| | | | | | | 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/+152
Original commit message from CVS: Added the base framework for the SMPTE transitions and wipes.