gstreamer/gst-libs/gst
Edward Hervey 420dacb2d5 xmptag: More efficient GSList usage
Instead of constantly appending (which gets more and more expensive), just
prepend to the list (O(1)) and reverse the list before usage.

https://bugzilla.gnome.org/show_bug.cgi?id=702545
2013-06-19 12:01:44 +02:00
..
allocators dmabuf: Make sure that memory is unmapped before releasing it 2013-05-17 09:50:23 +02:00
app app: Don't use $(GST_PLUGIN_LIBTOOLFLAGS) for real libraries 2013-04-16 14:09:43 +02:00
audio audiobasesrc: add 2 missing gst_buffer_unmap () calls 2013-06-17 16:34:26 +02:00
fft fft: Fix compiler errors caused by not including config.h 2013-03-02 19:13:39 +01:00
pbutils pbutils: add description for TrueHD audio 2013-04-02 22:56:19 +01:00
riff riff: Manually calculate bitrate of ADPCM streams 2013-05-07 15:01:05 +02:00
rtp rtpbuffer: add gst_rtp_buffer_get_payload_bytes 2013-06-18 11:23:40 +02:00
rtsp rtspconnection: Make sure to set a sensible default port for the GSocketConnection 2013-06-10 15:31:38 +02:00
sdp sdp: use setter for the bandwidth 2013-04-26 10:10:41 +02:00
tag xmptag: More efficient GSList usage 2013-06-19 12:01:44 +02:00
video Release 1.1.1 2013-06-05 18:31:27 +02:00
gettext.h Fix FSF address 2012-11-03 23:05:09 +00:00
glib-compat-private.h Fix FSF address 2012-11-03 23:05:09 +00:00
gst-i18n-plugin.h Fix FSF address 2012-11-03 23:05:09 +00:00
Makefile.am allocators: Add dmabuf-based GstMemory and GstAllocator 2013-02-19 10:05:38 +01:00