summaryrefslogtreecommitdiffstats
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
...
* gst/rtp/: Added simple generic mpeg4 depayloader.Wim Taymans2006-07-165-10/+472
* gst/rtp/gstrtpamrdepay.*: rtpamrdec isn't a subclass of GstBaseRtpDepayload.Sebastien Cote2006-07-142-146/+42
* gst/rtp/: Added mpeg2 TS depayloader. Closing #347234.Wim Taymans2006-07-124-0/+323
* Use GST_DEBUG_CATEGORY_STATIC where possible (#342503) plus two minor macro f...Tim-Philipp Müller2006-06-225-7/+7
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-0122-43/+43
* gst/: GST_PTR_FORMAT should be used to print caps in debug statements.Tim-Philipp Müller2006-05-281-4/+2
* cover up the dirty truthThomas Vander Stichele2006-05-2215-15/+15
* fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele2006-05-2221-28/+123
* rtp/gst/gstrtph263pay.c: Properly set static caps for H263 at 34.Philippe Kalaf2006-05-181-2/+3
* Fixed caps for H263 (not the same as H263+)Philippe Kalaf2006-05-171-2/+2
* Const-ify GEnumValue arrays.Tim-Philipp Müller2006-05-101-1/+1
* gst/: don't leak caps-stringStefan Kost2006-05-021-1/+5
* 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