summaryrefslogtreecommitdiff
path: root/gst/rtp
AgeCommit message (Expand)AuthorFilesLines
2009-05-08rtj2kdepay: add basic JPEG 2000 depayloaderWim Taymans4-0/+357
2009-05-08rtpj2kpay: set marker bit correctlyWim Taymans1-0/+40
2009-05-08rtpj2kpay: add a simple JPEG 2000 payloaderWim Taymans4-0/+495
2009-05-08rtpjpegpay: we only need to swap bits on LEWim Taymans1-5/+0
2009-05-06rtpjpegpay: refuse some unsupported jpeg formatsWim Taymans1-5/+14
2009-05-06rtptheorapay: fix descriptionWim Taymans1-1/+1
2009-05-06rtpjpegpay: rewrite quant table handlingWim Taymans1-93/+132
2009-05-06rtpjpegpay: handle input with 1 quant tableWim Taymans1-13/+28
2009-05-05rtpjpegpay: correctly set the type headerWim Taymans2-50/+211
2009-05-05rtpjpegdepay: use width/height from payloadWim Taymans2-11/+47
2009-04-27g726pay: fix compilationWim Taymans1-0/+2
2009-04-27g726pay: add RFC compliant packetizingWim Taymans2-8/+269
2009-04-27g726depay: add debug categoryWim Taymans1-3/+7
2009-04-18rtph263pay: And let's not forget to remove the unused variable.Edward Hervey1-1/+0
2009-04-18rtph263pay: Remove dead assignments, the variables are never read after.Edward Hervey1-7/+1
2009-04-18rtpmp4vpay: Remove dead assignment. The value is never read after.Edward Hervey1-1/+0
2009-04-18rtpamrdepay: Remove unneeded variable, the value is only read once.Edward Hervey1-4/+1
2009-04-18rtpamrpay: Remove unneeded variable, the value is only read once.Edward Hervey1-4/+1
2009-04-18rtpvorbispay: Remove dead assignment. Value never read after.Edward Hervey1-1/+1
2009-04-18rtptheorapay: Remove dead assignment. Value never read after.Edward Hervey1-1/+1
2009-04-18rtptheoradepay: Remove unused variable, it's never being read.Edward Hervey1-2/+0
2009-04-18rtpvrawdepay: Remove dead assignment.Edward Hervey1-2/+2
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey17-75/+4
2009-04-18Remove blank {set|get}_property/change_state/finalize methods.Edward Hervey13-467/+0
2009-04-18Remove unused variables in _class_initEdward Hervey29-85/+0
2009-04-18rtptheoradepay: Fix build on macosx.Edward Hervey1-3/+5
2009-04-15rtph263pay: fix compilation on big-endianJames Andrewartha2-3/+3
2009-04-15g726depay: add property for aal2 forceWim Taymans1-0/+50
2009-04-15g726depay: implement RFC3551 packingWim Taymans2-20/+154
2009-04-15rtph263pay: fix buildWim Taymans1-2/+0
2009-04-14h263pay: various fixesYouness Alaoui1-20/+27
2009-04-14h263pay: Fix the payloaderJanin Kolenc2-186/+1987
2009-04-01rtptheorapay: fix length encoding in packed headers.Michael Smith1-1/+4
2009-04-01rtpvorbispay: in packed headers, properly flag multibyte lengths.Michael Smith1-1/+4
2009-03-30rtpmp4adepay: output should be framed alreadyTim-Philipp Müller1-2/+2
2009-03-25rtpmp4apay,rtpmp4depay: fix buffer leaks in AAC payloader and depayloaderTim-Philipp Müller2-0/+6
2009-03-25rtpmp4apay: warn if input is unframedTim-Philipp Müller1-2/+8
2009-03-20rtpmp4adepay: don't append an extra 0 byte to the codec dataTim-Philipp Müller1-3/+3
2009-03-19rtph264depay: fix base64 decodingWim Taymans1-2/+5
2009-03-18rtp: Use GLib functions for encoding/decoding base64Sebastian Dröge5-187/+19
2009-03-10gstrtpvorbisdepay: Fix build on macosxEdward Hervey1-2/+3
2009-03-09vorbisdepay: fix some leaksWim Taymans1-55/+50
2009-03-04Move siren rtp pay/depay from gst-plugins-farsightOlivier Crête6-1/+422
2009-03-02rtpmp4vpay: Add support for more formatsWim Taymans1-9/+20
2009-02-26rtpvrawdepay: fail on interlaced videoWim Taymans1-0/+10
2009-02-26rtpvrawpay: fail on interlaced videoWim Taymans1-2/+37
2009-02-24rtp: Fix compiler warning in h264 payloaderTim-Philipp Müller1-4/+6
2009-02-23Always add PPS to the sprop-parameters-setWai-Ming Ho1-68/+50
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-8/+6
2008-12-09gst/rtp/gstrtpjpegdepay.c: Add an EOI marker at the end of the jpeg frame whe...Wim Taymans1-2/+21