summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-19Release 1.14.0HEADmasterTim-Philipp Müller6-65/+321
2018-03-19Update docsTim-Philipp Müller72-73/+73
2018-03-19rtpulpfecdec: fix build with older gccTim-Philipp Müller1-3/+2
2018-03-19splitmuxsink: Allow splitting at exactly the time/bytes thresholdSebastian Dröge1-2/+2
2018-03-17rtpulpfec: fix unconditional use of __attribute__ ((packed))Tim-Philipp Müller1-3/+17
2018-03-17rtpulpfec: don't use non-portable notation for 64-bit int constantsTim-Philipp Müller3-4/+7
2018-03-17rtpulpfecdec: don't use __builtin_ctzll unconditionallyTim-Philipp Müller1-1/+28
2018-03-13Release 1.13.91Tim-Philipp Müller6-41/+1017
2018-03-13Update docsTim-Philipp Müller72-73/+73
2018-03-12docs: rtpbin: add some Since markers for new propertiesTim-Philipp Müller1-0/+4
2018-03-10meson: Add deviceprovider changes to directsoundsinkNirbheek Chauhan1-1/+9
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