gst/rtpmanager/gstrtpbin.c: Ref caps when inserting into the cache.
[platform/upstream/gst-plugins-good.git] / gst / videobox /
2009-05-04 Wim Taymansvideobox: draw the complete U and V planes
2009-04-18 Edward Herveyvidebox: Remove dead assignments.
2009-04-18 Edward HerveyRemove trivial unused variables detected by CLang stati...
2009-01-28 Stefan KostUpdate and add documentation for plugins with no deps...
2008-11-04 Stefan KostDon't install static libs for plugins. Fixes #550851...
2008-10-21 Wim Taymansgst/videobox/gstvideobox.c: support dynamically changin...
2008-08-20 Wim Taymansgst/videobox/gstvideobox.c: Use new basetransform metho...
2007-11-29 Arek Korbikgst/videobox/gstvideobox.c: Initialise liboil in plugin...
2007-08-08 Michael Smithgst/videobox/gstvideobox.c: Render right border in...
2007-06-06 Tim-Philipp Müllergst/videobox/gstvideobox.c: Printf fixes in debug state...
2007-05-28 Dejan Sakelšakgst/videobox/gstvideobox.c: Add AYUV->AYUV and AYUV...
2006-11-19 Tim-Philipp Müllergst/videobox/gstvideobox.c: Minor clean-ups: const...
2006-09-16 Stefan KostMore G_OBJECT macro fixing.
2006-08-20 Stefan Kostuse g_assert in _get_unit_size
2006-06-22 Tim-Philipp MüllerUse GST_DEBUG_CATEGORY_STATIC where possible (#342503...
2006-05-10 Tim-Philipp MüllerConst-ify GEnumValue arrays.
2006-04-25 Stefan KostDefine GstElementDetails as const and also static ...
2006-03-30 Wim Taymansbetter/unified long descriptions
2006-01-20 Christoph Burghardtgst/videobox/gstvideobox.c: Don't forget to initialize...
2006-01-05 Stefan Kostgst/videobox/gstvideobox.c: call oil_init() when using...
2005-11-22 Thomas Vander Stichelefix up more enums
2005-11-14 Thomas Vander Stichelerework configure.ac; make asterisk rtp stuff compile...
2005-10-27 Julien Mouttegst/videobox/gstvideobox.c: Use liboil for
2005-10-26 Julien Mouttegst/videobox/Makefile.am: Use liboil.
2005-10-26 Julien Mouttegst/videobox/gstvideobox.c: Removing this forgotten...
2005-10-26 Julien Mouttegst/videobox/gstvideobox.c: Fix the stride issue when...
2005-10-25 Julien Mouttegst/videobox/gstvideobox.c: Doh ! I introduced wingo...
2005-10-24 Julien Mouttegst/videobox/gstvideobox.c: Fix caps negotiation correc...
2005-10-17 Julien Mouttegst/videobox/gstvideobox.c: Fix caps nego some more...
2005-10-17 Julien Mouttegst/videobox/gstvideobox.c: Fix wrong size calculations...
2005-09-23 Thomas Vander Stichelefix build and use of GST_LIBS
2005-09-09 Jan SchmidtMove fdsrc back into gstreamer core elements.
2005-08-28 Andy WingoUpdates for two-arg init from GST_BOILERPLATE.
2005-08-24 Thomas Vander Sticheleenable more; update for basetransform
2005-08-04 Andy Wingosys/oss/gstossaudio.c (plugin_init): Second-class citizen.
2005-07-15 Wim Taymansgst/: Port to new base class.
2005-07-07 Wim Taymansgst/videobox/gstvideobox.c: Logic was reversed. Needs...
2005-07-05 Andy Wingogst/videobox/gstvideobox.c: Clean up, port to 0.9, use
2005-06-02 Wim Taymansgst/: Bufferalloc changes.
2005-01-19 Tim-Philipp MüllerFix row strides for I420 (fixes #163159)
2004-07-27 Steve Lhommemore working plugins
2004-07-27 Steve Lhommerename GStreamer-0.8.lib to libgstreamer.lib
2004-07-27 Steve Lhommeavoid problems with math.h, fix release dependancy
2004-07-26 Steve Lhommemore plugins supported under windows
2004-07-07 Wim Taymansgst/videobox/gstvideobox.c: Use pad_alloc where possible.
2004-05-28 Wim TaymansA plugin to add an alpha channel to I420 video. Can...