summaryrefslogtreecommitdiffstats
path: root/gst/multipart
Commit message (Expand)AuthorAgeFilesLines
* gst/multipart/multipartmux.c: Keep track of the buffer timestamp in the colle...Wim Taymans2006-12-061-6/+8
* gst/multipart/multipartmux.c: Push header in a separate buffer instead of mem...Jonas Holmberg2006-11-271-29/+26
* gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans2006-10-061-2/+3
* More G_OBJECT macro fixing.Stefan Kost2006-09-162-2/+2
* gst/multipart/multipartdemux.c: Fix documentation, it is not possible to cont...Wim Taymans2006-09-151-4/+11
* gst/multipart/multipartdemux.c: Accept leading whitespace before the boundarySjoerd Simons2006-08-171-3/+17
* gst/multipart/multipartdemux.c: Uses GstAdapter instead of own buffering.Sjoerd Simons2006-07-282-207/+276
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-221-2/+0
* Add semicolons after GST_BOILERPLATE[_FULL] so that indent doesn't mess up fo...Maciej Katafiasz2006-05-061-2/+3
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+2
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-302-2/+2
* gst/: use DEBUG_FUNCPTR for collectpadsStefan Kost2006-03-241-1/+2
* gst/multipart/multipartdemux.c: Applied #318663. Gives quite a few false posi...Wim Taymans2006-02-161-15/+158
* change some char* into char[]Stefan Kost2005-12-161-1/+1
* docs/plugins/Makefile.am: Add multipart elements.Julien Moutte2005-12-082-7/+62
* expand tabsThomas Vander Stichele2005-12-061-1/+1
* Update for alloc_buffer changes.Andy Wingo2005-12-052-4/+7
* Ported multipart mux/demux to 0.9.Julien Moutte2005-11-303-244/+218
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-141-1/+1
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-122-2/+2
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-022-24/+25
* Updates for two-arg init from GST_BOILERPLATE.Andy Wingo2005-08-281-2/+3
* cleanups, debugging and memleak fixesThomas Vander Stichele2004-08-091-2/+12
* gst/multipart/multipartmux.c: whoops, last checkin broke normal buildBenjamin Otte2004-08-031-1/+1
* compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friendsBenjamin Otte2004-08-031-4/+2
* gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer): fix debugging logJohan Dahlin2004-08-021-1/+1
* gst/multipart/Makefile.am: Fix things that should have been fixed in the last...David Schleef2004-07-301-4/+4
* fix install locationThomas Vander Stichele2004-07-301-4/+1
* more working pluginsSteve Lhomme2004-07-271-1/+1
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+151
* don't assert in state changeThomas Vander Stichele2004-07-091-6/+0
* gst/multipart/multipartmux.c: Fix memory leakWim Taymans2004-06-081-0/+1
* gst/multipart/: Small updates, fix a memleakWim Taymans2004-06-072-67/+53
* gst/multipart/multipartmux.c: OopsWim Taymans2004-06-021-1/+1
* gst/multipart/multipartmux.c: Added configurable boundary specifier, added th...Wim Taymans2004-06-021-22/+47
* ext/vorbis/vorbisdec.c: Initialise b_o_s and e_o_s variablesJan Schmidt2004-05-311-1/+1
* A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans2004-05-284-0/+1020