summaryrefslogtreecommitdiffstats
path: root/gst/rtp
Commit message (Expand)AuthorAgeFilesLines
* g726pay: fix compilationWim Taymans2009-04-271-0/+2
* g726pay: add RFC compliant packetizingWim Taymans2009-04-272-8/+269
* g726depay: add debug categoryWim Taymans2009-04-271-3/+7
* 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
* rtpmp4vpay: Remove dead assignment. The value is never read after.Edward Hervey2009-04-181-1/+0
* rtpamrdepay: Remove unneeded variable, the value is only read once.Edward Hervey2009-04-181-4/+1
* rtpamrpay: Remove unneeded variable, the value is only read once.Edward Hervey2009-04-181-4/+1
* rtpvorbispay: Remove dead assignment. Value never read after.Edward Hervey2009-04-181-1/+1
* rtptheorapay: Remove dead assignment. Value never read after.Edward Hervey2009-04-181-1/+1
* rtptheoradepay: Remove unused variable, it's never being read.Edward Hervey2009-04-181-2/+0
* rtpvrawdepay: Remove dead assignment.Edward Hervey2009-04-181-2/+2
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-1817-75/+4
* Remove blank {set|get}_property/change_state/finalize methods.Edward Hervey2009-04-1813-467/+0
* Remove unused variables in _class_initEdward Hervey2009-04-1829-85/+0
* rtptheoradepay: Fix build on macosx.Edward Hervey2009-04-181-3/+5
* rtph263pay: fix compilation on big-endianJames Andrewartha2009-04-152-3/+3
* g726depay: add property for aal2 forceWim Taymans2009-04-151-0/+50
* g726depay: implement RFC3551 packingWim Taymans2009-04-152-20/+154
* rtph263pay: fix buildWim Taymans2009-04-151-2/+0
* h263pay: various fixesYouness Alaoui2009-04-141-20/+27
* h263pay: Fix the payloaderJanin Kolenc2009-04-142-186/+1987
* rtptheorapay: fix length encoding in packed headers.Michael Smith2009-04-011-1/+4
* rtpvorbispay: in packed headers, properly flag multibyte lengths.Michael Smith2009-04-011-1/+4
* rtpmp4adepay: output should be framed alreadyTim-Philipp Müller2009-03-301-2/+2
* rtpmp4apay,rtpmp4depay: fix buffer leaks in AAC payloader and depayloaderTim-Philipp Müller2009-03-252-0/+6
* rtpmp4apay: warn if input is unframedTim-Philipp Müller2009-03-251-2/+8
* rtpmp4adepay: don't append an extra 0 byte to the codec dataTim-Philipp Müller2009-03-201-3/+3
* rtph264depay: fix base64 decodingWim Taymans2009-03-191-2/+5
* rtp: Use GLib functions for encoding/decoding base64Sebastian Dröge2009-03-185-187/+19
* gstrtpvorbisdepay: Fix build on macosxEdward Hervey2009-03-101-2/+3
* vorbisdepay: fix some leaksWim Taymans2009-03-091-55/+50
* Move siren rtp pay/depay from gst-plugins-farsightOlivier Crête2009-03-046-1/+422
* rtpmp4vpay: Add support for more formatsWim Taymans2009-03-021-9/+20
* rtpvrawdepay: fail on interlaced videoWim Taymans2009-02-261-0/+10
* rtpvrawpay: fail on interlaced videoWim Taymans2009-02-261-2/+37
* rtp: Fix compiler warning in h264 payloaderTim-Philipp Müller2009-02-241-4/+6
* Always add PPS to the sprop-parameters-setWai-Ming Ho2009-02-231-68/+50
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-8/+6
* gst/rtp/gstrtpjpegdepay.c: Add an EOI marker at the end of the jpeg frame whe...Wim Taymans2008-12-091-2/+21
* gst/rtp/gstrtpmp4apay.c: Copy incomming timestamp to outgoing packets.Wim Taymans2008-12-081-0/+5
* gst/rtp/gstrtpmp4vpay.c: Don't try to push packets before we could find a val...Wim Taymans2008-12-081-0/+6
* gst/rtp/: Fix the descriptions and fix some email addresses.Wim Taymans2008-11-2576-127/+127
* gst/rtp/: Add a jpeg depayloader.Wim Taymans2008-11-145-4/+686
* gst/rtp/: Add JPEG payloader. Fixes #560756.Bjorn Ostby2008-11-144-0/+578
* gst/rtp/gstrtpmp4vpay.c: Flush the remaining frames on EOS. Fixes #560641.Yotam2008-11-131-2/+5
* gst/rtp/gstrtpg729pay.c: Fix compiler warning about printf formatting.Jan Schmidt2008-11-121-2/+2
* gst/rtp/gstrtpg729pay.c: Don't ignore the return value of setcaps.Wim Taymans2008-11-111-2/+3
* gst/rtp/gstrtpg729pay.*: Replace G729 payloader with an improved version. Fix...Olivier Crete2008-11-112-74/+232
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1