summaryrefslogtreecommitdiffstats
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
* gst/rtp/gstrtpmpadepay.c: Small buffer overflow fix and improve debugging.Wim Taymans2006-11-271-4/+14
* gst/rtp/: Specify H.263 variant and version in the caps (fixes #361637)Ville Syrjala2006-11-163-3/+6
* gst/rtp/: Fix element descriptions.Christian Schaller2006-11-0822-22/+22
* gst/rtp/: Fix description.Christian Schaller2006-11-082-6/+6
* gst/rtp/: Add theora pay/depayloaders.Christian Schaller2006-11-086-0/+1409
* gst/rtp/Makefile.am: We depend on gsttag to generate the vorbis comments.Christian Schaller2006-11-075-23/+276
* gst/rtp/gstrtpvorbispay.*: Generate a valid configuration string in the caps ...Christian Schaller2006-11-062-12/+157
* gst/rtp/: Fix and activate ILBC pay and depayloaders. Fixes #368162.Wim Taymans2006-10-313-2/+14
* gst/rtp/: Add static payload numbers in addition to the dynamic ones.Ville Syrjala2006-10-185-7/+27
* gst/multipart/multipartdemux.c: Activate pads before adding.Wim Taymans2006-10-061-2/+0
* gst/: Include stdlib.h in some more places, makes things compile with uClibc ...Peter Kjellerstedt2006-09-251-0/+1
* gst/rtp/: Fix klass typos.Wim Taymans2006-09-2317-33/+33
* gst/rtp/: More fixage, set endoder-params correctly in the payloader.Wim Taymans2006-09-224-101/+194
* gst/rtp/: Small cleanups.Wim Taymans2006-09-228-11/+924
* gst/rtp/gstrtpmp4gpay.c: Fix profile-level-id parsing and setup.Wim Taymans2006-09-211-11/+11
* gst/rtp/README: Update README with some examples.Wim Taymans2006-09-213-51/+135
* gst/rtp/: Correctly calculate size of each H263+ RTP buffer taking into accou...Philippe Kalaf2006-09-202-6/+15
* gst/rtp/Makefile.am: And makefile too.Wim Taymans2006-09-201-0/+2
* gst/rtp/: Added preliminary ASF depayloader.Wim Taymans2006-09-202-1/+5
* gst/rtp/Makefile.am: Fix the build again.Wim Taymans2006-08-211-1/+1
* gst/rtp/: Added experimental SVQ3 depayloader.Wim Taymans2006-08-184-2/+419
* gst/rtp/gstrtph264depay.c: Error out on non-implemented stuff.Wim Taymans2006-08-171-0/+8
* gst/rtp/: Caps extra properties must be defined as strings for depayloaders b...Wim Taymans2006-08-166-15/+580
* gst/rtp/: Fix timestamp calculation on outgoing RTP packets.Kai Vehmanen2006-07-262-14/+34
* docs/plugins/: Update files to CVS/Prerelease version, add esdsink docs.Tim-Philipp Müller2006-07-241-1/+1
* 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