summaryrefslogtreecommitdiffstats
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* rtpsource: fix memleakLaurent Glayal2009-09-031-6/+11
* rtpjitterbuffer: Lock clock_rate variableOlivier Crête2009-09-031-18/+31
* rtpsource: whitespace fixesWim Taymans2009-09-031-5/+5
* rtpmpapay: whitespace fixesWim Taymans2009-09-031-2/+2
* rtpsession: whitespace fixesWim Taymans2009-09-031-8/+8
* flvmux: fully use tagsetter to manage the tags. Fixes #563221Stefan Kost2009-09-031-32/+16
* rtpmanager: Fixed a copy & paste errorPeter Kjellerstedt2009-09-011-2/+2
* rtpmanager: Removed unused variable privPeter Kjellerstedt2009-09-011-22/+0
* rtpmanager: A little clean upPeter Kjellerstedt2009-09-011-3/+4
* rtpmanager: Make sure that used caps are not freed already (take 2)Peter Kjellerstedt2009-09-011-2/+4
* jitterbuffer: make sure time does not go backwardsWim Taymans2009-09-013-22/+36
* rtpmanager: Set caps in gst_rtp_session_send_rtcp() correctly againPeter Kjellerstedt2009-09-011-1/+1
* qtdemux: Add support for QCELP audioSebastian Dröge2009-09-011-2/+4
* effectv: Fix compilation with gcc 3Peter Kjellerstedt2009-08-317-80/+66
* rtpmp4gdepay: consider (optional) auxiliary data when parsingMark Nauwelaerts2009-08-311-0/+17
* rtpmp4gdepay: handle broken AU-Index in non-interleaved streamsMark Nauwelaerts2009-08-312-0/+19
* qtdemux: also extract ftyp info in push modeMark Nauwelaerts2009-08-311-0/+4
* qtdemux: consider 3gpp style tag parsing in some more casesMark Nauwelaerts2009-08-312-28/+95
* wavparse: reflow exit, and fix some leaksMark Nauwelaerts2009-08-311-34/+46
* wavparse: push mode; add pad if needed so downstream gets EOSMark Nauwelaerts2009-08-311-2/+8
* wavparse: push mode; fix/improve chunk handlingMark Nauwelaerts2009-08-312-27/+81
* avidemux: push mode; cater for unusual chunk sizesMark Nauwelaerts2009-08-312-17/+32
* rtpsession: use proper locking for pads and capsWim Taymans2009-08-311-34/+85
* rtpbin: whitespace fixesWim Taymans2009-08-311-19/+19
* wavparse: clean up adapter properlyTim-Philipp Müller2009-08-311-8/+5
* flactag, wavparse: GstAdapter is not a GstObjectTim-Philipp Müller2009-08-311-1/+1
* flvdemux: Fix tests warning from setting a NULL indexJan Schmidt2009-08-311-4/+7
* jitterbuffer: add slope estimation code and debugWim Taymans2009-08-311-4/+13
* jitterbuffer: reset skew when timestamps changeWim Taymans2009-08-311-10/+20
* jitterbuffer: make sure time never goes invalidWim Taymans2009-08-311-1/+7
* udpsink: Add ttl multicast propertyJarkko Palviainen2009-08-313-3/+19
* udp: split out TTL and loop optionsJarkko Palviainen2009-08-313-19/+96
* rtp: whitespace fixesWim Taymans2009-08-312-12/+14
* videobox: Split declarations into a header file and add autocrop stuff to the...Sebastian Dröge2009-08-313-76/+110
* videobox: Reconfigure basetransform if something changes againSebastian Dröge2009-08-311-9/+29
* videobox: Add support for autocropping according to the capsStephen Jungels2009-08-311-40/+147
* rtpsession: Make sure that used caps are not freed alreadySebastian Dröge2009-08-311-2/+5
* rtp: Use new gst_iterator_new_single() for the internal linked pads iterationSebastian Dröge2009-08-314-219/+48
* rtpsession: Use iterate internal links instead of deprecated get internal linksSebastian Dröge2009-08-311-29/+87
* jitterbuffer: Use iterate internal links instead of deprecated get internal l...Sebastian Dröge2009-08-311-14/+75
* rtpssrcdemux: Use iterate internal links instead of deprecated get internal l...Sebastian Dröge2009-08-311-23/+83
* qtdemux: add support for agsmWim Taymans2009-08-212-0/+10
* qtdemux: fix qt style string tag extractionMark Nauwelaerts2009-08-181-1/+1
* rtpbin: Fix reference leakOlivier Crête2009-08-141-1/+3
* rtpsource: avoid buffer leak on bad seqnumric2009-08-111-0/+1
* rtpsource: allow for NULL caps on buffersWim Taymans2009-08-111-3/+2
* rtpsource: Incoming buffers do not always have capsOlivier Crête2009-08-111-1/+2
* rtpsession: avoid doing lip-sync in BYEWim Taymans2009-08-111-0/+2
* rtpbin: don't do lip-sync after a BYEWim Taymans2009-08-111-5/+10
* rtpbin: only reconsider once for BYEWim Taymans2009-08-111-5/+11