summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-04-05docs: make GstRTCPSync enum show up in rtpbin docsHEADmasterTim-Philipp Müller3-7/+8
2015-04-05docs: add RTPJitterBufferMode enum to rtpbin docsTim-Philipp Müller1-0/+1
2015-04-04multifilesink: close files before posting messageThiago Santos1-6/+6
2015-04-04tests: multifile: increment tests to check for multifile messagesThiago Santos1-7/+69
2015-04-04tests: multifile: handle FIXME for proper checking when test finishedThiago Santos1-2/+13
2015-04-04multifilesink: post file message on EOSThiago Santos1-0/+37
2015-04-03Automatic update of common submoduleTim-Philipp Müller2-23/+3
2015-04-03qtdemux: Guard against 64-bit overflowJan Schmidt1-3/+12
2015-04-03isomp4: Make non-seekable downstream an error in normal modeJan Schmidt3-26/+53
2015-04-02rtph263pay/-depay: add framesize SDP attributeSebastian Rasmussen3-6/+109
2015-04-02rtpjpegpay/-depay: Remove incorrectly introduced framesize SDP attributeSebastian Rasmussen2-21/+4
2015-04-02v4l2src: device sequence/offset correction in case of renegotiationPeter Seiderer2-2/+11
2015-04-02v4l2src: add frame loss detectionPeter Seiderer1-7/+23
2015-04-02v4l2: use v4l2 capture device sequence counterPeter Seiderer2-2/+9
2015-04-02v4l2: Ask the driver about its requirements for min_buffers before initiating...Tobias Modschiedler2-22/+36
2015-04-01rtpvp8depay: Parse width/height/profile from keyframesOlivier Crête2-12/+91
2015-04-01vp8enc: Expose VP8 width/height limitations in the caps templateOlivier Crête1-1/+4
2015-03-31flv: When passing seek event upstream, hold a ref.Jan Schmidt1-1/+4
2015-03-30matroska: fix GValue leaks when parsing tagsGuillaume Desmottes1-15/+11
2015-03-29qtdemux: resurrect some flow return handlingMark Nauwelaerts1-4/+15
2015-03-29flvdemux: resurrect some flow return handlingMark Nauwelaerts1-2/+7
2015-03-29matroskademux: resurrect some flow return handlingMark Nauwelaerts1-2/+6
2015-03-28matroska: store stream tags and push as updatedThiago Santos4-25/+24
2015-03-28matroskademux: send global tags incrementallyRamiro Polla1-3/+4
2015-03-28matroskaparse: send global tagsRamiro Polla3-0/+30
2015-03-28quarktv: fix "planes" property range, a value of 0 is not allowedVineeth T M1-1/+1
2015-03-26wavparse: Fix up comments regarding DTSDavid Schleef1-3/+7
2015-03-26rtspsrc: Fix segment in TCP modeNicolas Dufresne2-24/+15
2015-03-26wavparse: be more strict about typefinding DTSDavid Schleef1-1/+1
2015-03-25rtspsrc: Remove useless functionNicolas Dufresne1-11/+4
2015-03-25rtpjitter: Account for rtx_retry in overflow checkNicolas Dufresne1-1/+1
2015-03-24osxvideosink: check for deprecated constants prior to OSX 10.10Julien Isorce1-0/+6
2015-03-24rtspsrc: Fix seeking queryNicolas Dufresne1-3/+2
2015-03-24flvdemux: Only set caps once if they don't changeSebastian Dröge1-20/+38
2015-03-24flvdemux: Don't create AAC/H264 caps without codec_dataSebastian Dröge1-41/+74
2015-03-24flvdemux: Fix indentionSebastian Dröge1-8/+12
2015-03-23osxaudio: Fix string format warning on 32-bitIlya Konstantinov1-1/+1
2015-03-21rtpsession: Fix another instance of sticky event misordering warningsSebastian Dröge1-0/+12
2015-03-21rtpsession: Also start the RTCP send thread when receiving RTP or RTCPSebastian Dröge1-1/+17
2015-03-19rtprtxsend: Add support for buffer listsSebastian Dröge1-9/+41
2015-03-19rtprtxqueue: Implement support for buffer listsSebastian Dröge1-5/+51
2015-03-18rtspsrc: Improve trace readabilityNicolas Dufresne1-5/+32
2015-03-16flvdemux: Don't repeatedly warn after no_more_pads (v2)Jan Alexander Steffens (heftig)2-6/+26
2015-03-16flvdemux: Introduce constant for no-more-pads thresholdJan Alexander Steffens (heftig)1-2/+5
2015-03-16flvdemux: Fix warning to contain 'video'Jan Alexander Steffens (heftig)1-1/+1
2015-03-15matroskademux: for dts only stream set pts=dts for intra only formatsNicola Murino2-2/+18
2015-03-14matroskademux: fix sending of tagsRamiro Polla2-32/+35
2015-03-14rtspsrc: properly escape percent sign in documentationRamiro Polla1-1/+1
2015-03-14rtpdtmfmux: properly escape percent sign in documentationRamiro Polla1-2/+2
2015-03-13v4l2src: delay renegotiation until it is likely buffers were reclaimedThiago Santos2-21/+55