summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2010-03-09multifilesink: Add key-frame option to next-fileDavid Schleef2-1/+49
2010-03-09videobox: Fix autocropping for odd width/height differencesSebastian Dröge1-9/+23
2010-03-09videobox: Use libgstvideo for format specific stuffSebastian Dröge3-81/+102
2010-03-09audiofx: Sync properties to the stream timeSebastian Dröge8-27/+104
2010-03-09videobox: Make properties controllableSebastian Dröge2-12/+36
2010-03-09videobox: Some cleanupSebastian Dröge1-71/+43
2010-03-09effectv: Use controller where possible, optimize a bit and make properties th...Sebastian Dröge12-62/+202
2010-03-09flx: fix descriptionBenjamin Otte1-1/+1
2010-03-09Revert "Add 4:2:2, 4:1:1, and 4:4:4 output support"Tim-Philipp Müller2-26/+3
2010-03-08rtspsrc: configure multicast correctlyWim Taymans1-5/+17
2010-03-08multicast: always configure loop and ttlWim Taymans1-55/+68
2010-03-08Revert "rtph263depay: baseclass handles timestamps for us"Wim Taymans1-1/+3
2010-03-08Add 4:2:2, 4:1:1, and 4:4:4 output supportBenjamin M. Schwartz2-3/+26
2010-03-08rtpsource: use payload size to estimate bitrateWim Taymans1-1/+1
2010-03-08rtpsource: refactor bitrate estimationWim Taymans2-55/+39
2010-03-08added bitrate estimation to receiver-side stats, fixes #611213Tristan Matthews1-0/+30
2010-03-08h263pay: fix typo in debugWim Taymans1-1/+1
2010-03-02matroskademux: Make sure we don't send invalid newsegmentsEdward Hervey1-0/+2
2010-03-02matroskademux: Mark streams as being EOS at the right time.Edward Hervey2-9/+16
2010-02-27matroskademux: Advance sparse streams only as much as required to keep the ga...Sebastian Dröge1-5/+7
2010-02-24Make sure FLUSH_STOP is sent so not to leave downstream flushing.Alessandro Decina2-0/+29
2010-02-23rtpjitterbuffer: Reset skew detection after instantiating the jitterbufferSebastian Dröge1-0/+5
2010-02-23rtpjitterbuffer: Return 100 if high-level is 0 instead of dividing by zeroSebastian Dröge1-0/+3
2010-02-23rtpmp4gdepay: avoid division by 0Wim Taymans1-2/+6
2010-02-23dvdepay: don't output frames until we have a headerWim Taymans2-21/+34
2010-02-19flvdemux: minor micro-optimisationTim-Philipp Müller1-1/+4
2010-02-19flvdemux: remove static keyword from variables that shouldn't be staticTim-Philipp Müller1-5/+5
2010-02-19docs: add Since: markers for new jitterbuffer propertiesTim-Philipp Müller1-0/+4
2010-02-18qtdemux: Fix off-by-one logic error in frame rate cap regression commitRobert Swain1-1/+1
2010-02-18qtdemux: Use the correct duration when comparing segmentsThiago Santos1-3/+4
2010-02-17qtdemux: add durations modulo 1<<32Robert Swain1-3/+3
2010-02-16multipartdemux: improve header mime-type parsingAnders Skargren1-1/+19
2010-02-16rtspsrc: avoid stopping NULL tasksWim Taymans1-1/+4
2010-02-16qtdemux: fix ALAC codec-data handlingMark Nauwelaerts1-12/+45
2010-02-16qtdemux: fix debug messageMark Nauwelaerts1-1/+1
2010-02-16qtdemux: handle signed values in 3GPP location tagMark Nauwelaerts2-3/+5
2010-02-16rtspsrc: fix typo in debug messageMark Nauwelaerts1-1/+1
2010-02-16avidemux: reset some more stream state after seekMark Nauwelaerts1-7/+6
2010-02-16qtdemux: Fix frame rate cap regressionRobert Swain1-0/+10
2010-02-16matroska: fix GST_ELEMENT_ERROR usageBrian Cameron1-1/+1
2010-02-15rtpbin: remove use of ntp_ns_baseWim Taymans2-33/+1
2010-02-15rtpbin: remove more ntpnstime and cleanupsWim Taymans4-31/+25
2010-02-15rtpsource: use running_time for jitterWim Taymans1-4/+4
2010-02-15rtpbin: change how NTP time is calculated in RTCPWim Taymans5-62/+81
2010-02-15matroska: fix printf format stringTim-Philipp Müller1-1/+1
2010-02-15raw1394, matroska, rtpmanager: remove padding from structuresTim-Philipp Müller2-12/+1
2010-02-13flvdemux: Audio tags without any content are valid.Edward Hervey1-2/+8
2010-02-13flvdemux: Fix GST_CLOCK_DIFF usage.Edward Hervey1-4/+4
2010-02-13flvdemux: Don't forget to reset the indexed variable when cleaning upEdward Hervey1-0/+2
2010-02-13flvdemux: Speedup GstIndex usageEdward Hervey1-5/+18