summaryrefslogtreecommitdiffstats
path: root/gst/rtp/gstrtph263pay.c
Commit message (Expand)AuthorAgeFilesLines
* buikd: explicitely cast, to tell some compilers that this is not long intStefan Kost2009-10-091-5/+6
* build: don't cast, but use the right format specified insteadStefan Kost2009-10-091-2/+2
* rtph263pay: fix warning on macosxJosep Torra2009-10-091-1/+1
* rtph263pay: Allocate Boundry structs on the stack instead of the heap to avoi...Olivier CrĂȘte2009-09-111-63/+47
* rtph263pay: And let's not forget to remove the unused variable.Edward Hervey2009-04-181-1/+0
* rtph263pay: Remove dead assignments, the variables are never read after.Edward Hervey2009-04-181-7/+1
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-2/+0
* Remove unused variables in _class_initEdward Hervey2009-04-181-2/+0
* rtph263pay: fix compilation on big-endianJames Andrewartha2009-04-151-1/+1
* h263pay: various fixesYouness Alaoui2009-04-141-20/+27
* h263pay: Fix the payloaderJanin Kolenc2009-04-141-180/+1629
* gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans2008-11-251-2/+2
* gst/rtp/gstrtpL16depay.c: Check if clock-rate and channels are valid.Wim Taymans2008-10-271-5/+8
* gst/rtp/gstrtph263pay.c: Fix up header structure so that compilers don't add ...Haakon Sporsheim2007-09-071-1/+1
* gst/rtp/: Specify H.263 variant and version in the caps (fixes #361637)Ville Syrjala2006-11-161-1/+2
* gst/rtp/: Fix element descriptions.Christian Schaller2006-11-081-1/+1
* gst/rtp/: Add static payload numbers in addition to the dynamic ones.Ville Syrjala2006-10-181-1/+5
* fix descriptions and license blocks cut and paste anyone ?Thomas Vander Stichele2006-05-221-1/+6
* 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
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+1
* Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)Stefan Kost2006-04-081-1/+1
* better/unified long descriptionsWim Taymans2006-03-301-6/+5
* gst-plugins-good/gst/rtp/: Fixed payload range in payloder caps. Removed payl...Philippe Kalaf2005-12-141-1/+1
* fix element descriptionsThomas Vander Stichele2005-12-031-1/+1
* Do burger's rename for rtp payloaders and depayloadersThomas Vander Stichele2005-12-011-62/+62
* gst/rtp/: Added two new payloaders, an RFC 2190 payloader for h263 and a payl...Wim Taymans2005-10-241-0/+380