gstreamer/ext
Nicolas Dufresne 189c291805 vpxdec: Use GstMemory to avoid copies
With the VPX decoders it's not simple to use downstream buffer pool,
because we don't know the image size and alignment when buffers get
allocated. We can though use GstAllocator (for downstream, or the system
allocator) to avoid a copy before pushing if downstream supports
GstVideoMeta. This would still cause a copy for sink that requires
specialized memory and does not have a GstAllocator for that, though
it will greatly improve performance for sink like glimagesink and
cluttersink. To avoid allocating for every buffer, we also use a
internal buffer pool.

https://bugzilla.gnome.org/show_bug.cgi?id=745372
2015-12-04 17:29:15 -05:00
..
aalib gst: Add better support for static plugins 2013-04-15 15:54:11 +02:00
cairo cairooverlay: add support for RGB16 2014-01-31 14:17:54 +00:00
dv dvdemux: remove unused variable 2015-07-30 14:36:15 +01:00
flac flacenc: avoid potential string overflow 2015-09-28 20:25:22 +01:00
gdk_pixbuf gdkpixbufdec: Fix pixbuf_loader leak during failures 2015-10-08 15:01:53 +01:00
jack jack: case missing break statement 2015-02-19 11:20:55 +00:00
jpeg jpegdec: fix output state memory leak 2015-11-10 07:54:08 -03:00
libcaca cacasink: Fix support for RGB formats and add support for more of them 2013-05-07 15:54:24 +02:00
libpng videoencoders: use template subset check for accept-caps 2015-08-16 14:30:57 -03:00
pulse pulse: Don't leak caps and structures in the device provider 2015-11-05 17:54:48 +00:00
raw1394 Improve and fix LATENCY query handling 2015-02-11 13:53:02 +01:00
shout2 shout2: remove unnecessary NULL checks before g_free() 2015-11-15 01:43:08 -08:00
soup souphttpclientsink: Fix error leak and handle error 2015-11-18 09:31:42 +02:00
speex audioencoders: use template subset check for accept-caps 2015-08-16 14:30:57 -03:00
taglib apev2mux: write APE tags at end for wavpack files 2014-11-28 13:12:46 +00:00
vpx vpxdec: Use GstMemory to avoid copies 2015-12-04 17:29:15 -05:00
wavpack wavpackdec: fix taglist memory leak 2015-08-21 10:22:14 +03:00
Makefile.am mikmod: remove ancient unported plugin 2015-06-25 10:06:07 +01:00