summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-09WIP more qtmux CCqtdemux-ccEdward Hervey1-36/+85
2018-03-09qtmux: WIP CC supportEdward Hervey4-23/+127
2018-03-09qtdemux: More WIP CC supportEdward Hervey1-12/+70
2018-03-09qtmux: Add comments and doc about prefill modeEdward Hervey1-2/+27
2018-03-09fixup qtdemux CCEdward Hervey2-3/+38
2018-03-09qtdemux: Handle variant of vorbis in mp4Edward Hervey1-3/+109
2018-03-09isomp4: qtmux: Add Closed Caption supportEdward Hervey6-10/+190
2018-03-09isomp4: Make 'gmhd' atom usage more genericEdward Hervey2-11/+21
2018-03-09qtmux: Refactor pad re-negotiation codeEdward Hervey1-85/+34
2018-03-09qtdemux: Detect and expose CEA 608/708 Closed Caption tracksEdward Hervey3-2/+63
2018-03-08configure.ac: enable largefile support if possibleMichael Tretter1-0/+6
2018-03-07v4l2: Fix support for 32bit mmapNicolas Dufresne2-5/+17
2018-03-03Release 1.13.90Tim-Philipp Müller6-154/+8819
2018-03-03Update docsTim-Philipp Müller72-146/+146
2018-03-01flvmux: Duration & unit testsOlivier Crête2-6/+9
2018-03-01flvmux: Set PTS based on running timeOlivier Crête1-1/+6
2018-03-01rtspsrc: Ignore sendonly/recvonly attributes unless a backchannel is configuredSebastian Dröge1-1/+1
2018-03-01meson: enable more warningsMathieu Duponchelle1-0/+39
2018-03-01Port to latest GstAggregator segment APIMathieu Duponchelle1-2/+3
2018-03-01directsoundsink: Downgrade rank to match directsoundsrc in -badNirbheek Chauhan1-1/+1
2018-02-28matroskamux: Only mark new clusters as keyframe if they start on a keyframe o...Sebastian Dröge1-1/+2
2018-02-28matroskamux: Clip maximum cluster duration to the maximum possible valueSebastian Dröge1-1/+2
2018-02-28matroska-mux: Refuse caps changes after starting to write headersSebastian Dröge1-0/+44
2018-02-27tests: fix redenc testsMathieu Duponchelle1-1/+2
2018-02-27rtp: fix another debug log printf format warning on 32-bit systemsTim-Philipp Müller1-1/+1
2018-02-26rtpptdemux: provide example usage for ignored-payload-typesMathieu Duponchelle1-0/+5
2018-02-26rtpbin, rtpptdemux: Add missing Since markersMathieu Duponchelle2-1/+10
2018-02-26FEC elements: document, remove irrelevant propertiesMathieu Duponchelle6-55/+123
2018-02-24rtpgstdepay: do not warn when caps were not yet receivedMathieu Duponchelle1-2/+1
2018-02-23rtpulpfec: fix debug log printf format warning on 32-bit platformsArnaud Bonatti1-1/+1
2018-02-22docs: hook up new RTP FEC elementsTim-Philipp Müller11-0/+484
2018-02-22docs: update for git masterTim-Philipp Müller74-77/+105
2018-02-22.gitignore more test binariesTim-Philipp Müller2-0/+4
2018-02-21tests: also dist new fec test header fileTim-Philipp Müller1-0/+1
2018-02-21rtp: dist new header filesTim-Philipp Müller1-1/+11
2018-02-21rtp: fec: fix build with gstreamer debug log system disabledTim-Philipp Müller6-58/+15
2018-02-21rtpptdemux: do no assume sink caps are non NULLMathieu Duponchelle1-13/+16
2018-02-21check: Fix ulpfec test buildMathieu Duponchelle1-3/+3
2018-02-21rtpbin: Expose FEC support signalsMathieu Duponchelle2-34/+320
2018-02-21rtp: Implement ULPFEC (RFC 5109)Mikhail Fludkov27-2/+6501
2018-02-21rtpptdemux: Add ignored-payload-types propertyMathieu Duponchelle2-0/+87
2018-02-21rtpptdemux: Add ssrc to output capsMathieu Duponchelle1-1/+17
2018-02-21gtk: fix compiler warning with recent glibArnaud Bonatti1-1/+1
2018-02-21qt: don't use libEGL functions when we don't link to libEGLMatthew Waters1-3/+6
2018-02-18monoscope: Forward the SEGMENT event from the chain functionSebastian Dröge2-1/+14
2018-02-16rtspsrc: Fix missing read property of backchannelJames Stevenson1-0/+3
2018-02-16examples: rtsp: fix meson build take 2Tim-Philipp Müller1-1/+1
2018-02-16rtsp: Fix meson.build of the exampleSebastian Dröge1-1/+1
2018-02-16rtspsrc: Implement ONVIF backchannel support via TCPSebastian Dröge1-3/+42
2018-02-16rtspsrc: Implement ONVIF backchannel supportNirbheek Chauhan8-43/+352