summaryrefslogtreecommitdiffstats
path: root/gst/multipart/multipartdemux.c
Commit message (Expand)AuthorAgeFilesLines
* multipartdemux: post container-format tagTim-Philipp Müller2009-06-221-4/+8
* multipartdemux: add proper padtemplateWim Taymans2009-05-211-1/+1
* multipartdemux: add more mime typesWim Taymans2009-05-211-7/+15
* multipartdemux: add flow aggregationWim Taymans2009-05-211-0/+32
* multipartdemux: allow content to be empty.Arnout Vandecappelle2009-05-211-22/+29
* multipartdemux: avoid reading from inavlid memoryArnout Vandecappelle2009-05-051-1/+4
* multipartdemux: don't leak dynamic padsArnout Vandecappelle2009-05-051-0/+8
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-20/+13
* Plug a memory leak in a debug message.Peter Kjellerstedt2009-01-261-2/+2
* gst/multipart/: Convert audio/x-adpcm to and from the audio/G726-X in the mux...Mersad Jelacic2008-08-281-0/+4
* gst/multipart/: Conform to RFC2046. audio/basic is mulaw 8000Hz mono.Zaheer Abbas Merali2008-08-221-1/+6
* gst/multipart/multipartdemux.*: Don't blindly copy the mime-type as the caps ...Patrick Radizi2008-05-211-1/+46
* Re-add multipartdemux to the docs. Last round of section cleanup.Stefan Kost2008-01-151-62/+1
* gst/multipart/multipartdemux.c: Copy timestamp from input to output. Not very...Wouter Cloetens2007-12-111-1/+4
* gst/multipart/multipartdemux.c: Use gst_pad_new_from_static_template instead ...Jan Schmidt2007-03-041-4/+5
* gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans2006-10-061-2/+3
* More G_OBJECT macro fixing.Stefan Kost2006-09-161-1/+1
* 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-281-202/+262
* 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-251-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-1/+1
* 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-081-7/+35
* Update for alloc_buffer changes.Andy Wingo2005-12-051-2/+4
* Ported multipart mux/demux to 0.9.Julien Moutte2005-11-301-65/+68
* renamed GST_FLAGS macros to GST_OBJECT_FLAGS moved bitshift from macro to enu...Stefan Kost2005-10-121-1/+1
* All plugins updated for element state changes.Andy Wingo2005-09-021-11/+12
* 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
* don't assert in state changeThomas Vander Stichele2004-07-091-6/+0
* gst/multipart/: Small updates, fix a memleakWim Taymans2004-06-071-2/+2
* A plugin to add an alpha channel to I420 video. Can optionally do chroma keying.Wim Taymans2004-05-281-0/+374