summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2010-04-22memleak: Don't leak each and every surfaceBenjamin Otte1-0/+1
2010-04-21Make the supported_types functions more readableBenjamin Otte1-30/+35
2010-04-20Make sure non-cairo buffers work for surface-type==0 againBenjamin Otte4-7/+13
2010-04-20Modify API for expanding with types.Benjamin Otte1-30/+58
2010-04-20Fail if a default alloc functions hands us a broken bufferBenjamin Otte1-0/+12
2010-04-19Only allocate a buffer if the format doesn't require a specific typeBenjamin Otte1-2/+7
2010-04-19Add gst_cairo_caps_expand_surface_types() APIBenjamin Otte2-8/+36
2010-04-17Add a types argument to all _default() functionsBenjamin Otte4-30/+75
2010-04-17Allow specifying that type of surfaces in a pipelineBenjamin Otte10-8/+133
2010-04-17Add code to negotiation code that checks for empty capsBenjamin Otte1-1/+6
2010-03-25Add swfdec's warning flagsBenjamin Otte1-0/+1
2010-03-16Port to real Cairo APIBenjamin Otte14-740/+138
2009-11-20Make the g_once_init_enter() madness not emit gcc warningsBenjamin Otte1-4/+4
2009-11-20Fix gst_cairo_caps_any's run-once variable storage setup.Eric Anholt1-1/+1
2009-10-23Add documentation for sectionsBenjamin Otte2-0/+51
2009-10-22Document all missing structuresBenjamin Otte2-1/+36
2009-10-22Add documentation for all missing functionsBenjamin Otte3-1/+79
2009-10-19Make GstCairoBuffer privateBenjamin Otte7-31/+70
2009-10-19gst_cairo_format_get_frame_rate() => gst_cairo_format_get_framerate()Benjamin Otte2-2/+2
2009-10-19Use gst_caps_set_{simple,value} instead of our own functionsBenjamin Otte3-81/+11
2009-10-14Add missing G_BEGIN/END_DECLSBenjamin Otte2-0/+9
2009-10-14Add gst_cairo_format_get_pixel_aspect_ratio()Benjamin Otte2-0/+35
2009-10-14Handle xlib in the core libBenjamin Otte7-8/+638
2009-10-12Add a gst_cairo_buffer_create_similar() functionBenjamin Otte2-1/+31
2009-10-11Remove typedef that's unused nowBenjamin Otte1-2/+0
2009-10-04Add gst_cairo_pad_alloc_buffer()Benjamin Otte7-10/+148
2009-10-02gst_cairo_caps_new_any() => gst_cairo_caps_any()Benjamin Otte3-10/+13
2009-10-02Improve gst_cairo_caps_new_any()Benjamin Otte1-3/+6
2009-10-02Make gst_caps_expand() take a const GstCapsBenjamin Otte2-2/+2
2009-10-01Rewrite GstCairoBuffer APIBenjamin Otte2-98/+80
2009-09-30Plug some memleaksBenjamin Otte1-0/+1
2009-09-30Fix crash when video/x-cairo uses memory buffersBenjamin Otte3-2/+12
2009-09-29Remove requirement to keep buffers aroundBenjamin Otte1-6/+4
2009-09-29Add GST_CAIRO_FORMAT_SIZEBenjamin Otte1-0/+1
2009-09-25Add more API in preparation of thread safetyBenjamin Otte2-27/+50
2009-09-25Add video/x-cairo supportBenjamin Otte8-19/+245
2009-09-25Add forgotten headerBenjamin Otte1-1/+2
2009-09-23Make the GstCairoFormat structure opaqueBenjamin Otte4-32/+89
2009-09-23Add +gst_cairo_caps_expand() and use itBenjamin Otte2-0/+79
2009-09-23Pass part to ignore to gst_cairo_format_equal()Benjamin Otte2-10/+11
2009-09-23Split gstcairocaps.[ch]Benjamin Otte7-311/+381
2009-09-23Add gst_cairo_format_get_frame_rate()Benjamin Otte2-0/+15
2009-09-23Add NV12 and NV21Benjamin Otte3-1/+17
2009-09-22Simplify ANY caps before returning themBenjamin Otte1-1/+5
2009-09-22Add gst_cairo_format_get_width()/_get_height()Benjamin Otte2-0/+18
2009-09-22Add Y41b, I420 and YV12Benjamin Otte2-1/+4
2009-09-21Add Y42BBenjamin Otte2-1/+2
2009-09-21Add support for planar formatsBenjamin Otte5-5/+37
2009-09-18Add UYVY and YVYUBenjamin Otte2-1/+3
2009-09-18Don't export GST_CAIRO_CAPS_ANYBenjamin Otte2-2/+5