summaryrefslogtreecommitdiffstats
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-2522-22/+22
* gst/rtp/: It's codec_data, not codec_info.Wim Taymans2006-04-252-14/+14
* reverting rtp patches to fix freeze break on -base as explained on the listThomas Vander Stichele2006-04-1326-81/+309
* gst/rtp/: Fix GObject macros.Tim-Philipp Müller2006-04-1324-55/+49
* gst/rtp/: Ported mulaw and alaw payloaders to use new base classPhilippe Kalaf2006-04-1310-258/+540
* gst/rtp/gstrtpmp4vdepay.c: Don't leak memory allocated by gst_buffer_new_and_...Tim-Philipp Müller2006-04-111-2/+2
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-0822-22/+22
* better/unified long descriptionsWim Taymans2006-03-3021-121/+101
* Fixed one of the caps in the code from mulaw to alaw.Philippe Kalaf2006-03-151-1/+1
* Fix memleak with gst_static_pad_template_get().Edward Hervey2006-03-156-28/+22
* close #333784 unref the result of gst_pad_get_parent() by: Christophe Fergeau.Wim Taymans2006-03-131-1/+5
* ext/cdio/Makefile.am: Add GST_BASE_CFLAGS and GST_BASE_LIBS (seems to be requ...Tim-Philipp Müller2006-02-231-2/+4
* rtp/gst/: Separated the G711 payloaders/depayloaders into separate elements f...Philippe Kalaf2006-02-2312-211/+684
* gst/rtp/gstrtpamrdepay.c: Patch from Sebastien Cote, fixes #319884Wim Taymans2006-02-171-9/+3
* gst/rtp/gstrtpmp4gpay.h: For got to commit this one.Wim Taymans2006-02-131-0/+3
* gst/rtp/gstrtpmp4gpay.*: Make more things work.Wim Taymans2006-02-121-11/+207
* gst/rtp/gstrtpamrpay.c: set timestamps if no incoming timestamps setThomas Vander Stichele2006-02-121-3/+11
* gst/rtp/gstrtpmp4vpay.c: First set options, then set caps or else the basecla...Wim Taymans2006-02-101-3/+3
* gst/rtp/gstrtpmp4vpay.c: Don't waste time looking for a config string if we h...Wim Taymans2006-02-101-0/+38
* gst/rtp/README: Say something about case-sensitivity of caps vs mime-attributes.Wim Taymans2006-02-106-1/+450
* gst/rtp/gstrtpamrdepay.c: Added more meaningfull warnings when something goes...Wim Taymans2006-02-093-31/+153
* I'm too lazy to comment thisEdgard Lima2006-01-241-7/+24
* C89 fixes: declare variables at the beginning of a block andJens Granseuer2006-01-231-2/+1
* gst-plugins-good/gst/rtp/: Making these depayloaders (H263+ and mpeg4 video) ...Philippe Kalaf2005-12-224-146/+104
* Set clock rate to be fixed in 8000. It fixes bug #324012.Edgard Lima2005-12-142-4/+4
* gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf2005-12-1413-14/+7
* expand tabsThomas Vander Stichele2005-12-065-18/+18
* fix element descriptionsThomas Vander Stichele2005-12-036-6/+6
* gst/rtp/: parsers are depayersThomas Vander Stichele2005-12-0119-794/+180
* Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele2005-12-0175-6961/+1523
* Created Speex payloader and depayloader; Optimize G711 payloader to use adapt...Edgard Lima2005-11-1716-63/+1001
* rework configure.ac; make asterisk rtp stuff compile on mingwThomas Vander Stichele2005-11-143-3/+16
* fix Makefile.amThomas Vander Stichele2005-11-011-18/+18
* Payloader now sets some default caps on the srcpad if caps on the sinkpad are...Zeeshan Ali2005-10-312-4/+24
* Declaring the padtemplate correctly.Zeeshan Ali2005-10-264-4/+4
* Setting the proper copyright notice.Zeeshan Ali2005-10-268-0/+10
* fix automake warningsThomas Vander Stichele2005-10-261-2/+2
* Hacked the G711 (de)payloader to try to make things right. rtpg711dec now inh...Zeeshan Ali2005-10-2612-608/+142
* fix compilationThomas Vander Stichele2005-10-262-2/+2
* Just removed a couple of lines of weird code used during development/test time.Flavio Oliveira2005-10-252-20/+4
* G711 payloader and depayloader created by Edgard Lima (it supports mulaw and ...Flavio Oliveira2005-10-2510-0/+1236
* add missing header files for distingChristian Schaller2005-10-251-1/+3
* Getting the GSM (de)payloader working and compatible with our plans for RTP.Zeeshan Ali2005-10-258-394/+158
* fix mistaken claim on GPL, its LGPLChristian Schaller2005-10-251-1/+1
* gst/rtp/: Added two new payloaders, an RFC 2190 payloader for h263 and a payl...Wim Taymans2005-10-248-0/+1262
* gst/rtp/: Various class and caps fixes from Andre Magalhaes (andrunko)Wim Taymans2005-09-3010-10/+16
* gst/rtp/gstrtpmpaenc.c: Set buffer duration correctly.Wim Taymans2005-09-262-0/+2
* fix build and use of GST_LIBSThomas Vander Stichele2005-09-231-3/+3
* gst/rtp/: Use is_filled to both check MTU and max-ptime of base class.Wim Taymans2005-09-2211-37/+61
* gst/rtp/gstrtpmp4venc.c: Don't fragment packets with multiple frames.Wim Taymans2005-09-222-8/+18